var/cache/dev/ContainerUzaZB1T/Eccube_KernelDevDebugContainer.php line 4225

Open in your IDE?
  1. <?php
  2. namespace ContainerUzaZB1T;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  48.             'cache.system' => 'getCache_SystemService',
  49.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  50.             'data_collector.dump' => 'getDataCollector_DumpService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'state_machine.order' => 'getStateMachine_OrderService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'twig' => 'getTwigService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'Customize\\Controller\\Admin\\BulkDeliveryDurationController' => 'getBulkDeliveryDurationControllerService',
  83.             'Customize\\Controller\\Admin\\BulkStockController' => 'getBulkStockControllerService',
  84.             'Customize\\Controller\\Admin\\DeliveryStopController' => 'getDeliveryStopControllerService',
  85.             'Customize\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
  86.             'Customize\\Controller\\Admin\\StoreController' => 'getStoreControllerService',
  87.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  88.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  89.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  90.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  91.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  92.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  96.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  97.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  98.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  102.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  103.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  104.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  105.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  106.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  107.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  108.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderController2Service',
  109.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  111.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  112.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  113.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  114.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  115.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  121.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  134.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  135.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  136.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  137.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  138.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  139.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  140.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  141.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  142.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  143.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  144.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  145.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  146.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  147.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  148.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  149.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  150.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  151.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  152.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  153.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  154.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  155.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  156.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  157.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  158.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  159.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  160.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  161.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  162.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  163.             'Plugin\\ApexOrderFields\\Controller\\Admin\\OrderFieldController' => 'getOrderFieldControllerService',
  164.             'Plugin\\ApexOrderFields\\Controller\\Admin\\OrderFieldOptionController' => 'getOrderFieldOptionControllerService',
  165.             'Plugin\\ApexOrderFields\\Controller\\OrderFieldShoppingController' => 'getOrderFieldShoppingControllerService',
  166.             'Plugin\\ApexOrderItemOption\\Controller\\AddcartController' => 'getAddcartControllerService',
  167.             'Plugin\\ApexOrderItemOption\\Controller\\Admin\\OptionCategoryController' => 'getOptionCategoryControllerService',
  168.             'Plugin\\ApexOrderItemOption\\Controller\\Admin\\OptionController' => 'getOptionControllerService',
  169.             'Plugin\\ApexOrderItemOption\\Controller\\Admin\\ProductOptionController' => 'getProductOptionControllerService',
  170.             'Plugin\\ApexOrderItemOption\\Controller\\Admin\\ProductOptionDesignController' => 'getProductOptionDesignControllerService',
  171.             'Plugin\\ApexOrderItemOption\\Controller\\Admin\\ProductOptionOptionController' => 'getProductOptionOptionControllerService',
  172.             'Plugin\\ApexOrderItemOption\\Controller\\Admin\\ProductOptionRankController' => 'getProductOptionRankControllerService',
  173.             'Plugin\\ApexOrderItemOption\\Controller\\CartOperationController' => 'getCartOperationControllerService',
  174.             'Plugin\\ApexOrderItemOption\\Controller\\ReorderController' => 'getReorderControllerService',
  175.             'Plugin\\ApexOrderItemOption\\Service\\ProductOptionOrderPdfService' => 'getProductOptionOrderPdfServiceService',
  176.             'Plugin\\ApexProductRanking\\Controller\\Block\\ProductRankingController' => 'getProductRankingControllerService',
  177.             'Plugin\\ApexReceipt\\Controller\\GuestReceiptController' => 'getGuestReceiptControllerService',
  178.             'Plugin\\ApexReceipt\\Controller\\ReceiptDownloadController' => 'getReceiptDownloadControllerService',
  179.             'Plugin\\ApexSignboard\\Controller\\Admin\\OrderSignboardController' => 'getOrderSignboardControllerService',
  180.             'Plugin\\ApexSignboard\\Controller\\SignboardShoppingController' => 'getSignboardShoppingControllerService',
  181.             'Plugin\\ApgProductClassImage42\\Controller\\Admin\\ApgProductClassImageController' => 'getApgProductClassImageControllerService',
  182.             'Plugin\\ApgProductClassImage42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  183.             'Plugin\\Api42\\Controller\\Admin\\GraphiQLController' => 'getGraphiQLControllerService',
  184.             'Plugin\\Api42\\Controller\\Admin\\OAuthController' => 'getOAuthControllerService',
  185.             'Plugin\\Api42\\Controller\\Admin\\WebHookController' => 'getWebHookControllerService',
  186.             'Plugin\\Api42\\Controller\\ApiController' => 'getApiControllerService',
  187.             'Plugin\\CheckProduct42\\Controller\\Block\\CheckProductController' => 'getCheckProductControllerService',
  188.             'Plugin\\ContactManagement42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  189.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactController' => 'getContactController2Service',
  190.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactEditController' => 'getContactEditControllerService',
  191.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactReplyEditController' => 'getContactReplyEditControllerService',
  192.             'Plugin\\ContactManagement42\\Controller\\Admin\\SearchCustomerController' => 'getSearchCustomerControllerService',
  193.             'Plugin\\DataMigration42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  194.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  195.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  196.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  197.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  198.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  199.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  200.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController2Service',
  201.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController3Service',
  202.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  203.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  204.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  205.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  206.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  207.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  208.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  209.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  210.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  211.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  212.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  213.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  214.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  215.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  216.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  217.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  218.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  219.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  220.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  221.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  222.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  223.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  224.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  225.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  226.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  227.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  228.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  229.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  230.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  231.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  232.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  233.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  234.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  235.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  236.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  237.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  238.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  239.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  240.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  241.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  242.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  243.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  244.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  245.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  246.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\FraudDetectionController' => 'getFraudDetectionControllerService',
  247.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\OrderController' => 'getOrderController4Service',
  248.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  249.             'Plugin\\GmoPaymentGateway42\\Controller\\MypageCardController' => 'getMypageCardControllerService',
  250.             'Plugin\\GmoPaymentGateway42\\Controller\\ReceiveController' => 'getReceiveControllerService',
  251.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CarAu' => 'getCarAuService',
  252.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CarDocomo' => 'getCarDocomoService',
  253.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CarSoftbank' => 'getCarSoftbankService',
  254.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\Carrier' => 'getCarrierService',
  255.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CreditCard' => 'getCreditCardService',
  256.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\Cvs' => 'getCvsService',
  257.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\Ganb' => 'getGanbService',
  258.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\PayEasy' => 'getPayEasy2Service',
  259.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\PayEasyAtm' => 'getPayEasyAtmService',
  260.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\PayEasyNet' => 'getPayEasyNetService',
  261.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\RakutenPay' => 'getRakutenPayService',
  262.             'Plugin\\GmoPs42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  263.             'Plugin\\GmoPs42\\Controller\\Admin\\OrderController' => 'getOrderController5Service',
  264.             'Plugin\\GmoPs42\\Controller\\Admin\\OrderPaymentController' => 'getOrderPaymentControllerService',
  265.             'Plugin\\GmoPs42\\Service\\Method\\GmoPs' => 'getGmoPsService',
  266.             'Plugin\\NewsPageSelfReliance42\\Controller\\NpsrController' => 'getNpsrControllerService',
  267.             'Plugin\\OrderBySale42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  268.             'Plugin\\OrderBySale42\\Controller\\BlockController' => 'getBlockController2Service',
  269.             'Plugin\\PayPalCheckout42\\Controller\\Acdc\\CreateAcdcOrderController' => 'getCreateAcdcOrderControllerService',
  270.             'Plugin\\PayPalCheckout42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  271.             'Plugin\\PayPalCheckout42\\Controller\\Admin\\PaymentStatus\\RefoundController' => 'getRefoundControllerService',
  272.             'Plugin\\PayPalCheckout42\\Controller\\Admin\\PaymentStatus\\TransactionController' => 'getTransactionControllerService',
  273.             'Plugin\\PayPalCheckout42\\Controller\\Admin\\Subscription\\ConfigurationPageController' => 'getConfigurationPageControllerService',
  274.             'Plugin\\PayPalCheckout42\\Controller\\Admin\\Subscription\\ShippingAddressPageController' => 'getShippingAddressPageControllerService',
  275.             'Plugin\\PayPalCheckout42\\Controller\\Admin\\Subscription\\SubscribingCustomerPageController' => 'getSubscribingCustomerPageControllerService',
  276.             'Plugin\\PayPalCheckout42\\Controller\\Admin\\Subscription\\SubscriptionPaymentApiController' => 'getSubscriptionPaymentApiControllerService',
  277.             'Plugin\\PayPalCheckout42\\Controller\\InlineGuest\\CreateInlineGuestOrderController' => 'getCreateInlineGuestOrderControllerService',
  278.             'Plugin\\PayPalCheckout42\\Controller\\OrderManagement\\InitializeOrderController' => 'getInitializeOrderControllerService',
  279.             'Plugin\\PayPalCheckout42\\Controller\\OrderManagement\\UpdateOrderStatusController' => 'getUpdateOrderStatusControllerService',
  280.             'Plugin\\PayPalCheckout42\\Controller\\PaypalCheckout\\CreateBillingAgreementTokenController' => 'getCreateBillingAgreementTokenControllerService',
  281.             'Plugin\\PayPalCheckout42\\Controller\\PaypalCheckout\\CreateOrderController' => 'getCreateOrderControllerService',
  282.             'Plugin\\PayPalCheckout42\\Controller\\ShortcutPaypalCheckout\\Guest\\OrderingProductController' => 'getOrderingProductControllerService',
  283.             'Plugin\\PayPalCheckout42\\Controller\\ShortcutPaypalCheckout\\Guest\\UpdateShippingOrderController' => 'getUpdateShippingOrderControllerService',
  284.             'Plugin\\PayPalCheckout42\\Controller\\ShortcutPaypalCheckout\\OrderingProductController' => 'getOrderingProductController2Service',
  285.             'Plugin\\PayPalCheckout42\\Controller\\ShortcutPaypalCheckout\\OrderingSubscriptionProductController' => 'getOrderingSubscriptionProductControllerService',
  286.             'Plugin\\PayPalCheckout42\\Controller\\ShortcutPaypalCheckout\\PayPalConfirmPageController' => 'getPayPalConfirmPageControllerService',
  287.             'Plugin\\PayPalCheckout42\\Controller\\ShortcutPaypalCheckout\\ShortcutPayPalCheckoutController' => 'getShortcutPayPalCheckoutControllerService',
  288.             'Plugin\\PayPalCheckout42\\Service\\Method\\Acdc' => 'getAcdcService',
  289.             'Plugin\\PayPalCheckout42\\Service\\Method\\BankTransfer' => 'getBankTransferService',
  290.             'Plugin\\PayPalCheckout42\\Service\\Method\\CreditCard' => 'getCreditCard2Service',
  291.             'Plugin\\PayPalCheckout42\\Service\\Method\\InlineGuest' => 'getInlineGuestService',
  292.             'Plugin\\PayPalCheckout42\\Service\\Method\\Subscription' => 'getSubscriptionService',
  293.             'Plugin\\ProductPlus42\\Controller\\Admin\\ImageLoadController' => 'getImageLoadControllerService',
  294.             'Plugin\\ProductPlus42\\Controller\\Admin\\ProductItemController' => 'getProductItemControllerService',
  295.             'Plugin\\ProductPlus42\\Controller\\Admin\\ProductItemEditController' => 'getProductItemEditControllerService',
  296.             'Plugin\\ProductPlus42\\Controller\\Admin\\ProductItemOptionEditController' => 'getProductItemOptionEditControllerService',
  297.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  298.             'Plugin\\SortCategoryProduct42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  299.             'Plugin\\SortCategoryProduct42\\Controller\\Admin\\SortCategoryProductController' => 'getSortCategoryProductControllerService',
  300.             'Plugin\\UKOMI42\\Controller\\Admin\\ConfigController' => 'getConfigController9Service',
  301.             'Plugin\\UKOMI42\\Controller\\ApiController' => 'getApiController2Service',
  302.             'Plugin\\UKOMI42\\Controller\\WebhookController' => 'getWebhookController2Service',
  303.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  304.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  305.             'cache.app_clearer' => 'getCache_AppClearerService',
  306.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  307.             'cache.system_clearer' => 'getCache_SystemClearerService',
  308.             'cache_warmer' => 'getCacheWarmerService',
  309.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  310.             'console.command_loader' => 'getConsole_CommandLoaderService',
  311.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  312.             'eccube.logger' => 'getEccube_LoggerService',
  313.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  314.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  315.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  316.             'error_controller' => 'getErrorControllerService',
  317.             'knp_paginator' => 'getKnpPaginatorService',
  318.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  319.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  320.             'monolog.logger.GmoPaymentGateway42' => 'getMonolog_Logger_GmoPaymentGateway42Service',
  321.             'monolog.logger.PayPalCheckout' => 'getMonolog_Logger_PayPalCheckoutService',
  322.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  323.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  324.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  325.             'routing.loader' => 'getRouting_LoaderService',
  326.             'services_resetter' => 'getServicesResetterService',
  327.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  328.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  329.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  330.         ];
  331.         $this->aliases = [
  332.             'database_connection' => 'doctrine.dbal.default_connection',
  333.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  334.         ];
  335.         $this->privates['service_container'] = function () {
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  346.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  349.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Repository/SortCategoryProductQuery.php';
  350.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductListCustomizer.php';
  351.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/JoinCustomizer.php';
  352.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Entity/SortCategoryProductJoin.php';
  353.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/OrderByCustomizer.php';
  354.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Entity/SortCategoryProductOrderBy.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  356.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  357.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  358.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  359.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  360.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  361.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  366.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  367.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  368.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  369.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  375.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  376.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  377.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  378.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  379.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  380.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  381.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  382.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  383.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/ProductListOrderByRepository.php';
  384.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/NewsRepository.php';
  385.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  386.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  387.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  388.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  389.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  390.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  391.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  392.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  393.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  396.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  397.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  398.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  399.             include_once \dirname(__DIR__4).'/app/Plugin/ApgProductClassImage42/Repository/ConfigRepository.php';
  400.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Repository/WebHookRepository.php';
  401.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookEvents.php';
  402.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookTrigger.php';
  403.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/CoreEntityTrigger.php';
  404.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookService.php';
  405.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Service/FileConfigBase/Common/EccubeConfigExTrait.php';
  406.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Service/FileConfigBase/Common/AbstractEccubeConfigEx.php';
  407.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Common/EccubeConfigEx.php';
  408.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/EventSubscriber/CheckProductEvent.php';
  409.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Service/CookieHelper.php';
  410.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  411.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  412.             include_once \dirname(__DIR__4).'/app/Plugin/NewsPageSelfReliance42/EventListener/NpsrPagesListener.php';
  413.             include_once \dirname(__DIR__4).'/app/Plugin/ProductPlus42/Repository/ProductDataDetailRepository.php';
  414.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Repository/ConfigRepository.php';
  415.             include_once \dirname(__DIR__4).'/app/Plugin/UKOMI42/Event.php';
  416.             include_once \dirname(__DIR__4).'/app/Plugin/UKOMI42/Repository/ConfigRepository.php';
  417.             include_once \dirname(__DIR__4).'/app/Plugin/UKOMI42/Service/UkomiService.php';
  418.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  419.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  420.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  424.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  426.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  427.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  428.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  429.             include_once \dirname(__DIR__4).'/app/Plugin/ApexOrderItemOption/Service/Cart/ProductClassAndOptionComparator.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  607.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  610.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  611.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  614.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  616.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  617.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  624.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  625.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  627.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  643.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  661.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  732.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  733.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  734.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  735.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  736.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  737.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  738.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  739.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  740.             include_once \dirname(__DIR__4).'/app/Plugin/ApexOrderFields/Twig/Extension/EccubeExtension.php';
  741.             include_once \dirname(__DIR__4).'/app/Plugin/ApexOrderItemOption/Twig/Extension/PriceIncTaxExtension.php';
  742.             include_once \dirname(__DIR__4).'/app/Plugin/ApgProductClassImage42/Twig/Extension/PluginExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  746.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  748.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  752.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  757.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  764.         };
  765.     }
  766.     public function compile(): void
  767.     {
  768.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  769.     }
  770.     public function isCompiled(): bool
  771.     {
  772.         return true;
  773.     }
  774.     public function getRemovedIds(): array
  775.     {
  776.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  777.     }
  778.     protected function load($file$lazyLoad true)
  779.     {
  780.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  781.             return $class::do($this$lazyLoad);
  782.         }
  783.         if ('.' === $file[-4]) {
  784.             $class substr($class0, -4);
  785.         } else {
  786.             $file .= '.php';
  787.         }
  788.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  789.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  790.     }
  791.     protected function createProxy($class\Closure $factory)
  792.     {
  793.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  794.         return $factory();
  795.     }
  796.     /**
  797.      * Gets the public '.container.private.profiler' shared service.
  798.      *
  799.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  800.      */
  801.     protected function get_Container_Private_ProfilerService()
  802.     {
  803.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  804.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  805.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  806.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  807.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  808.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  809.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  810.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  811.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  812.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  813.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  814.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  815.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  816.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  817.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  818.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  819.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  820.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  821.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  822.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  823.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  824.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  825.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  826.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  827.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  828.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  829.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  830.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  831.         if ($this->has('kernel')) {
  832.             $e->setKernel($b);
  833.         }
  834.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  835.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  836.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  837.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  838.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  839.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  840.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  841.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  842.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  843.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  844.         $instance->add($d);
  845.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  846.         $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));
  847.         $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())));
  848.         $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([])))));
  849.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  850.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  851.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  852.         $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()))));
  853.         $instance->add($e);
  854.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  855.         return $instance;
  856.     }
  857.     /**
  858.      * Gets the public '.container.private.security.authorization_checker' shared service.
  859.      *
  860.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  861.      */
  862.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  863.     {
  864.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  865.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  866.             return $this->services['.container.private.security.authorization_checker'];
  867.         }
  868.         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);
  869.     }
  870.     /**
  871.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  872.      *
  873.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  874.      */
  875.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  876.     {
  877.         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())));
  878.     }
  879.     /**
  880.      * Gets the public '.container.private.security.token_storage' shared service.
  881.      *
  882.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  883.      */
  884.     protected function get_Container_Private_Security_TokenStorageService()
  885.     {
  886.         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, [
  887.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  888.         ], [
  889.             'request_stack' => '?',
  890.         ]));
  891.     }
  892.     /**
  893.      * Gets the public '.container.private.session' shared service.
  894.      *
  895.      * @return \Symfony\Component\HttpFoundation\Session\Session
  896.      */
  897.     protected function get_Container_Private_SessionService()
  898.     {
  899.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  900.         if (isset($this->services['.container.private.session'])) {
  901.             return $this->services['.container.private.session'];
  902.         }
  903.         return $this->services['.container.private.session'] = $a->createSession();
  904.     }
  905.     /**
  906.      * Gets the public '.container.private.state_machine.order' shared service.
  907.      *
  908.      * @return \Symfony\Component\Workflow\StateMachine
  909.      */
  910.     protected function get_Container_Private_StateMachine_OrderService()
  911.     {
  912.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  913.         if (isset($this->services['.container.private.state_machine.order'])) {
  914.             return $this->services['.container.private.state_machine.order'];
  915.         }
  916.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('pay''4''6'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('new''4''1'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 13 => ($this->privates['.state_machine.order.transition.13'] ?? ($this->privates['.state_machine.order.transition.13'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  917.     }
  918.     /**
  919.      * Gets the public '.container.private.twig' shared service.
  920.      *
  921.      * @return \Twig\Environment
  922.      */
  923.     protected function get_Container_Private_TwigService()
  924.     {
  925.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  926.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  927.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Api42/Resource/template'), 'Api42');
  928.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/template'), 'DataMigration42');
  929.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/NewsPageSelfReliance42/Resource/template'), 'NewsPageSelfReliance42');
  930.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Resource/template'), 'PayPalCheckout42');
  931.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/template'), 'ContactManagement42');
  932.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/template'), 'GmoPaymentGateway42');
  933.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/GmoPs42/Resource/template'), 'GmoPs42');
  934.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApexOrderFields/Resource/template'), 'ApexOrderFields');
  935.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApexReceipt/Resource/template'), 'ApexReceipt');
  936.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApexSignboard/Resource/template'), 'ApexSignboard');
  937.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApexProductRanking/Resource/template'), 'ApexProductRanking');
  938.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/OrderBySale42/Resource/template'), 'OrderBySale42');
  939.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApexDeliveryArea/Resource/template'), 'ApexDeliveryArea');
  940.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Resource/template'), 'ProductPlus42');
  941.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApgProductClassImage42/Resource/template'), 'ApgProductClassImage42');
  942.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/template'), 'CheckProduct42');
  943.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  944.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApexOrderItemOption/Resource/template'), 'ApexOrderItemOption');
  945.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Resource/template'), 'SortCategoryProduct42');
  946.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/UKOMI42/Resource/template'), 'UKOMI42');
  947.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  948.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  949.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  950.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  951.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  952.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  953.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  954.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  958.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  959.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  960.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  961.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  962.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  963.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  964.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  965.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  966.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  967.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  968.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  969.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  970.         $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']);
  971.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  972.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  973.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  974.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  975.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  976.         $g = ($this->services['router'] ?? $this->getRouterService());
  977.         $h = new \Symfony\Component\Workflow\Registry();
  978.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  979.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  980.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  981.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  982.         $k = new \Symfony\Bridge\Twig\AppVariable();
  983.         $k->setEnvironment('dev');
  984.         $k->setDebug(true);
  985.         if ($this->has('.container.private.security.token_storage')) {
  986.             $k->setTokenStorage($c);
  987.         }
  988.         if ($this->has('request_stack')) {
  989.             $k->setRequestStack($b);
  990.         }
  991.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  992.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  993.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  994.         $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)));
  995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  997.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  999.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1000.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1001.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1002.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1003.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1004.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1005.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  1006.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1007.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1008.         $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())));
  1009.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  1010.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1011.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  1012.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  1013.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  1014.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  1015.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($i));
  1016.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  1017.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  1018.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  1019.         $instance->addExtension(new \Plugin\ApexOrderFields\Twig\Extension\EccubeExtension(($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService())));
  1020.         $instance->addExtension(new \Plugin\ApexOrderItemOption\Twig\Extension\PriceIncTaxExtension(($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  1021.         $instance->addExtension(new \Plugin\ApgProductClassImage42\Twig\Extension\PluginExtension(($this->privates['Plugin\\ApgProductClassImage42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService()), $i));
  1022.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  1023.         $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));
  1024.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1025.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1026.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  1027.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1028.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1029.         $instance->addGlobal('app'$k);
  1030.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1031.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1032.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1033.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1034.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1035.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1036.         ], [
  1037.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1038.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1039.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1040.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1041.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1042.         ])));
  1043.         $instance->addGlobal('BaseInfo'NULL);
  1044.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1045.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1046.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  1047.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  1048.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1049.         return $instance;
  1050.     }
  1051.     /**
  1052.      * Gets the public '.container.private.validator' shared service.
  1053.      *
  1054.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1055.      */
  1056.     protected function get_Container_Private_ValidatorService()
  1057.     {
  1058.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1059.         if (isset($this->services['.container.private.validator'])) {
  1060.             return $this->services['.container.private.validator'];
  1061.         }
  1062.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1063.     }
  1064.     /**
  1065.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1066.      *
  1067.      * @return \Detection\MobileDetect
  1068.      */
  1069.     protected function getMobileDetectService()
  1070.     {
  1071.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1072.     }
  1073.     /**
  1074.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1075.      *
  1076.      * @return \Eccube\Common\EccubeConfig
  1077.      */
  1078.     protected function getEccubeConfigService()
  1079.     {
  1080.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1081.     }
  1082.     /**
  1083.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1084.      *
  1085.      * @return \Eccube\Repository\PluginRepository
  1086.      */
  1087.     protected function getPluginRepositoryService($lazyLoad true)
  1088.     {
  1089.         if ($lazyLoad) {
  1090.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1091.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1092.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1093.                     $proxy->setProxyInitializer(null);
  1094.                     return true;
  1095.                 });
  1096.             });
  1097.         }
  1098.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1099.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1100.     }
  1101.     /**
  1102.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1103.      *
  1104.      * @return \Eccube\Service\SystemService
  1105.      */
  1106.     protected function getSystemServiceService($lazyLoad true)
  1107.     {
  1108.         if ($lazyLoad) {
  1109.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1110.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1111.                     $wrappedInstance $this->getSystemServiceService(false);
  1112.                     $proxy->setProxyInitializer(null);
  1113.                     return true;
  1114.                 });
  1115.             });
  1116.         }
  1117.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1118.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1119.     }
  1120.     /**
  1121.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1122.      *
  1123.      * @return \Eccube\Service\TaxRuleService
  1124.      */
  1125.     protected function getTaxRuleServiceService($lazyLoad true)
  1126.     {
  1127.         if ($lazyLoad) {
  1128.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1129.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1130.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1131.                     $proxy->setProxyInitializer(null);
  1132.                     return true;
  1133.                 });
  1134.             });
  1135.         }
  1136.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1137.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1138.     }
  1139.     /**
  1140.      * Gets the public 'cache.app' shared service.
  1141.      *
  1142.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1143.      */
  1144.     protected function getCache_AppService()
  1145.     {
  1146.         $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))));
  1147.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1148.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1149.     }
  1150.     /**
  1151.      * Gets the public 'cache.rate_limiter' shared service.
  1152.      *
  1153.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1154.      */
  1155.     protected function getCache_RateLimiterService()
  1156.     {
  1157.         $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))));
  1158.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1159.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1160.     }
  1161.     /**
  1162.      * Gets the public 'cache.system' shared service.
  1163.      *
  1164.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1165.      */
  1166.     protected function getCache_SystemService()
  1167.     {
  1168.         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())));
  1169.     }
  1170.     /**
  1171.      * Gets the public 'cache.validator_expression_language' shared service.
  1172.      *
  1173.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1174.      */
  1175.     protected function getCache_ValidatorExpressionLanguageService()
  1176.     {
  1177.         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())));
  1178.     }
  1179.     /**
  1180.      * Gets the public 'data_collector.dump' shared service.
  1181.      *
  1182.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1183.      */
  1184.     protected function getDataCollector_DumpService()
  1185.     {
  1186.         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);
  1187.     }
  1188.     /**
  1189.      * Gets the public 'doctrine' shared service.
  1190.      *
  1191.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1192.      */
  1193.     protected function getDoctrineService()
  1194.     {
  1195.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1196.     }
  1197.     /**
  1198.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1199.      *
  1200.      * @return \Doctrine\DBAL\Connection
  1201.      */
  1202.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1203.     {
  1204.         $a = new \Doctrine\DBAL\Configuration();
  1205.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1206.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1207.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1208.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1209.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1210.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1211.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1212.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1213.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1214.         $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))));
  1215.         $c->setConnectionName('default');
  1216.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1217.         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, [
  1218.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1219.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1220.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1221.             'Plugin\\ApexOrderItemOption\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => ['privates''Plugin\\ApexOrderItemOption\\Doctrine\\EventSubscriber\\CartItemEventSubscriber''getCartItemEventSubscriberService'true],
  1222.             'Plugin\\ApgProductClassImage42\\Doctrine\\EventSubscriber\\ProductClassEventSubscriber' => ['privates''Plugin\\ApgProductClassImage42\\Doctrine\\EventSubscriber\\ProductClassEventSubscriber''getProductClassEventSubscriberService'true],
  1223.             'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener' => ['privates''Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener''getEntityListenerService'true],
  1224.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1225.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1226.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1227.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1228.         ], [
  1229.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1230.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1231.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1232.             'Plugin\\ApexOrderItemOption\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => '?',
  1233.             'Plugin\\ApgProductClassImage42\\Doctrine\\EventSubscriber\\ProductClassEventSubscriber' => '?',
  1234.             'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener' => '?',
  1235.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1236.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1237.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1238.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1239.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ApexOrderItemOption\\Doctrine\\EventSubscriber\\CartItemEventSubscriber'=> 'Plugin\\ApgProductClassImage42\\Doctrine\\EventSubscriber\\ProductClassEventSubscriber'=> 'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener'=> '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']]), []);
  1240.     }
  1241.     /**
  1242.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1243.      *
  1244.      * @return \Doctrine\ORM\EntityManager
  1245.      */
  1246.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1247.     {
  1248.         if ($lazyLoad) {
  1249.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1250.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1251.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1252.                     $proxy->setProxyInitializer(null);
  1253.                     return true;
  1254.                 });
  1255.             });
  1256.         }
  1257.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1267.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1279.         $a = new \Doctrine\ORM\Configuration();
  1280.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1281.         $c = ($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'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')])));
  1282.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1283.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1284.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1285.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApexDeliveryArea/Entity')]);
  1286.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1287.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApexOrderFields/Entity')]);
  1288.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1289.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApexOrderItemOption/Entity')]);
  1290.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1291.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApexProductRanking/Entity')]);
  1292.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1293.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApexReceipt/Entity')]);
  1294.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1295.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApexSignboard/Entity')]);
  1296.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1297.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApexVolumeUp/Entity')]);
  1298.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1299.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApgProductClassImage42/Entity')]);
  1300.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1301.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1302.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1303.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Entity')]);
  1304.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1305.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1306.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1307.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1308.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1309.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Entity')]);
  1310.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1311.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/GmoPs42/Entity')]);
  1312.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1313.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1314.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1315.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/NewsPageSelfReliance42/Entity')]);
  1316.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1317.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/OrderBySale42/Entity')]);
  1318.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1319.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Entity')]);
  1320.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1321.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Entity')]);
  1322.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1323.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Entity')]);
  1324.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1325.         $z = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Entity')]);
  1326.         $z->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1327.         $aa = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1328.         $aa->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1329.         $ba = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1330.         $ba->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1331.         $ca = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1332.         $ca->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1333.         $da = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1334.         $da->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1335.         $ea = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1336.         $ea->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1337.         $fa = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Entity')]);
  1338.         $fa->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1339.         $ga = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/UKOMI42/Entity')]);
  1340.         $ga->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1341.         $b->addDriver($c'Eccube\\Entity');
  1342.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1343.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1344.         $b->addDriver($e'Eccube\\Entity');
  1345.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1346.         $b->addDriver($f'Plugin\\ApexDeliveryArea\\Entity');
  1347.         $b->addDriver($g'Plugin\\ApexOrderFields\\Entity');
  1348.         $b->addDriver($h'Plugin\\ApexOrderItemOption\\Entity');
  1349.         $b->addDriver($i'Plugin\\ApexProductRanking\\Entity');
  1350.         $b->addDriver($j'Plugin\\ApexReceipt\\Entity');
  1351.         $b->addDriver($k'Plugin\\ApexSignboard\\Entity');
  1352.         $b->addDriver($l'Plugin\\ApexVolumeUp\\Entity');
  1353.         $b->addDriver($m'Plugin\\ApgProductClassImage42\\Entity');
  1354.         $b->addDriver($n'Plugin\\Api42\\Entity');
  1355.         $b->addDriver($o'Plugin\\ContactManagement42\\Entity');
  1356.         $b->addDriver($p'Plugin\\Coupon42\\Entity');
  1357.         $b->addDriver($q'Plugin\\EccubePaymentLite42\\Entity');
  1358.         $b->addDriver($r'Plugin\\GmoPaymentGateway42\\Entity');
  1359.         $b->addDriver($s'Plugin\\GmoPs42\\Entity');
  1360.         $b->addDriver($t'Plugin\\MailMagazine42\\Entity');
  1361.         $b->addDriver($u'Plugin\\NewsPageSelfReliance42\\Entity');
  1362.         $b->addDriver($v'Plugin\\OrderBySale42\\Entity');
  1363.         $b->addDriver($w'Plugin\\PayPalCheckout42\\Entity');
  1364.         $b->addDriver($x'Plugin\\ProductContact42\\Entity');
  1365.         $b->addDriver($y'Plugin\\ProductDisplayRank42\\Entity');
  1366.         $b->addDriver($z'Plugin\\ProductPlus42\\Entity');
  1367.         $b->addDriver($aa'Plugin\\ProductReview42\\Entity');
  1368.         $b->addDriver($ba'Plugin\\Recommend42\\Entity');
  1369.         $b->addDriver($ca'Plugin\\RelatedProduct42\\Entity');
  1370.         $b->addDriver($da'Plugin\\Securitychecker42\\Entity');
  1371.         $b->addDriver($ea'Plugin\\SiteKit42\\Entity');
  1372.         $b->addDriver($fa'Plugin\\SortCategoryProduct42\\Entity');
  1373.         $b->addDriver($ga'Plugin\\UKOMI42\\Entity');
  1374.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1375.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1376.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1377.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1378.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1379.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1380.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1381.         ], [
  1382.             'doctrine.ulid_generator' => '?',
  1383.             'doctrine.uuid_generator' => '?',
  1384.         ])));
  1385.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1386.         $a->setProxyNamespace('Proxies');
  1387.         $a->setAutoGenerateProxyClasses(true);
  1388.         $a->setSchemaIgnoreClasses([]);
  1389.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1390.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1391.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1392.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1393.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1394.         $a->setLazyGhostObjectEnabled(false);
  1395.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1396.             'Customize\\Repository\\DeliveryStopRepository' => ['privates''Customize\\Repository\\DeliveryStopRepository''getDeliveryStopRepositoryService'true],
  1397.             'Customize\\Repository\\StoreRepository' => ['privates''Customize\\Repository\\StoreRepository''getStoreRepositoryService'true],
  1398.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1399.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1400.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1401.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1402.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1403.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1404.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1405.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1406.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1407.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1408.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1409.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1410.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1411.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1412.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1413.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1414.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1415.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1416.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1417.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1418.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1419.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1420.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1421.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1422.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1423.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1424.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1425.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1426.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1427.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1428.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1429.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1430.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1431.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1432.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1433.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1434.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'false],
  1435.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1436.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1437.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1438.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1439.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1440.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1441.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1442.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1443.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'false],
  1444.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1445.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1446.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1447.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1448.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1449.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1450.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1451.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1452.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1453.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1454.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1455.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1456.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1457.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1458.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1459.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1460.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1461.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1462.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1463.             'Plugin\\ApexDeliveryArea\\Repository\\DeliveryAreaRepository' => ['privates''Plugin\\ApexDeliveryArea\\Repository\\DeliveryAreaRepository''getDeliveryAreaRepositoryService'true],
  1464.             'Plugin\\ApexOrderFields\\Repository\\Master\\MtbFieldTypeRepository' => ['privates''Plugin\\ApexOrderFields\\Repository\\Master\\MtbFieldTypeRepository''getMtbFieldTypeRepositoryService'true],
  1465.             'Plugin\\ApexOrderFields\\Repository\\OrderFieldOptionRepository' => ['privates''Plugin\\ApexOrderFields\\Repository\\OrderFieldOptionRepository''getOrderFieldOptionRepositoryService'true],
  1466.             'Plugin\\ApexOrderFields\\Repository\\OrderFieldOrderRepository' => ['privates''Plugin\\ApexOrderFields\\Repository\\OrderFieldOrderRepository''getOrderFieldOrderRepositoryService'true],
  1467.             'Plugin\\ApexOrderFields\\Repository\\OrderFieldRepository' => ['privates''Plugin\\ApexOrderFields\\Repository\\OrderFieldRepository''getOrderFieldRepositoryService'true],
  1468.             'Plugin\\ApexOrderItemOption\\Repository\\CartItemOptionCategoryRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\CartItemOptionCategoryRepository''getCartItemOptionCategoryRepositoryService'true],
  1469.             'Plugin\\ApexOrderItemOption\\Repository\\CartItemOptionRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\CartItemOptionRepository''getCartItemOptionRepositoryService'true],
  1470.             'Plugin\\ApexOrderItemOption\\Repository\\OptionCategoryRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\OptionCategoryRepository''getOptionCategoryRepositoryService'true],
  1471.             'Plugin\\ApexOrderItemOption\\Repository\\OptionRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\OptionRepository''getOptionRepositoryService'true],
  1472.             'Plugin\\ApexOrderItemOption\\Repository\\OrderItemOptionCategoryRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\OrderItemOptionCategoryRepository''getOrderItemOptionCategoryRepositoryService'true],
  1473.             'Plugin\\ApexOrderItemOption\\Repository\\OrderItemOptionRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\OrderItemOptionRepository''getOrderItemOptionRepositoryService'true],
  1474.             'Plugin\\ApexOrderItemOption\\Repository\\ProductOptionOptionRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\ProductOptionOptionRepository''getProductOptionOptionRepositoryService'true],
  1475.             'Plugin\\ApexOrderItemOption\\Repository\\ProductOptionRepository' => ['privates''Plugin\\ApexOrderItemOption\\Repository\\ProductOptionRepository''getProductOptionRepositoryService'true],
  1476.             'Plugin\\ApexProductRanking\\Repository\\ProductRankingRepository' => ['privates''Plugin\\ApexProductRanking\\Repository\\ProductRankingRepository''getProductRankingRepositoryService'true],
  1477.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardCarryingRepository' => ['privates''Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardCarryingRepository''getMtbSignboardCarryingRepositoryService'true],
  1478.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardSizeRepository' => ['privates''Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardSizeRepository''getMtbSignboardSizeRepositoryService'true],
  1479.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardTypeRepository' => ['privates''Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardTypeRepository''getMtbSignboardTypeRepositoryService'true],
  1480.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardUsageRepository' => ['privates''Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardUsageRepository''getMtbSignboardUsageRepositoryService'true],
  1481.             'Plugin\\ApexSignboard\\Repository\\SignboardRepository' => ['privates''Plugin\\ApexSignboard\\Repository\\SignboardRepository''getSignboardRepositoryService'true],
  1482.             'Plugin\\ApexVolumeUp\\Repository\\VolumeUpRepository' => ['privates''Plugin\\ApexVolumeUp\\Repository\\VolumeUpRepository''getVolumeUpRepositoryService'true],
  1483.             'Plugin\\ApgProductClassImage42\\Repository\\ConfigRepository' => ['privates''Plugin\\ApgProductClassImage42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1484.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'false],
  1485.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1486.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactReplyRepository''getContactReplyRepositoryService'true],
  1487.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1488.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1489.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1490.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1491.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1492.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepository4Service'false],
  1493.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1494.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1495.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1496.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1497.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1498.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1499.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1500.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1501.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1502.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1503.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1504.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1505.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1506.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1507.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1508.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1509.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1510.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository''getGmoConfigRepositoryService'true],
  1511.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository''getGmoFraudDetectionRepositoryService'true],
  1512.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository''getGmoMemberRepositoryService'true],
  1513.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository''getGmoOrderPaymentRepositoryService'true],
  1514.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository''getGmoPaymentMethodRepositoryService'true],
  1515.             'Plugin\\GmoPs42\\Repository\\ConfigRepository' => ['privates''Plugin\\GmoPs42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1516.             'Plugin\\GmoPs42\\Repository\\OrderPaymentRepository' => ['privates''Plugin\\GmoPs42\\Repository\\OrderPaymentRepository''getOrderPaymentRepositoryService'true],
  1517.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1518.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1519.             'Plugin\\NewsPageSelfReliance42\\Repository\\NpsrNewsRepository' => ['privates''Plugin\\NewsPageSelfReliance42\\Repository\\NpsrNewsRepository''getNpsrNewsRepositoryService'true],
  1520.             'Plugin\\OrderBySale42\\Repository\\ConfigRepository' => ['privates''Plugin\\OrderBySale42\\Repository\\ConfigRepository''getConfigRepository6Service'true],
  1521.             'Plugin\\PayPalCheckout42\\Repository\\ConfigRepository' => ['privates''Plugin\\PayPalCheckout42\\Repository\\ConfigRepository''getConfigRepository7Service'true],
  1522.             'Plugin\\PayPalCheckout42\\Repository\\SubscribingCustomerRepository' => ['privates''Plugin\\PayPalCheckout42\\Repository\\SubscribingCustomerRepository''getSubscribingCustomerRepositoryService'true],
  1523.             'Plugin\\PayPalCheckout42\\Repository\\TransactionRepository' => ['privates''Plugin\\PayPalCheckout42\\Repository\\TransactionRepository''getTransactionRepositoryService'true],
  1524.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductContact42\\Repository\\ConfigRepository''getConfigRepository8Service'true],
  1525.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository''getConfigRepository9Service'true],
  1526.             'Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository''getProductDataDetailRepositoryService'false],
  1527.             'Plugin\\ProductPlus42\\Repository\\ProductDataRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductDataRepository''getProductDataRepositoryService'true],
  1528.             'Plugin\\ProductPlus42\\Repository\\ProductItemOptionRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductItemOptionRepository''getProductItemOptionRepositoryService'true],
  1529.             'Plugin\\ProductPlus42\\Repository\\ProductItemRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductItemRepository''getProductItemRepositoryService'true],
  1530.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1531.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1532.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1533.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1534.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1535.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository10Service'true],
  1536.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1537.             'Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository' => ['privates''Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1538.             'Plugin\\SortCategoryProduct42\\Repository\\SortCategoryProductRepository' => ['privates''Plugin\\SortCategoryProduct42\\Repository\\SortCategoryProductRepository''getSortCategoryProductRepositoryService'true],
  1539.             'Plugin\\UKOMI42\\Repository\\ConfigRepository' => ['privates''Plugin\\UKOMI42\\Repository\\ConfigRepository''getConfigRepository11Service'false],
  1540.             'Plugin\\UKOMI42\\Repository\\UKomiSyncLogRepository' => ['privates''Plugin\\UKOMI42\\Repository\\UKomiSyncLogRepository''getUKomiSyncLogRepositoryService'true],
  1541.         ], [
  1542.             'Customize\\Repository\\DeliveryStopRepository' => '?',
  1543.             'Customize\\Repository\\StoreRepository' => '?',
  1544.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1545.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1546.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1547.             'Eccube\\Repository\\BlockRepository' => '?',
  1548.             'Eccube\\Repository\\CalendarRepository' => '?',
  1549.             'Eccube\\Repository\\CartItemRepository' => '?',
  1550.             'Eccube\\Repository\\CartRepository' => '?',
  1551.             'Eccube\\Repository\\CategoryRepository' => '?',
  1552.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1553.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1554.             'Eccube\\Repository\\CsvRepository' => '?',
  1555.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1556.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1557.             'Eccube\\Repository\\CustomerRepository' => '?',
  1558.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1559.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1560.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1561.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1562.             'Eccube\\Repository\\LayoutRepository' => '?',
  1563.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1564.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1565.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1566.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1567.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1568.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1569.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1570.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1571.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1572.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1573.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1574.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1575.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1576.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1577.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1578.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1579.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1580.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1581.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1582.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1583.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1584.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1585.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1586.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1587.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1588.             'Eccube\\Repository\\MemberRepository' => '?',
  1589.             'Eccube\\Repository\\NewsRepository' => '?',
  1590.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1591.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1592.             'Eccube\\Repository\\OrderRepository' => '?',
  1593.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1594.             'Eccube\\Repository\\PageRepository' => '?',
  1595.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1596.             'Eccube\\Repository\\PaymentRepository' => '?',
  1597.             'Eccube\\Repository\\PluginRepository' => '?',
  1598.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1599.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1600.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1601.             'Eccube\\Repository\\ProductRepository' => '?',
  1602.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1603.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1604.             'Eccube\\Repository\\ShippingRepository' => '?',
  1605.             'Eccube\\Repository\\TagRepository' => '?',
  1606.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1607.             'Eccube\\Repository\\TemplateRepository' => '?',
  1608.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1609.             'Plugin\\ApexDeliveryArea\\Repository\\DeliveryAreaRepository' => '?',
  1610.             'Plugin\\ApexOrderFields\\Repository\\Master\\MtbFieldTypeRepository' => '?',
  1611.             'Plugin\\ApexOrderFields\\Repository\\OrderFieldOptionRepository' => '?',
  1612.             'Plugin\\ApexOrderFields\\Repository\\OrderFieldOrderRepository' => '?',
  1613.             'Plugin\\ApexOrderFields\\Repository\\OrderFieldRepository' => '?',
  1614.             'Plugin\\ApexOrderItemOption\\Repository\\CartItemOptionCategoryRepository' => '?',
  1615.             'Plugin\\ApexOrderItemOption\\Repository\\CartItemOptionRepository' => '?',
  1616.             'Plugin\\ApexOrderItemOption\\Repository\\OptionCategoryRepository' => '?',
  1617.             'Plugin\\ApexOrderItemOption\\Repository\\OptionRepository' => '?',
  1618.             'Plugin\\ApexOrderItemOption\\Repository\\OrderItemOptionCategoryRepository' => '?',
  1619.             'Plugin\\ApexOrderItemOption\\Repository\\OrderItemOptionRepository' => '?',
  1620.             'Plugin\\ApexOrderItemOption\\Repository\\ProductOptionOptionRepository' => '?',
  1621.             'Plugin\\ApexOrderItemOption\\Repository\\ProductOptionRepository' => '?',
  1622.             'Plugin\\ApexProductRanking\\Repository\\ProductRankingRepository' => '?',
  1623.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardCarryingRepository' => '?',
  1624.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardSizeRepository' => '?',
  1625.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardTypeRepository' => '?',
  1626.             'Plugin\\ApexSignboard\\Repository\\Master\\MtbSignboardUsageRepository' => '?',
  1627.             'Plugin\\ApexSignboard\\Repository\\SignboardRepository' => '?',
  1628.             'Plugin\\ApexVolumeUp\\Repository\\VolumeUpRepository' => '?',
  1629.             'Plugin\\ApgProductClassImage42\\Repository\\ConfigRepository' => '?',
  1630.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1631.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => '?',
  1632.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => '?',
  1633.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => '?',
  1634.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => '?',
  1635.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1636.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1637.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1638.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1639.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1640.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1641.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1642.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1643.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1644.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1645.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1646.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1647.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1648.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1649.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1650.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1651.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1652.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1653.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1654.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1655.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1656.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository' => '?',
  1657.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository' => '?',
  1658.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository' => '?',
  1659.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository' => '?',
  1660.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository' => '?',
  1661.             'Plugin\\GmoPs42\\Repository\\ConfigRepository' => '?',
  1662.             'Plugin\\GmoPs42\\Repository\\OrderPaymentRepository' => '?',
  1663.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1664.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1665.             'Plugin\\NewsPageSelfReliance42\\Repository\\NpsrNewsRepository' => '?',
  1666.             'Plugin\\OrderBySale42\\Repository\\ConfigRepository' => '?',
  1667.             'Plugin\\PayPalCheckout42\\Repository\\ConfigRepository' => '?',
  1668.             'Plugin\\PayPalCheckout42\\Repository\\SubscribingCustomerRepository' => '?',
  1669.             'Plugin\\PayPalCheckout42\\Repository\\TransactionRepository' => '?',
  1670.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => '?',
  1671.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => '?',
  1672.             'Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository' => '?',
  1673.             'Plugin\\ProductPlus42\\Repository\\ProductDataRepository' => '?',
  1674.             'Plugin\\ProductPlus42\\Repository\\ProductItemOptionRepository' => '?',
  1675.             'Plugin\\ProductPlus42\\Repository\\ProductItemRepository' => '?',
  1676.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1677.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1678.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1679.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1680.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1681.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1682.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1683.             'Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository' => '?',
  1684.             'Plugin\\SortCategoryProduct42\\Repository\\SortCategoryProductRepository' => '?',
  1685.             'Plugin\\UKOMI42\\Repository\\ConfigRepository' => '?',
  1686.             'Plugin\\UKOMI42\\Repository\\UKomiSyncLogRepository' => '?',
  1687.         ])));
  1688.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1689.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1690.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1691.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1692.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1693.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1694.         return $instance;
  1695.     }
  1696.     /**
  1697.      * Gets the public 'event_dispatcher' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1700.      */
  1701.     protected function getEventDispatcherService()
  1702.     {
  1703.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1704.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1705.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1706.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1707.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1708.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1709.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1710.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1711.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1712.         $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())));
  1713.         $instance->addListener('league.oauth2_server.event.user_resolve', [=> function () {
  1714.             return ($this->privates['Plugin\\Api42\\EventListener\\UserResolveListener'] ?? $this->load('getUserResolveListenerService'));
  1715.         }, => 'onUserResolve'], 0);
  1716.         $instance->addListener('kernel.request', [=> function () {
  1717.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1718.         }, => 'onKernelRequest'], 1024);
  1719.         $instance->addListener('kernel.controller', [=> function () {
  1720.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1721.         }, => 'onKernelController'], 0);
  1722.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1723.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1724.         }, => 'checkPassport'], 1024);
  1725.         $instance->addListener('kernel.response', [=> function () {
  1726.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1727.         }, => 'onKernelResponse'], 0);
  1728.         $instance->addListener('kernel.response', [=> function () {
  1729.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1730.         }, => 'onKernelResponse'], 0);
  1731.         $instance->addListener('kernel.request', [=> function () {
  1732.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1733.         }, => 'onKernelRequest'], 0);
  1734.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1735.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1736.         }, => 'onAuthorizationRequest'], 1024);
  1737.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1738.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1739.         }, => '__invoke'], 0);
  1740.         $instance->addListener('kernel.controller', [=> function () {
  1741.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1742.         }, => 'onController'], 0);
  1743.         $instance->addListener('kernel.request', [=> function () {
  1744.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1745.         }, => 'onKernelRequest'], 512);
  1746.         $instance->addListener('kernel.request', [=> function () {
  1747.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1748.         }, => 'onKernelRequestEarly'], 500);
  1749.         $instance->addListener('kernel.request', [=> function () {
  1750.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1751.         }, => 'onKernelRequest'], 6);
  1752.         $instance->addListener('kernel.response', [=> function () {
  1753.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1754.         }, => 'onKernelResponse'], 0);
  1755.         $instance->addListener('kernel.controller', [=> function () {
  1756.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1757.         }, => 'onKernelController'], 0);
  1758.         $instance->addListener('kernel.terminate', [=> function () {
  1759.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1760.         }, => 'onKernelTerminate'], 0);
  1761.         $instance->addListener('kernel.exception', [=> function () {
  1762.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1763.         }, => 'onKernelException'], -4);
  1764.         $instance->addListener('security.interactive_login', [=> function () {
  1765.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1766.         }, => 'onInteractiveLogin'], 0);
  1767.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1768.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1769.         }, => 'onAuthenticationFailure'], 0);
  1770.         $instance->addListener('kernel.response', [=> function () {
  1771.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1772.         }, => 'onResponse'], 0);
  1773.         $instance->addListener('kernel.request', [=> function () {
  1774.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1775.         }, => 'onKernelRequest'], 512);
  1776.         $instance->addListener('kernel.controller', [=> function () {
  1777.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1778.         }, => 'onController'], 0);
  1779.         $instance->addListener('kernel.request', [=> function () {
  1780.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1781.         }, => 'onKernelRequest'], 7);
  1782.         $instance->addListener('security.interactive_login', [=> function () {
  1783.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1784.         }, => 'onInteractiveLogin'], 0);
  1785.         $instance->addListener('security.authentication.failure', [=> function () {
  1786.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1787.         }, => 'onAuthenticationFailure'], 0);
  1788.         $instance->addListener('kernel.request', [=> function () {
  1789.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1790.         }, => 'onKernelRequest'], 0);
  1791.         $instance->addListener('kernel.exception', [=> function () {
  1792.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1793.         }, => 'onKernelException'], 0);
  1794.         $instance->addListener('kernel.terminate', [=> function () {
  1795.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1796.         }, => 'onKernelTerminate'], 0);
  1797.         $instance->addListener('kernel.request', [=> function () {
  1798.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1799.         }, => 'onKernelRequest'], 6);
  1800.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1801.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1802.         }, => 'onKernelController'], 7);
  1803.         $instance->addListener('form.pre_submit', [=> function () {
  1804.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1805.         }, => 'onPreSubmit'], 0);
  1806.         $instance->addListener('form.pre_submit', [=> function () {
  1807.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1808.         }, => 'purifySubmittedData'], 1000001);
  1809.         $instance->addListener('form.pre_submit', [=> function () {
  1810.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1811.         }, => 'onPreSubmit'], 0);
  1812.         $instance->addListener('workflow.order.completed', [=> function () {
  1813.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1814.         }, => 'onCompleted'], 0);
  1815.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1816.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1817.         }, => 'updatePaymentDate'], 0);
  1818.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1819.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1820.         }, => 'rollbackStock'], 0);
  1821.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1822.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1823.         }, => 'rollbackUsePoint'], 0);
  1824.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1825.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1826.         }, => 'commitStock'], 0);
  1827.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1828.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1829.         }, => 'commitUsePoint'], 0);
  1830.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1831.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1832.         }, => 'commitAddPoint'], 0);
  1833.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1834.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1835.         }, => 'rollbackUsePoint'], 0);
  1836.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1837.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1838.         }, => 'rollbackAddPoint'], 0);
  1839.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1840.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1841.         }, => 'commitUsePoint'], 0);
  1842.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1843.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1844.         }, => 'commitAddPoint'], 0);
  1845.         $instance->addListener('kernel.terminate', [=> function () {
  1846.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1847.         }, => 'disableMaintenanceEvent'], 0);
  1848.         $instance->addListener('kernel.terminate', [=> function () {
  1849.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1850.         }, => 'forceClearCache'], 0);
  1851.         $instance->addListener('admin.setting.shop.delivery.edit.initialize', [=> function () {
  1852.             return ($this->privates['Plugin\\ApexDeliveryArea\\Event'] ?? $this->load('getEventService'));
  1853.         }, => 'onAdminDeliveryEditInitialize'], 0);
  1854.         $instance->addListener('admin.setting.shop.delivery.edit.complete', [=> function () {
  1855.             return ($this->privates['Plugin\\ApexDeliveryArea\\Event'] ?? $this->load('getEventService'));
  1856.         }, => 'onAdminDeliveryEditComplete'], 0);
  1857.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1858.             return ($this->privates['Plugin\\ApexDeliveryArea\\Event'] ?? $this->load('getEventService'));
  1859.         }, => 'onRenderAdminDeliveryEdit'], 0);
  1860.         $instance->addListener('admin.product.edit.initialize', [=> function () {
  1861.             return ($this->privates['Plugin\\ApexDeliveryArea\\Event'] ?? $this->load('getEventService'));
  1862.         }, => 'onAdminProductEditInitialize'], 0);
  1863.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1864.             return ($this->privates['Plugin\\ApexDeliveryArea\\Event'] ?? $this->load('getEventService'));
  1865.         }, => 'onAdminProductEditComplete'], 0);
  1866.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1867.             return ($this->privates['Plugin\\ApexDeliveryArea\\Event'] ?? $this->load('getEventService'));
  1868.         }, => 'onRenderAdminProductEdit'], 0);
  1869.         $instance->addListener('Shopping/index.twig', [=> function () {
  1870.             return ($this->privates['Plugin\\ApexOrderFields\\Event'] ?? $this->load('getEvent2Service'));
  1871.         }, => 'index'], 0);
  1872.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1873.             return ($this->privates['Plugin\\ApexOrderFields\\Event'] ?? $this->load('getEvent2Service'));
  1874.         }, => 'confirm'], 0);
  1875.         $instance->addListener('Mypage/history.twig', [=> function () {
  1876.             return ($this->privates['Plugin\\ApexOrderFields\\Event'] ?? $this->load('getEvent2Service'));
  1877.         }, => 'onRenderMypageHistory'], 0);
  1878.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1879.             return ($this->privates['Plugin\\ApexOrderFields\\Event'] ?? $this->load('getEvent2Service'));
  1880.         }, => 'onRenderAdminOrderEdit'], 0);
  1881.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1882.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1883.         }, => 'onTemplateAdminOrderEdit'], 0);
  1884.         $instance->addListener('@admin/Order/order_item_prototype.twig', [=> function () {
  1885.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1886.         }, => 'onTemplateAdminOrderItemPrototype'], 0);
  1887.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1888.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1889.         }, => 'onTemplateAdminOrderEdit'], 0);
  1890.         $instance->addListener('@admin/Order/search_product.twig', [=> function () {
  1891.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1892.         }, => 'onTemplateAdminOrderSearchProduct'], 0);
  1893.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1894.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1895.         }, => 'hookAdminOrderCsvExport'], 0);
  1896.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1897.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1898.         }, => 'onTemplateAdminProduct'], 0);
  1899.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1900.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1901.         }, => 'onTemplateAdminProductEdit'], 0);
  1902.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1903.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1904.         }, => 'hookAdminProductCopyComplete'], 0);
  1905.         $instance->addListener('admin.product.csv.export', [=> function () {
  1906.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1907.         }, => 'hookAdminProductCsvExport'], 0);
  1908.         $instance->addListener('Cart/index.twig', [=> function () {
  1909.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\CartEvent'] ?? ($this->privates['Plugin\\ApexOrderItemOption\\Event\\CartEvent'] = new \Plugin\ApexOrderItemOption\Event\CartEvent()));
  1910.         }, => 'onTemplateCart'], 0);
  1911.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1912.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1913.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1914.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1915.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1916.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1917.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1918.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1919.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1920.         $instance->addListener('Mypage/index.twig', [=> function () {
  1921.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1922.         }, => 'onTemplateMypageIndex'], 0);
  1923.         $instance->addListener('Mypage/history.twig', [=> function () {
  1924.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1925.         }, => 'onTemplateMypageHistory'], 0);
  1926.         $instance->addListener('Product/list.twig', [=> function () {
  1927.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1928.         }, => 'onTemplateProductList'], 0);
  1929.         $instance->addListener('Product/detail.twig', [=> function () {
  1930.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1931.         }, => 'onTemplateProductDetail'], 0);
  1932.         $instance->addListener('Shopping/index.twig', [=> function () {
  1933.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1934.         }, => 'onTempleteShoppingIndex'], 0);
  1935.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1936.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1937.         }, => 'onTempleteShoppingIndex'], 0);
  1938.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1939.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1940.         }, => 'onTempleteShoppingShippingMultiple'], 0);
  1941.         $instance->addListener('front.shopping.shipping.multiple.initialize', [=> function () {
  1942.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1943.         }, => 'onHookShoppingShippingMultipleInitialize'], 0);
  1944.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1945.             return ($this->privates['Plugin\\ApexOrderItemOption\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1946.         }, => 'onHookShoppingShippingMultipleComplete'], 0);
  1947.         $instance->addListener('Mypage/index.twig', [=> function () {
  1948.             return ($this->privates['Plugin\\ApexReceipt\\Event'] ?? $this->load('getEvent3Service'));
  1949.         }, => 'onRenderMypageIndex'], 0);
  1950.         $instance->addListener('Mypage/history.twig', [=> function () {
  1951.             return ($this->privates['Plugin\\ApexReceipt\\Event'] ?? $this->load('getEvent3Service'));
  1952.         }, => 'onRenderMypageHistory'], 0);
  1953.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1954.             return ($this->privates['Plugin\\ApexSignboard\\Event'] ?? $this->load('getEvent4Service'));
  1955.         }, => 'onRenderAdminOrderEdit'], 0);
  1956.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1957.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1958.         }, => 'onRenderAdminProductProductClass'], 0);
  1959.         $instance->addListener('Product/detail.twig', [=> function () {
  1960.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1961.         }, => 'onRenderFrontProductDetail'], 0);
  1962.         $instance->addListener('Product/list.twig', [=> function () {
  1963.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1964.         }, => 'onRenderFrontProductList'], 0);
  1965.         $instance->addListener('Cart/index.twig', [=> function () {
  1966.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1967.         }, => 'onRenderFrontCartIndex'], 0);
  1968.         $instance->addListener('Block/cart.twig', [=> function () {
  1969.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1970.         }, => 'onRenderFrontBlockCart'], 0);
  1971.         $instance->addListener('Block/header.twig', [=> function () {
  1972.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1973.         }, => 'onRenderFrontBlockHeader'], 0);
  1974.         $instance->addListener('Shopping/index.twig', [=> function () {
  1975.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1976.         }, => 'onRenderFrontShoppingIndex'], 0);
  1977.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1978.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1979.         }, => 'onRenderFrontShoppingShippingMultiple'], 0);
  1980.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1981.             return ($this->privates['Plugin\\ApgProductClassImage42\\Event'] ?? $this->load('getEvent5Service'));
  1982.         }, => 'onRenderFrontShoppingConfirm'], 0);
  1983.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1984.             return ($this->privates['Plugin\\Api42\\EventListener\\AuthorizationRequestResolveListener'] ?? $this->load('getAuthorizationRequestResolveListenerService'));
  1985.         }, => 'onAuthorizationRequestResolve'], 0);
  1986.         $instance->addListener('kernel.response', [=> function () {
  1987.             return ($this->privates['Plugin\\Api42\\Service\\WebHookService'] ?? $this->getWebHookServiceService());
  1988.         }, => 'fire'], 0);
  1989.         $instance->addListener('kernel.response', [=> function () {
  1990.             return ($this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'] ?? $this->getCheckProductEventService());
  1991.         }, => 'onKernelResponse'], 0);
  1992.         $instance->addListener('front.product.detail.initialize', [=> function () {
  1993.             return ($this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'] ?? $this->getCheckProductEventService());
  1994.         }, => 'createCookie'], 0);
  1995.         $instance->addListener('front.contact.index.complete', [=> function () {
  1996.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEvent6Service'));
  1997.         }, => 'onContactComplete'], 0);
  1998.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1999.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEvent6Service'));
  2000.         }, => 'onAdminCustomerEditTwig'], 0);
  2001.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2002.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  2003.         }, => 'onKernelController'], 0);
  2004.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  2005.             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()));
  2006.         }, => 'edit'], 0);
  2007.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  2008.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] ?? $this->load('getAddPaymentStatusFormEventSubscriberService'));
  2009.         }, => 'edit'], 0);
  2010.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  2011.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  2012.         }, => 'adminOrderEditIndexComplete'], 0);
  2013.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  2014.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  2015.         }, => 'adminOrderEditIndexComplete'], 0);
  2016.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  2017.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  2018.         }, => 'index'], 0);
  2019.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  2020.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  2021.         }, => 'adminOrderEditIndexComplete'], 0);
  2022.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  2023.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  2024.         }, => 'product'], 0);
  2025.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  2026.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  2027.         }, => 'index'], 0);
  2028.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  2029.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  2030.         }, => 'product'], 0);
  2031.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  2032.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  2033.         }, => 'index'], 0);
  2034.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  2035.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  2036.         }, => 'product'], 0);
  2037.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  2038.             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()));
  2039.         }, => 'deliveryEdit'], 0);
  2040.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  2041.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  2042.         }, => 'frontMypageChangeIndexComplete'], 0);
  2043.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  2044.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  2045.         }, => 'frontMypageDeliveryEditComplete'], 0);
  2046.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  2047.             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()));
  2048.         }, => 'delivery'], 0);
  2049.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  2050.             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()));
  2051.         }, => 'change_complete'], 0);
  2052.         $instance->addListener('Mypage/index.twig', [=> function () {
  2053.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2054.         }, => 'index'], 0);
  2055.         $instance->addListener('Mypage/history.twig', [=> function () {
  2056.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2057.         }, => 'index'], 0);
  2058.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  2059.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2060.         }, => 'index'], 0);
  2061.         $instance->addListener('Mypage/change.twig', [=> function () {
  2062.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2063.         }, => 'index'], 0);
  2064.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  2065.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2066.         }, => 'index'], 0);
  2067.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  2068.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2069.         }, => 'index'], 0);
  2070.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  2071.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2072.         }, => 'index'], 0);
  2073.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  2074.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2075.         }, => 'index'], 0);
  2076.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  2077.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2078.         }, => 'index'], 0);
  2079.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  2080.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2081.         }, => 'index'], 0);
  2082.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  2083.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2084.         }, => 'index'], 0);
  2085.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  2086.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2087.         }, => 'index'], 0);
  2088.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  2089.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2090.         }, => 'index'], 0);
  2091.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  2092.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2093.         }, => 'index'], 0);
  2094.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  2095.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2096.         }, => 'index'], 0);
  2097.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  2098.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2099.         }, => 'index'], 0);
  2100.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  2101.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2102.         }, => 'index'], 0);
  2103.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  2104.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2105.         }, => 'index'], 0);
  2106.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  2107.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2108.         }, => 'index'], 0);
  2109.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  2110.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  2111.         }, => 'index'], 0);
  2112.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  2113.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2114.         }, => 'index'], 0);
  2115.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  2116.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2117.         }, => 'index'], 0);
  2118.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  2119.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2120.         }, => 'index'], 0);
  2121.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  2122.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2123.         }, => 'index'], 0);
  2124.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  2125.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2126.         }, => 'index'], 0);
  2127.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  2128.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2129.         }, => 'index'], 0);
  2130.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  2131.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2132.         }, => 'index'], 0);
  2133.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  2134.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2135.         }, => 'index'], 0);
  2136.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  2137.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2138.         }, => 'index'], 0);
  2139.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  2140.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2141.         }, => 'index'], 0);
  2142.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  2143.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  2144.         }, => 'index'], 0);
  2145.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  2146.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  2147.         }, => 'index'], 0);
  2148.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  2149.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  2150.         }, => 'index'], 0);
  2151.         $instance->addListener('Shopping/index.twig', [=> function () {
  2152.             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()));
  2153.         }, => 'index'], 0);
  2154.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2155.             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()));
  2156.         }, => 'confirm'], 0);
  2157.         $instance->addListener('Shopping/index.twig', [=> function () {
  2158.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  2159.         }, => 'index'], 0);
  2160.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2161.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  2162.         }, => 'confirm'], 0);
  2163.         $instance->addListener('Shopping/index.twig', [=> function () {
  2164.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  2165.         }, => 'index'], 0);
  2166.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2167.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  2168.         }, => 'confirm'], 0);
  2169.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2170.             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()));
  2171.         }, => 'confirm'], 0);
  2172.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2173.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  2174.         }, => 'confirm'], 0);
  2175.         $instance->addListener('Shopping/index.twig', [=> function () {
  2176.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  2177.         }, => 'index'], 0);
  2178.         $instance->addListener('Shopping/index.twig', [=> function () {
  2179.             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()));
  2180.         }, => 'index'], 0);
  2181.         $instance->addListener('Shopping/login.twig', [=> function () {
  2182.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  2183.         }, => 'index'], 0);
  2184.         $instance->addListener('Shopping/index.twig', [=> function () {
  2185.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  2186.         }, => 'index'], 0);
  2187.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  2188.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  2189.         }, => 'index'], 0);
  2190.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  2191.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  2192.         }, => 'index'], 0);
  2193.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  2194.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2195.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  2196.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  2197.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2198.         }, => 'onAdminOrderEditTwig'], 0);
  2199.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  2200.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2201.         }, => 'onAdminCustomerEditTwig'], 0);
  2202.         $instance->addListener('Shopping/index.twig', [=> function () {
  2203.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2204.         }, => 'onDefaultShoppingIndexTwig'], 0);
  2205.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2206.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2207.         }, => 'onDefaultShoppingConfirmTwig'], 0);
  2208.         $instance->addListener('Shopping/complete.twig', [=> function () {
  2209.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2210.         }, => 'onDefaultShoppingCompleteTwig'], 0);
  2211.         $instance->addListener('Mypage/index.twig', [=> function () {
  2212.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2213.         }, => 'onDefaultMypageNaviTwig'], 0);
  2214.         $instance->addListener('Mypage/history.twig', [=> function () {
  2215.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2216.         }, => 'onDefaultMypageNaviTwig'], 0);
  2217.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  2218.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2219.         }, => 'onDefaultMypageNaviTwig'], 0);
  2220.         $instance->addListener('Mypage/change.twig', [=> function () {
  2221.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2222.         }, => 'onDefaultMypageNaviTwig'], 0);
  2223.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  2224.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2225.         }, => 'onDefaultMypageNaviTwig'], 0);
  2226.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  2227.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2228.         }, => 'onDefaultMypageNaviTwig'], 0);
  2229.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  2230.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2231.         }, => 'onDefaultMypageNaviTwig'], 0);
  2232.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  2233.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2234.         }, => 'onDefaultMypageNaviTwig'], 0);
  2235.         $instance->addListener('@GmoPaymentGateway42/mypage_card.twig', [=> function () {
  2236.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEvent7Service'));
  2237.         }, => 'onDefaultMypageNaviTwig'], 0);
  2238.         $instance->addListener('Shopping/index.twig', [=> function () {
  2239.             return ($this->privates['Plugin\\GmoPs42\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService'));
  2240.         }, => 'onTwigShoppingIndex'], 0);
  2241.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  2242.             return ($this->privates['Plugin\\GmoPs42\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService'));
  2243.         }, => 'onTwigAdminOrderEdit'], 0);
  2244.         $instance->addListener('@admin/Content/news.twig', [=> function () {
  2245.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] ?? ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] = new \Plugin\NewsPageSelfReliance42\Event()));
  2246.         }, => 'adminContentNewsTwig'], 0);
  2247.         $instance->addListener('@admin/Content/news_edit.twig', [=> function () {
  2248.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] ?? ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] = new \Plugin\NewsPageSelfReliance42\Event()));
  2249.         }, => 'adminContentNewsEditTwig'], 0);
  2250.         $instance->addListener('admin.content.news.edit.complete', [=> function () {
  2251.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\EventListener\\NpsrControllerListener'] ?? $this->load('getNpsrControllerListenerService'));
  2252.         }, => 'saveNewsThumbnail'], 512);
  2253.         $instance->addListener('kernel.response', [=> function () {
  2254.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\EventListener\\NpsrPagesListener'] ?? $this->getNpsrPagesListenerService());
  2255.         }, => 'onKernelResponse'], 512);
  2256.         $instance->addListener('front.product.index.search', [=> function () {
  2257.             return ($this->privates['Plugin\\OrderBySale42\\Event'] ?? $this->load('getEvent9Service'));
  2258.         }, => 'onFrontProductIndexSearch'], 0);
  2259.         $instance->addListener('Shopping/login.twig', [=> function () {
  2260.             return ($this->privates['Plugin\\PayPalCheckout42\\Event'] ?? $this->load('getEvent10Service'));
  2261.         }, => 'onDefaultShoppingLoginTwig'], 0);
  2262.         $instance->addListener('Shopping/index.twig', [=> function () {
  2263.             return ($this->privates['Plugin\\PayPalCheckout42\\Event'] ?? $this->load('getEvent10Service'));
  2264.         }, => 'onDefaultShoppingIndexTwig'], 0);
  2265.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2266.             return ($this->privates['Plugin\\PayPalCheckout42\\Event'] ?? $this->load('getEvent10Service'));
  2267.         }, => 'onDefaultShoppingConfirmTwig'], 0);
  2268.         $instance->addListener('Cart/index.twig', [=> function () {
  2269.             return ($this->privates['Plugin\\PayPalCheckout42\\Event'] ?? $this->load('getEvent10Service'));
  2270.         }, => 'onDefaultCartIndexTwig'], 0);
  2271.         $instance->addListener('Block/paypal_logo.twig', [=> function () {
  2272.             return ($this->privates['Plugin\\PayPalCheckout42\\Event'] ?? $this->load('getEvent10Service'));
  2273.         }, => 'onDefaultPayPalLogoTwig'], 0);
  2274.         $instance->addListener('front.shopping.shipping.complete', [=> function () {
  2275.             return ($this->privates['Plugin\\PayPalCheckout42\\Event'] ?? $this->load('getEvent10Service'));
  2276.         }, => 'onChangedShippingAddress'], 0);
  2277.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  2278.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2279.         }, => 'onTemplateAdminProductEdit'], 0);
  2280.         $instance->addListener('admin.product.edit.complete', [=> function () {
  2281.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2282.         }, => 'hookAdminProductEditComplete'], 0);
  2283.         $instance->addListener('admin.product.copy.complete', [=> function () {
  2284.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2285.         }, => 'hookAdminProductCopyComplete'], 0);
  2286.         $instance->addListener('admin.product.csv.export', [=> function () {
  2287.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2288.         }, => 'hookAdminProductCsvExport'], 0);
  2289.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  2290.             return ($this->privates['Plugin\\ProductPlus42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2291.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  2292.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  2293.             return ($this->privates['Plugin\\ProductPlus42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2294.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  2295.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  2296.             return ($this->privates['Plugin\\ProductPlus42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2297.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  2298.         $instance->addListener('kernel.response', [=> function () {
  2299.             return ($this->privates['Plugin\\UKOMI42\\Event'] ?? $this->getEvent11Service());
  2300.         }, => 'onRenderFrame'], 1);
  2301.         $instance->addListener('Shopping/complete.twig', [=> function () {
  2302.             return ($this->privates['Plugin\\UKOMI42\\Event'] ?? $this->getEvent11Service());
  2303.         }, => 'onRenderShoppingComplete'], 1);
  2304.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  2305.             return ($this->privates['Plugin\\UKOMI42\\Event'] ?? $this->getEvent11Service());
  2306.         }, => 'onAdminOrderEditIndexComplete'], 1);
  2307.         $instance->addListener('workflow.order.completed', [=> function () {
  2308.             return ($this->privates['Plugin\\UKOMI42\\Event'] ?? $this->getEvent11Service());
  2309.         }, => 'onOrderCompleted'], 0);
  2310.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  2311.             return ($this->privates['Customize\\EventListener\\Admin\\BulkDeliveryDurationEventListener'] ?? $this->load('getBulkDeliveryDurationEventListenerService'));
  2312.         }, => 'onProductIndex'], 0);
  2313.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  2314.             return ($this->privates['Customize\\EventListener\\Admin\\BulkStockEventListener'] ?? ($this->privates['Customize\\EventListener\\Admin\\BulkStockEventListener'] = new \Customize\EventListener\Admin\BulkStockEventListener()));
  2315.         }, => 'onProductIndex'], 0);
  2316.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  2317.             return ($this->privates['Customize\\EventListener\\Admin\\OrderSlipEventListner'] ?? ($this->privates['Customize\\EventListener\\Admin\\OrderSlipEventListner'] = new \Customize\EventListener\Admin\OrderSlipEventListner()));
  2318.         }, => 'adminIndex'], 0);
  2319.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  2320.             return ($this->privates['Customize\\EventListener\\Admin\\OrderSlipEventListner'] ?? ($this->privates['Customize\\EventListener\\Admin\\OrderSlipEventListner'] = new \Customize\EventListener\Admin\OrderSlipEventListner()));
  2321.         }, => 'onRenderAdminOrderEdit'], 0);
  2322.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  2323.             return ($this->privates['Customize\\EventListener\\Admin\\ShippingDateEventListner'] ?? ($this->privates['Customize\\EventListener\\Admin\\ShippingDateEventListner'] = new \Customize\EventListener\Admin\ShippingDateEventListner()));
  2324.         }, => 'adminIndex'], 0);
  2325.         $instance->addListener('Shopping/entry.twig', [=> function () {
  2326.             return ($this->privates['Customize\\EventListener\\DeliveryStopEventListner'] ?? $this->load('getDeliveryStopEventListnerService'));
  2327.         }, => 'getDeliveryStop'], 0);
  2328.         $instance->addListener('Shopping/index.twig', [=> function () {
  2329.             return ($this->privates['Customize\\EventListener\\DeliveryStopEventListner'] ?? $this->load('getDeliveryStopEventListnerService'));
  2330.         }, => 'getDeliveryStop'], 0);
  2331.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  2332.             return ($this->privates['Customize\\EventListener\\ShoppingEntryEventListner'] ?? $this->load('getShoppingEntryEventListnerService'));
  2333.         }, => 'onBuyStepComplete'], 10);
  2334.         $instance->addListener('kernel.request', [=> function () {
  2335.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  2336.         }, => 'onKernelRequest'], 4096);
  2337.         $instance->addListener('kernel.response', [=> function () {
  2338.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2339.         }, => 'onKernelResponse'], 0);
  2340.         $instance->addListener('kernel.response', [=> function () {
  2341.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2342.         }, => 'onKernelResponse'], -1024);
  2343.         $instance->addListener('kernel.request', [=> function () {
  2344.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2345.         }, => 'setDefaultLocale'], 100);
  2346.         $instance->addListener('kernel.request', [=> function () {
  2347.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2348.         }, => 'onKernelRequest'], 16);
  2349.         $instance->addListener('kernel.finish_request', [=> function () {
  2350.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2351.         }, => 'onKernelFinishRequest'], 0);
  2352.         $instance->addListener('kernel.request', [=> function () {
  2353.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2354.         }, => 'onKernelRequest'], 256);
  2355.         $instance->addListener('kernel.response', [=> function () {
  2356.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2357.         }, => 'onResponse'], -255);
  2358.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2359.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2360.         }, => 'onControllerArguments'], 0);
  2361.         $instance->addListener('kernel.exception', [=> function () {
  2362.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2363.         }, => 'logKernelException'], 0);
  2364.         $instance->addListener('kernel.exception', [=> function () {
  2365.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2366.         }, => 'onKernelException'], -128);
  2367.         $instance->addListener('kernel.response', [=> function () {
  2368.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2369.         }, => 'removeCspHeader'], -128);
  2370.         $instance->addListener('kernel.request', [=> function () {
  2371.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2372.         }, => 'onKernelRequest'], 15);
  2373.         $instance->addListener('kernel.finish_request', [=> function () {
  2374.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2375.         }, => 'onKernelFinishRequest'], -15);
  2376.         $instance->addListener('console.error', [=> function () {
  2377.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2378.         }, => 'onConsoleError'], -128);
  2379.         $instance->addListener('console.terminate', [=> function () {
  2380.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2381.         }, => 'onConsoleTerminate'], -128);
  2382.         $instance->addListener('console.error', [=> function () {
  2383.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2384.         }, => 'onConsoleError'], 0);
  2385.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2386.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2387.         }, => 'onMessage'], -255);
  2388.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2389.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2390.         }, => 'onMessage'], -255);
  2391.         $instance->addListener('kernel.response', [=> function () {
  2392.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2393.         }, => 'onKernelResponse'], 0);
  2394.         $instance->addListener('kernel.request', [=> function () {
  2395.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2396.         }, => 'onKernelRequest'], 48);
  2397.         $instance->addListener('kernel.request', [=> function () {
  2398.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2399.         }, => 'configure'], 2048);
  2400.         $instance->addListener('console.command', [=> function () {
  2401.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2402.         }, => 'configure'], 2048);
  2403.         $instance->addListener('kernel.request', [=> function () {
  2404.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2405.         }, => 'onKernelRequest'], 32);
  2406.         $instance->addListener('kernel.finish_request', [=> function () {
  2407.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2408.         }, => 'onKernelFinishRequest'], 0);
  2409.         $instance->addListener('kernel.exception', [=> function () {
  2410.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2411.         }, => 'onKernelException'], -64);
  2412.         $instance->addListener('kernel.request', [=> function () {
  2413.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2414.         }, => 'onKernelRequest'], 128);
  2415.         $instance->addListener('kernel.response', [=> function () {
  2416.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2417.         }, => 'onKernelResponse'], -1000);
  2418.         $instance->addListener('kernel.finish_request', [=> function () {
  2419.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2420.         }, => 'onFinishRequest'], 0);
  2421.         $instance->addListener('kernel.response', [=> function () {
  2422.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2423.         }, => 'onKernelResponse'], -100);
  2424.         $instance->addListener('kernel.exception', [=> function () {
  2425.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2426.         }, => 'onKernelException'], 0);
  2427.         $instance->addListener('kernel.terminate', [=> function () {
  2428.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2429.         }, => 'onKernelTerminate'], -1024);
  2430.         $instance->addListener('kernel.controller', [=> function () {
  2431.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2432.         }, => 'onKernelController'], 0);
  2433.         $instance->addListener('kernel.response', [=> function () {
  2434.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2435.         }, => 'onKernelResponse'], 0);
  2436.         $instance->addListener('kernel.response', [=> function () {
  2437.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2438.         }, => 'onKernelResponse'], 0);
  2439.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2440.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2441.         }, => 'checkPassport'], 0);
  2442.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2443.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2444.         }, => 'onLoginSuccess'], 0);
  2445.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2446.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2447.         }, => 'onVoterVote'], 0);
  2448.         $instance->addListener('kernel.request', [=> function () {
  2449.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2450.         }, => 'configureLogoutUrlGenerator'], 8);
  2451.         $instance->addListener('kernel.request', [=> function () {
  2452.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2453.         }, => 'onKernelRequest'], 8);
  2454.         $instance->addListener('kernel.finish_request', [=> function () {
  2455.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2456.         }, => 'onKernelFinishRequest'], 0);
  2457.         $instance->addListener('kernel.controller', [=> function () {
  2458.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2459.         }, => 'onKernelController'], 0);
  2460.         $instance->addListener('kernel.controller', [=> function () {
  2461.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2462.         }, => 'onKernelController'], 0);
  2463.         $instance->addListener('kernel.controller', [=> function () {
  2464.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2465.         }, => 'onKernelController'], -128);
  2466.         $instance->addListener('kernel.view', [=> function () {
  2467.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2468.         }, => 'onKernelView'], 0);
  2469.         $instance->addListener('kernel.controller', [=> function () {
  2470.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2471.         }, => 'onKernelController'], 0);
  2472.         $instance->addListener('kernel.response', [=> function () {
  2473.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2474.         }, => 'onKernelResponse'], 0);
  2475.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2476.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2477.         }, => 'onKernelControllerArguments'], 0);
  2478.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2479.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2480.         }, => 'onKernelControllerArguments'], 0);
  2481.         $instance->addListener('console.command', [=> function () {
  2482.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2483.         }, => 'onCommand'], 255);
  2484.         $instance->addListener('console.terminate', [=> function () {
  2485.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2486.         }, => 'onTerminate'], -255);
  2487.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2488.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2489.         }, => 'onMessage'], 0);
  2490.         $instance->addListener('console.command', [=> function () {
  2491.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2492.         }, => 'configure'], 1024);
  2493.         $instance->addListener('kernel.response', [=> function () {
  2494.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2495.         }, => 'onKernelResponse'], -128);
  2496.         $instance->addListener('console.error', [=> function () {
  2497.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2498.         }, => 'onConsoleError'], 0);
  2499.         $instance->addListener('console.terminate', [=> function () {
  2500.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2501.         }, => 'onConsoleTerminate'], 0);
  2502.         $instance->addListener('knp_pager.before', [=> function () {
  2503.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2504.         }, => 'before'], 0);
  2505.         $instance->addListener('knp_pager.pagination', [=> function () {
  2506.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2507.         }, => 'pagination'], 0);
  2508.         $instance->addListener('knp_pager.before', [=> function () {
  2509.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2510.         }, => 'before'], 1);
  2511.         $instance->addListener('knp_pager.before', [=> function () {
  2512.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2513.         }, => 'before'], 1);
  2514.         $instance->addListener('knp_pager.pagination', [=> function () {
  2515.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2516.         }, => 'pagination'], 1);
  2517.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2518.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2519.         }, => 'checkPassport'], 256);
  2520.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2521.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2522.         }, => 'checkPassport'], 512);
  2523.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2524.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2525.         }, => 'onLogout'], 0);
  2526.         return $instance;
  2527.     }
  2528.     /**
  2529.      * Gets the public 'http_kernel' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2532.      */
  2533.     protected function getHttpKernelService()
  2534.     {
  2535.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2536.         if (isset($this->services['http_kernel'])) {
  2537.             return $this->services['http_kernel'];
  2538.         }
  2539.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2540.         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 () {
  2541.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2542.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2543.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2544.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2545.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2546.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2547.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2548.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2549.         }, 8)), $b));
  2550.     }
  2551.     /**
  2552.      * Gets the public 'request_stack' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2555.      */
  2556.     protected function getRequestStackService()
  2557.     {
  2558.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2559.     }
  2560.     /**
  2561.      * Gets the public 'router' shared service.
  2562.      *
  2563.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2564.      */
  2565.     protected function getRouterService()
  2566.     {
  2567.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2568.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2569.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2570.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2571.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2572.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2573.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2574.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2575.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2576.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2577.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2578.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2579.         ], [
  2580.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2581.         ]))->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'));
  2582.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2583.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2584.         return $instance;
  2585.     }
  2586.     /**
  2587.      * Gets the public 'translator' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2590.      */
  2591.     protected function getTranslatorService()
  2592.     {
  2593.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2594.     }
  2595.     /**
  2596.      * Gets the public 'var_dumper.cloner' shared service.
  2597.      *
  2598.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2599.      */
  2600.     protected function getVarDumper_ClonerService()
  2601.     {
  2602.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2603.         $instance->setMaxItems(2500);
  2604.         $instance->setMinDepth(1);
  2605.         $instance->setMaxString(-1);
  2606.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2607.         return $instance;
  2608.     }
  2609.     /**
  2610.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2613.      */
  2614.     protected function get_ServiceLocator_YP_F1XaService()
  2615.     {
  2616.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2617.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2618.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2619.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2620.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2621.         ], [
  2622.             'security.firewall.map.context.admin' => '?',
  2623.             'security.firewall.map.context.api' => '?',
  2624.             'security.firewall.map.context.customer' => '?',
  2625.             'security.firewall.map.context.dev' => '?',
  2626.         ]);
  2627.     }
  2628.     /**
  2629.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2630.      *
  2631.      * @return \Eccube\DataCollector\EccubeDataCollector
  2632.      */
  2633.     protected function getEccubeDataCollectorService()
  2634.     {
  2635.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2636.     }
  2637.     /**
  2638.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2639.      *
  2640.      * @return \Eccube\Doctrine\Query\Queries
  2641.      */
  2642.     protected function getQueriesService()
  2643.     {
  2644.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2645.         $a = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2646.         $b = ($this->privates['Eccube\\Repository\\Master\\ProductListOrderByRepository'] ?? $this->getProductListOrderByRepositoryService());
  2647.         $c = ($this->privates['Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service());
  2648.         $instance->addCustomizer(new \Plugin\SortCategoryProduct42\Repository\SortCategoryProductQuery($a$b$c));
  2649.         $instance->addCustomizer(new \Customize\Repository\ProductListCustomizer(($this->privates['Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository'] ?? $this->getProductDataDetailRepositoryService()), ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  2650.         $instance->addCustomizer(new \Plugin\SortCategoryProduct42\Entity\SortCategoryProductJoin($a$b$c));
  2651.         $instance->addCustomizer(new \Plugin\SortCategoryProduct42\Entity\SortCategoryProductOrderBy($a$b$c));
  2652.         return $instance;
  2653.     }
  2654.     /**
  2655.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2656.      *
  2657.      * @return \Eccube\EventListener\IpAddrListener
  2658.      */
  2659.     protected function getIpAddrListenerService()
  2660.     {
  2661.         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()));
  2662.     }
  2663.     /**
  2664.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2665.      *
  2666.      * @return \Eccube\EventListener\LogListener
  2667.      */
  2668.     protected function getLogListenerService()
  2669.     {
  2670.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2671.     }
  2672.     /**
  2673.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2674.      *
  2675.      * @return \Eccube\EventListener\MaintenanceListener
  2676.      */
  2677.     protected function getMaintenanceListenerService()
  2678.     {
  2679.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2680.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2681.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2682.         }
  2683.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2684.     }
  2685.     /**
  2686.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2687.      *
  2688.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2689.      */
  2690.     protected function getMobileTemplatePathListenerService()
  2691.     {
  2692.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2693.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2694.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2695.         }
  2696.         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))));
  2697.     }
  2698.     /**
  2699.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2700.      *
  2701.      * @return \Eccube\EventListener\RateLimiterListener
  2702.      */
  2703.     protected function getRateLimiterListenerService()
  2704.     {
  2705.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2706.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2707.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2708.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2709.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2710.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2711.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2712.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2713.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2714.         ], [
  2715.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2716.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2717.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2718.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2719.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2720.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2721.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2722.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2723.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2724.     }
  2725.     /**
  2726.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2727.      *
  2728.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2729.      */
  2730.     protected function getRestrictFileUploadListenerService()
  2731.     {
  2732.         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()));
  2733.     }
  2734.     /**
  2735.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2736.      *
  2737.      * @return \Eccube\EventListener\TransactionListener
  2738.      */
  2739.     protected function getTransactionListenerService()
  2740.     {
  2741.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2742.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2743.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2744.         }
  2745.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2746.     }
  2747.     /**
  2748.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2749.      *
  2750.      * @return \Eccube\EventListener\TwigInitializeListener
  2751.      */
  2752.     protected function getTwigInitializeListenerService()
  2753.     {
  2754.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2755.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2756.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2757.         }
  2758.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2759.     }
  2760.     /**
  2761.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2762.      *
  2763.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2764.      */
  2765.     protected function getTwoFactorAuthListenerService()
  2766.     {
  2767.         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()));
  2768.     }
  2769.     /**
  2770.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2771.      *
  2772.      * @return \Eccube\Log\Processor\SessionProcessor
  2773.      */
  2774.     protected function getSessionProcessorService()
  2775.     {
  2776.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2777.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2778.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2779.         }
  2780.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2781.     }
  2782.     /**
  2783.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2784.      *
  2785.      * @return \Eccube\Log\Processor\TokenProcessor
  2786.      */
  2787.     protected function getTokenProcessorService()
  2788.     {
  2789.         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()));
  2790.     }
  2791.     /**
  2792.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2793.      *
  2794.      * @return \Eccube\Repository\AuthorityRoleRepository
  2795.      */
  2796.     protected function getAuthorityRoleRepositoryService()
  2797.     {
  2798.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2799.     }
  2800.     /**
  2801.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2802.      *
  2803.      * @return \Eccube\Repository\BaseInfoRepository
  2804.      */
  2805.     protected function getBaseInfoRepositoryService()
  2806.     {
  2807.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2808.     }
  2809.     /**
  2810.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2811.      *
  2812.      * @return \Eccube\Repository\BlockPositionRepository
  2813.      */
  2814.     protected function getBlockPositionRepositoryService()
  2815.     {
  2816.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2817.     }
  2818.     /**
  2819.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2820.      *
  2821.      * @return \Eccube\Repository\BlockRepository
  2822.      */
  2823.     protected function getBlockRepositoryService()
  2824.     {
  2825.         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))));
  2826.     }
  2827.     /**
  2828.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2829.      *
  2830.      * @return \Eccube\Repository\CartRepository
  2831.      */
  2832.     protected function getCartRepositoryService()
  2833.     {
  2834.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2835.     }
  2836.     /**
  2837.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2838.      *
  2839.      * @return \Eccube\Repository\LayoutRepository
  2840.      */
  2841.     protected function getLayoutRepositoryService()
  2842.     {
  2843.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2844.     }
  2845.     /**
  2846.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2847.      *
  2848.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2849.      */
  2850.     protected function getDeviceTypeRepositoryService()
  2851.     {
  2852.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2853.     }
  2854.     /**
  2855.      * Gets the private 'Eccube\Repository\Master\ProductListOrderByRepository' shared autowired service.
  2856.      *
  2857.      * @return \Eccube\Repository\Master\ProductListOrderByRepository
  2858.      */
  2859.     protected function getProductListOrderByRepositoryService()
  2860.     {
  2861.         return $this->privates['Eccube\\Repository\\Master\\ProductListOrderByRepository'] = new \Eccube\Repository\Master\ProductListOrderByRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'Eccube\Repository\NewsRepository' shared autowired service.
  2865.      *
  2866.      * @return \Eccube\Repository\NewsRepository
  2867.      */
  2868.     protected function getNewsRepositoryService()
  2869.     {
  2870.         return $this->privates['Eccube\\Repository\\NewsRepository'] = new \Eccube\Repository\NewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2871.     }
  2872.     /**
  2873.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2874.      *
  2875.      * @return \Eccube\Repository\OrderRepository
  2876.      */
  2877.     protected function getOrderRepositoryService()
  2878.     {
  2879.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2880.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2881.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2882.         }
  2883.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2884.     }
  2885.     /**
  2886.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2887.      *
  2888.      * @return \Eccube\Repository\PageLayoutRepository
  2889.      */
  2890.     protected function getPageLayoutRepositoryService()
  2891.     {
  2892.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2893.     }
  2894.     /**
  2895.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2896.      *
  2897.      * @return \Eccube\Repository\PageRepository
  2898.      */
  2899.     protected function getPageRepositoryService()
  2900.     {
  2901.         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);
  2902.     }
  2903.     /**
  2904.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2905.      *
  2906.      * @return \Eccube\Repository\ProductClassRepository
  2907.      */
  2908.     protected function getProductClassRepositoryService()
  2909.     {
  2910.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2911.     }
  2912.     /**
  2913.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2914.      *
  2915.      * @return \Eccube\Repository\ProductRepository
  2916.      */
  2917.     protected function getProductRepositoryService()
  2918.     {
  2919.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2920.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2921.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2922.         }
  2923.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2924.     }
  2925.     /**
  2926.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2927.      *
  2928.      * @return \Eccube\Repository\TaxRuleRepository
  2929.      */
  2930.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2931.     {
  2932.         if ($lazyLoad) {
  2933.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2934.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2935.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2936.                     $proxy->setProxyInitializer(null);
  2937.                     return true;
  2938.                 });
  2939.             });
  2940.         }
  2941.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2942.         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))));
  2943.     }
  2944.     /**
  2945.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2946.      *
  2947.      * @return \Eccube\Request\Context
  2948.      */
  2949.     protected function getContextService()
  2950.     {
  2951.         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()));
  2952.     }
  2953.     /**
  2954.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2955.      *
  2956.      * @return \Eccube\Service\CartService
  2957.      */
  2958.     protected function getCartServiceService($lazyLoad true)
  2959.     {
  2960.         if ($lazyLoad) {
  2961.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2962.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2963.                     $wrappedInstance $this->getCartServiceService(false);
  2964.                     $proxy->setProxyInitializer(null);
  2965.                     return true;
  2966.                 });
  2967.             });
  2968.         }
  2969.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2970.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] = new \Plugin\ApexOrderItemOption\Service\Cart\ProductClassAndOptionComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2971.     }
  2972.     /**
  2973.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2974.      *
  2975.      * @return \Eccube\Service\TwoFactorAuthService
  2976.      */
  2977.     protected function getTwoFactorAuthServiceService()
  2978.     {
  2979.         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())));
  2980.     }
  2981.     /**
  2982.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2983.      *
  2984.      * @return \Eccube\Twig\Extension\EccubeExtension
  2985.      */
  2986.     protected function getEccubeExtensionService()
  2987.     {
  2988.         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()));
  2989.     }
  2990.     /**
  2991.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2992.      *
  2993.      * @return \Eccube\Twig\Extension\TaxExtension
  2994.      */
  2995.     protected function getTaxExtensionService()
  2996.     {
  2997.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2998.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2999.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  3000.         }
  3001.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  3002.     }
  3003.     /**
  3004.      * Gets the private 'Plugin\ApgProductClassImage42\Repository\ConfigRepository' shared autowired service.
  3005.      *
  3006.      * @return \Plugin\ApgProductClassImage42\Repository\ConfigRepository
  3007.      */
  3008.     protected function getConfigRepositoryService()
  3009.     {
  3010.         return $this->privates['Plugin\\ApgProductClassImage42\\Repository\\ConfigRepository'] = new \Plugin\ApgProductClassImage42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3011.     }
  3012.     /**
  3013.      * Gets the private 'Plugin\Api42\Repository\WebHookRepository' shared autowired service.
  3014.      *
  3015.      * @return \Plugin\Api42\Repository\WebHookRepository
  3016.      */
  3017.     protected function getWebHookRepositoryService()
  3018.     {
  3019.         return $this->privates['Plugin\\Api42\\Repository\\WebHookRepository'] = new \Plugin\Api42\Repository\WebHookRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3020.     }
  3021.     /**
  3022.      * Gets the private 'Plugin\Api42\Service\WebHookEvents' shared autowired service.
  3023.      *
  3024.      * @return \Plugin\Api42\Service\WebHookEvents
  3025.      */
  3026.     protected function getWebHookEventsService()
  3027.     {
  3028.         $this->privates['Plugin\\Api42\\Service\\WebHookEvents'] = $instance = new \Plugin\Api42\Service\WebHookEvents();
  3029.         $instance->addTrigger(new \Plugin\Api42\Service\CoreEntityTrigger());
  3030.         return $instance;
  3031.     }
  3032.     /**
  3033.      * Gets the private 'Plugin\Api42\Service\WebHookService' shared autowired service.
  3034.      *
  3035.      * @return \Plugin\Api42\Service\WebHookService
  3036.      */
  3037.     protected function getWebHookServiceService()
  3038.     {
  3039.         return $this->privates['Plugin\\Api42\\Service\\WebHookService'] = new \Plugin\Api42\Service\WebHookService(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Plugin\\Api42\\Repository\\WebHookRepository'] ?? $this->getWebHookRepositoryService()), ($this->privates['Plugin\\Api42\\Service\\WebHookEvents'] ?? $this->getWebHookEventsService()));
  3040.     }
  3041.     /**
  3042.      * Gets the private 'Plugin\CheckProduct42\Common\EccubeConfigEx' shared autowired service.
  3043.      *
  3044.      * @return \Plugin\CheckProduct42\Common\EccubeConfigEx
  3045.      */
  3046.     protected function getEccubeConfigExService()
  3047.     {
  3048.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3049.         if (isset($this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'])) {
  3050.             return $this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'];
  3051.         }
  3052.         return $this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'] = new \Plugin\CheckProduct42\Common\EccubeConfigEx(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a);
  3053.     }
  3054.     /**
  3055.      * Gets the private 'Plugin\CheckProduct42\EventSubscriber\CheckProductEvent' shared autowired service.
  3056.      *
  3057.      * @return \Plugin\CheckProduct42\EventSubscriber\CheckProductEvent
  3058.      */
  3059.     protected function getCheckProductEventService()
  3060.     {
  3061.         $a = ($this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'] ?? $this->getEccubeConfigExService());
  3062.         if (isset($this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'])) {
  3063.             return $this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'];
  3064.         }
  3065.         return $this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'] = new \Plugin\CheckProduct42\EventSubscriber\CheckProductEvent($a, ($this->privates['Plugin\\CheckProduct42\\Service\\CookieHelper'] ?? $this->getCookieHelperService()));
  3066.     }
  3067.     /**
  3068.      * Gets the private 'Plugin\CheckProduct42\Service\CookieHelper' shared autowired service.
  3069.      *
  3070.      * @return \Plugin\CheckProduct42\Service\CookieHelper
  3071.      */
  3072.     protected function getCookieHelperService()
  3073.     {
  3074.         return $this->privates['Plugin\\CheckProduct42\\Service\\CookieHelper'] = new \Plugin\CheckProduct42\Service\CookieHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3075.     }
  3076.     /**
  3077.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  3078.      *
  3079.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  3080.      */
  3081.     protected function getAddRegularNavService()
  3082.     {
  3083.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3084.         if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  3085.             return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  3086.         }
  3087.         return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository4Service()), $a);
  3088.     }
  3089.     /**
  3090.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  3091.      *
  3092.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  3093.      */
  3094.     protected function getConfigRepository4Service()
  3095.     {
  3096.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3097.     }
  3098.     /**
  3099.      * Gets the private 'Plugin\NewsPageSelfReliance42\EventListener\NpsrPagesListener' shared autowired service.
  3100.      *
  3101.      * @return \Plugin\NewsPageSelfReliance42\EventListener\NpsrPagesListener
  3102.      */
  3103.     protected function getNpsrPagesListenerService()
  3104.     {
  3105.         return $this->privates['Plugin\\NewsPageSelfReliance42\\EventListener\\NpsrPagesListener'] = new \Plugin\NewsPageSelfReliance42\EventListener\NpsrPagesListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Eccube\\Repository\\NewsRepository'] ?? $this->getNewsRepositoryService()));
  3106.     }
  3107.     /**
  3108.      * Gets the private 'Plugin\ProductPlus42\Repository\ProductDataDetailRepository' shared autowired service.
  3109.      *
  3110.      * @return \Plugin\ProductPlus42\Repository\ProductDataDetailRepository
  3111.      */
  3112.     protected function getProductDataDetailRepositoryService()
  3113.     {
  3114.         return $this->privates['Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository'] = new \Plugin\ProductPlus42\Repository\ProductDataDetailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3115.     }
  3116.     /**
  3117.      * Gets the private 'Plugin\SortCategoryProduct42\Repository\ConfigRepository' shared autowired service.
  3118.      *
  3119.      * @return \Plugin\SortCategoryProduct42\Repository\ConfigRepository
  3120.      */
  3121.     protected function getConfigRepository2Service()
  3122.     {
  3123.         return $this->privates['Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository'] = new \Plugin\SortCategoryProduct42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3124.     }
  3125.     /**
  3126.      * Gets the private 'Plugin\UKOMI42\Event' shared autowired service.
  3127.      *
  3128.      * @return \Plugin\UKOMI42\Event
  3129.      */
  3130.     protected function getEvent11Service()
  3131.     {
  3132.         return $this->privates['Plugin\\UKOMI42\\Event'] = new \Plugin\UKOMI42\Event(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\UKOMI42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository11Service()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['Plugin\\UKOMI42\\Service\\UkomiService'] ?? $this->getUkomiServiceService()));
  3133.     }
  3134.     /**
  3135.      * Gets the private 'Plugin\UKOMI42\Repository\ConfigRepository' shared autowired service.
  3136.      *
  3137.      * @return \Plugin\UKOMI42\Repository\ConfigRepository
  3138.      */
  3139.     protected function getConfigRepository11Service()
  3140.     {
  3141.         return $this->privates['Plugin\\UKOMI42\\Repository\\ConfigRepository'] = new \Plugin\UKOMI42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3142.     }
  3143.     /**
  3144.      * Gets the private 'Plugin\UKOMI42\Service\UkomiService' shared autowired service.
  3145.      *
  3146.      * @return \Plugin\UKOMI42\Service\UkomiService
  3147.      */
  3148.     protected function getUkomiServiceService()
  3149.     {
  3150.         return $this->privates['Plugin\\UKOMI42\\Service\\UkomiService'] = new \Plugin\UKOMI42\Service\UkomiService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Plugin\\UKOMI42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository11Service()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  3151.     }
  3152.     /**
  3153.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  3154.      *
  3155.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  3156.      */
  3157.     protected function getWebProcessorService()
  3158.     {
  3159.         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']);
  3160.     }
  3161.     /**
  3162.      * Gets the private 'annotations.cache_adapter' shared service.
  3163.      *
  3164.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3165.      */
  3166.     protected function getAnnotations_CacheAdapterService()
  3167.     {
  3168.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3169.     }
  3170.     /**
  3171.      * Gets the private 'annotations.cached_reader' shared service.
  3172.      *
  3173.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3174.      */
  3175.     protected function getAnnotations_CachedReaderService()
  3176.     {
  3177.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3178.     }
  3179.     /**
  3180.      * Gets the private 'annotations.reader' shared service.
  3181.      *
  3182.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3183.      */
  3184.     protected function getAnnotations_ReaderService()
  3185.     {
  3186.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3187.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3188.         $a->registerUniqueLoader('class_exists');
  3189.         $instance->addGlobalIgnoredName('required'$a);
  3190.         return $instance;
  3191.     }
  3192.     /**
  3193.      * Gets the private 'assets.context' shared service.
  3194.      *
  3195.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3196.      */
  3197.     protected function getAssets_ContextService()
  3198.     {
  3199.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3200.         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());
  3201.     }
  3202.     /**
  3203.      * Gets the private 'assets.packages' shared service.
  3204.      *
  3205.      * @return \Symfony\Component\Asset\Packages
  3206.      */
  3207.     protected function getAssets_PackagesService()
  3208.     {
  3209.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  3210.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  3211.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  3212.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  3213.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  3214.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  3215.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  3216.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  3217.         }, 7));
  3218.     }
  3219.     /**
  3220.      * Gets the private 'cache.annotations' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3223.      */
  3224.     protected function getCache_AnnotationsService()
  3225.     {
  3226.         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())));
  3227.     }
  3228.     /**
  3229.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3232.      */
  3233.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3234.     {
  3235.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3236.     }
  3237.     /**
  3238.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3241.      */
  3242.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3243.     {
  3244.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3245.     }
  3246.     /**
  3247.      * Gets the private 'cache.property_info' shared service.
  3248.      *
  3249.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3250.      */
  3251.     protected function getCache_PropertyInfoService()
  3252.     {
  3253.         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())));
  3254.     }
  3255.     /**
  3256.      * Gets the private 'cache.security_expression_language' shared service.
  3257.      *
  3258.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3259.      */
  3260.     protected function getCache_SecurityExpressionLanguageService()
  3261.     {
  3262.         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())));
  3263.     }
  3264.     /**
  3265.      * Gets the private 'cache.security_token_verifier' shared service.
  3266.      *
  3267.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3268.      */
  3269.     protected function getCache_SecurityTokenVerifierService()
  3270.     {
  3271.         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())));
  3272.     }
  3273.     /**
  3274.      * Gets the private 'cache.serializer' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3277.      */
  3278.     protected function getCache_SerializerService()
  3279.     {
  3280.         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())));
  3281.     }
  3282.     /**
  3283.      * Gets the private 'cache.validator' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3286.      */
  3287.     protected function getCache_ValidatorService()
  3288.     {
  3289.         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())));
  3290.     }
  3291.     /**
  3292.      * Gets the private 'config_cache_factory' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3295.      */
  3296.     protected function getConfigCacheFactoryService()
  3297.     {
  3298.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3299.             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)));
  3300.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3301.         }, 2));
  3302.     }
  3303.     /**
  3304.      * Gets the private 'data_collector.form' shared service.
  3305.      *
  3306.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3307.      */
  3308.     protected function getDataCollector_FormService()
  3309.     {
  3310.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3311.     }
  3312.     /**
  3313.      * Gets the private 'data_collector.request' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3316.      */
  3317.     protected function getDataCollector_RequestService()
  3318.     {
  3319.         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())));
  3320.     }
  3321.     /**
  3322.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3323.      *
  3324.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3325.      */
  3326.     protected function getDebug_DebugHandlersListenerService()
  3327.     {
  3328.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3329.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3330.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3331.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3332.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3333.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3334.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3335.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3336.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3337.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3338.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3339.     }
  3340.     /**
  3341.      * Gets the private 'debug.file_link_formatter' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3344.      */
  3345.     protected function getDebug_FileLinkFormatterService()
  3346.     {
  3347.         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 () {
  3348.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3349.         });
  3350.     }
  3351.     /**
  3352.      * Gets the private 'debug.log_processor' shared service.
  3353.      *
  3354.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3355.      */
  3356.     protected function getDebug_LogProcessorService()
  3357.     {
  3358.         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())));
  3359.     }
  3360.     /**
  3361.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3362.      *
  3363.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3364.      */
  3365.     protected function getDebug_Security_Access_DecisionManagerService()
  3366.     {
  3367.         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 () {
  3368.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3369.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3370.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3371.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3372.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3373.     }
  3374.     /**
  3375.      * Gets the private 'debug.security.firewall' shared service.
  3376.      *
  3377.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3378.      */
  3379.     protected function getDebug_Security_FirewallService()
  3380.     {
  3381.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3382.         if (isset($this->privates['debug.security.firewall'])) {
  3383.             return $this->privates['debug.security.firewall'];
  3384.         }
  3385.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3386.         if (isset($this->privates['debug.security.firewall'])) {
  3387.             return $this->privates['debug.security.firewall'];
  3388.         }
  3389.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3390.     }
  3391.     /**
  3392.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3393.      *
  3394.      * @return \Doctrine\Migrations\DependencyFactory
  3395.      */
  3396.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3397.     {
  3398.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3399.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3400.         $a->setAllOrNothing(false);
  3401.         $a->setCheckDatabasePlatform(true);
  3402.         $a->setTransactional(true);
  3403.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3404.         $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()));
  3405.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3406.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3407.         });
  3408.         return $instance;
  3409.     }
  3410.     /**
  3411.      * Gets the private 'eccube.collector.core' shared autowired service.
  3412.      *
  3413.      * @return \Eccube\DataCollector\EccubeDataCollector
  3414.      */
  3415.     protected function getEccube_Collector_CoreService()
  3416.     {
  3417.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3418.     }
  3419.     /**
  3420.      * Gets the private 'esi_listener' shared service.
  3421.      *
  3422.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3423.      */
  3424.     protected function getEsiListenerService()
  3425.     {
  3426.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3427.     }
  3428.     /**
  3429.      * Gets the private 'exception_listener' shared service.
  3430.      *
  3431.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3432.      */
  3433.     protected function getExceptionListenerService()
  3434.     {
  3435.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3436.     }
  3437.     /**
  3438.      * Gets the private 'fragment.listener' shared service.
  3439.      *
  3440.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3441.      */
  3442.     protected function getFragment_ListenerService()
  3443.     {
  3444.         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');
  3445.     }
  3446.     /**
  3447.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3448.      *
  3449.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3450.      */
  3451.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3452.     {
  3453.         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())));
  3454.     }
  3455.     /**
  3456.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3457.      *
  3458.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3459.      */
  3460.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3461.     {
  3462.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3463.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3464.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3465.         }
  3466.         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);
  3467.     }
  3468.     /**
  3469.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3470.      *
  3471.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3472.      */
  3473.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3474.     {
  3475.         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]);
  3476.     }
  3477.     /**
  3478.      * Gets the private 'locale_aware_listener' shared service.
  3479.      *
  3480.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3481.      */
  3482.     protected function getLocaleAwareListenerService()
  3483.     {
  3484.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3485.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3486.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3487.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3488.     }
  3489.     /**
  3490.      * Gets the private 'locale_listener' shared service.
  3491.      *
  3492.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3493.      */
  3494.     protected function getLocaleListenerService()
  3495.     {
  3496.         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, []);
  3497.     }
  3498.     /**
  3499.      * Gets the private 'monolog.handler.buffered' shared service.
  3500.      *
  3501.      * @return \Monolog\Handler\BufferHandler
  3502.      */
  3503.     protected function getMonolog_Handler_BufferedService()
  3504.     {
  3505.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3506.     }
  3507.     /**
  3508.      * Gets the private 'monolog.handler.console' shared service.
  3509.      *
  3510.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3511.      */
  3512.     protected function getMonolog_Handler_ConsoleService()
  3513.     {
  3514.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3515.     }
  3516.     /**
  3517.      * Gets the private 'monolog.logger' shared service.
  3518.      *
  3519.      * @return \Symfony\Bridge\Monolog\Logger
  3520.      */
  3521.     protected function getMonolog_LoggerService()
  3522.     {
  3523.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3524.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3525.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3526.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3527.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3528.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3529.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3530.         $instance->useMicrosecondTimestamps(true);
  3531.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3532.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3533.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3534.         return $instance;
  3535.     }
  3536.     /**
  3537.      * Gets the private 'monolog.logger.cache' shared service.
  3538.      *
  3539.      * @return \Symfony\Bridge\Monolog\Logger
  3540.      */
  3541.     protected function getMonolog_Logger_CacheService()
  3542.     {
  3543.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3544.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3545.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3546.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3547.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3548.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3549.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3550.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3551.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3552.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3553.         return $instance;
  3554.     }
  3555.     /**
  3556.      * Gets the private 'monolog.logger.request' shared service.
  3557.      *
  3558.      * @return \Symfony\Bridge\Monolog\Logger
  3559.      */
  3560.     protected function getMonolog_Logger_RequestService()
  3561.     {
  3562.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3563.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3564.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3565.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3566.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3567.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3568.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3569.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3570.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3571.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3572.         return $instance;
  3573.     }
  3574.     /**
  3575.      * Gets the private 'monolog.logger.security' shared service.
  3576.      *
  3577.      * @return \Symfony\Bridge\Monolog\Logger
  3578.      */
  3579.     protected function getMonolog_Logger_SecurityService()
  3580.     {
  3581.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3582.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3583.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3584.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3585.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3586.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3587.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3588.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3589.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3590.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3591.         return $instance;
  3592.     }
  3593.     /**
  3594.      * Gets the private 'parameter_bag' shared service.
  3595.      *
  3596.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3597.      */
  3598.     protected function getParameterBagService()
  3599.     {
  3600.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3601.     }
  3602.     /**
  3603.      * Gets the private 'profiler_listener' shared service.
  3604.      *
  3605.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3606.      */
  3607.     protected function getProfilerListenerService()
  3608.     {
  3609.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3610.         if (isset($this->privates['profiler_listener'])) {
  3611.             return $this->privates['profiler_listener'];
  3612.         }
  3613.         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);
  3614.     }
  3615.     /**
  3616.      * Gets the private 'property_info' shared service.
  3617.      *
  3618.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3619.      */
  3620.     protected function getPropertyInfoService()
  3621.     {
  3622.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3623.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3624.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3625.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3626.         }, 3), new RewindableGenerator(function () {
  3627.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3628.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3629.         }, 2), new RewindableGenerator(function () {
  3630.             return new \EmptyIterator();
  3631.         }, 0), new RewindableGenerator(function () {
  3632.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3633.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3634.         }, 2), new RewindableGenerator(function () {
  3635.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3636.         }, 1));
  3637.     }
  3638.     /**
  3639.      * Gets the private 'rate_limiter.cache' shared service.
  3640.      *
  3641.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3642.      */
  3643.     protected function getRateLimiter_CacheService()
  3644.     {
  3645.         $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))));
  3646.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3647.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3648.     }
  3649.     /**
  3650.      * Gets the private 'router.expression_language_provider' shared service.
  3651.      *
  3652.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3653.      */
  3654.     protected function getRouter_ExpressionLanguageProviderService()
  3655.     {
  3656.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3657.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3658.         ], [
  3659.             'env' => 'Closure',
  3660.         ]));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'router.request_context' shared service.
  3664.      *
  3665.      * @return \Symfony\Component\Routing\RequestContext
  3666.      */
  3667.     protected function getRouter_RequestContextService()
  3668.     {
  3669.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3670.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3671.         return $instance;
  3672.     }
  3673.     /**
  3674.      * Gets the private 'router_listener' shared service.
  3675.      *
  3676.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3677.      */
  3678.     protected function getRouterListenerService()
  3679.     {
  3680.         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);
  3681.     }
  3682.     /**
  3683.      * Gets the private 'security.context_listener.0' shared service.
  3684.      *
  3685.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3686.      */
  3687.     protected function getSecurity_ContextListener_0Service()
  3688.     {
  3689.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3690.         if (isset($this->privates['security.context_listener.0'])) {
  3691.             return $this->privates['security.context_listener.0'];
  3692.         }
  3693.         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 () {
  3694.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3695.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3696.         }, 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']);
  3697.     }
  3698.     /**
  3699.      * Gets the private 'security.context_listener.1' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3702.      */
  3703.     protected function getSecurity_ContextListener_1Service()
  3704.     {
  3705.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3706.         if (isset($this->privates['security.context_listener.1'])) {
  3707.             return $this->privates['security.context_listener.1'];
  3708.         }
  3709.         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 () {
  3710.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3711.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3712.         }, 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']);
  3713.     }
  3714.     /**
  3715.      * Gets the private 'security.csrf.token_storage' shared service.
  3716.      *
  3717.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3718.      */
  3719.     protected function getSecurity_Csrf_TokenStorageService()
  3720.     {
  3721.         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())));
  3722.     }
  3723.     /**
  3724.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3725.      *
  3726.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3727.      */
  3728.     protected function getSecurity_EventDispatcher_AdminService()
  3729.     {
  3730.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3731.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3732.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3733.         }, => 'checkPassport'], 2048);
  3734.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3735.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3736.         }, => 'onSuccessfulLogin'], 0);
  3737.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3738.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3739.         }, => 'onLogout'], 0);
  3740.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3741.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3742.         }, => 'onLogout'], 0);
  3743.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3744.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3745.         }, => 'checkPassport'], 2080);
  3746.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3747.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3748.         }, => 'onSuccessfulLogin'], 0);
  3749.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3750.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3751.         }, => 'preCheckCredentials'], 256);
  3752.         $instance->addListener('security.authentication.success', [=> function () {
  3753.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3754.         }, => 'postCheckCredentials'], 256);
  3755.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3756.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3757.         }, => 'checkPassport'], 1024);
  3758.         $instance->addListener('security.interactive_login', [=> function () {
  3759.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3760.         }, => 'onInteractiveLogin'], 0);
  3761.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3762.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3763.         }, => 'onAuthenticationFailure'], 0);
  3764.         $instance->addListener('security.interactive_login', [=> function () {
  3765.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3766.         }, => 'onInteractiveLogin'], 0);
  3767.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3768.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3769.         }, => 'checkPassport'], 0);
  3770.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3771.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3772.         }, => 'onLoginSuccess'], 0);
  3773.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3774.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3775.         }, => 'checkPassport'], 256);
  3776.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3777.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3778.         }, => 'checkPassport'], 512);
  3779.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3780.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3781.         }, => 'onLogout'], 0);
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3786.      *
  3787.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3788.      */
  3789.     protected function getSecurity_EventDispatcher_CustomerService()
  3790.     {
  3791.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3792.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3793.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3794.         }, => 'checkPassport'], 2048);
  3795.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3796.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3797.         }, => 'onSuccessfulLogin'], 0);
  3798.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3799.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3800.         }, => 'onLogout'], 64);
  3801.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3802.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3803.         }, => 'onLogout'], 0);
  3804.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3805.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3806.         }, => 'checkPassport'], 2080);
  3807.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3808.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3809.         }, => 'onSuccessfulLogin'], 0);
  3810.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3811.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3812.         }, => 'onSuccessfulLogin'], -32);
  3813.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3814.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3815.         }, => 'onSuccessfulLogin'], -64);
  3816.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3817.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3818.         }, => 'clearCookie'], 0);
  3819.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3820.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3821.         }, => 'clearCookie'], 0);
  3822.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3823.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3824.         }, => 'clearCookie'], 0);
  3825.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3826.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3827.         }, => 'preCheckCredentials'], 256);
  3828.         $instance->addListener('security.authentication.success', [=> function () {
  3829.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3830.         }, => 'postCheckCredentials'], 256);
  3831.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3832.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3833.         }, => 'checkPassport'], 1024);
  3834.         $instance->addListener('security.interactive_login', [=> function () {
  3835.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3836.         }, => 'onInteractiveLogin'], 0);
  3837.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3838.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3839.         }, => 'onAuthenticationFailure'], 0);
  3840.         $instance->addListener('security.interactive_login', [=> function () {
  3841.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3842.         }, => 'onInteractiveLogin'], 0);
  3843.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3844.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3845.         }, => 'checkPassport'], 0);
  3846.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3847.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3848.         }, => 'onLoginSuccess'], 0);
  3849.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3850.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3851.         }, => 'checkPassport'], 256);
  3852.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3853.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3854.         }, => 'checkPassport'], 512);
  3855.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3856.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3857.         }, => 'onLogout'], 0);
  3858.         return $instance;
  3859.     }
  3860.     /**
  3861.      * Gets the private 'security.firewall.map' shared service.
  3862.      *
  3863.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3864.      */
  3865.     protected function getSecurity_Firewall_MapService()
  3866.     {
  3867.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  3868.         if (isset($this->privates['security.firewall.map'])) {
  3869.             return $this->privates['security.firewall.map'];
  3870.         }
  3871.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3872.             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)/')));
  3873.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3874.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.URkfGOW'] ?? ($this->privates['.security.request_matcher.URkfGOW'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3875.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3876.         }, 4));
  3877.     }
  3878.     /**
  3879.      * Gets the private 'security.logout_url_generator' shared service.
  3880.      *
  3881.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3882.      */
  3883.     protected function getSecurity_LogoutUrlGeneratorService()
  3884.     {
  3885.         $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()));
  3886.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3887.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3888.         return $instance;
  3889.     }
  3890.     /**
  3891.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3892.      *
  3893.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3894.      */
  3895.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3896.     {
  3897.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3898.     }
  3899.     /**
  3900.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3901.      *
  3902.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3903.      */
  3904.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3905.     {
  3906.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3907.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3908.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3909.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3910.     }
  3911.     /**
  3912.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3913.      *
  3914.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3915.      */
  3916.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3917.     {
  3918.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3919.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3920.             return $this->privates['sensio_framework_extra.security.listener'];
  3921.         }
  3922.         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()));
  3923.     }
  3924.     /**
  3925.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3926.      *
  3927.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3928.      */
  3929.     protected function getSensioFrameworkExtra_View_ListenerService()
  3930.     {
  3931.         $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))));
  3932.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3933.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3934.         ], [
  3935.             'twig' => '?',
  3936.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3937.         return $instance;
  3938.     }
  3939.     /**
  3940.      * Gets the private 'session.factory' shared service.
  3941.      *
  3942.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3943.      */
  3944.     protected function getSession_FactoryService()
  3945.     {
  3946.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3947.         if (isset($this->privates['session.factory'])) {
  3948.             return $this->privates['session.factory'];
  3949.         }
  3950.         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']);
  3951.     }
  3952.     /**
  3953.      * Gets the private 'session_listener' shared service.
  3954.      *
  3955.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3956.      */
  3957.     protected function getSessionListenerService()
  3958.     {
  3959.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3960.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3961.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3962.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3963.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3964.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3965.         ], [
  3966.             'initialized_session' => '?',
  3967.             'logger' => '?',
  3968.             'session' => '?',
  3969.             'session_collector' => '?',
  3970.             'session_factory' => '?',
  3971.         ]), true$this->getParameter('session.storage.options'));
  3972.     }
  3973.     /**
  3974.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3975.      *
  3976.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3977.      */
  3978.     protected function getStateMachine_Order_MetadataStoreService()
  3979.     {
  3980.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3981.     }
  3982.     /**
  3983.      * Gets the private 'translator.default' shared service.
  3984.      *
  3985.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3986.      */
  3987.     protected function getTranslator_DefaultService()
  3988.     {
  3989.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3990.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3991.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3992.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3993.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3994.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3995.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3996.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3997.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3998.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3999.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4000.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4001.         ], [
  4002.             'translation.loader.csv' => '?',
  4003.             'translation.loader.dat' => '?',
  4004.             'translation.loader.ini' => '?',
  4005.             'translation.loader.json' => '?',
  4006.             'translation.loader.mo' => '?',
  4007.             'translation.loader.php' => '?',
  4008.             'translation.loader.po' => '?',
  4009.             'translation.loader.qt' => '?',
  4010.             'translation.loader.res' => '?',
  4011.             'translation.loader.xliff' => '?',
  4012.             'translation.loader.yml' => '?',
  4013.         ]), 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/Api42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Api42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Resource/locale/validators.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/validators.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/locale/validators.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/GmoPs42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/ApexOrderFields/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/ApexOrderFields/Resource/locale/validators.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/ApexSignboard/Resource/locale/messages.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/ApexSignboard/Resource/locale/validators.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/ApexProductRanking/Resource/locale/messages.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/OrderBySale42/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/app/Plugin/OrderBySale42/Resource/locale/validators.ja.yaml'), 22 => (\dirname(__DIR__4).'/app/Plugin/ApexDeliveryArea/Resource/locale/messages.ja.yaml'), 23 => (\dirname(__DIR__4).'/app/Plugin/ApexDeliveryArea/Resource/locale/validators.ja.yaml'), 24 => (\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Resource/locale/messages.ja.yaml'), 25 => (\dirname(__DIR__4).'/app/Plugin/ApgProductClassImage42/Resource/locale/messages.ja.yaml'), 26 => (\dirname(__DIR__4).'/app/Plugin/ApgProductClassImage42/Resource/locale/validators.ja.yaml'), 27 => (\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/locale/messages.ja.yaml'), 28 => (\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/locale/validators.ja.yaml'), 29 => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), 30 => (\dirname(__DIR__4).'/app/Plugin/ApexOrderItemOption/Resource/locale/messages.ja.yaml'), 31 => (\dirname(__DIR__4).'/app/Plugin/ApexOrderItemOption/Resource/locale/validators.ja.yaml'), 32 => (\dirname(__DIR__4).'/app/Plugin/UKOMI42/Resource/locale/messages.ja.yaml'), 33 => (\dirname(__DIR__4).'/app/Plugin/UKOMI42/Resource/locale/validators.ja.yaml'), 34 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 35 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 36 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Api42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/GmoPs42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/ApexOrderFields/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/ApexSignboard/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/ApexProductRanking/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/OrderBySale42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/ApexDeliveryArea/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Resource/locale'), 17 => (\dirname(__DIR__4).'/app/Plugin/ApgProductClassImage42/Resource/locale'), 18 => (\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/locale'), 19 => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale'), 20 => (\dirname(__DIR__4).'/app/Plugin/ApexOrderItemOption/Resource/locale'), 21 => (\dirname(__DIR__4).'/app/Plugin/UKOMI42/Resource/locale'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 23 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Eccube/translations'), 38 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 40 => (\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/SalesReport42/Resource/locale'=> 'app/Plugin/Api42/Resource/locale'=> 'app/Plugin/DataMigration42/Resource/locale'=> 'app/Plugin/PayPalCheckout42/Resource/locale'=> 'app/Plugin/ContactManagement42/Resource/locale'=> 'app/Plugin/GmoPaymentGateway42/Resource/locale'10 => 'app/Plugin/GmoPs42/Resource/locale'11 => 'app/Plugin/ApexOrderFields/Resource/locale'12 => 'app/Plugin/ApexSignboard/Resource/locale'13 => 'app/Plugin/ApexProductRanking/Resource/locale'14 => 'app/Plugin/OrderBySale42/Resource/locale'15 => 'app/Plugin/ApexDeliveryArea/Resource/locale'16 => 'app/Plugin/ProductPlus42/Resource/locale'17 => 'app/Plugin/ApgProductClassImage42/Resource/locale'18 => 'app/Plugin/CheckProduct42/Resource/locale'19 => 'app/Plugin/EccubePaymentLite42/Resource/locale'20 => 'app/Plugin/ApexOrderItemOption/Resource/locale'21 => 'app/Plugin/UKOMI42/Resource/locale'22 => 'src/Eccube/Resource/locale/'23 => 'app/Customize/Resource/locale/'24 => 'vendor/symfony/framework-bundle/translations'25 => 'vendor/symfony/security-bundle/translations'26 => 'vendor/doctrine/doctrine-bundle/translations'27 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'28 => 'vendor/sensio/framework-extra-bundle/src/translations'29 => 'vendor/symfony/monolog-bundle/translations'30 => 'vendor/symfony/twig-bundle/translations'31 => 'vendor/symfony/debug-bundle/translations'32 => 'vendor/symfony/web-profiler-bundle/translations'33 => 'vendor/symfony/maker-bundle/src/translations'34 => 'vendor/exercise/htmlpurifier-bundle/src/translations'35 => 'vendor/doctrine/doctrine-migrations-bundle/translations'36 => 'vendor/twig/extra-bundle/translations'37 => 'src/Eccube/translations'38 => 'app/Plugin/Api42/Bundle/translations'39 => 'vendor/league/oauth2-server-bundle/src/translations'40 => 'translations']]], []);
  4014.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4015.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  4016.         return $instance;
  4017.     }
  4018.     /**
  4019.      * Gets the private 'validator.builder' shared service.
  4020.      *
  4021.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4022.      */
  4023.     protected function getValidator_BuilderService()
  4024.     {
  4025.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4026.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4027.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4028.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  4029.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  4030.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4031.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4032.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4033.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4034.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4035.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4036.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4037.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4038.         ], [
  4039.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  4040.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  4041.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4042.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4043.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4044.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4045.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4046.             'doctrine.orm.validator.unique' => '?',
  4047.             'security.validator.user_password' => '?',
  4048.             'validator.expression' => '?',
  4049.         ])));
  4050.         if ($this->has('translator')) {
  4051.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4052.         }
  4053.         $instance->setTranslationDomain('validators');
  4054.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4055.         $instance->enableAnnotationMapping(true);
  4056.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4057.         $instance->addMethodMapping('loadValidatorMetadata');
  4058.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4059.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4060.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4061.         return $instance;
  4062.     }
  4063.     /**
  4064.      * Gets the private 'var_dumper.html_dumper' shared service.
  4065.      *
  4066.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4067.      */
  4068.     protected function getVarDumper_HtmlDumperService()
  4069.     {
  4070.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4071.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4072.         return $instance;
  4073.     }
  4074.     /**
  4075.      * Gets the private 'web_profiler.csp.handler' shared service.
  4076.      *
  4077.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4078.      */
  4079.     protected function getWebProfiler_Csp_HandlerService()
  4080.     {
  4081.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4082.     }
  4083.     /**
  4084.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4085.      *
  4086.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4087.      */
  4088.     protected function getWebProfiler_DebugToolbarService()
  4089.     {
  4090.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4091.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4092.             return $this->privates['web_profiler.debug_toolbar'];
  4093.         }
  4094.         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()));
  4095.     }
  4096.     /**
  4097.      * Gets the public 'cache_clearer' alias.
  4098.      *
  4099.      * @return object The ".container.private.cache_clearer" service.
  4100.      */
  4101.     protected function getCacheClearerService()
  4102.     {
  4103.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4104.         return $this->get('.container.private.cache_clearer');
  4105.     }
  4106.     /**
  4107.      * Gets the public 'filesystem' alias.
  4108.      *
  4109.      * @return object The ".container.private.filesystem" service.
  4110.      */
  4111.     protected function getFilesystemService()
  4112.     {
  4113.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4114.         return $this->get('.container.private.filesystem');
  4115.     }
  4116.     /**
  4117.      * Gets the public 'state_machine.order' alias.
  4118.      *
  4119.      * @return object The ".container.private.state_machine.order" service.
  4120.      */
  4121.     protected function getStateMachine_OrderService()
  4122.     {
  4123.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  4124.         return $this->get('.container.private.state_machine.order');
  4125.     }
  4126.     /**
  4127.      * Gets the public 'serializer' alias.
  4128.      *
  4129.      * @return object The ".container.private.serializer" service.
  4130.      */
  4131.     protected function getSerializerService()
  4132.     {
  4133.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4134.         return $this->get('.container.private.serializer');
  4135.     }
  4136.     /**
  4137.      * Gets the public 'security.csrf.token_manager' alias.
  4138.      *
  4139.      * @return object The ".container.private.security.csrf.token_manager" service.
  4140.      */
  4141.     protected function getSecurity_Csrf_TokenManagerService()
  4142.     {
  4143.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4144.         return $this->get('.container.private.security.csrf.token_manager');
  4145.     }
  4146.     /**
  4147.      * Gets the public 'form.factory' alias.
  4148.      *
  4149.      * @return object The ".container.private.form.factory" service.
  4150.      */
  4151.     protected function getForm_FactoryService()
  4152.     {
  4153.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4154.         return $this->get('.container.private.form.factory');
  4155.     }
  4156.     /**
  4157.      * Gets the public 'form.type.file' alias.
  4158.      *
  4159.      * @return object The ".container.private.form.type.file" service.
  4160.      */
  4161.     protected function getForm_Type_FileService()
  4162.     {
  4163.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4164.         return $this->get('.container.private.form.type.file');
  4165.     }
  4166.     /**
  4167.      * Gets the public 'profiler' alias.
  4168.      *
  4169.      * @return object The ".container.private.profiler" service.
  4170.      */
  4171.     protected function getProfilerService()
  4172.     {
  4173.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4174.         return $this->get('.container.private.profiler');
  4175.     }
  4176.     /**
  4177.      * Gets the public 'security.authorization_checker' alias.
  4178.      *
  4179.      * @return object The ".container.private.security.authorization_checker" service.
  4180.      */
  4181.     protected function getSecurity_AuthorizationCheckerService()
  4182.     {
  4183.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4184.         return $this->get('.container.private.security.authorization_checker');
  4185.     }
  4186.     /**
  4187.      * Gets the public 'security.token_storage' alias.
  4188.      *
  4189.      * @return object The ".container.private.security.token_storage" service.
  4190.      */
  4191.     protected function getSecurity_TokenStorageService()
  4192.     {
  4193.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4194.         return $this->get('.container.private.security.token_storage');
  4195.     }
  4196.     /**
  4197.      * Gets the public 'twig' alias.
  4198.      *
  4199.      * @return object The ".container.private.twig" service.
  4200.      */
  4201.     protected function getTwigService()
  4202.     {
  4203.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4204.         return $this->get('.container.private.twig');
  4205.     }
  4206.     /**
  4207.      * Gets the public 'security.password_encoder' alias.
  4208.      *
  4209.      * @return object The ".container.private.security.password_encoder" service.
  4210.      */
  4211.     protected function getSecurity_PasswordEncoderService()
  4212.     {
  4213.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4214.         return $this->get('.container.private.security.password_encoder');
  4215.     }
  4216.     /**
  4217.      * Gets the public 'session' alias.
  4218.      *
  4219.      * @return object The ".container.private.session" service.
  4220.      */
  4221.     protected function getSessionService()
  4222.     {
  4223.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4224.         return $this->get('.container.private.session');
  4225.     }
  4226.     /**
  4227.      * Gets the public 'validator' alias.
  4228.      *
  4229.      * @return object The ".container.private.validator" service.
  4230.      */
  4231.     protected function getValidatorService()
  4232.     {
  4233.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4234.         return $this->get('.container.private.validator');
  4235.     }
  4236.     /**
  4237.      * @return array|bool|float|int|string|\UnitEnum|null
  4238.      */
  4239.     public function getParameter(string $name)
  4240.     {
  4241.         if (isset($this->buildParameters[$name])) {
  4242.             return $this->buildParameters[$name];
  4243.         }
  4244.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4245.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4246.         }
  4247.         if (isset($this->loadedDynamicParameters[$name])) {
  4248.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4249.         }
  4250.         return $this->parameters[$name];
  4251.     }
  4252.     public function hasParameter(string $name): bool
  4253.     {
  4254.         if (isset($this->buildParameters[$name])) {
  4255.             return true;
  4256.         }
  4257.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4258.     }
  4259.     public function setParameter(string $name$value): void
  4260.     {
  4261.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4262.     }
  4263.     public function getParameterBag(): ParameterBagInterface
  4264.     {
  4265.         if (null === $this->parameterBag) {
  4266.             $parameters $this->parameters;
  4267.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4268.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4269.             }
  4270.             foreach ($this->buildParameters as $name => $value) {
  4271.                 $parameters[$name] = $value;
  4272.             }
  4273.             $this->parameterBag = new FrozenParameterBag($parameters);
  4274.         }
  4275.         return $this->parameterBag;
  4276.     }
  4277.     private $loadedDynamicParameters = [
  4278.         'kernel.runtime_environment' => false,
  4279.         'kernel.build_dir' => false,
  4280.         'kernel.cache_dir' => false,
  4281.         'locale' => false,
  4282.         'timezone' => false,
  4283.         'currency' => false,
  4284.         'eccube_database_url' => false,
  4285.         'eccube_mailer_dsn' => false,
  4286.         'eccube_admin_route' => false,
  4287.         'eccube_user_data_route' => false,
  4288.         'eccube_front_allow_hosts' => false,
  4289.         'eccube_front_deny_hosts' => false,
  4290.         'eccube_admin_allow_hosts' => false,
  4291.         'eccube_admin_deny_hosts' => false,
  4292.         'eccube_force_ssl' => false,
  4293.         'eccube.theme' => false,
  4294.         'eccube_theme_code' => false,
  4295.         'eccube_auth_magic' => false,
  4296.         'eccube_theme_front_dir' => false,
  4297.         'eccube_html_front_dir' => false,
  4298.         'eccube_csv_temp_realdir' => false,
  4299.         'eccube_owners_store_url' => false,
  4300.         'eccube_package_api_url' => false,
  4301.         'eccube_content_maintenance_file_path' => false,
  4302.         'eccube_2fa_enabled' => false,
  4303.         'eccube_2fa_cookie_name' => false,
  4304.         'eccube_2fa_expire' => false,
  4305.         'eccube_restrict_file_upload' => false,
  4306.         'kernel.secret' => false,
  4307.         'kernel.default_locale' => false,
  4308.         'debug.container.dump' => false,
  4309.         'serializer.mapping.cache.file' => false,
  4310.         'session.storage.options' => false,
  4311.         'validator.mapping.cache.file' => false,
  4312.         'profiler.storage.dsn' => false,
  4313.         'doctrine.orm.proxy_dir' => false,
  4314.         'league.oauth2_server.encryption_key' => false,
  4315.     ];
  4316.     private $dynamicParameters = [];
  4317.     private function getDynamicParameter(string $name)
  4318.     {
  4319.         switch ($name) {
  4320.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4321.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4322.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4323.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4324.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4325.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4326.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4327.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4328.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4329.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4330.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4331.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4332.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4333.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4334.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4335.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4336.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4337.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4338.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4339.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4340.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4341.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4342.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4343.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4344.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4345.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4346.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4347.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4348.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4349.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4350.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  4351.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4352.             case 'session.storage.options'$value = [
  4353.                 'cache_limiter' => '0',
  4354.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4355.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4356.                 'cookie_httponly' => true,
  4357.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4358.                 'gc_probability' => 1,
  4359.             ]; break;
  4360.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4361.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4362.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4363.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  4364.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4365.         }
  4366.         $this->loadedDynamicParameters[$name] = true;
  4367.         return $this->dynamicParameters[$name] = $value;
  4368.     }
  4369.     protected function getDefaultParameters(): array
  4370.     {
  4371.         return [
  4372.             'kernel.project_dir' => \dirname(__DIR__4),
  4373.             'kernel.environment' => 'dev',
  4374.             'kernel.debug' => true,
  4375.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4376.             'kernel.bundles' => [
  4377.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4378.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4379.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4380.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4381.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4382.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4383.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4384.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4385.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4386.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4387.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4388.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4389.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4390.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4391.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4392.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4393.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4394.             ],
  4395.             'kernel.bundles_metadata' => [
  4396.                 'FrameworkBundle' => [
  4397.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4398.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4399.                 ],
  4400.                 'SecurityBundle' => [
  4401.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4402.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4403.                 ],
  4404.                 'DoctrineBundle' => [
  4405.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4406.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4407.                 ],
  4408.                 'DoctrineFixturesBundle' => [
  4409.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4410.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4411.                 ],
  4412.                 'SensioFrameworkExtraBundle' => [
  4413.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4414.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4415.                 ],
  4416.                 'MonologBundle' => [
  4417.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4418.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4419.                 ],
  4420.                 'TwigBundle' => [
  4421.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4422.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4423.                 ],
  4424.                 'DebugBundle' => [
  4425.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4426.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4427.                 ],
  4428.                 'WebProfilerBundle' => [
  4429.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4430.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4431.                 ],
  4432.                 'MakerBundle' => [
  4433.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4434.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4435.                 ],
  4436.                 'KnpPaginatorBundle' => [
  4437.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4438.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4439.                 ],
  4440.                 'ExerciseHTMLPurifierBundle' => [
  4441.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4442.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4443.                 ],
  4444.                 'DoctrineMigrationsBundle' => [
  4445.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4446.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4447.                 ],
  4448.                 'TwigExtraBundle' => [
  4449.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4450.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4451.                 ],
  4452.                 'EccubeBundle' => [
  4453.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4454.                     'namespace' => 'Eccube',
  4455.                 ],
  4456.                 'ApiBundle' => [
  4457.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  4458.                     'namespace' => 'Plugin\\Api42\\Bundle',
  4459.                 ],
  4460.                 'LeagueOAuth2ServerBundle' => [
  4461.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4462.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4463.                 ],
  4464.             ],
  4465.             'kernel.charset' => 'UTF-8',
  4466.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4467.             'container.dumper.inline_class_loader' => true,
  4468.             'env(ECCUBE_LOCALE)' => 'ja',
  4469.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4470.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4471.             'env(DATABASE_URL)' => '',
  4472.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4473.             'env(DATABASE_CHARSET)' => 'utf8',
  4474.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4475.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4476.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4477.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4478.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4479.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4480.             'env(ECCUBE_FORCE_SSL)' => '0',
  4481.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4482.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4483.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4484.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4485.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4486.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4487.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4488.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4489.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4490.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4491.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4492.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4493.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4494.             'eccube_auth_type' => 'HMAC',
  4495.             'eccube_password_hash_algos' => 'SHA256',
  4496.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4497.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4498.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4499.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4500.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4501.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4502.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4503.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4504.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4505.             'eccube_twig_block_templates' => [
  4506.                 => '@PayPalCheckout42/default/Block/paypal_logo.twig',
  4507.             ],
  4508.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4509.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4510.             'eccube_csv_size' => 5,
  4511.             'eccube_csv_split_lines' => 100,
  4512.             'eccube_default_password' => 'abc********123',
  4513.             'eccube_deliv_addr_max' => 20,
  4514.             'eccube_deliv_date_end_max' => 60,
  4515.             'eccube_id_max_len' => 50,
  4516.             'eccube_id_min_len' => 4,
  4517.             'eccube_int_len' => 9,
  4518.             'eccube_category_nest_level' => 5,
  4519.             'eccube_lltext_len' => 99999,
  4520.             'eccube_ltext_len' => 3000,
  4521.             'eccube_max_total_fee' => 9999999999,
  4522.             'eccube_mltext_len' => 1000,
  4523.             'eccube_mtext_len' => 200,
  4524.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4525.             'plugin_html_urlpath' => '/plugin/',
  4526.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4527.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4528.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4529.             'eccube_price_len' => 8,
  4530.             'eccube_search_pmax' => 12,
  4531.             'eccube_sitemap_products_per_page' => 1000,
  4532.             'eccube_stext_len' => 255,
  4533.             'eccube_sltext_len' => 500,
  4534.             'eccube_smtext_len' => 100,
  4535.             'eccube_tax_rule_priority' => [
  4536.                 => 'product_id',
  4537.                 => 'product_class_id',
  4538.                 => 'pref_id',
  4539.                 => 'country_id',
  4540.             ],
  4541.             'eccube_url_len' => 1024,
  4542.             'eccube_default_page_count' => 50,
  4543.             'eccube_admin_product_stock_status' => 3,
  4544.             'eccube_customer_reset_expire' => 10,
  4545.             'eccube_csv_export_separator' => ',',
  4546.             'eccube_csv_export_encoding' => 'SJIS-win',
  4547.             'eccube_csv_import_encoding' => [
  4548.                 => 'UTF-8',
  4549.                 => 'SJIS-win',
  4550.                 => 'SJIS',
  4551.                 => 'EUC-JP',
  4552.                 => 'ASCII',
  4553.                 => 'JIS',
  4554.             ],
  4555.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4556.             'eccube_csv_export_multidata_separator' => ',',
  4557.             'eccube_csv_import_delimiter' => ',',
  4558.             'eccube_csv_import_enclosure' => '"',
  4559.             'eccube_csv_import_escape' => '\\',
  4560.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4561.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4562.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4563.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4564.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4565.             'eccube_name_len' => 16,
  4566.             'eccube_kana_len' => 25,
  4567.             'eccube_address1_len' => 32,
  4568.             'eccube_address2_len' => 32,
  4569.             'eccube_birth_max' => 110,
  4570.             'eccube_product_order_price_lower' => 1,
  4571.             'eccube_product_order_newer' => 2,
  4572.             'eccube_product_order_price_higher' => 3,
  4573.             'eccube_price_max' => 2147483647,
  4574.             'eccube_tel_len_max' => 14,
  4575.             'eccube_postal_code' => 8,
  4576.             'eccube_password_min_len' => 12,
  4577.             'eccube_password_max_len' => 50,
  4578.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4579.             'eccube_composer_memory_limit' => '1536M',
  4580.             'eccube_order_mail_template_id' => 1,
  4581.             'eccube_entry_confirm_mail_template_id' => 2,
  4582.             'eccube_entry_complete_mail_template_id' => 3,
  4583.             'eccube_customer_withdraw_mail_template_id' => 4,
  4584.             'eccube_contact_mail_template_id' => 5,
  4585.             'eccube_forgot_mail_template_id' => 6,
  4586.             'eccube_reset_complete_mail_template_id' => 7,
  4587.             'eccube_shipping_notify_mail_template_id' => 8,
  4588.             'eccube_rfc_email_check' => false,
  4589.             'eccube_email_len' => 254,
  4590.             'eccube_order_no_format' => '',
  4591.             'eccube_order_pdf_message_len' => 30,
  4592.             'eccube_news_start_year' => 2000,
  4593.             'eccube_result_cache_lifetime' => 3600,
  4594.             'eccube_result_cache_lifetime_short' => 10,
  4595.             'eccube_restrict_file_upload_urls' => [
  4596.                 => 'admin_content_file',
  4597.                 => 'admin_store_plugin_install',
  4598.                 => 'admin_content_page_new',
  4599.                 => 'admin_content_page_edit',
  4600.                 => 'admin_content_block_new',
  4601.                 => 'admin_content_block_edit',
  4602.                 => 'admin_content_css',
  4603.                 => 'admin_content_js',
  4604.                 => 'admin_store_template_install',
  4605.             ],
  4606.             'eccube_file_uploadable_extensions' => [
  4607.                 => 'jpg',
  4608.                 => 'jpeg',
  4609.                 => 'png',
  4610.                 => 'gif',
  4611.                 => 'webp',
  4612.                 => 'svg',
  4613.                 => 'ico',
  4614.                 => 'html',
  4615.                 => 'htm',
  4616.                 => 'js',
  4617.                 10 => 'css',
  4618.                 11 => 'txt',
  4619.                 12 => 'pdf',
  4620.             ],
  4621.             'eccube_login_throttling_max_attempts' => 5,
  4622.             'eccube_login_throttling_interval' => '30 minutes',
  4623.             'eccube_nav' => [
  4624.                 'product' => [
  4625.                     'name' => 'admin.product.product_management',
  4626.                     'icon' => 'fa-cube',
  4627.                     'children' => [
  4628.                         'product_master' => [
  4629.                             'name' => 'admin.product.product_list',
  4630.                             'url' => 'admin_product',
  4631.                         ],
  4632.                         'product_edit' => [
  4633.                             'name' => 'admin.product.product_registration',
  4634.                             'url' => 'admin_product_product_new',
  4635.                         ],
  4636.                         'class_name' => [
  4637.                             'name' => 'admin.product.class_management',
  4638.                             'url' => 'admin_product_class_name',
  4639.                         ],
  4640.                         'class_category' => [
  4641.                             'name' => 'admin.product.category_management',
  4642.                             'url' => 'admin_product_category',
  4643.                         ],
  4644.                         'product_tag' => [
  4645.                             'name' => 'admin.product.tag_management',
  4646.                             'url' => 'admin_product_tag',
  4647.                         ],
  4648.                         'product_csv_import' => [
  4649.                             'name' => 'admin.product.product_csv_upload',
  4650.                             'url' => 'admin_product_csv_import',
  4651.                         ],
  4652.                         'category_csv_import' => [
  4653.                             'name' => 'admin.product.category_csv_upload',
  4654.                             'url' => 'admin_product_category_csv_import',
  4655.                         ],
  4656.                         'option' => [
  4657.                             'id' => 'admin_product_option',
  4658.                             'name' => 'aoio.admin.nav.product.option',
  4659.                             'url' => 'admin_product_option',
  4660.                         ],
  4661.                         'productitem' => [
  4662.                             'id' => 'product_productitem',
  4663.                             'name' => 'productplus.admin.nav.product.productitem',
  4664.                             'url' => 'admin_product_productitem',
  4665.                         ],
  4666.                         'sort_category_product42' => [
  4667.                             'name' => 'カテゴリ別商品並び替え',
  4668.                             'url' => 'plugin_sort_category_product42',
  4669.                         ],
  4670.                     ],
  4671.                 ],
  4672.                 'order' => [
  4673.                     'name' => 'admin.order.order_management',
  4674.                     'icon' => 'fa-shopping-cart',
  4675.                     'children' => [
  4676.                         'order_master' => [
  4677.                             'name' => 'admin.order.order_list',
  4678.                             'url' => 'admin_order',
  4679.                         ],
  4680.                         'order_edit' => [
  4681.                             'name' => 'admin.order.order_registration',
  4682.                             'url' => 'admin_order_new',
  4683.                         ],
  4684.                         'shipping_csv_import' => [
  4685.                             'name' => 'admin.order.shipping_csv_upload',
  4686.                             'url' => 'admin_shipping_csv_import',
  4687.                         ],
  4688.                         'plugin_order_fields' => [
  4689.                             'name' => '注文項目管理',
  4690.                             'url' => 'apex_order_field_admin_index',
  4691.                         ],
  4692.                         'gmo_payment_gateway_admin_payment_status' => [
  4693.                             'name' => 'gmo_payment_gateway.admin.nav.payment_list',
  4694.                             'url' => 'gmo_payment_gateway_admin_payment_status',
  4695.                         ],
  4696.                     ],
  4697.                 ],
  4698.                 'customer' => [
  4699.                     'name' => 'admin.customer.customer_management',
  4700.                     'icon' => 'fa-users',
  4701.                     'children' => [
  4702.                         'customer_master' => [
  4703.                             'name' => 'admin.customer.customer_list',
  4704.                             'url' => 'admin_customer',
  4705.                         ],
  4706.                         'customer_edit' => [
  4707.                             'name' => 'admin.customer.customer_registration',
  4708.                             'url' => 'admin_customer_new',
  4709.                         ],
  4710.                         'gmo_payment_gateway_admin_fraud_detection' => [
  4711.                             'name' => 'gmo_payment_gateway.admin.nav.fraud_detection_list',
  4712.                             'url' => 'gmo_payment_gateway_admin_fraud_detection',
  4713.                         ],
  4714.                     ],
  4715.                 ],
  4716.                 'content' => [
  4717.                     'name' => 'admin.content.contents_management',
  4718.                     'icon' => 'fa-file-text-o',
  4719.                     'children' => [
  4720.                         'news' => [
  4721.                             'name' => 'admin.content.news_management',
  4722.                             'url' => 'admin_content_news',
  4723.                         ],
  4724.                         'file' => [
  4725.                             'name' => 'admin.content.file_management',
  4726.                             'url' => 'admin_content_file',
  4727.                         ],
  4728.                         'layout' => [
  4729.                             'name' => 'admin.content.layout_management',
  4730.                             'url' => 'admin_content_layout',
  4731.                         ],
  4732.                         'page' => [
  4733.                             'name' => 'admin.content.page_management',
  4734.                             'url' => 'admin_content_page',
  4735.                         ],
  4736.                         'css' => [
  4737.                             'name' => 'admin.content.css_management',
  4738.                             'url' => 'admin_content_css',
  4739.                         ],
  4740.                         'js' => [
  4741.                             'name' => 'admin.content.js_management',
  4742.                             'url' => 'admin_content_js',
  4743.                         ],
  4744.                         'block' => [
  4745.                             'name' => 'admin.content.block_management',
  4746.                             'url' => 'admin_content_block',
  4747.                         ],
  4748.                         'cache' => [
  4749.                             'name' => 'admin.content.cache_management',
  4750.                             'url' => 'admin_content_cache',
  4751.                         ],
  4752.                         'maintenance' => [
  4753.                             'name' => 'admin.content.maintenance_management',
  4754.                             'url' => 'admin_content_maintenance',
  4755.                         ],
  4756.                     ],
  4757.                 ],
  4758.                 'setting' => [
  4759.                     'name' => 'admin.setting',
  4760.                     'icon' => 'fa-cog',
  4761.                     'children' => [
  4762.                         'shop' => [
  4763.                             'name' => 'admin.setting.shop',
  4764.                             'children' => [
  4765.                                 'shop_index' => [
  4766.                                     'name' => 'admin.setting.shop.shop_setting',
  4767.                                     'url' => 'admin_setting_shop',
  4768.                                 ],
  4769.                                 'shop_tradelaw' => [
  4770.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4771.                                     'url' => 'admin_setting_shop_tradelaw',
  4772.                                 ],
  4773.                                 'shop_agreement' => [
  4774.                                     'name' => 'admin.setting.shop.agreement_setting',
  4775.                                     'url' => 'admin_content_page_edit',
  4776.                                     'param' => [
  4777.                                         'id' => 19,
  4778.                                         'return' => 'agreement',
  4779.                                     ],
  4780.                                 ],
  4781.                                 'shop_payment' => [
  4782.                                     'name' => 'admin.setting.shop.payment_setting',
  4783.                                     'url' => 'admin_setting_shop_payment',
  4784.                                 ],
  4785.                                 'shop_delivery' => [
  4786.                                     'name' => 'admin.setting.shop.delivery_setting',
  4787.                                     'url' => 'admin_setting_shop_delivery',
  4788.                                 ],
  4789.                                 'shop_tax' => [
  4790.                                     'name' => 'admin.setting.shop.tax_setting',
  4791.                                     'url' => 'admin_setting_shop_tax',
  4792.                                 ],
  4793.                                 'shop_mail' => [
  4794.                                     'name' => 'admin.setting.shop.mail_setting',
  4795.                                     'url' => 'admin_setting_shop_mail',
  4796.                                 ],
  4797.                                 'shop_csv' => [
  4798.                                     'name' => 'admin.setting.shop.csv_setting',
  4799.                                     'url' => 'admin_setting_shop_csv',
  4800.                                 ],
  4801.                                 'shop_order_status' => [
  4802.                                     'name' => 'admin.setting.shop.order_status_setting',
  4803.                                     'url' => 'admin_setting_shop_order_status',
  4804.                                 ],
  4805.                                 'shop_calendar' => [
  4806.                                     'name' => 'admin.setting.shop.calendar_setting',
  4807.                                     'url' => 'admin_setting_shop_calendar',
  4808.                                 ],
  4809.                                 'store_index' => [
  4810.                                     'name' => '店舗情報',
  4811.                                     'url' => 'admin_store_index',
  4812.                                 ],
  4813.                                 'delivery_stop' => [
  4814.                                     'name' => '配送受付停止',
  4815.                                     'url' => 'admin_delivery_stop_index',
  4816.                                 ],
  4817.                             ],
  4818.                         ],
  4819.                         'system' => [
  4820.                             'name' => 'admin.setting.system',
  4821.                             'children' => [
  4822.                                 'member' => [
  4823.                                     'name' => 'admin.setting.system.member_management',
  4824.                                     'url' => 'admin_setting_system_member',
  4825.                                 ],
  4826.                                 'authority' => [
  4827.                                     'name' => 'admin.setting.system.authority_management',
  4828.                                     'url' => 'admin_setting_system_authority',
  4829.                                 ],
  4830.                                 'security' => [
  4831.                                     'name' => 'admin.setting.system.security_management',
  4832.                                     'url' => 'admin_setting_system_security',
  4833.                                 ],
  4834.                                 'login_history' => [
  4835.                                     'name' => 'admin.setting.system.login_history',
  4836.                                     'url' => 'admin_setting_system_login_history',
  4837.                                 ],
  4838.                                 'log' => [
  4839.                                     'name' => 'admin.setting.system.log_display',
  4840.                                     'url' => 'admin_setting_system_log',
  4841.                                 ],
  4842.                                 'masterdata' => [
  4843.                                     'name' => 'admin.setting.system.master_data_management',
  4844.                                     'url' => 'admin_setting_system_masterdata',
  4845.                                 ],
  4846.                                 'system_index' => [
  4847.                                     'name' => 'admin.setting.system.system_info',
  4848.                                     'url' => 'admin_setting_system_system',
  4849.                                 ],
  4850.                             ],
  4851.                         ],
  4852.                         'api' => [
  4853.                             'name' => 'api.admin.management',
  4854.                             'children' => [
  4855.                                 'oauth' => [
  4856.                                     'name' => 'api.admin.oauth.management',
  4857.                                     'url' => 'admin_api_oauth',
  4858.                                 ],
  4859.                                 'webhook' => [
  4860.                                     'name' => 'api.admin.webhook.management',
  4861.                                     'url' => 'admin_api_webhook',
  4862.                                 ],
  4863.                                 'graphiql' => [
  4864.                                     'name' => 'api.admin.graphiql.name',
  4865.                                     'url' => 'admin_api_graphiql',
  4866.                                 ],
  4867.                             ],
  4868.                         ],
  4869.                     ],
  4870.                 ],
  4871.                 'store' => [
  4872.                     'name' => 'admin.store',
  4873.                     'icon' => 'fa-plug',
  4874.                     'children' => [
  4875.                         'plugin' => [
  4876.                             'name' => 'admin.store.plugin',
  4877.                             'children' => [
  4878.                                 'plugin_owners_search' => [
  4879.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4880.                                     'url' => 'admin_store_plugin_owners_search',
  4881.                                 ],
  4882.                                 'plugin_list' => [
  4883.                                     'name' => 'admin.store.plugin.plugin_list',
  4884.                                     'url' => 'admin_store_plugin',
  4885.                                 ],
  4886.                             ],
  4887.                         ],
  4888.                         'template' => [
  4889.                             'name' => 'admin.store.template',
  4890.                             'children' => [
  4891.                                 'template_list' => [
  4892.                                     'name' => 'admin.store.template.template_list',
  4893.                                     'url' => 'admin_store_template',
  4894.                                 ],
  4895.                                 'template_install' => [
  4896.                                     'name' => 'admin.store.template.template_install',
  4897.                                     'url' => 'admin_store_template_install',
  4898.                                 ],
  4899.                             ],
  4900.                         ],
  4901.                         'authentication_setting' => [
  4902.                             'name' => 'admin.store.setting',
  4903.                             'url' => 'admin_store_authentication_setting',
  4904.                         ],
  4905.                     ],
  4906.                 ],
  4907.                 'contact' => [
  4908.                     'id' => 'contact',
  4909.                     'name' => 'contact.title',
  4910.                     'icon' => 'fa-envelope',
  4911.                     'children' => [
  4912.                         'contact' => [
  4913.                             'id' => 'contact',
  4914.                             'name' => 'admin.contact.index.title',
  4915.                             'url' => 'plugin_contact',
  4916.                         ],
  4917.                         'contact_new' => [
  4918.                             'id' => 'contact_new',
  4919.                             'name' => 'admin.contact.new.title',
  4920.                             'url' => 'plugin_contact_new',
  4921.                         ],
  4922.                     ],
  4923.                 ],
  4924.                 'gmops' => [
  4925.                     'name' => 'gmops.admin.nav',
  4926.                     'icon' => 'fa-receipt',
  4927.                     'children' => [
  4928.                         'order_payment' => [
  4929.                             'name' => 'gmops.admin.nav.order_payment',
  4930.                             'url' => 'gmo_ps42_admin_order_payment',
  4931.                         ],
  4932.                         'b2_csv_upload' => [
  4933.                             'name' => 'gmops.admin.nav.b2_csv_upload',
  4934.                             'url' => 'gmo_ps42_admin_b2_csv_upload',
  4935.                         ],
  4936.                         'yupack_csv_upload' => [
  4937.                             'name' => 'gmops.admin.nav.yupack_csv_upload',
  4938.                             'url' => 'gmo_ps42_admin_yupack_csv_upload',
  4939.                         ],
  4940.                         'ehiden_csv_upload' => [
  4941.                             'name' => 'gmops.admin.nav.ehiden_csv_upload',
  4942.                             'url' => 'gmo_ps42_admin_ehiden_csv_upload',
  4943.                         ],
  4944.                     ],
  4945.                 ],
  4946.                 'SalesReport42' => [
  4947.                     'name' => 'sales_report.admin.nav.001',
  4948.                     'icon' => 'fa-chart-bar',
  4949.                     'children' => [
  4950.                         'sales_report_admin_term' => [
  4951.                             'id' => 'sales_report_admin_term',
  4952.                             'url' => 'sales_report_admin_term',
  4953.                             'name' => 'sales_report.admin.nav.002',
  4954.                         ],
  4955.                         'sales_report_admin_product' => [
  4956.                             'id' => 'sales_report_admin_product',
  4957.                             'url' => 'sales_report_admin_product',
  4958.                             'name' => 'sales_report.admin.nav.003',
  4959.                         ],
  4960.                         'sales_report_admin_age' => [
  4961.                             'id' => 'sales_report_admin_age',
  4962.                             'url' => 'sales_report_admin_age',
  4963.                             'name' => 'sales_report.admin.nav.004',
  4964.                         ],
  4965.                     ],
  4966.                 ],
  4967.             ],
  4968.             'env(MAILER_DSN)' => 'null://null',
  4969.             'eccube.twig_sandbox.allowed_tags' => [
  4970.                 => 'apply',
  4971.                 => 'block',
  4972.                 => 'deprecated',
  4973.                 => 'embed',
  4974.                 => 'extends',
  4975.                 => 'flush',
  4976.                 => 'for',
  4977.                 => 'if',
  4978.                 => 'set',
  4979.                 => 'spaceless',
  4980.                 10 => 'verbatim',
  4981.                 11 => 'with',
  4982.                 12 => 'form_theme',
  4983.                 13 => 'stopwatch',
  4984.                 14 => 'trans',
  4985.                 15 => 'trans_default_domain',
  4986.             ],
  4987.             'eccube.twig_sandbox.allowed_filters' => [
  4988.                 => 'abs',
  4989.                 => 'batch',
  4990.                 => 'capitalize',
  4991.                 => 'column',
  4992.                 => 'convert_encoding',
  4993.                 => 'country_name',
  4994.                 => 'currency_name',
  4995.                 => 'currency_symbol',
  4996.                 => 'date',
  4997.                 => 'date_modify',
  4998.                 10 => 'default',
  4999.                 11 => 'escape',
  5000.                 12 => 'first',
  5001.                 13 => 'format',
  5002.                 14 => 'format_currency',
  5003.                 15 => 'format_date',
  5004.                 16 => 'format_datetime',
  5005.                 17 => 'format_number',
  5006.                 18 => 'format_time',
  5007.                 19 => 'join',
  5008.                 20 => 'json_encode',
  5009.                 21 => 'keys',
  5010.                 22 => 'language_name',
  5011.                 23 => 'last',
  5012.                 24 => 'length',
  5013.                 25 => 'locale_name',
  5014.                 26 => 'lower',
  5015.                 27 => 'merge',
  5016.                 28 => 'nl2br',
  5017.                 29 => 'number_format',
  5018.                 30 => 'replace',
  5019.                 31 => 'reverse',
  5020.                 32 => 'round',
  5021.                 33 => 'slice',
  5022.                 34 => 'spaceless',
  5023.                 35 => 'split',
  5024.                 36 => 'striptags',
  5025.                 37 => 'timezone_name',
  5026.                 38 => 'title',
  5027.                 39 => 'trim',
  5028.                 40 => 'upper',
  5029.                 41 => 'url_encode',
  5030.                 42 => 'abbr_class',
  5031.                 43 => 'abbr_method',
  5032.                 44 => 'file_link',
  5033.                 45 => 'file_relative',
  5034.                 46 => 'format_args',
  5035.                 47 => 'format_args_as_text',
  5036.                 48 => 'humanize',
  5037.                 49 => 'serialize',
  5038.                 50 => 'trans',
  5039.                 51 => 'yaml_dump',
  5040.                 52 => 'yaml_encode',
  5041.                 53 => 'currency_symbol',
  5042.                 54 => 'date_day',
  5043.                 55 => 'date_day_with_weekday',
  5044.                 56 => 'date_format',
  5045.                 57 => 'date_min',
  5046.                 58 => 'date_sec',
  5047.                 59 => 'doctrine_format_sql',
  5048.                 60 => 'doctrine_prettify_sql',
  5049.                 61 => 'doctrine_pretty_query',
  5050.                 62 => 'doctrine_replace_query_parameters',
  5051.                 63 => 'e',
  5052.                 64 => 'ellipsis',
  5053.                 65 => 'file_ext_icon',
  5054.                 66 => 'form_encode_currency',
  5055.                 67 => 'format_*_number',
  5056.                 68 => 'format_log_message',
  5057.                 69 => 'no_image_product',
  5058.                 70 => 'price',
  5059.                 71 => 'purify',
  5060.                 72 => 'time_ago',
  5061.             ],
  5062.             'eccube.twig_sandbox.allowed_functions' => [
  5063.                 => 'cycle',
  5064.                 => 'date',
  5065.                 => 'max',
  5066.                 => 'min',
  5067.                 => 'random',
  5068.                 => 'range',
  5069.                 => 'country_timezones',
  5070.                 => 'absolute_url',
  5071.                 => 'asset',
  5072.                 => 'asset_version',
  5073.                 10 => 'csrf_token',
  5074.                 11 => 'form_parent',
  5075.                 12 => 'fragment_uri',
  5076.                 13 => 'impersonation_exit_path',
  5077.                 14 => 'impersonation_exit_url',
  5078.                 15 => 'is_granted',
  5079.                 16 => 'logout_path',
  5080.                 17 => 'logout_url',
  5081.                 18 => 'path',
  5082.                 19 => 'relative_path',
  5083.                 20 => 't',
  5084.                 21 => 'url',
  5085.                 22 => 'active_menus',
  5086.                 23 => 'class_categories_as_json',
  5087.                 24 => 'country_names',
  5088.                 25 => 'csrf_token_for_anchor',
  5089.                 26 => 'currency_names',
  5090.                 27 => 'currency_symbol',
  5091.                 28 => 'field_choices',
  5092.                 29 => 'field_errors',
  5093.                 30 => 'field_help',
  5094.                 31 => 'field_label',
  5095.                 32 => 'field_name',
  5096.                 33 => 'field_value',
  5097.                 34 => 'get_all_carts',
  5098.                 35 => 'get_cart',
  5099.                 36 => 'get_carts_total_price',
  5100.                 37 => 'get_carts_total_quantity',
  5101.                 38 => 'has_errors',
  5102.                 39 => 'is_reduced_tax_rate',
  5103.                 40 => 'language_names',
  5104.                 41 => 'product',
  5105.                 42 => 'workflow_can',
  5106.                 43 => 'workflow_has_marked_place',
  5107.                 44 => 'workflow_marked_places',
  5108.                 45 => 'workflow_metadata',
  5109.                 46 => 'workflow_transition',
  5110.                 47 => 'workflow_transition_blockers',
  5111.                 48 => 'workflow_transitions',
  5112.             ],
  5113.             'eccube.twig_sandbox.allowed_methods' => [
  5114.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  5115.                     => 'getrequest',
  5116.                 ],
  5117.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  5118.                     => 'geturi',
  5119.                 ],
  5120.             ],
  5121.             'eccube.twig_sandbox.allowed_properties' => [
  5122.             ],
  5123.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  5124.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  5125.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  5126.             'check_product42_number_of_items' => 4,
  5127.             'gmo_epsilon' => [
  5128.                 'pay_id' => [
  5129.                     'credit' => '1',
  5130.                     'reg_credit' => '2',
  5131.                     'conveni' => '3',
  5132.                     'netbank_jnb' => '4',
  5133.                     'netbank_rakuten' => '5',
  5134.                     'payeasy' => '7',
  5135.                     'webmoney' => '8',
  5136.                     'ywallet' => '9',
  5137.                     'paypal' => '11',
  5138.                     'bitcash' => '12',
  5139.                     'chocom' => '13',
  5140.                     'sphone' => '15',
  5141.                     'jcb' => '16',
  5142.                     'sumishin' => '17',
  5143.                     'deferred' => '18',
  5144.                     'virtual_account' => '22',
  5145.                     'paypay' => '25',
  5146.                     'maillink' => '99',
  5147.                 ],
  5148.                 'pay_name' => [
  5149.                     'credit' => 'クレジットカード決済',
  5150.                     'reg_credit' => '登録済みのクレジットカードで決済',
  5151.                     'conveni' => 'コンビニ決済',
  5152.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  5153.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  5154.                     'payeasy' => 'ペイジー決済',
  5155.                     'webmoney' => 'WebMoney決済',
  5156.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  5157.                     'paypal' => 'Paypal決済',
  5158.                     'bitcash' => 'Bitcash決済',
  5159.                     'chocom' => '電子マネーちょコム決済',
  5160.                     'sphone' => 'スマートフォンキャリア決済',
  5161.                     'jcb' => 'JCB PREMO',
  5162.                     'sumishin' => '住信SBIネット銀行決済',
  5163.                     'deferred' => 'GMO後払い',
  5164.                     'virtual_account' => 'バーチャル口座',
  5165.                     'paypay' => 'Paypay',
  5166.                     'maillink' => 'メールリンク決済',
  5167.                 ],
  5168.                 'st_code' => [
  5169.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  5170.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  5171.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  5172.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  5173.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  5174.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  5175.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  5176.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  5177.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  5178.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  5179.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  5180.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  5181.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  5182.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  5183.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  5184.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  5185.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  5186.                     'maillink' => 'maillink',
  5187.                 ],
  5188.                 'mission_code' => [
  5189.                     'every_month' => '21',
  5190.                     'every_other' => '25',
  5191.                     'every_three_month' => '27',
  5192.                     'every_six_month' => '29',
  5193.                     'every_year' => '31',
  5194.                 ],
  5195.                 'regular_pay_id' => [
  5196.                     'every_month' => '101',
  5197.                     'every_other_month' => '102',
  5198.                     'every_three_month' => '103',
  5199.                     'every_six_month' => '104',
  5200.                     'every_year' => '105',
  5201.                 ],
  5202.                 'regular_pay_name' => [
  5203.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  5204.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  5205.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  5206.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  5207.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  5208.                 ],
  5209.                 'regular' => [
  5210.                     'rule_max' => '9999999',
  5211.                     'st_code' => '10000-0000-00000',
  5212.                     'sale_type' => '定期購入商品',
  5213.                 ],
  5214.                 'rule_max' => [
  5215.                     'credit' => '9999999',
  5216.                     'reg_credit' => '9999999',
  5217.                     'conveni' => '299999',
  5218.                     'netbank_jnb' => '9999999',
  5219.                     'netbank_rakuten' => '9999999',
  5220.                     'payeasy' => '9999999',
  5221.                     'webmoney' => '199999',
  5222.                     'ywallet' => '499999',
  5223.                     'paypal' => '499999',
  5224.                     'bitcash' => '199999',
  5225.                     'chocom' => '99999',
  5226.                     'sphone' => '50000',
  5227.                     'jcb' => '500000',
  5228.                     'sumishin' => '9999999',
  5229.                     'deferred' => '49999',
  5230.                     'virtual_account' => '9999999',
  5231.                     'paypay' => '9999999',
  5232.                     'maillink' => '9999999',
  5233.                 ],
  5234.                 'url' => [
  5235.                     'dev' => [
  5236.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  5237.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  5238.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  5239.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  5240.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  5241.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  5242.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  5243.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  5244.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  5245.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  5246.                     ],
  5247.                     'prod' => [
  5248.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  5249.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  5250.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  5251.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  5252.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  5253.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  5254.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  5255.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  5256.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  5257.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  5258.                     ],
  5259.                 ],
  5260.                 'conveni_id' => [
  5261.                     'seveneleven' => '11',
  5262.                     'familymart' => '21',
  5263.                     'lawson' => '31',
  5264.                     'seicomart' => '32',
  5265.                     'ministop' => '33',
  5266.                 ],
  5267.                 'conveni_name' => [
  5268.                     'seveneleven' => 'セブンイレブン',
  5269.                     'familymart' => 'ファミリーマート',
  5270.                     'lawson' => 'ローソン',
  5271.                     'seicomart' => 'セイコーマート',
  5272.                     'ministop' => 'ミニストップ',
  5273.                 ],
  5274.                 'conveni_pre_message' => [
  5275.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  5276.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  5277.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  5278.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  5279.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  5280.                 ],
  5281.                 'conveni_message' => [
  5282.                     'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5283.                     'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5284.                     'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5285.                     'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5286.                     'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5287.                 ],
  5288.                 'receive_parameters' => [
  5289.                     'result' => [
  5290.                         'ok' => 1,
  5291.                         'ng' => 9,
  5292.                         '3ds' => 5,
  5293.                         '3ds2' => 6,
  5294.                     ],
  5295.                 ],
  5296.                 'payment' => [
  5297.                     'gmo_epsilon4' => 'GmoEpsilon4',
  5298.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  5299.                 ],
  5300.             ],
  5301.             'gmo_payment_gateway.admin.config.prod.server_url' => 'https://p01.mul-pay.jp/payment/',
  5302.             'gmo_payment_gateway.admin.config.prod.kanri_server_url' => 'https://k01.mul-pay.jp/kanri/',
  5303.             'gmo_payment_gateway.admin.config.test.server_url' => 'https://pt01.mul-pay.jp/payment/',
  5304.             'gmo_payment_gateway.admin.config.test.kanri_server_url' => 'https://kt01.mul-pay.jp/kanri/',
  5305.             'gmo_payment_gateway.admin.config.note_link1' => 'http://www.gmo-pg.com/?argument=2qpV46CP&dmai=a5177c923cb929',
  5306.             'gmo_payment_gateway.admin.config.note_link2' => 'https://service.gmo-pg.com/cyllene/entry/trialStart.htm?argument=2qpV46CP&dmai=a5177c98d5464d',
  5307.             'gmo_payment_gateway.action_status.entry_request' => 1,
  5308.             'gmo_payment_gateway.action_status.exec_request' => 3,
  5309.             'gmo_payment_gateway.action_status.exec_success' => 6,
  5310.             'gmo_payment_gateway.action_status.recv_notice' => 5,
  5311.             'gmo_payment_gateway.pay_status.unsettled' => 0,
  5312.             'gmo_payment_gateway.pay_status.unprocessed' => 0,
  5313.             'gmo_payment_gateway.pay_status.authenticated' => 0,
  5314.             'gmo_payment_gateway.pay_status.authprocess' => 0,
  5315.             'gmo_payment_gateway.pay_status.request_success' => 1,
  5316.             'gmo_payment_gateway.pay_status.paysuccess' => 2,
  5317.             'gmo_payment_gateway.pay_status.expired' => 3,
  5318.             'gmo_payment_gateway.pay_status.cancel' => 4,
  5319.             'gmo_payment_gateway.pay_status.fail' => 99,
  5320.             'gmo_payment_gateway.pay_status.auth' => 11,
  5321.             'gmo_payment_gateway.pay_status.commit' => 12,
  5322.             'gmo_payment_gateway.pay_status.sales' => 12,
  5323.             'gmo_payment_gateway.pay_status.capture' => 13,
  5324.             'gmo_payment_gateway.pay_status.void' => 14,
  5325.             'gmo_payment_gateway.pay_status.return' => 15,
  5326.             'gmo_payment_gateway.pay_status.returnx' => 16,
  5327.             'gmo_payment_gateway.pay_status.sauth' => 17,
  5328.             'gmo_payment_gateway.pay_status.check' => 18,
  5329.             'gmo_payment_gateway.pay_status.except' => 19,
  5330.             'gmo_payment_gateway.pay_status.payfail' => 99,
  5331.             'gmo_payment_gateway.pay_status.paystart' => 21,
  5332.             'gmo_payment_gateway.pay_status.reqsales' => 22,
  5333.             'gmo_payment_gateway.pay_status.reqcancel' => 23,
  5334.             'gmo_payment_gateway.pay_status.reqchange' => 24,
  5335.             'gmo_payment_gateway.pay_status.trading' => 25,
  5336.             'gmo_payment_gateway.pay_status.stop' => 26,
  5337.             'gmo_payment_gateway.receive.wait_time' => 5,
  5338.             'gmo_payment_gateway.pay_type.credit' => 0,
  5339.             'gmo_payment_gateway.pay_type.cvs' => 3,
  5340.             'gmo_payment_gateway.pay_type.payeasy' => 4,
  5341.             'gmo_payment_gateway.pay_type.au' => 8,
  5342.             'gmo_payment_gateway.pay_type.docomo' => 9,
  5343.             'gmo_payment_gateway.pay_type.softbank' => 11,
  5344.             'gmo_payment_gateway.pay_type.rakuten_pay' => 18,
  5345.             'gmo_payment_gateway.pay_type.ganb' => 36,
  5346.             'gmo_payment_gateway_regist_card_num' => 5,
  5347.             'gmo_payment_gateway_cvs_lawson' => '10001',
  5348.             'gmo_payment_gateway_cvs_familymart' => '10002',
  5349.             'gmo_payment_gateway_cvs_ministop' => '10005',
  5350.             'gmo_payment_gateway_cvs_daily' => '00006',
  5351.             'gmo_payment_gateway_cvs_seveneleven' => '00007',
  5352.             'gmo_payment_gateway_cvs_seicomart' => '10008',
  5353.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  5354.             'paypal.sdk.url' => 'https://www.paypal.com/sdk/js',
  5355.             'paypal.currency' => 'JPY',
  5356.             'paypal.locale' => 'ja_JP',
  5357.             'paypal.debug' => false,
  5358.             'paypal.integration-date' => '2019-07-23',
  5359.             'paypal.seller_nonce' => '1c0403fe739cb74efae8cdcbe0fdf6d0eaf8ae58295e68e2807817cf32ee2cdb',
  5360.             'paypal.partnerid' => 'K8FJZPL7XLBU2',
  5361.             'paypal.ci' => 'AbAOAbBxyJUe3sLmN9S42_6FeRC07x5_pjEZi5rJj2q4R8KBzMGh16TesRwrRtz2DfcqXoCXDUGB3N4H',
  5362.             'paypal.cs' => 'ENUp0Y2AdRHMivB7sGLGlXbGSXdz9-d1ZxCYjTL5wKZ3JE5c_mjWydXcQm7YPcvZXmistifWye6dEZC7',
  5363.             'paypal.paypal_express_payment_paypal_logo_1' => 'https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/developer/203x80_b.png',
  5364.             'paypal.paypal_express_payment_paypal_logo_2' => 'https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/developer/319x110_b.png',
  5365.             'paypal.paypal_express_payment_paypal_logo_3' => 'https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/developer/203x80_b-2.png',
  5366.             'paypal.paypal_express_paypal_logo_1' => 'https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/developer/203x80_a.png',
  5367.             'paypal.paypal_express_paypal_logo_2' => 'https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/developer/319x110_a.png',
  5368.             'paypal.paypal_express_paypal_logo_3' => 'https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/jp/developer/148x139_a.png',
  5369.             'product_review_display_count_min' => 1,
  5370.             'product_review_display_count_max' => 30,
  5371.             'plugin_recommend.text_area_len' => 4000,
  5372.             'related_product.text_area_len' => 4000,
  5373.             'related_product.max_item_count' => 6,
  5374.             'sales_report_product_maximum_display' => 20,
  5375.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  5376.             'sort_category_product.list_order_by.name' => 'おすすめ順',
  5377.             'eccube_rate_limiter_configs' => [
  5378.             ],
  5379.             'eccube.plugins.enabled' => [
  5380.                 => 'SalesReport42',
  5381.                 => 'Api42',
  5382.                 => 'DataMigration42',
  5383.                 => 'NewsPageSelfReliance42',
  5384.                 => 'PayPalCheckout42',
  5385.                 => 'ContactManagement42',
  5386.                 => 'GmoPaymentGateway42',
  5387.                 => 'GmoPs42',
  5388.                 => 'ApexOrderFields',
  5389.                 => 'ApexReceipt',
  5390.                 10 => 'ApexSignboard',
  5391.                 11 => 'ApexProductRanking',
  5392.                 12 => 'OrderBySale42',
  5393.                 13 => 'ApexDeliveryArea',
  5394.                 14 => 'ProductPlus42',
  5395.                 15 => 'ApgProductClassImage42',
  5396.                 16 => 'CheckProduct42',
  5397.                 17 => 'EccubePaymentLite42',
  5398.                 18 => 'ApexOrderItemOption',
  5399.                 19 => 'SortCategoryProduct42',
  5400.                 20 => 'UKOMI42',
  5401.             ],
  5402.             'eccube.plugins.disabled' => [
  5403.                 => 'ApexShippingRedirect',
  5404.                 => 'ApexVolumeUp',
  5405.                 => 'Coupon42',
  5406.                 => 'MailMagazine42',
  5407.                 => 'ProductContact42',
  5408.                 => 'ProductDisplayRank42',
  5409.                 => 'ProductRating42_dummy',
  5410.                 => 'ProductReview42',
  5411.                 => 'Recommend42',
  5412.                 => 'RelatedProduct42',
  5413.                 10 => 'Securitychecker42',
  5414.                 11 => 'SiteKit42',
  5415.             ],
  5416.             'event_dispatcher.event_aliases' => [
  5417.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5418.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5419.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5420.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5421.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5422.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5423.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5424.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5425.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5426.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5427.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5428.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5429.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5430.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5431.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5432.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5433.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5434.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5435.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5436.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5437.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5438.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5439.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5440.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5441.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5442.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5443.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5444.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5445.             ],
  5446.             'fragment.renderer.hinclude.global_template' => NULL,
  5447.             'fragment.path' => '/_fragment',
  5448.             'kernel.http_method_override' => true,
  5449.             'kernel.trusted_hosts' => [
  5450.             ],
  5451.             'kernel.enabled_locales' => [
  5452.             ],
  5453.             'kernel.error_controller' => 'error_controller',
  5454.             'debug.file_link_format' => NULL,
  5455.             'asset.request_context.base_path' => NULL,
  5456.             'asset.request_context.secure' => NULL,
  5457.             'translator.logging' => false,
  5458.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5459.             'debug.error_handler.throw_at' => -1,
  5460.             'router.request_context.host' => 'localhost',
  5461.             'router.request_context.scheme' => 'http',
  5462.             'router.request_context.base_url' => '',
  5463.             'router.resource' => 'kernel::loadRoutes',
  5464.             'request_listener.http_port' => 80,
  5465.             'request_listener.https_port' => 443,
  5466.             'session.metadata.storage_key' => '_sf2_meta',
  5467.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5468.             'session.metadata.update_threshold' => 0,
  5469.             'form.type_extension.csrf.enabled' => true,
  5470.             'form.type_extension.csrf.field_name' => '_token',
  5471.             'validator.translation_domain' => 'validators',
  5472.             'profiler_listener.only_exceptions' => false,
  5473.             'profiler_listener.only_main_requests' => false,
  5474.             'security.role_hierarchy.roles' => [
  5475.             ],
  5476.             'security.access.denied_url' => NULL,
  5477.             'security.authentication.manager.erase_credentials' => true,
  5478.             'security.authentication.session_strategy.strategy' => 'migrate',
  5479.             'security.access.always_authenticate_before_granting' => false,
  5480.             'security.authentication.hide_user_not_found' => true,
  5481.             'security.firewalls' => [
  5482.                 => 'dev',
  5483.                 => 'api',
  5484.                 => 'admin',
  5485.                 => 'customer',
  5486.             ],
  5487.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5488.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5489.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5490.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5491.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5492.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5493.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5494.             'doctrine.entity_managers' => [
  5495.                 'default' => 'doctrine.orm.default_entity_manager',
  5496.             ],
  5497.             'doctrine.default_entity_manager' => 'default',
  5498.             'doctrine.dbal.connection_factory.types' => [
  5499.                 'oauth2_grant' => [
  5500.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  5501.                 ],
  5502.                 'oauth2_redirect_uri' => [
  5503.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  5504.                 ],
  5505.                 'oauth2_scope' => [
  5506.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  5507.                 ],
  5508.                 'datetime' => [
  5509.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5510.                 ],
  5511.                 'datetimetz' => [
  5512.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5513.                 ],
  5514.             ],
  5515.             'doctrine.connections' => [
  5516.                 'default' => 'doctrine.dbal.default_connection',
  5517.             ],
  5518.             'doctrine.default_connection' => 'default',
  5519.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5520.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5521.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5522.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5523.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5524.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5525.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5526.             'doctrine.orm.cache.memcache_port' => 11211,
  5527.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5528.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5529.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5530.             'doctrine.orm.cache.memcached_port' => 11211,
  5531.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5532.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5533.             'doctrine.orm.cache.redis_host' => 'localhost',
  5534.             'doctrine.orm.cache.redis_port' => 6379,
  5535.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5536.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5537.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5538.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5539.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5540.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5541.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5542.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5543.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5544.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5545.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5546.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5547.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5548.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5549.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5550.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5551.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5552.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5553.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5554.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5555.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5556.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5557.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5558.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5559.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5560.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5561.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5562.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5563.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5564.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5565.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5566.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5567.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5568.             'monolog.use_microseconds' => true,
  5569.             'monolog.swift_mailer.handlers' => [
  5570.             ],
  5571.             'monolog.handlers_to_channels' => [
  5572.                 'monolog.handler.PayPalCheckout' => [
  5573.                     'type' => 'inclusive',
  5574.                     'elements' => [
  5575.                         => 'PayPalCheckout',
  5576.                     ],
  5577.                 ],
  5578.                 'monolog.handler.GmoPaymentGateway42' => [
  5579.                     'type' => 'inclusive',
  5580.                     'elements' => [
  5581.                         => 'GmoPaymentGateway42',
  5582.                     ],
  5583.                 ],
  5584.                 'monolog.handler.gmo_epsilon' => [
  5585.                     'type' => 'inclusive',
  5586.                     'elements' => [
  5587.                         => 'gmo_epsilon',
  5588.                     ],
  5589.                 ],
  5590.                 'monolog.handler.console' => [
  5591.                     'type' => 'exclusive',
  5592.                     'elements' => [
  5593.                         => 'event',
  5594.                         => 'doctrine',
  5595.                         => 'console',
  5596.                     ],
  5597.                 ],
  5598.                 'monolog.handler.buffered' => [
  5599.                     'type' => 'exclusive',
  5600.                     'elements' => [
  5601.                         => 'event',
  5602.                     ],
  5603.                 ],
  5604.             ],
  5605.             'twig.form.resources' => [
  5606.                 => 'form_div_layout.html.twig',
  5607.                 => 'bootstrap_5_layout.html.twig',
  5608.             ],
  5609.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5610.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5611.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5612.             'web_profiler.debug_toolbar.mode' => 2,
  5613.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5614.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5615.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5616.             'knp_paginator.page_range' => 5,
  5617.             'knp_paginator.page_limit' => NULL,
  5618.             'doctrine.migrations.preferred_em' => NULL,
  5619.             'doctrine.migrations.preferred_connection' => NULL,
  5620.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5621.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5622.             'league.oauth2_server.encryption_key.type' => 'plain',
  5623.             'league.oauth2_server.scopes.default' => [
  5624.                 => 'read',
  5625.             ],
  5626.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5627.             'data_collector.templates' => [
  5628.                 'data_collector.request' => [
  5629.                     => 'request',
  5630.                     => '@WebProfiler/Collector/request.html.twig',
  5631.                 ],
  5632.                 'data_collector.time' => [
  5633.                     => 'time',
  5634.                     => '@WebProfiler/Collector/time.html.twig',
  5635.                 ],
  5636.                 'data_collector.memory' => [
  5637.                     => 'memory',
  5638.                     => '@WebProfiler/Collector/memory.html.twig',
  5639.                 ],
  5640.                 'data_collector.validator' => [
  5641.                     => 'validator',
  5642.                     => '@WebProfiler/Collector/validator.html.twig',
  5643.                 ],
  5644.                 'data_collector.ajax' => [
  5645.                     => 'ajax',
  5646.                     => '@WebProfiler/Collector/ajax.html.twig',
  5647.                 ],
  5648.                 'data_collector.form' => [
  5649.                     => 'form',
  5650.                     => '@WebProfiler/Collector/form.html.twig',
  5651.                 ],
  5652.                 'data_collector.exception' => [
  5653.                     => 'exception',
  5654.                     => '@WebProfiler/Collector/exception.html.twig',
  5655.                 ],
  5656.                 'data_collector.logger' => [
  5657.                     => 'logger',
  5658.                     => '@WebProfiler/Collector/logger.html.twig',
  5659.                 ],
  5660.                 'data_collector.events' => [
  5661.                     => 'events',
  5662.                     => '@WebProfiler/Collector/events.html.twig',
  5663.                 ],
  5664.                 'data_collector.router' => [
  5665.                     => 'router',
  5666.                     => '@WebProfiler/Collector/router.html.twig',
  5667.                 ],
  5668.                 'data_collector.cache' => [
  5669.                     => 'cache',
  5670.                     => '@WebProfiler/Collector/cache.html.twig',
  5671.                 ],
  5672.                 'data_collector.translation' => [
  5673.                     => 'translation',
  5674.                     => '@WebProfiler/Collector/translation.html.twig',
  5675.                 ],
  5676.                 'data_collector.security' => [
  5677.                     => 'security',
  5678.                     => '@Security/Collector/security.html.twig',
  5679.                 ],
  5680.                 'data_collector.twig' => [
  5681.                     => 'twig',
  5682.                     => '@WebProfiler/Collector/twig.html.twig',
  5683.                 ],
  5684.                 'data_collector.doctrine' => [
  5685.                     => 'db',
  5686.                     => '@Doctrine/Collector/db.html.twig',
  5687.                 ],
  5688.                 'doctrine_migrations.migrations_collector' => [
  5689.                     => 'doctrine_migrations',
  5690.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5691.                 ],
  5692.                 'data_collector.dump' => [
  5693.                     => 'dump',
  5694.                     => '@Debug/Profiler/dump.html.twig',
  5695.                 ],
  5696.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5697.                 'mailer.data_collector' => [
  5698.                     => 'mailer',
  5699.                     => '@WebProfiler/Collector/mailer.html.twig',
  5700.                 ],
  5701.                 'data_collector.config' => [
  5702.                     => 'config',
  5703.                     => '@WebProfiler/Collector/config.html.twig',
  5704.                 ],
  5705.                 'eccube.collector.core' => [
  5706.                     => 'eccube_core',
  5707.                     => '@toolbar/eccube.html.twig',
  5708.                 ],
  5709.             ],
  5710.             'console.command.ids' => [
  5711.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5712.             ],
  5713.         ];
  5714.     }
  5715.     protected function throw($message)
  5716.     {
  5717.         throw new RuntimeException($message);
  5718.     }
  5719. }