var/cache/dev/ContainerA9IAR3Y/Eccube_KernelDevDebugContainer.php line 2716

Open in your IDE?
  1. <?php
  2. namespace ContainerA9IAR3Y;
  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\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  83.             'Customize\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  84.             'Customize\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  85.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  86.             'Customize\\Controller\\EntryController' => 'getEntryControllerService',
  87.             'Customize\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  88.             'Customize\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  89.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  90.             'Customize\\Controller\\TopController' => 'getTopControllerService',
  91.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  92.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  93.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  94.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  95.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  96.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  97.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  98.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  102.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  103.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  104.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  105.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  106.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  107.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditController2Service',
  108.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  109.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditController2Service',
  110.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  111.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  112.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  113.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  114.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  115.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  117.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  118.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service',
  119.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  135.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  136.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  137.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  138.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  139.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  140.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  141.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  142.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  143.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  144.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  145.             'Eccube\\Controller\\EntryController' => 'getEntryController2Service',
  146.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  147.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  148.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  149.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  150.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeController2Service',
  151.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  152.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageController2Service',
  153.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  154.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  155.             'Eccube\\Controller\\ProductController' => 'getProductController3Service',
  156.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  157.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  158.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  159.             'Eccube\\Controller\\TopController' => 'getTopController2Service',
  160.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  161.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  162.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  163.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  164.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  165.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  166.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  167.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  168.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  169.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  170.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  171.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  172.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  173.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  174.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  175.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController3Service',
  176.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service',
  177.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  178.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  179.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  180.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  181.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  182.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  183.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  184.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  185.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  186.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  187.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  188.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  189.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  190.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  191.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  192.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  193.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  194.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  195.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  196.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  197.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  198.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  199.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  200.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  201.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  202.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  203.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  204.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  205.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  206.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  207.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  208.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  209.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  210.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  211.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  212.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  213.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  214.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  215.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  216.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  217.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  218.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  219.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  220.             'Plugin\\NewProduct42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  221.             'Plugin\\ProductOption42\\Controller\\AddcartController' => 'getAddcartControllerService',
  222.             'Plugin\\ProductOption42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  223.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionCategoryController' => 'getOptionCategoryControllerService',
  224.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionController' => 'getOptionControllerService',
  225.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionController' => 'getProductOptionControllerService',
  226.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionDesignController' => 'getProductOptionDesignControllerService',
  227.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionRankController' => 'getProductOptionRankControllerService',
  228.             'Plugin\\ProductOption42\\Controller\\CartOperationController' => 'getCartOperationControllerService',
  229.             'Plugin\\ProductOption42\\Controller\\ReorderController' => 'getReorderControllerService',
  230.             'Plugin\\ProductOption42\\Service\\ProductOptionOrderPdfService' => 'getProductOptionOrderPdfServiceService',
  231.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  232.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  233.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  234.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  235.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  236.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  237.             'Plugin\\SEOAllOne42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  238.             'Plugin\\SEOAllOne42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  239.             'Plugin\\SEOAllOne42\\Controller\\Admin\\SitemapConfigController' => 'getSitemapConfigControllerService',
  240.             'Plugin\\SEOAllOne42\\Controller\\XmlController' => 'getXmlControllerService',
  241.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  242.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  243.             'cache.app_clearer' => 'getCache_AppClearerService',
  244.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  245.             'cache.system_clearer' => 'getCache_SystemClearerService',
  246.             'cache_warmer' => 'getCacheWarmerService',
  247.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  248.             'console.command_loader' => 'getConsole_CommandLoaderService',
  249.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  250.             'eccube.logger' => 'getEccube_LoggerService',
  251.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  252.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  253.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  254.             'error_controller' => 'getErrorControllerService',
  255.             'knp_paginator' => 'getKnpPaginatorService',
  256.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  257.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  258.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  259.             'routing.loader' => 'getRouting_LoaderService',
  260.             'services_resetter' => 'getServicesResetterService',
  261.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  262.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  263.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  264.         ];
  265.         $this->aliases = [
  266.             'database_connection' => 'doctrine.dbal.default_connection',
  267.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  268.         ];
  269.         $this->privates['service_container'] = function () {
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  324.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  325.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  326.             include_once \dirname(__DIR__4).'/app/Plugin/NewProduct42/Service/FileConfigBase/Common/EccubeConfigExTrait.php';
  327.             include_once \dirname(__DIR__4).'/app/Plugin/NewProduct42/Service/FileConfigBase/Common/AbstractEccubeConfigEx.php';
  328.             include_once \dirname(__DIR__4).'/app/Plugin/NewProduct42/Common/EccubeConfigEx.php';
  329.             include_once \dirname(__DIR__4).'/app/Plugin/SEOAllOne42/Repository/ConfigRepository.php';
  330.             include_once \dirname(__DIR__4).'/app/Plugin/SEOAllOne42/TemplateLayoutListener.php';
  331.             include_once \dirname(__DIR__4).'/app/Plugin/SEOAllOne42/Util/Util.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  334.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  337.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  338.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  340.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  341.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  343.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/Cart/ProductClassAndOptionComparator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  377.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  534.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  535.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  536.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  537.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  539.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  571.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  646.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  647.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  648.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  649.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  650.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  651.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  652.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  653.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  654.             include_once \dirname(__DIR__4).'/app/Plugin/NewProduct42/Service/FileConfigBase/Twig/Extension/FileConfigBaseExtension.php';
  655.             include_once \dirname(__DIR__4).'/app/Plugin/NewProduct42/Twig/Extension/NewProductExtension.php';
  656.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Twig/Extension/PriceIncTaxExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  660.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  661.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  666.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  669.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  671.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  678.         };
  679.     }
  680.     public function compile(): void
  681.     {
  682.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  683.     }
  684.     public function isCompiled(): bool
  685.     {
  686.         return true;
  687.     }
  688.     public function getRemovedIds(): array
  689.     {
  690.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  691.     }
  692.     protected function load($file$lazyLoad true)
  693.     {
  694.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  695.             return $class::do($this$lazyLoad);
  696.         }
  697.         if ('.' === $file[-4]) {
  698.             $class substr($class0, -4);
  699.         } else {
  700.             $file .= '.php';
  701.         }
  702.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  703.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  704.     }
  705.     protected function createProxy($class\Closure $factory)
  706.     {
  707.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  708.         return $factory();
  709.     }
  710.     /**
  711.      * Gets the public '.container.private.profiler' shared service.
  712.      *
  713.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  714.      */
  715.     protected function get_Container_Private_ProfilerService()
  716.     {
  717.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  718.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  719.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  720.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  721.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  722.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  723.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  724.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  725.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  726.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  727.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  728.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  729.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  730.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  731.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  732.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  733.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  734.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  735.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  736.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  737.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  738.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  739.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  740.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  741.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  742.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  743.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  744.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  745.         if ($this->has('kernel')) {
  746.             $e->setKernel($b);
  747.         }
  748.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  749.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  750.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  751.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  752.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  753.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  754.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  755.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  756.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  757.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  758.         $instance->add($d);
  759.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  760.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  761.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  762.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  763.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  764.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  765.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  766.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  767.         $instance->add($e);
  768.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  769.         return $instance;
  770.     }
  771.     /**
  772.      * Gets the public '.container.private.security.authorization_checker' shared service.
  773.      *
  774.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  775.      */
  776.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  777.     {
  778.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  779.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  780.             return $this->services['.container.private.security.authorization_checker'];
  781.         }
  782.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  783.     }
  784.     /**
  785.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  786.      *
  787.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  788.      */
  789.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  790.     {
  791.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  792.     }
  793.     /**
  794.      * Gets the public '.container.private.security.token_storage' shared service.
  795.      *
  796.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  797.      */
  798.     protected function get_Container_Private_Security_TokenStorageService()
  799.     {
  800.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  801.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  802.         ], [
  803.             'request_stack' => '?',
  804.         ]));
  805.     }
  806.     /**
  807.      * Gets the public '.container.private.session' shared service.
  808.      *
  809.      * @return \Symfony\Component\HttpFoundation\Session\Session
  810.      */
  811.     protected function get_Container_Private_SessionService()
  812.     {
  813.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  814.         if (isset($this->services['.container.private.session'])) {
  815.             return $this->services['.container.private.session'];
  816.         }
  817.         return $this->services['.container.private.session'] = $a->createSession();
  818.     }
  819.     /**
  820.      * Gets the public '.container.private.state_machine.order' shared service.
  821.      *
  822.      * @return \Symfony\Component\Workflow\StateMachine
  823.      */
  824.     protected function get_Container_Private_StateMachine_OrderService()
  825.     {
  826.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  827.         if (isset($this->services['.container.private.state_machine.order'])) {
  828.             return $this->services['.container.private.state_machine.order'];
  829.         }
  830.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  831.     }
  832.     /**
  833.      * Gets the public '.container.private.twig' shared service.
  834.      *
  835.      * @return \Twig\Environment
  836.      */
  837.     protected function get_Container_Private_TwigService()
  838.     {
  839.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  840.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  841.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  842.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  843.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  844.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/NewProduct42/Resource/template'), 'NewProduct42');
  845.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  846.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SEOAllOne42/Resource/template'), 'SEOAllOne42');
  847.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/template'), 'ProductOption42');
  848.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  849.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  850.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  851.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  852.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  853.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  854.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  855.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  871.         $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']);
  872.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  873.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  874.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  875.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  876.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  877.         $g = ($this->services['router'] ?? $this->getRouterService());
  878.         $h = new \Symfony\Component\Workflow\Registry();
  879.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  880.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  881.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  882.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  883.         $k = new \Symfony\Bridge\Twig\AppVariable();
  884.         $k->setEnvironment('dev');
  885.         $k->setDebug(true);
  886.         if ($this->has('.container.private.security.token_storage')) {
  887.             $k->setTokenStorage($c);
  888.         }
  889.         if ($this->has('request_stack')) {
  890.             $k->setRequestStack($b);
  891.         }
  892.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  893.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  894.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  895.         $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)));
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  899.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  900.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  901.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  902.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  903.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  904.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  905.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  906.         }, 7))));
  907.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  908.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  909.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  910.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  911.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  912.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  913.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  914.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  915.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  916.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  917.         $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())));
  918.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  919.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  920.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  921.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  922.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  923.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  924.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($i));
  925.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  926.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  927.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  928.         $instance->addExtension(new \Plugin\NewProduct42\Service\FileConfigBase\Twig\Extension\FileConfigBaseExtension());
  929.         $instance->addExtension(new \Plugin\NewProduct42\Twig\Extension\NewProductExtension($i, ($this->privates['Plugin\\NewProduct42\\Common\\EccubeConfigEx'] ?? $this->getEccubeConfigExService())));
  930.         $instance->addExtension(new \Plugin\ProductOption42\Twig\Extension\PriceIncTaxExtension(($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  931.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  932.         $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));
  933.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  934.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  935.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  936.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  937.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  938.         $instance->addGlobal('app'$k);
  939.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  940.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  941.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  942.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  943.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  944.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  945.         ], [
  946.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  947.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  948.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  949.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  950.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  951.         ])));
  952.         $instance->addGlobal('BaseInfo'NULL);
  953.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  954.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  955.         $instance->addGlobal('SYNC_URL'$this->getEnv('SYNC_URL'));
  956.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  957.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  958.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  959.         return $instance;
  960.     }
  961.     /**
  962.      * Gets the public '.container.private.validator' shared service.
  963.      *
  964.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  965.      */
  966.     protected function get_Container_Private_ValidatorService()
  967.     {
  968.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  969.         if (isset($this->services['.container.private.validator'])) {
  970.             return $this->services['.container.private.validator'];
  971.         }
  972.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  973.     }
  974.     /**
  975.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  976.      *
  977.      * @return \Detection\MobileDetect
  978.      */
  979.     protected function getMobileDetectService()
  980.     {
  981.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  982.     }
  983.     /**
  984.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  985.      *
  986.      * @return \Eccube\Common\EccubeConfig
  987.      */
  988.     protected function getEccubeConfigService()
  989.     {
  990.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  991.     }
  992.     /**
  993.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  994.      *
  995.      * @return \Eccube\Repository\PluginRepository
  996.      */
  997.     protected function getPluginRepositoryService($lazyLoad true)
  998.     {
  999.         if ($lazyLoad) {
  1000.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1001.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1002.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1003.                     $proxy->setProxyInitializer(null);
  1004.                     return true;
  1005.                 });
  1006.             });
  1007.         }
  1008.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1009.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1010.     }
  1011.     /**
  1012.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1013.      *
  1014.      * @return \Eccube\Service\SystemService
  1015.      */
  1016.     protected function getSystemServiceService($lazyLoad true)
  1017.     {
  1018.         if ($lazyLoad) {
  1019.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1020.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1021.                     $wrappedInstance $this->getSystemServiceService(false);
  1022.                     $proxy->setProxyInitializer(null);
  1023.                     return true;
  1024.                 });
  1025.             });
  1026.         }
  1027.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1028.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1029.     }
  1030.     /**
  1031.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1032.      *
  1033.      * @return \Eccube\Service\TaxRuleService
  1034.      */
  1035.     protected function getTaxRuleServiceService($lazyLoad true)
  1036.     {
  1037.         if ($lazyLoad) {
  1038.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1039.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1040.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1041.                     $proxy->setProxyInitializer(null);
  1042.                     return true;
  1043.                 });
  1044.             });
  1045.         }
  1046.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1047.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1048.     }
  1049.     /**
  1050.      * Gets the public 'cache.app' shared service.
  1051.      *
  1052.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1053.      */
  1054.     protected function getCache_AppService()
  1055.     {
  1056.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('w6Y8yoJ2da'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1057.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1058.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1059.     }
  1060.     /**
  1061.      * Gets the public 'cache.rate_limiter' shared service.
  1062.      *
  1063.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1064.      */
  1065.     protected function getCache_RateLimiterService()
  1066.     {
  1067.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m6YYNILR7W'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1068.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1069.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1070.     }
  1071.     /**
  1072.      * Gets the public 'cache.system' shared service.
  1073.      *
  1074.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1075.      */
  1076.     protected function getCache_SystemService()
  1077.     {
  1078.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q43yY4STqw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1079.     }
  1080.     /**
  1081.      * Gets the public 'cache.validator_expression_language' shared service.
  1082.      *
  1083.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1084.      */
  1085.     protected function getCache_ValidatorExpressionLanguageService()
  1086.     {
  1087.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UZstk2VeN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1088.     }
  1089.     /**
  1090.      * Gets the public 'data_collector.dump' shared service.
  1091.      *
  1092.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1093.      */
  1094.     protected function getDataCollector_DumpService()
  1095.     {
  1096.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  1097.     }
  1098.     /**
  1099.      * Gets the public 'doctrine' shared service.
  1100.      *
  1101.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1102.      */
  1103.     protected function getDoctrineService()
  1104.     {
  1105.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1106.     }
  1107.     /**
  1108.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1109.      *
  1110.      * @return \Doctrine\DBAL\Connection
  1111.      */
  1112.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1113.     {
  1114.         $a = new \Doctrine\DBAL\Configuration();
  1115.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1116.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1117.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1118.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1119.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1120.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1121.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1122.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1123.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1124.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1125.         $c->setConnectionName('default');
  1126.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1127.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1128.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1129.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1130.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1131.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => ['privates''Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber''getCartItemEventSubscriberService'true],
  1132.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1133.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1134.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1135.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1136.         ], [
  1137.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1138.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1139.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1140.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => '?',
  1141.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1142.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1143.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1144.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1145.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1146.     }
  1147.     /**
  1148.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1149.      *
  1150.      * @return \Doctrine\ORM\EntityManager
  1151.      */
  1152.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1153.     {
  1154.         if ($lazyLoad) {
  1155.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1156.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1157.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1158.                     $proxy->setProxyInitializer(null);
  1159.                     return true;
  1160.                 });
  1161.             });
  1162.         }
  1163.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1169.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1172.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1174.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1175.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1176.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1178.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1182.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1183.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1184.         $a = new \Doctrine\ORM\Configuration();
  1185.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1186.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1187.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1188.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1189.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1190.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1191.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1192.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1193.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/GmcSimpleFeed42/Entity')]);
  1194.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1195.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1196.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1197.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Entity')]);
  1198.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1199.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1200.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1201.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1202.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1203.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1204.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1205.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SEOAllOne42/Entity')]);
  1206.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1207.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1208.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1209.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1210.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1211.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Eccube/Entity')]))), 'Eccube\\Entity');
  1212.         $b->addDriver($d'Eccube\\Entity');
  1213.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1214.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1215.         $b->addDriver($f'Plugin\\EccubePaymentLite42\\Entity');
  1216.         $b->addDriver($g'Plugin\\GmcSimpleFeed42\\Entity');
  1217.         $b->addDriver($h'Plugin\\MailMagazine42\\Entity');
  1218.         $b->addDriver($i'Plugin\\ProductOption42\\Entity');
  1219.         $b->addDriver($j'Plugin\\ProductReview42\\Entity');
  1220.         $b->addDriver($k'Plugin\\Recommend42\\Entity');
  1221.         $b->addDriver($l'Plugin\\RelatedProduct42\\Entity');
  1222.         $b->addDriver($m'Plugin\\SEOAllOne42\\Entity');
  1223.         $b->addDriver($n'Plugin\\Securitychecker42\\Entity');
  1224.         $b->addDriver($o'Plugin\\SiteKit42\\Entity');
  1225.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1226.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1227.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1228.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1229.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1230.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1231.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1232.         ], [
  1233.             'doctrine.ulid_generator' => '?',
  1234.             'doctrine.uuid_generator' => '?',
  1235.         ])));
  1236.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1237.         $a->setProxyNamespace('Proxies');
  1238.         $a->setAutoGenerateProxyClasses(true);
  1239.         $a->setSchemaIgnoreClasses([]);
  1240.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1241.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1242.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1243.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1244.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1245.         $a->setLazyGhostObjectEnabled(false);
  1246.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1247.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1248.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1249.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1250.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1251.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1252.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1253.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1254.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1255.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1256.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1257.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1258.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1259.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1260.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1261.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1262.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1263.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1264.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1265.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1266.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1267.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1268.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1269.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1270.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1271.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1272.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1273.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1274.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1275.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1276.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1277.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1278.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1279.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1280.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1281.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1282.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1283.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1284.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1285.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1286.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1287.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1288.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1289.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1290.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1291.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1292.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1293.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1294.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1295.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1296.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1297.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1298.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1299.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1300.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1301.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1302.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1303.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1304.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1305.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1306.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1307.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1308.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1309.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1310.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1311.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1312.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1313.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1314.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1315.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1316.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1317.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1318.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1319.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1320.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1321.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1322.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1323.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1324.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1325.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1326.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1327.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1328.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1329.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1330.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1331.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1332.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1333.             'Plugin\\GmcSimpleFeed42\\Repository\\ProductClassRepository' => ['privates''Plugin\\GmcSimpleFeed42\\Repository\\ProductClassRepository''getProductClassRepository2Service'true],
  1334.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1335.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1336.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository''getCartItemOptionCategoryRepositoryService'true],
  1337.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionRepository''getCartItemOptionRepositoryService'true],
  1338.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1339.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionCategoryRepository''getOptionCategoryRepositoryService'true],
  1340.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionImageRepository''getOptionImageRepositoryService'true],
  1341.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionRepository''getOptionRepositoryService'true],
  1342.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository''getOrderItemOptionCategoryRepositoryService'true],
  1343.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository''getOrderItemOptionRepositoryService'true],
  1344.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ProductOptionRepository''getProductOptionRepositoryService'true],
  1345.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1346.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1347.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1348.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1349.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1350.             'Plugin\\SEOAllOne42\\Repository\\ConfigRepository' => ['privates''Plugin\\SEOAllOne42\\Repository\\ConfigRepository''getConfigRepository3Service'false],
  1351.             'Plugin\\SEOAllOne42\\Repository\\SEOAllOneCategoryRepository' => ['privates''Plugin\\SEOAllOne42\\Repository\\SEOAllOneCategoryRepository''getSEOAllOneCategoryRepositoryService'true],
  1352.             'Plugin\\SEOAllOne42\\Repository\\SEOAllOneDefaultRepository' => ['privates''Plugin\\SEOAllOne42\\Repository\\SEOAllOneDefaultRepository''getSEOAllOneDefaultRepositoryService'true],
  1353.             'Plugin\\SEOAllOne42\\Repository\\SEOAllOneProductRepository' => ['privates''Plugin\\SEOAllOne42\\Repository\\SEOAllOneProductRepository''getSEOAllOneProductRepositoryService'true],
  1354.             'Plugin\\SEOAllOne42\\Repository\\SitemapConfigRepository' => ['privates''Plugin\\SEOAllOne42\\Repository\\SitemapConfigRepository''getSitemapConfigRepositoryService'true],
  1355.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1356.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1357.         ], [
  1358.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1359.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1360.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1361.             'Eccube\\Repository\\BlockRepository' => '?',
  1362.             'Eccube\\Repository\\CalendarRepository' => '?',
  1363.             'Eccube\\Repository\\CartItemRepository' => '?',
  1364.             'Eccube\\Repository\\CartRepository' => '?',
  1365.             'Eccube\\Repository\\CategoryRepository' => '?',
  1366.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1367.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1368.             'Eccube\\Repository\\CsvRepository' => '?',
  1369.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1370.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1371.             'Eccube\\Repository\\CustomerRepository' => '?',
  1372.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1373.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1374.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1375.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1376.             'Eccube\\Repository\\LayoutRepository' => '?',
  1377.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1378.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1379.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1380.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1381.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1382.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1383.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1384.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1385.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1386.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1387.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1388.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1389.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1390.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1391.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1392.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1393.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1394.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1395.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1396.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1397.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1398.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1399.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1400.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1401.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1402.             'Eccube\\Repository\\MemberRepository' => '?',
  1403.             'Eccube\\Repository\\NewsRepository' => '?',
  1404.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1405.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1406.             'Eccube\\Repository\\OrderRepository' => '?',
  1407.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1408.             'Eccube\\Repository\\PageRepository' => '?',
  1409.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1410.             'Eccube\\Repository\\PaymentRepository' => '?',
  1411.             'Eccube\\Repository\\PluginRepository' => '?',
  1412.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1413.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1414.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1415.             'Eccube\\Repository\\ProductRepository' => '?',
  1416.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1417.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1418.             'Eccube\\Repository\\ShippingRepository' => '?',
  1419.             'Eccube\\Repository\\TagRepository' => '?',
  1420.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1421.             'Eccube\\Repository\\TemplateRepository' => '?',
  1422.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1423.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1424.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1425.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1426.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1427.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1428.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1429.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1430.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1431.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1432.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1433.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1434.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1435.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1436.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1437.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1438.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1439.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1440.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1441.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1442.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1443.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1444.             'Plugin\\GmcSimpleFeed42\\Repository\\ProductClassRepository' => '?',
  1445.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1446.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1447.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => '?',
  1448.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => '?',
  1449.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => '?',
  1450.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => '?',
  1451.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => '?',
  1452.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => '?',
  1453.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => '?',
  1454.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => '?',
  1455.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => '?',
  1456.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1457.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1458.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1459.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1460.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1461.             'Plugin\\SEOAllOne42\\Repository\\ConfigRepository' => '?',
  1462.             'Plugin\\SEOAllOne42\\Repository\\SEOAllOneCategoryRepository' => '?',
  1463.             'Plugin\\SEOAllOne42\\Repository\\SEOAllOneDefaultRepository' => '?',
  1464.             'Plugin\\SEOAllOne42\\Repository\\SEOAllOneProductRepository' => '?',
  1465.             'Plugin\\SEOAllOne42\\Repository\\SitemapConfigRepository' => '?',
  1466.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1467.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1468.         ])));
  1469.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1470.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1471.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1472.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1473.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1474.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1475.         return $instance;
  1476.     }
  1477.     /**
  1478.      * Gets the public 'event_dispatcher' shared service.
  1479.      *
  1480.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1481.      */
  1482.     protected function getEventDispatcherService()
  1483.     {
  1484.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1485.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1486.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1487.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1488.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1489.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1490.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1491.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1492.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1493.         $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())));
  1494.         $instance->addListener('kernel.exception', [=> function () {
  1495.             return ($this->privates['Plugin\\SEOAllOne42\\EventListener\\RedirectExceptionListener'] ?? ($this->privates['Plugin\\SEOAllOne42\\EventListener\\RedirectExceptionListener'] = new \Plugin\SEOAllOne42\EventListener\RedirectExceptionListener()));
  1496.         }, => 'onKernelException'], 1024);
  1497.         $instance->addListener('kernel.request', [=> function () {
  1498.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1499.         }, => 'onKernelRequest'], 1024);
  1500.         $instance->addListener('kernel.controller', [=> function () {
  1501.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1502.         }, => 'onKernelController'], 0);
  1503.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1504.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1505.         }, => 'checkPassport'], 1024);
  1506.         $instance->addListener('kernel.response', [=> function () {
  1507.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1508.         }, => 'onKernelResponse'], 0);
  1509.         $instance->addListener('kernel.response', [=> function () {
  1510.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1511.         }, => 'onKernelResponse'], 0);
  1512.         $instance->addListener('kernel.request', [=> function () {
  1513.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1514.         }, => 'onKernelRequest'], 0);
  1515.         $instance->addListener('kernel.controller', [=> function () {
  1516.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1517.         }, => 'onController'], 0);
  1518.         $instance->addListener('kernel.request', [=> function () {
  1519.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1520.         }, => 'onKernelRequest'], 512);
  1521.         $instance->addListener('kernel.request', [=> function () {
  1522.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1523.         }, => 'onKernelRequestEarly'], 500);
  1524.         $instance->addListener('kernel.request', [=> function () {
  1525.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1526.         }, => 'onKernelRequest'], 6);
  1527.         $instance->addListener('kernel.response', [=> function () {
  1528.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1529.         }, => 'onKernelResponse'], 0);
  1530.         $instance->addListener('kernel.controller', [=> function () {
  1531.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1532.         }, => 'onKernelController'], 0);
  1533.         $instance->addListener('kernel.terminate', [=> function () {
  1534.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1535.         }, => 'onKernelTerminate'], 0);
  1536.         $instance->addListener('kernel.exception', [=> function () {
  1537.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1538.         }, => 'onKernelException'], -4);
  1539.         $instance->addListener('security.interactive_login', [=> function () {
  1540.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1541.         }, => 'onInteractiveLogin'], 0);
  1542.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1543.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1544.         }, => 'onAuthenticationFailure'], 0);
  1545.         $instance->addListener('kernel.response', [=> function () {
  1546.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1547.         }, => 'onResponse'], 0);
  1548.         $instance->addListener('kernel.request', [=> function () {
  1549.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1550.         }, => 'onKernelRequest'], 512);
  1551.         $instance->addListener('kernel.controller', [=> function () {
  1552.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1553.         }, => 'onController'], 0);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1556.         }, => 'onKernelRequest'], 7);
  1557.         $instance->addListener('security.interactive_login', [=> function () {
  1558.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1559.         }, => 'onInteractiveLogin'], 0);
  1560.         $instance->addListener('security.authentication.failure', [=> function () {
  1561.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1562.         }, => 'onAuthenticationFailure'], 0);
  1563.         $instance->addListener('kernel.request', [=> function () {
  1564.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1565.         }, => 'onKernelRequest'], 0);
  1566.         $instance->addListener('kernel.exception', [=> function () {
  1567.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1568.         }, => 'onKernelException'], 0);
  1569.         $instance->addListener('kernel.terminate', [=> function () {
  1570.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1571.         }, => 'onKernelTerminate'], 0);
  1572.         $instance->addListener('kernel.request', [=> function () {
  1573.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1574.         }, => 'onKernelRequest'], 6);
  1575.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1576.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1577.         }, => 'onKernelController'], 7);
  1578.         $instance->addListener('form.pre_submit', [=> function () {
  1579.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1580.         }, => 'onPreSubmit'], 0);
  1581.         $instance->addListener('form.pre_submit', [=> function () {
  1582.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1583.         }, => 'purifySubmittedData'], 1000001);
  1584.         $instance->addListener('form.pre_submit', [=> function () {
  1585.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1586.         }, => 'onPreSubmit'], 0);
  1587.         $instance->addListener('workflow.order.completed', [=> function () {
  1588.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1589.         }, => 'onCompleted'], 0);
  1590.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1591.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1592.         }, => 'updatePaymentDate'], 0);
  1593.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1594.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1595.         }, => 'rollbackStock'], 0);
  1596.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1597.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1598.         }, => 'rollbackUsePoint'], 0);
  1599.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1600.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1601.         }, => 'commitStock'], 0);
  1602.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1603.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1604.         }, => 'commitUsePoint'], 0);
  1605.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1606.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1607.         }, => 'commitAddPoint'], 0);
  1608.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1609.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1610.         }, => 'rollbackUsePoint'], 0);
  1611.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1612.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1613.         }, => 'rollbackAddPoint'], 0);
  1614.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1615.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1616.         }, => 'commitUsePoint'], 0);
  1617.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1618.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1619.         }, => 'commitAddPoint'], 0);
  1620.         $instance->addListener('kernel.terminate', [=> function () {
  1621.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1622.         }, => 'disableMaintenanceEvent'], 0);
  1623.         $instance->addListener('kernel.terminate', [=> function () {
  1624.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1625.         }, => 'forceClearCache'], 0);
  1626.         $instance->addListener('Shopping/index.twig', [=> function () {
  1627.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1628.         }, => 'index'], 0);
  1629.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1630.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1631.         }, => 'index'], 0);
  1632.         $instance->addListener('Mypage/history.twig', [=> function () {
  1633.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1634.         }, => 'onRenderMypageHistory'], 0);
  1635.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1636.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1637.         }, => 'onRenderAdminOrderEdit'], 0);
  1638.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1639.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1640.         }, => 'onKernelController'], 0);
  1641.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1642.             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()));
  1643.         }, => 'edit'], 0);
  1644.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1645.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] ?? $this->load('getAddPaymentStatusFormEventSubscriberService'));
  1646.         }, => 'edit'], 0);
  1647.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1648.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1649.         }, => 'adminOrderEditIndexComplete'], 0);
  1650.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1651.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1652.         }, => 'adminOrderEditIndexComplete'], 0);
  1653.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1654.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1655.         }, => 'index'], 0);
  1656.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1657.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1658.         }, => 'adminOrderEditIndexComplete'], 0);
  1659.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1660.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1661.         }, => 'product'], 0);
  1662.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1663.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1664.         }, => 'index'], 0);
  1665.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1666.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1667.         }, => 'product'], 0);
  1668.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1669.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1670.         }, => 'index'], 0);
  1671.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1672.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1673.         }, => 'product'], 0);
  1674.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1675.             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()));
  1676.         }, => 'deliveryEdit'], 0);
  1677.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1678.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1679.         }, => 'frontMypageChangeIndexComplete'], 0);
  1680.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  1681.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1682.         }, => 'frontMypageDeliveryEditComplete'], 0);
  1683.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1684.             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()));
  1685.         }, => 'delivery'], 0);
  1686.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1687.             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()));
  1688.         }, => 'change_complete'], 0);
  1689.         $instance->addListener('Mypage/index.twig', [=> function () {
  1690.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1691.         }, => 'index'], 0);
  1692.         $instance->addListener('Mypage/history.twig', [=> function () {
  1693.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1694.         }, => 'index'], 0);
  1695.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1696.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1697.         }, => 'index'], 0);
  1698.         $instance->addListener('Mypage/change.twig', [=> function () {
  1699.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1700.         }, => 'index'], 0);
  1701.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1702.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1703.         }, => 'index'], 0);
  1704.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1705.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1706.         }, => 'index'], 0);
  1707.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1708.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1709.         }, => 'index'], 0);
  1710.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1711.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1712.         }, => 'index'], 0);
  1713.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1714.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1715.         }, => 'index'], 0);
  1716.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1717.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1718.         }, => 'index'], 0);
  1719.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1720.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1721.         }, => 'index'], 0);
  1722.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1723.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1724.         }, => 'index'], 0);
  1725.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1726.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1727.         }, => 'index'], 0);
  1728.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1729.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1730.         }, => 'index'], 0);
  1731.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1732.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1733.         }, => 'index'], 0);
  1734.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1735.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1736.         }, => 'index'], 0);
  1737.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1738.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1739.         }, => 'index'], 0);
  1740.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1741.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1742.         }, => 'index'], 0);
  1743.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1744.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1745.         }, => 'index'], 0);
  1746.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1747.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1748.         }, => 'index'], 0);
  1749.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1750.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1751.         }, => 'index'], 0);
  1752.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1753.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1754.         }, => 'index'], 0);
  1755.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1756.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1757.         }, => 'index'], 0);
  1758.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1759.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1760.         }, => 'index'], 0);
  1761.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1762.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1763.         }, => 'index'], 0);
  1764.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1765.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1766.         }, => 'index'], 0);
  1767.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1768.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1769.         }, => 'index'], 0);
  1770.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1771.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1772.         }, => 'index'], 0);
  1773.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1774.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1775.         }, => 'index'], 0);
  1776.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1777.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1778.         }, => 'index'], 0);
  1779.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1780.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  1781.         }, => 'index'], 0);
  1782.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1783.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  1784.         }, => 'index'], 0);
  1785.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  1786.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  1787.         }, => 'index'], 0);
  1788.         $instance->addListener('Shopping/index.twig', [=> function () {
  1789.             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()));
  1790.         }, => 'index'], 0);
  1791.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1792.             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()));
  1793.         }, => 'confirm'], 0);
  1794.         $instance->addListener('Shopping/index.twig', [=> function () {
  1795.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  1796.         }, => 'index'], 0);
  1797.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1798.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  1799.         }, => 'confirm'], 0);
  1800.         $instance->addListener('Shopping/index.twig', [=> function () {
  1801.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1802.         }, => 'index'], 0);
  1803.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1804.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1805.         }, => 'confirm'], 0);
  1806.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1807.             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()));
  1808.         }, => 'confirm'], 0);
  1809.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1810.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  1811.         }, => 'confirm'], 0);
  1812.         $instance->addListener('Shopping/index.twig', [=> function () {
  1813.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  1814.         }, => 'index'], 0);
  1815.         $instance->addListener('Shopping/index.twig', [=> function () {
  1816.             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()));
  1817.         }, => 'index'], 0);
  1818.         $instance->addListener('Shopping/login.twig', [=> function () {
  1819.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  1820.         }, => 'index'], 0);
  1821.         $instance->addListener('Shopping/index.twig', [=> function () {
  1822.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  1823.         }, => 'index'], 0);
  1824.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1825.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  1826.         }, => 'index'], 0);
  1827.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1828.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  1829.         }, => 'index'], 0);
  1830.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1831.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1832.         }, => 'onTemplateAdminOrderEdit'], 0);
  1833.         $instance->addListener('@admin/Order/order_item_prototype.twig', [=> function () {
  1834.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1835.         }, => 'onTemplateAdminOrderItemPrototype'], 0);
  1836.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1837.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1838.         }, => 'onTemplateAdminOrderEdit'], 0);
  1839.         $instance->addListener('@admin/Order/search_product.twig', [=> function () {
  1840.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1841.         }, => 'onTemplateAdminOrderSearchProduct'], 0);
  1842.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1843.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1844.         }, => 'hookAdminOrderCsvExport'], 0);
  1845.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1846.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1847.         }, => 'onTemplateAdminProduct'], 0);
  1848.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1849.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1850.         }, => 'onTemplateAdminProductEdit'], 0);
  1851.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1852.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1853.         }, => 'hookAdminProductCopyComplete'], 0);
  1854.         $instance->addListener('admin.product.csv.export', [=> function () {
  1855.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1856.         }, => 'hookAdminProductCsvExport'], 0);
  1857.         $instance->addListener('Cart/index.twig', [=> function () {
  1858.             return ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] ?? ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] = new \Plugin\ProductOption42\Event\CartEvent()));
  1859.         }, => 'onTemplateCart'], 0);
  1860.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1861.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1862.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1863.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1864.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1865.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1866.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1867.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1868.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1869.         $instance->addListener('Mypage/index.twig', [=> function () {
  1870.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1871.         }, => 'onTemplateMypageIndex'], 0);
  1872.         $instance->addListener('Mypage/history.twig', [=> function () {
  1873.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1874.         }, => 'onTemplateMypageHistory'], 0);
  1875.         $instance->addListener('Product/list.twig', [=> function () {
  1876.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1877.         }, => 'onTemplateProductList'], 0);
  1878.         $instance->addListener('Product/detail.twig', [=> function () {
  1879.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1880.         }, => 'onTemplateProductDetail'], 0);
  1881.         $instance->addListener('Shopping/index.twig', [=> function () {
  1882.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1883.         }, => 'onTempleteShoppingIndex'], 0);
  1884.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1885.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1886.         }, => 'onTempleteShoppingIndex'], 0);
  1887.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1888.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1889.         }, => 'onTempleteShoppingShippingMultiple'], 0);
  1890.         $instance->addListener('front.shopping.shipping.multiple.initialize', [=> function () {
  1891.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1892.         }, => 'onHookShoppingShippingMultipleInitialize'], 0);
  1893.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1894.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1895.         }, => 'onHookShoppingShippingMultipleComplete'], 0);
  1896.         $instance->addListener('Product/detail.twig', [=> function () {
  1897.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1898.         }, => 'detail'], 0);
  1899.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1900.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1901.         }, => 'onRenderAdminProduct'], 0);
  1902.         $instance->addListener('Product/detail.twig', [=> function () {
  1903.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1904.         }, => 'onRenderProductDetail'], 0);
  1905.         $instance->addListener('admin.content.page.edit.initialize', [=> function () {
  1906.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1907.         }, => 'onAdminContentPageEditInitialize'], 0);
  1908.         $instance->addListener('@admin/Content/page_edit.twig', [=> function () {
  1909.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1910.         }, => 'onAdminContentTwig'], 0);
  1911.         $instance->addListener('admin.content.page.edit.complete', [=> function () {
  1912.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1913.         }, => 'onAdminContentPageEditComplete'], 0);
  1914.         $instance->addListener('admin.content.page.delete.complete', [=> function () {
  1915.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1916.         }, => 'onAdminContentPageDeleteComplete'], 0);
  1917.         $instance->addListener('front.product.detail.initialize', [=> function () {
  1918.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1919.         }, => 'onFrontProductDetailInitalize'], 0);
  1920.         $instance->addListener('Product/list.twig', [=> function () {
  1921.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1922.         }, => 'onProductListTwig'], 0);
  1923.         $instance->addListener('admin.product.edit.initialize', [=> function () {
  1924.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1925.         }, => 'onAdminProductEditInitialize'], 0);
  1926.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1927.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1928.         }, => 'onAdminProductTwig'], 0);
  1929.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1930.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1931.         }, => 'onAdminProductEditComplete'], 0);
  1932.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1933.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1934.         }, => 'onAdminProductDeleteComplete'], 0);
  1935.         $instance->addListener('admin.product.category.index.complete', [=> function () {
  1936.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1937.         }, => 'onAdminProductCategoryIndexComplete'], 0);
  1938.         $instance->addListener('admin.product.category.delete.complete', [=> function () {
  1939.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1940.         }, => 'onAdminProductCategoryDeleteComplete'], 0);
  1941.         $instance->addListener('@admin/Product/category.twig', [=> function () {
  1942.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1943.         }, => 'onAdminProductCategoryTwig'], 0);
  1944.         $instance->addListener('index.twig', [=> function () {
  1945.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1946.         }, => 'onIndexTwig'], 0);
  1947.         $instance->addListener('Product/detail.twig', [=> function () {
  1948.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1949.         }, => 'onFrontProductDetailTwig'], 0);
  1950.         $instance->addListener('front.product.index.search', [=> function () {
  1951.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1952.         }, => 'onFrontProductIndexInitialize'], 0);
  1953.         $instance->addListener('@admin/Store/plugin.twig', [=> function () {
  1954.             return ($this->privates['Plugin\\SEOAllOne42\\Event'] ?? $this->load('getEvent2Service'));
  1955.         }, => 'onAdminStorePluginIndexTwig'], 0);
  1956.         $instance->addListener('kernel.response', [=> function () {
  1957.             return ($this->privates['Plugin\\SEOAllOne42\\TemplateLayoutListener'] ?? $this->getTemplateLayoutListenerService());
  1958.         }, => 'onKernelResponse'], 1);
  1959.         $instance->addListener('admin.setting.shop.shop.index.initialize', [=> function () {
  1960.             return ($this->privates['Customize\\EventSubscriber\\FormEventSubscriber'] ?? ($this->privates['Customize\\EventSubscriber\\FormEventSubscriber'] = new \Customize\EventSubscriber\FormEventSubscriber()));
  1961.         }, => 'onAdminSettingShopShopIndexInitialize'], 0);
  1962.         $instance->addListener('mail.order', [=> function () {
  1963.             return ($this->privates['Customize\\EventSubscriber\\MailEventSubscriber'] ?? ($this->privates['Customize\\EventSubscriber\\MailEventSubscriber'] = new \Customize\EventSubscriber\MailEventSubscriber()));
  1964.         }, => 'onMailOrder'], 0);
  1965.         $instance->addListener('kernel.request', [=> function () {
  1966.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1967.         }, => 'onKernelRequest'], 4096);
  1968.         $instance->addListener('kernel.response', [=> function () {
  1969.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1970.         }, => 'onKernelResponse'], 0);
  1971.         $instance->addListener('kernel.response', [=> function () {
  1972.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1973.         }, => 'onKernelResponse'], -1024);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1976.         }, => 'setDefaultLocale'], 100);
  1977.         $instance->addListener('kernel.request', [=> function () {
  1978.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1979.         }, => 'onKernelRequest'], 16);
  1980.         $instance->addListener('kernel.finish_request', [=> function () {
  1981.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1982.         }, => 'onKernelFinishRequest'], 0);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1985.         }, => 'onKernelRequest'], 256);
  1986.         $instance->addListener('kernel.response', [=> function () {
  1987.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1988.         }, => 'onResponse'], -255);
  1989.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1990.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1991.         }, => 'onControllerArguments'], 0);
  1992.         $instance->addListener('kernel.exception', [=> function () {
  1993.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1994.         }, => 'logKernelException'], 0);
  1995.         $instance->addListener('kernel.exception', [=> function () {
  1996.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1997.         }, => 'onKernelException'], -128);
  1998.         $instance->addListener('kernel.response', [=> function () {
  1999.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2000.         }, => 'removeCspHeader'], -128);
  2001.         $instance->addListener('kernel.request', [=> function () {
  2002.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2003.         }, => 'onKernelRequest'], 15);
  2004.         $instance->addListener('kernel.finish_request', [=> function () {
  2005.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2006.         }, => 'onKernelFinishRequest'], -15);
  2007.         $instance->addListener('console.error', [=> function () {
  2008.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2009.         }, => 'onConsoleError'], -128);
  2010.         $instance->addListener('console.terminate', [=> function () {
  2011.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2012.         }, => 'onConsoleTerminate'], -128);
  2013.         $instance->addListener('console.error', [=> function () {
  2014.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2015.         }, => 'onConsoleError'], 0);
  2016.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2017.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2018.         }, => 'onMessage'], -255);
  2019.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2020.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2021.         }, => 'onMessage'], -255);
  2022.         $instance->addListener('kernel.response', [=> function () {
  2023.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2024.         }, => 'onKernelResponse'], 0);
  2025.         $instance->addListener('kernel.request', [=> function () {
  2026.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2027.         }, => 'onKernelRequest'], 48);
  2028.         $instance->addListener('kernel.request', [=> function () {
  2029.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2030.         }, => 'configure'], 2048);
  2031.         $instance->addListener('console.command', [=> function () {
  2032.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2033.         }, => 'configure'], 2048);
  2034.         $instance->addListener('kernel.request', [=> function () {
  2035.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2036.         }, => 'onKernelRequest'], 32);
  2037.         $instance->addListener('kernel.finish_request', [=> function () {
  2038.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2039.         }, => 'onKernelFinishRequest'], 0);
  2040.         $instance->addListener('kernel.exception', [=> function () {
  2041.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2042.         }, => 'onKernelException'], -64);
  2043.         $instance->addListener('kernel.request', [=> function () {
  2044.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2045.         }, => 'onKernelRequest'], 128);
  2046.         $instance->addListener('kernel.response', [=> function () {
  2047.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2048.         }, => 'onKernelResponse'], -1000);
  2049.         $instance->addListener('kernel.finish_request', [=> function () {
  2050.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2051.         }, => 'onFinishRequest'], 0);
  2052.         $instance->addListener('kernel.response', [=> function () {
  2053.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2054.         }, => 'onKernelResponse'], -100);
  2055.         $instance->addListener('kernel.exception', [=> function () {
  2056.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2057.         }, => 'onKernelException'], 0);
  2058.         $instance->addListener('kernel.terminate', [=> function () {
  2059.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2060.         }, => 'onKernelTerminate'], -1024);
  2061.         $instance->addListener('kernel.controller', [=> function () {
  2062.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2063.         }, => 'onKernelController'], 0);
  2064.         $instance->addListener('kernel.response', [=> function () {
  2065.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2066.         }, => 'onKernelResponse'], 0);
  2067.         $instance->addListener('kernel.response', [=> function () {
  2068.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2069.         }, => 'onKernelResponse'], 0);
  2070.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2071.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2072.         }, => 'checkPassport'], 0);
  2073.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2074.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2075.         }, => 'onLoginSuccess'], 0);
  2076.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2077.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2078.         }, => 'onVoterVote'], 0);
  2079.         $instance->addListener('kernel.request', [=> function () {
  2080.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2081.         }, => 'configureLogoutUrlGenerator'], 8);
  2082.         $instance->addListener('kernel.request', [=> function () {
  2083.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2084.         }, => 'onKernelRequest'], 8);
  2085.         $instance->addListener('kernel.finish_request', [=> function () {
  2086.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2087.         }, => 'onKernelFinishRequest'], 0);
  2088.         $instance->addListener('kernel.controller', [=> function () {
  2089.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2090.         }, => 'onKernelController'], 0);
  2091.         $instance->addListener('kernel.controller', [=> function () {
  2092.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2093.         }, => 'onKernelController'], 0);
  2094.         $instance->addListener('kernel.controller', [=> function () {
  2095.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2096.         }, => 'onKernelController'], -128);
  2097.         $instance->addListener('kernel.view', [=> function () {
  2098.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2099.         }, => 'onKernelView'], 0);
  2100.         $instance->addListener('kernel.controller', [=> function () {
  2101.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2102.         }, => 'onKernelController'], 0);
  2103.         $instance->addListener('kernel.response', [=> function () {
  2104.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2105.         }, => 'onKernelResponse'], 0);
  2106.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2107.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2108.         }, => 'onKernelControllerArguments'], 0);
  2109.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2110.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2111.         }, => 'onKernelControllerArguments'], 0);
  2112.         $instance->addListener('console.command', [=> function () {
  2113.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2114.         }, => 'onCommand'], 255);
  2115.         $instance->addListener('console.terminate', [=> function () {
  2116.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2117.         }, => 'onTerminate'], -255);
  2118.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2119.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2120.         }, => 'onMessage'], 0);
  2121.         $instance->addListener('console.command', [=> function () {
  2122.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2123.         }, => 'configure'], 1024);
  2124.         $instance->addListener('kernel.response', [=> function () {
  2125.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2126.         }, => 'onKernelResponse'], -128);
  2127.         $instance->addListener('console.error', [=> function () {
  2128.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2129.         }, => 'onConsoleError'], 0);
  2130.         $instance->addListener('console.terminate', [=> function () {
  2131.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2132.         }, => 'onConsoleTerminate'], 0);
  2133.         $instance->addListener('knp_pager.before', [=> function () {
  2134.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2135.         }, => 'before'], 0);
  2136.         $instance->addListener('knp_pager.pagination', [=> function () {
  2137.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2138.         }, => 'pagination'], 0);
  2139.         $instance->addListener('knp_pager.before', [=> function () {
  2140.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2141.         }, => 'before'], 1);
  2142.         $instance->addListener('knp_pager.before', [=> function () {
  2143.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2144.         }, => 'before'], 1);
  2145.         $instance->addListener('knp_pager.pagination', [=> function () {
  2146.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2147.         }, => 'pagination'], 1);
  2148.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2149.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2150.         }, => 'checkPassport'], 512);
  2151.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2152.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2153.         }, => 'onLogout'], 0);
  2154.         return $instance;
  2155.     }
  2156.     /**
  2157.      * Gets the public 'http_kernel' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2160.      */
  2161.     protected function getHttpKernelService()
  2162.     {
  2163.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2164.         if (isset($this->services['http_kernel'])) {
  2165.             return $this->services['http_kernel'];
  2166.         }
  2167.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2168.         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 () {
  2169.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2170.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2171.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2172.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2173.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2174.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2175.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2176.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2177.         }, 8)), $b));
  2178.     }
  2179.     /**
  2180.      * Gets the public 'request_stack' shared service.
  2181.      *
  2182.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2183.      */
  2184.     protected function getRequestStackService()
  2185.     {
  2186.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2187.     }
  2188.     /**
  2189.      * Gets the public 'router' shared service.
  2190.      *
  2191.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2192.      */
  2193.     protected function getRouterService()
  2194.     {
  2195.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2196.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2197.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2198.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2199.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2200.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2201.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2202.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2203.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2204.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2205.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2206.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2207.         ], [
  2208.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2209.         ]))->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'));
  2210.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2211.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2212.         return $instance;
  2213.     }
  2214.     /**
  2215.      * Gets the public 'translator' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2218.      */
  2219.     protected function getTranslatorService()
  2220.     {
  2221.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2222.     }
  2223.     /**
  2224.      * Gets the public 'var_dumper.cloner' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2227.      */
  2228.     protected function getVarDumper_ClonerService()
  2229.     {
  2230.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2231.         $instance->setMaxItems(2500);
  2232.         $instance->setMinDepth(1);
  2233.         $instance->setMaxString(-1);
  2234.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2235.         return $instance;
  2236.     }
  2237.     /**
  2238.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2239.      *
  2240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2241.      */
  2242.     protected function get_ServiceLocator_HDnBBSZService()
  2243.     {
  2244.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2245.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2246.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2247.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2248.         ], [
  2249.             'security.firewall.map.context.admin' => '?',
  2250.             'security.firewall.map.context.customer' => '?',
  2251.             'security.firewall.map.context.dev' => '?',
  2252.         ]);
  2253.     }
  2254.     /**
  2255.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2256.      *
  2257.      * @return \Eccube\DataCollector\EccubeDataCollector
  2258.      */
  2259.     protected function getEccubeDataCollectorService()
  2260.     {
  2261.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2265.      *
  2266.      * @return \Eccube\EventListener\IpAddrListener
  2267.      */
  2268.     protected function getIpAddrListenerService()
  2269.     {
  2270.         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()));
  2271.     }
  2272.     /**
  2273.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2274.      *
  2275.      * @return \Eccube\EventListener\LogListener
  2276.      */
  2277.     protected function getLogListenerService()
  2278.     {
  2279.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2280.     }
  2281.     /**
  2282.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2283.      *
  2284.      * @return \Eccube\EventListener\MaintenanceListener
  2285.      */
  2286.     protected function getMaintenanceListenerService()
  2287.     {
  2288.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2289.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2290.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2291.         }
  2292.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2293.     }
  2294.     /**
  2295.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2296.      *
  2297.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2298.      */
  2299.     protected function getMobileTemplatePathListenerService()
  2300.     {
  2301.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2302.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2303.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2304.         }
  2305.         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))));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2309.      *
  2310.      * @return \Eccube\EventListener\RateLimiterListener
  2311.      */
  2312.     protected function getRateLimiterListenerService()
  2313.     {
  2314.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2315.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2316.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2317.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2318.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2319.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2320.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2321.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2322.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2323.         ], [
  2324.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2325.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2326.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2327.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2328.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2329.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2330.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2331.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2332.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2333.     }
  2334.     /**
  2335.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2336.      *
  2337.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2338.      */
  2339.     protected function getRestrictFileUploadListenerService()
  2340.     {
  2341.         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()));
  2342.     }
  2343.     /**
  2344.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2345.      *
  2346.      * @return \Eccube\EventListener\TransactionListener
  2347.      */
  2348.     protected function getTransactionListenerService()
  2349.     {
  2350.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2351.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2352.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2353.         }
  2354.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2355.     }
  2356.     /**
  2357.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2358.      *
  2359.      * @return \Eccube\EventListener\TwigInitializeListener
  2360.      */
  2361.     protected function getTwigInitializeListenerService()
  2362.     {
  2363.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2364.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2365.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2366.         }
  2367.         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()));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2371.      *
  2372.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2373.      */
  2374.     protected function getTwoFactorAuthListenerService()
  2375.     {
  2376.         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()));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2380.      *
  2381.      * @return \Eccube\Log\Processor\SessionProcessor
  2382.      */
  2383.     protected function getSessionProcessorService()
  2384.     {
  2385.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2386.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2387.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2388.         }
  2389.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2390.     }
  2391.     /**
  2392.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2393.      *
  2394.      * @return \Eccube\Log\Processor\TokenProcessor
  2395.      */
  2396.     protected function getTokenProcessorService()
  2397.     {
  2398.         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()));
  2399.     }
  2400.     /**
  2401.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2402.      *
  2403.      * @return \Eccube\Repository\AuthorityRoleRepository
  2404.      */
  2405.     protected function getAuthorityRoleRepositoryService()
  2406.     {
  2407.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2408.     }
  2409.     /**
  2410.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2411.      *
  2412.      * @return \Eccube\Repository\BaseInfoRepository
  2413.      */
  2414.     protected function getBaseInfoRepositoryService()
  2415.     {
  2416.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2417.     }
  2418.     /**
  2419.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2420.      *
  2421.      * @return \Eccube\Repository\BlockPositionRepository
  2422.      */
  2423.     protected function getBlockPositionRepositoryService()
  2424.     {
  2425.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2426.     }
  2427.     /**
  2428.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2429.      *
  2430.      * @return \Eccube\Repository\BlockRepository
  2431.      */
  2432.     protected function getBlockRepositoryService()
  2433.     {
  2434.         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))));
  2435.     }
  2436.     /**
  2437.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2438.      *
  2439.      * @return \Eccube\Repository\CartRepository
  2440.      */
  2441.     protected function getCartRepositoryService()
  2442.     {
  2443.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2444.     }
  2445.     /**
  2446.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2447.      *
  2448.      * @return \Eccube\Repository\LayoutRepository
  2449.      */
  2450.     protected function getLayoutRepositoryService()
  2451.     {
  2452.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2453.     }
  2454.     /**
  2455.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2456.      *
  2457.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2458.      */
  2459.     protected function getDeviceTypeRepositoryService()
  2460.     {
  2461.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2462.     }
  2463.     /**
  2464.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2465.      *
  2466.      * @return \Eccube\Repository\OrderRepository
  2467.      */
  2468.     protected function getOrderRepositoryService()
  2469.     {
  2470.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())));
  2471.     }
  2472.     /**
  2473.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2474.      *
  2475.      * @return \Eccube\Repository\PageLayoutRepository
  2476.      */
  2477.     protected function getPageLayoutRepositoryService()
  2478.     {
  2479.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2480.     }
  2481.     /**
  2482.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2483.      *
  2484.      * @return \Eccube\Repository\PageRepository
  2485.      */
  2486.     protected function getPageRepositoryService()
  2487.     {
  2488.         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);
  2489.     }
  2490.     /**
  2491.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2492.      *
  2493.      * @return \Eccube\Repository\ProductClassRepository
  2494.      */
  2495.     protected function getProductClassRepositoryService()
  2496.     {
  2497.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2498.     }
  2499.     /**
  2500.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2501.      *
  2502.      * @return \Eccube\Repository\ProductRepository
  2503.      */
  2504.     protected function getProductRepositoryService()
  2505.     {
  2506.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2507.     }
  2508.     /**
  2509.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2510.      *
  2511.      * @return \Eccube\Repository\TaxRuleRepository
  2512.      */
  2513.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2514.     {
  2515.         if ($lazyLoad) {
  2516.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2517.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2518.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2519.                     $proxy->setProxyInitializer(null);
  2520.                     return true;
  2521.                 });
  2522.             });
  2523.         }
  2524.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2525.         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))));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2529.      *
  2530.      * @return \Eccube\Request\Context
  2531.      */
  2532.     protected function getContextService()
  2533.     {
  2534.         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()));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2538.      *
  2539.      * @return \Eccube\Service\CartService
  2540.      */
  2541.     protected function getCartServiceService($lazyLoad true)
  2542.     {
  2543.         if ($lazyLoad) {
  2544.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2545.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2546.                     $wrappedInstance $this->getCartServiceService(false);
  2547.                     $proxy->setProxyInitializer(null);
  2548.                     return true;
  2549.                 });
  2550.             });
  2551.         }
  2552.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2553.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] = new \Plugin\ProductOption42\Service\Cart\ProductClassAndOptionComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2557.      *
  2558.      * @return \Eccube\Service\TwoFactorAuthService
  2559.      */
  2560.     protected function getTwoFactorAuthServiceService()
  2561.     {
  2562.         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())));
  2563.     }
  2564.     /**
  2565.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2566.      *
  2567.      * @return \Eccube\Twig\Extension\EccubeExtension
  2568.      */
  2569.     protected function getEccubeExtensionService()
  2570.     {
  2571.         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()));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2575.      *
  2576.      * @return \Eccube\Twig\Extension\TaxExtension
  2577.      */
  2578.     protected function getTaxExtensionService()
  2579.     {
  2580.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2581.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2582.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2583.         }
  2584.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2585.     }
  2586.     /**
  2587.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2588.      *
  2589.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2590.      */
  2591.     protected function getAddRegularNavService()
  2592.     {
  2593.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2594.         if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  2595.             return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  2596.         }
  2597.         return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService()), $a);
  2598.     }
  2599.     /**
  2600.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2601.      *
  2602.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2603.      */
  2604.     protected function getConfigRepositoryService()
  2605.     {
  2606.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2607.     }
  2608.     /**
  2609.      * Gets the private 'Plugin\NewProduct42\Common\EccubeConfigEx' shared autowired service.
  2610.      *
  2611.      * @return \Plugin\NewProduct42\Common\EccubeConfigEx
  2612.      */
  2613.     protected function getEccubeConfigExService()
  2614.     {
  2615.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2616.         if (isset($this->privates['Plugin\\NewProduct42\\Common\\EccubeConfigEx'])) {
  2617.             return $this->privates['Plugin\\NewProduct42\\Common\\EccubeConfigEx'];
  2618.         }
  2619.         return $this->privates['Plugin\\NewProduct42\\Common\\EccubeConfigEx'] = new \Plugin\NewProduct42\Common\EccubeConfigEx(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a);
  2620.     }
  2621.     /**
  2622.      * Gets the private 'Plugin\SEOAllOne42\Repository\ConfigRepository' shared autowired service.
  2623.      *
  2624.      * @return \Plugin\SEOAllOne42\Repository\ConfigRepository
  2625.      */
  2626.     protected function getConfigRepository3Service()
  2627.     {
  2628.         return $this->privates['Plugin\\SEOAllOne42\\Repository\\ConfigRepository'] = new \Plugin\SEOAllOne42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2629.     }
  2630.     /**
  2631.      * Gets the private 'Plugin\SEOAllOne42\TemplateLayoutListener' shared autowired service.
  2632.      *
  2633.      * @return \Plugin\SEOAllOne42\TemplateLayoutListener
  2634.      */
  2635.     protected function getTemplateLayoutListenerService()
  2636.     {
  2637.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2638.         if (isset($this->privates['Plugin\\SEOAllOne42\\TemplateLayoutListener'])) {
  2639.             return $this->privates['Plugin\\SEOAllOne42\\TemplateLayoutListener'];
  2640.         }
  2641.         return $this->privates['Plugin\\SEOAllOne42\\TemplateLayoutListener'] = new \Plugin\SEOAllOne42\TemplateLayoutListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->privates['Plugin\\SEOAllOne42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository3Service()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), new \Plugin\SEOAllOne42\Util\Util(($this->services['router'] ?? $this->getRouterService())));
  2642.     }
  2643.     /**
  2644.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2645.      *
  2646.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2647.      */
  2648.     protected function getWebProcessorService()
  2649.     {
  2650.         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']);
  2651.     }
  2652.     /**
  2653.      * Gets the private 'annotations.cache_adapter' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2656.      */
  2657.     protected function getAnnotations_CacheAdapterService()
  2658.     {
  2659.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2660.     }
  2661.     /**
  2662.      * Gets the private 'annotations.cached_reader' shared service.
  2663.      *
  2664.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2665.      */
  2666.     protected function getAnnotations_CachedReaderService()
  2667.     {
  2668.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2669.     }
  2670.     /**
  2671.      * Gets the private 'annotations.reader' shared service.
  2672.      *
  2673.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2674.      */
  2675.     protected function getAnnotations_ReaderService()
  2676.     {
  2677.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2678.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2679.         $a->registerUniqueLoader('class_exists');
  2680.         $instance->addGlobalIgnoredName('required'$a);
  2681.         return $instance;
  2682.     }
  2683.     /**
  2684.      * Gets the private 'assets.context' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2687.      */
  2688.     protected function getAssets_ContextService()
  2689.     {
  2690.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2691.         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());
  2692.     }
  2693.     /**
  2694.      * Gets the private 'cache.annotations' shared service.
  2695.      *
  2696.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2697.      */
  2698.     protected function getCache_AnnotationsService()
  2699.     {
  2700.         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())));
  2701.     }
  2702.     /**
  2703.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2704.      *
  2705.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2706.      */
  2707.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2708.     {
  2709.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2710.     }
  2711.     /**
  2712.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2713.      *
  2714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2715.      */
  2716.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2717.     {
  2718.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2719.     }
  2720.     /**
  2721.      * Gets the private 'cache.property_info' shared service.
  2722.      *
  2723.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2724.      */
  2725.     protected function getCache_PropertyInfoService()
  2726.     {
  2727.         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())));
  2728.     }
  2729.     /**
  2730.      * Gets the private 'cache.security_expression_language' shared service.
  2731.      *
  2732.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2733.      */
  2734.     protected function getCache_SecurityExpressionLanguageService()
  2735.     {
  2736.         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())));
  2737.     }
  2738.     /**
  2739.      * Gets the private 'cache.security_token_verifier' shared service.
  2740.      *
  2741.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2742.      */
  2743.     protected function getCache_SecurityTokenVerifierService()
  2744.     {
  2745.         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())));
  2746.     }
  2747.     /**
  2748.      * Gets the private 'cache.serializer' shared service.
  2749.      *
  2750.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2751.      */
  2752.     protected function getCache_SerializerService()
  2753.     {
  2754.         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())));
  2755.     }
  2756.     /**
  2757.      * Gets the private 'cache.validator' shared service.
  2758.      *
  2759.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2760.      */
  2761.     protected function getCache_ValidatorService()
  2762.     {
  2763.         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())));
  2764.     }
  2765.     /**
  2766.      * Gets the private 'config_cache_factory' shared service.
  2767.      *
  2768.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2769.      */
  2770.     protected function getConfigCacheFactoryService()
  2771.     {
  2772.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2773.             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)));
  2774.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2775.         }, 2));
  2776.     }
  2777.     /**
  2778.      * Gets the private 'data_collector.form' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2781.      */
  2782.     protected function getDataCollector_FormService()
  2783.     {
  2784.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2785.     }
  2786.     /**
  2787.      * Gets the private 'data_collector.request' shared service.
  2788.      *
  2789.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2790.      */
  2791.     protected function getDataCollector_RequestService()
  2792.     {
  2793.         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())));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2797.      *
  2798.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2799.      */
  2800.     protected function getDebug_DebugHandlersListenerService()
  2801.     {
  2802.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2803.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2804.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2805.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2806.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2807.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2808.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2809.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2810.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2811.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2812.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2813.     }
  2814.     /**
  2815.      * Gets the private 'debug.file_link_formatter' shared service.
  2816.      *
  2817.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2818.      */
  2819.     protected function getDebug_FileLinkFormatterService()
  2820.     {
  2821.         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 () {
  2822.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2823.         });
  2824.     }
  2825.     /**
  2826.      * Gets the private 'debug.log_processor' shared service.
  2827.      *
  2828.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2829.      */
  2830.     protected function getDebug_LogProcessorService()
  2831.     {
  2832.         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())));
  2833.     }
  2834.     /**
  2835.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2836.      *
  2837.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2838.      */
  2839.     protected function getDebug_Security_Access_DecisionManagerService()
  2840.     {
  2841.         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 () {
  2842.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2843.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2844.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2845.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2846.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2847.     }
  2848.     /**
  2849.      * Gets the private 'debug.security.firewall' shared service.
  2850.      *
  2851.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2852.      */
  2853.     protected function getDebug_Security_FirewallService()
  2854.     {
  2855.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2856.         if (isset($this->privates['debug.security.firewall'])) {
  2857.             return $this->privates['debug.security.firewall'];
  2858.         }
  2859.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2860.         if (isset($this->privates['debug.security.firewall'])) {
  2861.             return $this->privates['debug.security.firewall'];
  2862.         }
  2863.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2864.     }
  2865.     /**
  2866.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2867.      *
  2868.      * @return \Doctrine\Migrations\DependencyFactory
  2869.      */
  2870.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2871.     {
  2872.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2873.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2874.         $a->setAllOrNothing(false);
  2875.         $a->setCheckDatabasePlatform(true);
  2876.         $a->setTransactional(true);
  2877.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2878.         $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()));
  2879.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2880.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2881.         });
  2882.         return $instance;
  2883.     }
  2884.     /**
  2885.      * Gets the private 'eccube.collector.core' shared autowired service.
  2886.      *
  2887.      * @return \Eccube\DataCollector\EccubeDataCollector
  2888.      */
  2889.     protected function getEccube_Collector_CoreService()
  2890.     {
  2891.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2892.     }
  2893.     /**
  2894.      * Gets the private 'esi_listener' shared service.
  2895.      *
  2896.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2897.      */
  2898.     protected function getEsiListenerService()
  2899.     {
  2900.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2901.     }
  2902.     /**
  2903.      * Gets the private 'exception_listener' shared service.
  2904.      *
  2905.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2906.      */
  2907.     protected function getExceptionListenerService()
  2908.     {
  2909.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2910.     }
  2911.     /**
  2912.      * Gets the private 'fragment.listener' shared service.
  2913.      *
  2914.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2915.      */
  2916.     protected function getFragment_ListenerService()
  2917.     {
  2918.         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');
  2919.     }
  2920.     /**
  2921.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2922.      *
  2923.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2924.      */
  2925.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2926.     {
  2927.         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())));
  2928.     }
  2929.     /**
  2930.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2931.      *
  2932.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2933.      */
  2934.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2935.     {
  2936.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2937.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2938.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2939.         }
  2940.         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);
  2941.     }
  2942.     /**
  2943.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2944.      *
  2945.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2946.      */
  2947.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2948.     {
  2949.         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]);
  2950.     }
  2951.     /**
  2952.      * Gets the private 'locale_aware_listener' shared service.
  2953.      *
  2954.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2955.      */
  2956.     protected function getLocaleAwareListenerService()
  2957.     {
  2958.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2959.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2960.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2961.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2962.     }
  2963.     /**
  2964.      * Gets the private 'locale_listener' shared service.
  2965.      *
  2966.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2967.      */
  2968.     protected function getLocaleListenerService()
  2969.     {
  2970.         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, []);
  2971.     }
  2972.     /**
  2973.      * Gets the private 'monolog.handler.buffered' shared service.
  2974.      *
  2975.      * @return \Monolog\Handler\BufferHandler
  2976.      */
  2977.     protected function getMonolog_Handler_BufferedService()
  2978.     {
  2979.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2980.     }
  2981.     /**
  2982.      * Gets the private 'monolog.handler.console' shared service.
  2983.      *
  2984.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2985.      */
  2986.     protected function getMonolog_Handler_ConsoleService()
  2987.     {
  2988.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2989.     }
  2990.     /**
  2991.      * Gets the private 'monolog.logger' shared service.
  2992.      *
  2993.      * @return \Symfony\Bridge\Monolog\Logger
  2994.      */
  2995.     protected function getMonolog_LoggerService()
  2996.     {
  2997.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2998.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2999.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3000.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3001.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3002.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3003.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3004.         $instance->useMicrosecondTimestamps(true);
  3005.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3006.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3007.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3008.         return $instance;
  3009.     }
  3010.     /**
  3011.      * Gets the private 'monolog.logger.cache' shared service.
  3012.      *
  3013.      * @return \Symfony\Bridge\Monolog\Logger
  3014.      */
  3015.     protected function getMonolog_Logger_CacheService()
  3016.     {
  3017.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3018.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3019.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3020.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3021.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3022.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3023.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3024.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3025.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3026.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3027.         return $instance;
  3028.     }
  3029.     /**
  3030.      * Gets the private 'monolog.logger.request' shared service.
  3031.      *
  3032.      * @return \Symfony\Bridge\Monolog\Logger
  3033.      */
  3034.     protected function getMonolog_Logger_RequestService()
  3035.     {
  3036.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3037.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3038.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3039.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3040.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3041.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3042.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3043.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3044.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3045.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the private 'monolog.logger.security' shared service.
  3050.      *
  3051.      * @return \Symfony\Bridge\Monolog\Logger
  3052.      */
  3053.     protected function getMonolog_Logger_SecurityService()
  3054.     {
  3055.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3056.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3057.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3058.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3059.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3060.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3061.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3062.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3063.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3064.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3065.         return $instance;
  3066.     }
  3067.     /**
  3068.      * Gets the private 'parameter_bag' shared service.
  3069.      *
  3070.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3071.      */
  3072.     protected function getParameterBagService()
  3073.     {
  3074.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3075.     }
  3076.     /**
  3077.      * Gets the private 'profiler_listener' shared service.
  3078.      *
  3079.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3080.      */
  3081.     protected function getProfilerListenerService()
  3082.     {
  3083.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3084.         if (isset($this->privates['profiler_listener'])) {
  3085.             return $this->privates['profiler_listener'];
  3086.         }
  3087.         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);
  3088.     }
  3089.     /**
  3090.      * Gets the private 'property_info' shared service.
  3091.      *
  3092.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3093.      */
  3094.     protected function getPropertyInfoService()
  3095.     {
  3096.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3097.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3098.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3099.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3100.         }, 3), new RewindableGenerator(function () {
  3101.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3102.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3103.         }, 2), new RewindableGenerator(function () {
  3104.             return new \EmptyIterator();
  3105.         }, 0), new RewindableGenerator(function () {
  3106.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3107.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3108.         }, 2), new RewindableGenerator(function () {
  3109.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3110.         }, 1));
  3111.     }
  3112.     /**
  3113.      * Gets the private 'rate_limiter.cache' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3116.      */
  3117.     protected function getRateLimiter_CacheService()
  3118.     {
  3119.         $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))));
  3120.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3121.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3122.     }
  3123.     /**
  3124.      * Gets the private 'router.expression_language_provider' shared service.
  3125.      *
  3126.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3127.      */
  3128.     protected function getRouter_ExpressionLanguageProviderService()
  3129.     {
  3130.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3131.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3132.         ], [
  3133.             'env' => 'Closure',
  3134.         ]));
  3135.     }
  3136.     /**
  3137.      * Gets the private 'router.request_context' shared service.
  3138.      *
  3139.      * @return \Symfony\Component\Routing\RequestContext
  3140.      */
  3141.     protected function getRouter_RequestContextService()
  3142.     {
  3143.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3144.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3145.         return $instance;
  3146.     }
  3147.     /**
  3148.      * Gets the private 'router_listener' shared service.
  3149.      *
  3150.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3151.      */
  3152.     protected function getRouterListenerService()
  3153.     {
  3154.         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);
  3155.     }
  3156.     /**
  3157.      * Gets the private 'security.context_listener.0' shared service.
  3158.      *
  3159.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3160.      */
  3161.     protected function getSecurity_ContextListener_0Service()
  3162.     {
  3163.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3164.         if (isset($this->privates['security.context_listener.0'])) {
  3165.             return $this->privates['security.context_listener.0'];
  3166.         }
  3167.         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 () {
  3168.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3169.             yield => ($this->privates['Customize\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3170.         }, 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']);
  3171.     }
  3172.     /**
  3173.      * Gets the private 'security.context_listener.1' shared service.
  3174.      *
  3175.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3176.      */
  3177.     protected function getSecurity_ContextListener_1Service()
  3178.     {
  3179.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3180.         if (isset($this->privates['security.context_listener.1'])) {
  3181.             return $this->privates['security.context_listener.1'];
  3182.         }
  3183.         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 () {
  3184.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3185.             yield => ($this->privates['Customize\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3186.         }, 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']);
  3187.     }
  3188.     /**
  3189.      * Gets the private 'security.csrf.token_storage' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3192.      */
  3193.     protected function getSecurity_Csrf_TokenStorageService()
  3194.     {
  3195.         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())));
  3196.     }
  3197.     /**
  3198.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3199.      *
  3200.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3201.      */
  3202.     protected function getSecurity_EventDispatcher_AdminService()
  3203.     {
  3204.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3205.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3206.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3207.         }, => 'checkPassport'], 2048);
  3208.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3209.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3210.         }, => 'onSuccessfulLogin'], 0);
  3211.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3212.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3213.         }, => 'onLogout'], 0);
  3214.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3215.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3216.         }, => 'onLogout'], 0);
  3217.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3218.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3219.         }, => 'checkPassport'], 2080);
  3220.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3221.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3222.         }, => 'onSuccessfulLogin'], 0);
  3223.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3224.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3225.         }, => 'preCheckCredentials'], 256);
  3226.         $instance->addListener('security.authentication.success', [=> function () {
  3227.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3228.         }, => 'postCheckCredentials'], 256);
  3229.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3230.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3231.         }, => 'checkPassport'], 1024);
  3232.         $instance->addListener('security.interactive_login', [=> function () {
  3233.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3234.         }, => 'onInteractiveLogin'], 0);
  3235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3236.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3237.         }, => 'onAuthenticationFailure'], 0);
  3238.         $instance->addListener('security.interactive_login', [=> function () {
  3239.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3240.         }, => 'onInteractiveLogin'], 0);
  3241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3242.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3243.         }, => 'checkPassport'], 0);
  3244.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3245.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3246.         }, => 'onLoginSuccess'], 0);
  3247.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3248.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3249.         }, => 'checkPassport'], 512);
  3250.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3251.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3252.         }, => 'onLogout'], 0);
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3257.      *
  3258.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3259.      */
  3260.     protected function getSecurity_EventDispatcher_CustomerService()
  3261.     {
  3262.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3263.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3264.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3265.         }, => 'checkPassport'], 2048);
  3266.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3267.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3268.         }, => 'onSuccessfulLogin'], 0);
  3269.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3270.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3271.         }, => 'onLogout'], 64);
  3272.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3273.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3274.         }, => 'onLogout'], 0);
  3275.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3276.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3277.         }, => 'checkPassport'], 2080);
  3278.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3279.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3280.         }, => 'onSuccessfulLogin'], 0);
  3281.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3282.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3283.         }, => 'onSuccessfulLogin'], -32);
  3284.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3285.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3286.         }, => 'onSuccessfulLogin'], -64);
  3287.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3288.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3289.         }, => 'clearCookie'], 0);
  3290.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3291.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3292.         }, => 'clearCookie'], 0);
  3293.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3294.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3295.         }, => 'clearCookie'], 0);
  3296.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3297.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3298.         }, => 'preCheckCredentials'], 256);
  3299.         $instance->addListener('security.authentication.success', [=> function () {
  3300.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3301.         }, => 'postCheckCredentials'], 256);
  3302.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3303.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3304.         }, => 'checkPassport'], 1024);
  3305.         $instance->addListener('security.interactive_login', [=> function () {
  3306.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3307.         }, => 'onInteractiveLogin'], 0);
  3308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3309.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3310.         }, => 'onAuthenticationFailure'], 0);
  3311.         $instance->addListener('security.interactive_login', [=> function () {
  3312.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3313.         }, => 'onInteractiveLogin'], 0);
  3314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3315.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3316.         }, => 'checkPassport'], 0);
  3317.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3318.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3319.         }, => 'onLoginSuccess'], 0);
  3320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3321.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3322.         }, => 'checkPassport'], 512);
  3323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3324.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3325.         }, => 'onLogout'], 0);
  3326.         return $instance;
  3327.     }
  3328.     /**
  3329.      * Gets the private 'security.firewall.map' shared service.
  3330.      *
  3331.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3332.      */
  3333.     protected function getSecurity_Firewall_MapService()
  3334.     {
  3335.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3336.         if (isset($this->privates['security.firewall.map'])) {
  3337.             return $this->privates['security.firewall.map'];
  3338.         }
  3339.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3340.             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)/')));
  3341.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.TlLCL9f'] ?? ($this->privates['.security.request_matcher.TlLCL9f'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3342.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3343.         }, 3));
  3344.     }
  3345.     /**
  3346.      * Gets the private 'security.logout_url_generator' shared service.
  3347.      *
  3348.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3349.      */
  3350.     protected function getSecurity_LogoutUrlGeneratorService()
  3351.     {
  3352.         $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()));
  3353.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3354.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3355.         return $instance;
  3356.     }
  3357.     /**
  3358.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3359.      *
  3360.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3361.      */
  3362.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3363.     {
  3364.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3365.     }
  3366.     /**
  3367.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3368.      *
  3369.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3370.      */
  3371.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3372.     {
  3373.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3374.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3375.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3376.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3377.     }
  3378.     /**
  3379.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3380.      *
  3381.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3382.      */
  3383.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3384.     {
  3385.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3386.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3387.             return $this->privates['sensio_framework_extra.security.listener'];
  3388.         }
  3389.         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()));
  3390.     }
  3391.     /**
  3392.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3393.      *
  3394.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3395.      */
  3396.     protected function getSensioFrameworkExtra_View_ListenerService()
  3397.     {
  3398.         $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))));
  3399.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3400.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3401.         ], [
  3402.             'twig' => '?',
  3403.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'session.factory' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3410.      */
  3411.     protected function getSession_FactoryService()
  3412.     {
  3413.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3414.         if (isset($this->privates['session.factory'])) {
  3415.             return $this->privates['session.factory'];
  3416.         }
  3417.         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']);
  3418.     }
  3419.     /**
  3420.      * Gets the private 'session_listener' shared service.
  3421.      *
  3422.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3423.      */
  3424.     protected function getSessionListenerService()
  3425.     {
  3426.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3427.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3428.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3429.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3430.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3431.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3432.         ], [
  3433.             'initialized_session' => '?',
  3434.             'logger' => '?',
  3435.             'session' => '?',
  3436.             'session_collector' => '?',
  3437.             'session_factory' => '?',
  3438.         ]), true$this->getParameter('session.storage.options'));
  3439.     }
  3440.     /**
  3441.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3444.      */
  3445.     protected function getStateMachine_Order_MetadataStoreService()
  3446.     {
  3447.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3448.     }
  3449.     /**
  3450.      * Gets the private 'translator.default' shared service.
  3451.      *
  3452.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3453.      */
  3454.     protected function getTranslator_DefaultService()
  3455.     {
  3456.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3457.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3458.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3459.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3460.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3461.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3462.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3463.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3464.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3465.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3466.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3467.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3468.         ], [
  3469.             'translation.loader.csv' => '?',
  3470.             'translation.loader.dat' => '?',
  3471.             'translation.loader.ini' => '?',
  3472.             'translation.loader.json' => '?',
  3473.             'translation.loader.mo' => '?',
  3474.             'translation.loader.php' => '?',
  3475.             'translation.loader.po' => '?',
  3476.             'translation.loader.qt' => '?',
  3477.             'translation.loader.res' => '?',
  3478.             'translation.loader.xliff' => '?',
  3479.             'translation.loader.yml' => '?',
  3480.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/NewProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/NewProduct42/Resource/locale/validators.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/SEOAllOne42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/SEOAllOne42/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/validators.ja.yaml'), 15 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/NewProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/SEOAllOne42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale'), 12 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 13 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Eccube/translations'), 28 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'=> 'app/Plugin/NewProduct42/Resource/locale'=> 'app/Plugin/EccubePaymentLite42/Resource/locale'10 => 'app/Plugin/SEOAllOne42/Resource/locale'11 => 'app/Plugin/ProductOption42/Resource/locale'12 => 'src/Eccube/Resource/locale/'13 => 'app/Customize/Resource/locale/'14 => 'vendor/symfony/framework-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'18 => 'vendor/sensio/framework-extra-bundle/src/translations'19 => 'vendor/symfony/monolog-bundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'vendor/symfony/debug-bundle/translations'22 => 'vendor/symfony/web-profiler-bundle/translations'23 => 'vendor/symfony/maker-bundle/src/translations'24 => 'vendor/exercise/htmlpurifier-bundle/src/translations'25 => 'vendor/doctrine/doctrine-migrations-bundle/translations'26 => 'vendor/twig/extra-bundle/translations'27 => 'src/Eccube/translations'28 => 'translations']]], []);
  3481.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3482.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3483.         return $instance;
  3484.     }
  3485.     /**
  3486.      * Gets the private 'validator.builder' shared service.
  3487.      *
  3488.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3489.      */
  3490.     protected function getValidator_BuilderService()
  3491.     {
  3492.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3493.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3494.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3495.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3496.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3497.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3498.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3499.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3500.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3501.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3502.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3503.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3504.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3505.         ], [
  3506.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3507.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3508.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3509.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3510.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3511.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3512.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3513.             'doctrine.orm.validator.unique' => '?',
  3514.             'security.validator.user_password' => '?',
  3515.             'validator.expression' => '?',
  3516.         ])));
  3517.         if ($this->has('translator')) {
  3518.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3519.         }
  3520.         $instance->setTranslationDomain('validators');
  3521.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3522.         $instance->enableAnnotationMapping(true);
  3523.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3524.         $instance->addMethodMapping('loadValidatorMetadata');
  3525.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3526.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3527.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3528.         return $instance;
  3529.     }
  3530.     /**
  3531.      * Gets the private 'var_dumper.html_dumper' shared service.
  3532.      *
  3533.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3534.      */
  3535.     protected function getVarDumper_HtmlDumperService()
  3536.     {
  3537.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3538.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3539.         return $instance;
  3540.     }
  3541.     /**
  3542.      * Gets the private 'web_profiler.csp.handler' shared service.
  3543.      *
  3544.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3545.      */
  3546.     protected function getWebProfiler_Csp_HandlerService()
  3547.     {
  3548.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3549.     }
  3550.     /**
  3551.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3552.      *
  3553.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3554.      */
  3555.     protected function getWebProfiler_DebugToolbarService()
  3556.     {
  3557.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3558.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3559.             return $this->privates['web_profiler.debug_toolbar'];
  3560.         }
  3561.         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()));
  3562.     }
  3563.     /**
  3564.      * Gets the public 'cache_clearer' alias.
  3565.      *
  3566.      * @return object The ".container.private.cache_clearer" service.
  3567.      */
  3568.     protected function getCacheClearerService()
  3569.     {
  3570.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3571.         return $this->get('.container.private.cache_clearer');
  3572.     }
  3573.     /**
  3574.      * Gets the public 'filesystem' alias.
  3575.      *
  3576.      * @return object The ".container.private.filesystem" service.
  3577.      */
  3578.     protected function getFilesystemService()
  3579.     {
  3580.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3581.         return $this->get('.container.private.filesystem');
  3582.     }
  3583.     /**
  3584.      * Gets the public 'state_machine.order' alias.
  3585.      *
  3586.      * @return object The ".container.private.state_machine.order" service.
  3587.      */
  3588.     protected function getStateMachine_OrderService()
  3589.     {
  3590.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3591.         return $this->get('.container.private.state_machine.order');
  3592.     }
  3593.     /**
  3594.      * Gets the public 'serializer' alias.
  3595.      *
  3596.      * @return object The ".container.private.serializer" service.
  3597.      */
  3598.     protected function getSerializerService()
  3599.     {
  3600.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3601.         return $this->get('.container.private.serializer');
  3602.     }
  3603.     /**
  3604.      * Gets the public 'security.csrf.token_manager' alias.
  3605.      *
  3606.      * @return object The ".container.private.security.csrf.token_manager" service.
  3607.      */
  3608.     protected function getSecurity_Csrf_TokenManagerService()
  3609.     {
  3610.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3611.         return $this->get('.container.private.security.csrf.token_manager');
  3612.     }
  3613.     /**
  3614.      * Gets the public 'form.factory' alias.
  3615.      *
  3616.      * @return object The ".container.private.form.factory" service.
  3617.      */
  3618.     protected function getForm_FactoryService()
  3619.     {
  3620.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3621.         return $this->get('.container.private.form.factory');
  3622.     }
  3623.     /**
  3624.      * Gets the public 'form.type.file' alias.
  3625.      *
  3626.      * @return object The ".container.private.form.type.file" service.
  3627.      */
  3628.     protected function getForm_Type_FileService()
  3629.     {
  3630.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3631.         return $this->get('.container.private.form.type.file');
  3632.     }
  3633.     /**
  3634.      * Gets the public 'profiler' alias.
  3635.      *
  3636.      * @return object The ".container.private.profiler" service.
  3637.      */
  3638.     protected function getProfilerService()
  3639.     {
  3640.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3641.         return $this->get('.container.private.profiler');
  3642.     }
  3643.     /**
  3644.      * Gets the public 'security.authorization_checker' alias.
  3645.      *
  3646.      * @return object The ".container.private.security.authorization_checker" service.
  3647.      */
  3648.     protected function getSecurity_AuthorizationCheckerService()
  3649.     {
  3650.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3651.         return $this->get('.container.private.security.authorization_checker');
  3652.     }
  3653.     /**
  3654.      * Gets the public 'security.token_storage' alias.
  3655.      *
  3656.      * @return object The ".container.private.security.token_storage" service.
  3657.      */
  3658.     protected function getSecurity_TokenStorageService()
  3659.     {
  3660.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3661.         return $this->get('.container.private.security.token_storage');
  3662.     }
  3663.     /**
  3664.      * Gets the public 'twig' alias.
  3665.      *
  3666.      * @return object The ".container.private.twig" service.
  3667.      */
  3668.     protected function getTwigService()
  3669.     {
  3670.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3671.         return $this->get('.container.private.twig');
  3672.     }
  3673.     /**
  3674.      * Gets the public 'security.password_encoder' alias.
  3675.      *
  3676.      * @return object The ".container.private.security.password_encoder" service.
  3677.      */
  3678.     protected function getSecurity_PasswordEncoderService()
  3679.     {
  3680.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3681.         return $this->get('.container.private.security.password_encoder');
  3682.     }
  3683.     /**
  3684.      * Gets the public 'session' alias.
  3685.      *
  3686.      * @return object The ".container.private.session" service.
  3687.      */
  3688.     protected function getSessionService()
  3689.     {
  3690.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3691.         return $this->get('.container.private.session');
  3692.     }
  3693.     /**
  3694.      * Gets the public 'validator' alias.
  3695.      *
  3696.      * @return object The ".container.private.validator" service.
  3697.      */
  3698.     protected function getValidatorService()
  3699.     {
  3700.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3701.         return $this->get('.container.private.validator');
  3702.     }
  3703.     /**
  3704.      * @return array|bool|float|int|string|\UnitEnum|null
  3705.      */
  3706.     public function getParameter(string $name)
  3707.     {
  3708.         if (isset($this->buildParameters[$name])) {
  3709.             return $this->buildParameters[$name];
  3710.         }
  3711.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3712.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3713.         }
  3714.         if (isset($this->loadedDynamicParameters[$name])) {
  3715.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3716.         }
  3717.         return $this->parameters[$name];
  3718.     }
  3719.     public function hasParameter(string $name): bool
  3720.     {
  3721.         if (isset($this->buildParameters[$name])) {
  3722.             return true;
  3723.         }
  3724.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3725.     }
  3726.     public function setParameter(string $name$value): void
  3727.     {
  3728.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3729.     }
  3730.     public function getParameterBag(): ParameterBagInterface
  3731.     {
  3732.         if (null === $this->parameterBag) {
  3733.             $parameters $this->parameters;
  3734.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3735.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3736.             }
  3737.             foreach ($this->buildParameters as $name => $value) {
  3738.                 $parameters[$name] = $value;
  3739.             }
  3740.             $this->parameterBag = new FrozenParameterBag($parameters);
  3741.         }
  3742.         return $this->parameterBag;
  3743.     }
  3744.     private $loadedDynamicParameters = [
  3745.         'kernel.runtime_environment' => false,
  3746.         'kernel.build_dir' => false,
  3747.         'kernel.cache_dir' => false,
  3748.         'locale' => false,
  3749.         'timezone' => false,
  3750.         'currency' => false,
  3751.         'eccube_database_url' => false,
  3752.         'eccube_mailer_dsn' => false,
  3753.         'eccube_admin_route' => false,
  3754.         'eccube_user_data_route' => false,
  3755.         'eccube_front_allow_hosts' => false,
  3756.         'eccube_front_deny_hosts' => false,
  3757.         'eccube_admin_allow_hosts' => false,
  3758.         'eccube_admin_deny_hosts' => false,
  3759.         'eccube_force_ssl' => false,
  3760.         'eccube.theme' => false,
  3761.         'eccube_theme_code' => false,
  3762.         'eccube_auth_magic' => false,
  3763.         'eccube_theme_front_dir' => false,
  3764.         'eccube_html_front_dir' => false,
  3765.         'eccube_csv_temp_realdir' => false,
  3766.         'eccube_owners_store_url' => false,
  3767.         'eccube_package_api_url' => false,
  3768.         'eccube_content_maintenance_file_path' => false,
  3769.         'eccube_2fa_enabled' => false,
  3770.         'eccube_2fa_cookie_name' => false,
  3771.         'eccube_2fa_expire' => false,
  3772.         'eccube_restrict_file_upload' => false,
  3773.         'SYNC_URL' => false,
  3774.         'kernel.secret' => false,
  3775.         'kernel.default_locale' => false,
  3776.         'debug.container.dump' => false,
  3777.         'serializer.mapping.cache.file' => false,
  3778.         'session.storage.options' => false,
  3779.         'validator.mapping.cache.file' => false,
  3780.         'profiler.storage.dsn' => false,
  3781.         'doctrine.orm.proxy_dir' => false,
  3782.     ];
  3783.     private $dynamicParameters = [];
  3784.     private function getDynamicParameter(string $name)
  3785.     {
  3786.         switch ($name) {
  3787.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3788.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3789.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3790.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3791.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3792.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3793.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3794.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3795.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3796.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3797.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3798.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3799.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3800.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3801.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3802.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3803.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3804.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3805.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3806.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3807.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3808.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3809.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3810.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3811.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3812.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3813.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3814.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3815.             case 'SYNC_URL'$value $this->getEnv('SYNC_URL'); break;
  3816.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3817.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3818.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3819.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3820.             case 'session.storage.options'$value = [
  3821.                 'cache_limiter' => '0',
  3822.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3823.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3824.                 'cookie_httponly' => true,
  3825.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3826.                 'gc_probability' => 1,
  3827.             ]; break;
  3828.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3829.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3830.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3831.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3832.         }
  3833.         $this->loadedDynamicParameters[$name] = true;
  3834.         return $this->dynamicParameters[$name] = $value;
  3835.     }
  3836.     protected function getDefaultParameters(): array
  3837.     {
  3838.         return [
  3839.             'kernel.project_dir' => \dirname(__DIR__4),
  3840.             'kernel.environment' => 'dev',
  3841.             'kernel.debug' => true,
  3842.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3843.             'kernel.bundles' => [
  3844.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3845.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3846.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3847.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3848.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3849.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3850.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3851.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3852.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3853.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3854.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3855.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3856.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3857.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3858.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3859.             ],
  3860.             'kernel.bundles_metadata' => [
  3861.                 'FrameworkBundle' => [
  3862.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3863.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3864.                 ],
  3865.                 'SecurityBundle' => [
  3866.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3867.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3868.                 ],
  3869.                 'DoctrineBundle' => [
  3870.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3871.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3872.                 ],
  3873.                 'DoctrineFixturesBundle' => [
  3874.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3875.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3876.                 ],
  3877.                 'SensioFrameworkExtraBundle' => [
  3878.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3879.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3880.                 ],
  3881.                 'MonologBundle' => [
  3882.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3883.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3884.                 ],
  3885.                 'TwigBundle' => [
  3886.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3887.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3888.                 ],
  3889.                 'DebugBundle' => [
  3890.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3891.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3892.                 ],
  3893.                 'WebProfilerBundle' => [
  3894.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3895.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3896.                 ],
  3897.                 'MakerBundle' => [
  3898.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3899.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3900.                 ],
  3901.                 'KnpPaginatorBundle' => [
  3902.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3903.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3904.                 ],
  3905.                 'ExerciseHTMLPurifierBundle' => [
  3906.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3907.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3908.                 ],
  3909.                 'DoctrineMigrationsBundle' => [
  3910.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3911.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3912.                 ],
  3913.                 'TwigExtraBundle' => [
  3914.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3915.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3916.                 ],
  3917.                 'EccubeBundle' => [
  3918.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3919.                     'namespace' => 'Eccube',
  3920.                 ],
  3921.             ],
  3922.             'kernel.charset' => 'UTF-8',
  3923.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3924.             'container.dumper.inline_class_loader' => true,
  3925.             'env(ECCUBE_LOCALE)' => 'ja',
  3926.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3927.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3928.             'env(DATABASE_URL)' => '',
  3929.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3930.             'env(DATABASE_CHARSET)' => 'utf8',
  3931.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3932.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3933.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3934.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3935.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3936.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3937.             'env(ECCUBE_FORCE_SSL)' => '0',
  3938.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3939.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3940.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3941.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3942.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3943.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3944.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3945.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3946.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3947.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3948.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3949.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3950.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3951.             'eccube_auth_type' => 'HMAC',
  3952.             'eccube_password_hash_algos' => 'SHA256',
  3953.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3954.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3955.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3956.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3957.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3958.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3959.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3960.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3961.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3962.             'eccube_twig_block_templates' => [
  3963.             ],
  3964.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3965.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3966.             'eccube_csv_size' => 5,
  3967.             'eccube_csv_split_lines' => 100,
  3968.             'eccube_default_password' => 'abc********123',
  3969.             'eccube_deliv_addr_max' => 20,
  3970.             'eccube_deliv_date_end_max' => 21,
  3971.             'eccube_id_max_len' => 50,
  3972.             'eccube_id_min_len' => 4,
  3973.             'eccube_int_len' => 9,
  3974.             'eccube_category_nest_level' => 5,
  3975.             'eccube_lltext_len' => 99999,
  3976.             'eccube_ltext_len' => 3000,
  3977.             'eccube_max_total_fee' => 9999999999,
  3978.             'eccube_mltext_len' => 1000,
  3979.             'eccube_mtext_len' => 200,
  3980.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3981.             'plugin_html_urlpath' => '/plugin/',
  3982.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3983.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3984.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3985.             'eccube_price_len' => 8,
  3986.             'eccube_search_pmax' => 12,
  3987.             'eccube_sitemap_products_per_page' => 1000,
  3988.             'eccube_stext_len' => 255,
  3989.             'eccube_sltext_len' => 500,
  3990.             'eccube_smtext_len' => 100,
  3991.             'eccube_tax_rule_priority' => [
  3992.                 => 'product_id',
  3993.                 => 'product_class_id',
  3994.                 => 'pref_id',
  3995.                 => 'country_id',
  3996.             ],
  3997.             'eccube_url_len' => 1024,
  3998.             'eccube_default_page_count' => 50,
  3999.             'eccube_admin_product_stock_status' => 3,
  4000.             'eccube_customer_reset_expire' => 10,
  4001.             'eccube_csv_export_separator' => ',',
  4002.             'eccube_csv_export_encoding' => 'SJIS-win',
  4003.             'eccube_csv_import_encoding' => [
  4004.                 => 'UTF-8',
  4005.                 => 'SJIS-win',
  4006.                 => 'SJIS',
  4007.                 => 'EUC-JP',
  4008.                 => 'ASCII',
  4009.                 => 'JIS',
  4010.             ],
  4011.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4012.             'eccube_csv_export_multidata_separator' => ',',
  4013.             'eccube_csv_import_delimiter' => ',',
  4014.             'eccube_csv_import_enclosure' => '"',
  4015.             'eccube_csv_import_escape' => '\\',
  4016.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4017.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4018.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4019.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4020.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4021.             'eccube_name_len' => 16,
  4022.             'eccube_kana_len' => 25,
  4023.             'eccube_address1_len' => 32,
  4024.             'eccube_address2_len' => 32,
  4025.             'eccube_birth_max' => 110,
  4026.             'eccube_product_order_price_lower' => 1,
  4027.             'eccube_product_order_newer' => 2,
  4028.             'eccube_product_order_price_higher' => 3,
  4029.             'eccube_price_max' => 2147483647,
  4030.             'eccube_tel_len_max' => 255,
  4031.             'eccube_postal_code' => 8,
  4032.             'eccube_password_min_len' => 6,
  4033.             'eccube_password_max_len' => 50,
  4034.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4035.             'eccube_composer_memory_limit' => '1536M',
  4036.             'eccube_order_mail_template_id' => 1,
  4037.             'eccube_entry_confirm_mail_template_id' => 2,
  4038.             'eccube_entry_complete_mail_template_id' => 3,
  4039.             'eccube_customer_withdraw_mail_template_id' => 4,
  4040.             'eccube_contact_mail_template_id' => 5,
  4041.             'eccube_forgot_mail_template_id' => 6,
  4042.             'eccube_reset_complete_mail_template_id' => 7,
  4043.             'eccube_shipping_notify_mail_template_id' => 8,
  4044.             'eccube_rfc_email_check' => false,
  4045.             'eccube_email_len' => 254,
  4046.             'eccube_order_no_format' => '',
  4047.             'eccube_order_pdf_message_len' => 30,
  4048.             'eccube_news_start_year' => 2000,
  4049.             'eccube_result_cache_lifetime' => 3600,
  4050.             'eccube_result_cache_lifetime_short' => 10,
  4051.             'eccube_restrict_file_upload_urls' => [
  4052.                 => 'admin_content_file',
  4053.                 => 'admin_store_plugin_install',
  4054.                 => 'admin_content_page_new',
  4055.                 => 'admin_content_page_edit',
  4056.                 => 'admin_content_block_new',
  4057.                 => 'admin_content_block_edit',
  4058.                 => 'admin_content_css',
  4059.                 => 'admin_content_js',
  4060.                 => 'admin_store_template_install',
  4061.             ],
  4062.             'eccube_file_uploadable_extensions' => [
  4063.                 => 'jpg',
  4064.                 => 'jpeg',
  4065.                 => 'png',
  4066.                 => 'gif',
  4067.                 => 'webp',
  4068.                 => 'svg',
  4069.                 => 'ico',
  4070.                 => 'html',
  4071.                 => 'htm',
  4072.                 => 'js',
  4073.                 10 => 'css',
  4074.                 11 => 'txt',
  4075.                 12 => 'pdf',
  4076.             ],
  4077.             'eccube_login_throttling_max_attempts' => 5,
  4078.             'eccube_login_throttling_interval' => '30 minutes',
  4079.             'eccube_nav' => [
  4080.                 'product' => [
  4081.                     'name' => 'admin.product.product_management',
  4082.                     'icon' => 'fa-cube',
  4083.                     'children' => [
  4084.                         'product_master' => [
  4085.                             'name' => 'admin.product.product_list',
  4086.                             'url' => 'admin_product',
  4087.                         ],
  4088.                         'product_edit' => [
  4089.                             'name' => 'admin.product.product_registration',
  4090.                             'url' => 'admin_product_product_new',
  4091.                         ],
  4092.                         'class_name' => [
  4093.                             'name' => 'admin.product.class_management',
  4094.                             'url' => 'admin_product_class_name',
  4095.                         ],
  4096.                         'class_category' => [
  4097.                             'name' => 'admin.product.category_management',
  4098.                             'url' => 'admin_product_category',
  4099.                         ],
  4100.                         'product_tag' => [
  4101.                             'name' => 'admin.product.tag_management',
  4102.                             'url' => 'admin_product_tag',
  4103.                         ],
  4104.                         'product_csv_import' => [
  4105.                             'name' => 'admin.product.product_csv_upload',
  4106.                             'url' => 'admin_product_csv_import',
  4107.                         ],
  4108.                         'category_csv_import' => [
  4109.                             'name' => 'admin.product.category_csv_upload',
  4110.                             'url' => 'admin_product_category_csv_import',
  4111.                         ],
  4112.                         'option' => [
  4113.                             'id' => 'admin_product_option',
  4114.                             'name' => 'productoption.admin.nav.product.option',
  4115.                             'url' => 'admin_product_option',
  4116.                         ],
  4117.                         'product_review' => [
  4118.                             'name' => 'product_review.admin.product_review.title',
  4119.                             'url' => 'product_review_admin_product_review',
  4120.                         ],
  4121.                     ],
  4122.                 ],
  4123.                 'order' => [
  4124.                     'name' => 'admin.order.order_management',
  4125.                     'icon' => 'fa-shopping-cart',
  4126.                     'children' => [
  4127.                         'order_master' => [
  4128.                             'name' => 'admin.order.order_list',
  4129.                             'url' => 'admin_order',
  4130.                         ],
  4131.                         'order_edit' => [
  4132.                             'name' => 'admin.order.order_registration',
  4133.                             'url' => 'admin_order_new',
  4134.                         ],
  4135.                         'shipping_csv_import' => [
  4136.                             'name' => 'admin.order.shipping_csv_upload',
  4137.                             'url' => 'admin_shipping_csv_import',
  4138.                         ],
  4139.                         'plugin_coupon' => [
  4140.                             'name' => 'クーポン',
  4141.                             'url' => 'plugin_coupon_list',
  4142.                         ],
  4143.                     ],
  4144.                 ],
  4145.                 'customer' => [
  4146.                     'name' => 'admin.customer.customer_management',
  4147.                     'icon' => 'fa-users',
  4148.                     'children' => [
  4149.                         'customer_master' => [
  4150.                             'name' => 'admin.customer.customer_list',
  4151.                             'url' => 'admin_customer',
  4152.                         ],
  4153.                         'customer_edit' => [
  4154.                             'name' => 'admin.customer.customer_registration',
  4155.                             'url' => 'admin_customer_new',
  4156.                         ],
  4157.                     ],
  4158.                 ],
  4159.                 'content' => [
  4160.                     'name' => 'admin.content.contents_management',
  4161.                     'icon' => 'fa-file-text-o',
  4162.                     'children' => [
  4163.                         'news' => [
  4164.                             'name' => 'admin.content.news_management',
  4165.                             'url' => 'admin_content_news',
  4166.                         ],
  4167.                         'file' => [
  4168.                             'name' => 'admin.content.file_management',
  4169.                             'url' => 'admin_content_file',
  4170.                         ],
  4171.                         'layout' => [
  4172.                             'name' => 'admin.content.layout_management',
  4173.                             'url' => 'admin_content_layout',
  4174.                         ],
  4175.                         'page' => [
  4176.                             'name' => 'admin.content.page_management',
  4177.                             'url' => 'admin_content_page',
  4178.                         ],
  4179.                         'css' => [
  4180.                             'name' => 'admin.content.css_management',
  4181.                             'url' => 'admin_content_css',
  4182.                         ],
  4183.                         'js' => [
  4184.                             'name' => 'admin.content.js_management',
  4185.                             'url' => 'admin_content_js',
  4186.                         ],
  4187.                         'block' => [
  4188.                             'name' => 'admin.content.block_management',
  4189.                             'url' => 'admin_content_block',
  4190.                         ],
  4191.                         'cache' => [
  4192.                             'name' => 'admin.content.cache_management',
  4193.                             'url' => 'admin_content_cache',
  4194.                         ],
  4195.                         'maintenance' => [
  4196.                             'name' => 'admin.content.maintenance_management',
  4197.                             'url' => 'admin_content_maintenance',
  4198.                         ],
  4199.                         'productoption' => [
  4200.                             'id' => 'admin_content_productoption',
  4201.                             'name' => 'productoption.admin.nav.content.productoption',
  4202.                             'children' => [
  4203.                                 'option' => [
  4204.                                     'id' => 'admin_content_productoption_option',
  4205.                                     'name' => 'productoption.admin.nav.content.productoption.option',
  4206.                                     'url' => 'admin_content_productoption_option',
  4207.                                 ],
  4208.                                 'description' => [
  4209.                                     'id' => 'admin_content_productoption_description',
  4210.                                     'name' => 'productoption.admin.nav.content.productoption.description',
  4211.                                     'url' => 'admin_content_productoption_description',
  4212.                                 ],
  4213.                                 'css' => [
  4214.                                     'id' => 'admin_content_productoption_css',
  4215.                                     'name' => 'productoption.admin.nav.content.productoption.css',
  4216.                                     'url' => 'admin_content_productoption_css',
  4217.                                 ],
  4218.                             ],
  4219.                         ],
  4220.                         'plugin_recommend' => [
  4221.                             'name' => 'plugin_recommend.admin.navi',
  4222.                             'url' => 'plugin_recommend_list',
  4223.                         ],
  4224.                     ],
  4225.                 ],
  4226.                 'setting' => [
  4227.                     'name' => 'admin.setting',
  4228.                     'icon' => 'fa-cog',
  4229.                     'children' => [
  4230.                         'shop' => [
  4231.                             'name' => 'admin.setting.shop',
  4232.                             'children' => [
  4233.                                 'shop_index' => [
  4234.                                     'name' => 'admin.setting.shop.shop_setting',
  4235.                                     'url' => 'admin_setting_shop',
  4236.                                 ],
  4237.                                 'shop_tradelaw' => [
  4238.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4239.                                     'url' => 'admin_setting_shop_tradelaw',
  4240.                                 ],
  4241.                                 'shop_agreement' => [
  4242.                                     'name' => 'admin.setting.shop.agreement_setting',
  4243.                                     'url' => 'admin_content_page_edit',
  4244.                                     'param' => [
  4245.                                         'id' => 19,
  4246.                                         'return' => 'agreement',
  4247.                                     ],
  4248.                                 ],
  4249.                                 'shop_payment' => [
  4250.                                     'name' => 'admin.setting.shop.payment_setting',
  4251.                                     'url' => 'admin_setting_shop_payment',
  4252.                                 ],
  4253.                                 'shop_delivery' => [
  4254.                                     'name' => 'admin.setting.shop.delivery_setting',
  4255.                                     'url' => 'admin_setting_shop_delivery',
  4256.                                 ],
  4257.                                 'shop_tax' => [
  4258.                                     'name' => 'admin.setting.shop.tax_setting',
  4259.                                     'url' => 'admin_setting_shop_tax',
  4260.                                 ],
  4261.                                 'shop_mail' => [
  4262.                                     'name' => 'admin.setting.shop.mail_setting',
  4263.                                     'url' => 'admin_setting_shop_mail',
  4264.                                 ],
  4265.                                 'shop_csv' => [
  4266.                                     'name' => 'admin.setting.shop.csv_setting',
  4267.                                     'url' => 'admin_setting_shop_csv',
  4268.                                 ],
  4269.                                 'shop_order_status' => [
  4270.                                     'name' => 'admin.setting.shop.order_status_setting',
  4271.                                     'url' => 'admin_setting_shop_order_status',
  4272.                                 ],
  4273.                                 'shop_calendar' => [
  4274.                                     'name' => 'admin.setting.shop.calendar_setting',
  4275.                                     'url' => 'admin_setting_shop_calendar',
  4276.                                 ],
  4277.                             ],
  4278.                         ],
  4279.                         'system' => [
  4280.                             'name' => 'admin.setting.system',
  4281.                             'children' => [
  4282.                                 'member' => [
  4283.                                     'name' => 'admin.setting.system.member_management',
  4284.                                     'url' => 'admin_setting_system_member',
  4285.                                 ],
  4286.                                 'authority' => [
  4287.                                     'name' => 'admin.setting.system.authority_management',
  4288.                                     'url' => 'admin_setting_system_authority',
  4289.                                 ],
  4290.                                 'security' => [
  4291.                                     'name' => 'admin.setting.system.security_management',
  4292.                                     'url' => 'admin_setting_system_security',
  4293.                                 ],
  4294.                                 'login_history' => [
  4295.                                     'name' => 'admin.setting.system.login_history',
  4296.                                     'url' => 'admin_setting_system_login_history',
  4297.                                 ],
  4298.                                 'log' => [
  4299.                                     'name' => 'admin.setting.system.log_display',
  4300.                                     'url' => 'admin_setting_system_log',
  4301.                                 ],
  4302.                                 'masterdata' => [
  4303.                                     'name' => 'admin.setting.system.master_data_management',
  4304.                                     'url' => 'admin_setting_system_masterdata',
  4305.                                 ],
  4306.                                 'system_index' => [
  4307.                                     'name' => 'admin.setting.system.system_info',
  4308.                                     'url' => 'admin_setting_system_system',
  4309.                                 ],
  4310.                             ],
  4311.                         ],
  4312.                     ],
  4313.                 ],
  4314.                 'store' => [
  4315.                     'name' => 'admin.store',
  4316.                     'icon' => 'fa-plug',
  4317.                     'children' => [
  4318.                         'plugin' => [
  4319.                             'name' => 'admin.store.plugin',
  4320.                             'children' => [
  4321.                                 'plugin_owners_search' => [
  4322.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4323.                                     'url' => 'admin_store_plugin_owners_search',
  4324.                                 ],
  4325.                                 'plugin_list' => [
  4326.                                     'name' => 'admin.store.plugin.plugin_list',
  4327.                                     'url' => 'admin_store_plugin',
  4328.                                 ],
  4329.                             ],
  4330.                         ],
  4331.                         'template' => [
  4332.                             'name' => 'admin.store.template',
  4333.                             'children' => [
  4334.                                 'template_list' => [
  4335.                                     'name' => 'admin.store.template.template_list',
  4336.                                     'url' => 'admin_store_template',
  4337.                                 ],
  4338.                                 'template_install' => [
  4339.                                     'name' => 'admin.store.template.template_install',
  4340.                                     'url' => 'admin_store_template_install',
  4341.                                 ],
  4342.                             ],
  4343.                         ],
  4344.                         'authentication_setting' => [
  4345.                             'name' => 'admin.store.setting',
  4346.                             'url' => 'admin_store_authentication_setting',
  4347.                         ],
  4348.                     ],
  4349.                 ],
  4350.                 'seo_all_one' => [
  4351.                     'name' => 'SEO All One',
  4352.                     'icon' => 'fa-file-text-o',
  4353.                     'children' => [
  4354.                         'seo_all_one_admin_sitemap_config' => [
  4355.                             'name' => 'Sitemap管理',
  4356.                             'url' => 'seoallone_admin_sitemap_config',
  4357.                         ],
  4358.                         'seo_all_one_admin_config' => [
  4359.                             'name' => 'メイン設定',
  4360.                             'url' => 'seo_all_one_admin_config',
  4361.                         ],
  4362.                         'seo_all_one_admin_manual' => [
  4363.                             'name' => 'マニュアル',
  4364.                             'url' => 'seoallone_admin_manual',
  4365.                         ],
  4366.                     ],
  4367.                 ],
  4368.             ],
  4369.             'env(MAILER_DSN)' => 'null://null',
  4370.             'eccube.twig_sandbox.allowed_tags' => [
  4371.                 => 'apply',
  4372.                 => 'block',
  4373.                 => 'deprecated',
  4374.                 => 'embed',
  4375.                 => 'extends',
  4376.                 => 'flush',
  4377.                 => 'for',
  4378.                 => 'if',
  4379.                 => 'set',
  4380.                 => 'spaceless',
  4381.                 10 => 'verbatim',
  4382.                 11 => 'with',
  4383.                 12 => 'form_theme',
  4384.                 13 => 'stopwatch',
  4385.                 14 => 'trans',
  4386.                 15 => 'trans_default_domain',
  4387.             ],
  4388.             'eccube.twig_sandbox.allowed_filters' => [
  4389.                 => 'abs',
  4390.                 => 'batch',
  4391.                 => 'capitalize',
  4392.                 => 'column',
  4393.                 => 'convert_encoding',
  4394.                 => 'country_name',
  4395.                 => 'currency_name',
  4396.                 => 'currency_symbol',
  4397.                 => 'date',
  4398.                 => 'date_modify',
  4399.                 10 => 'default',
  4400.                 11 => 'escape',
  4401.                 12 => 'first',
  4402.                 13 => 'format',
  4403.                 14 => 'format_currency',
  4404.                 15 => 'format_date',
  4405.                 16 => 'format_datetime',
  4406.                 17 => 'format_number',
  4407.                 18 => 'format_time',
  4408.                 19 => 'join',
  4409.                 20 => 'json_encode',
  4410.                 21 => 'keys',
  4411.                 22 => 'language_name',
  4412.                 23 => 'last',
  4413.                 24 => 'length',
  4414.                 25 => 'locale_name',
  4415.                 26 => 'lower',
  4416.                 27 => 'merge',
  4417.                 28 => 'nl2br',
  4418.                 29 => 'number_format',
  4419.                 30 => 'replace',
  4420.                 31 => 'reverse',
  4421.                 32 => 'round',
  4422.                 33 => 'slice',
  4423.                 34 => 'spaceless',
  4424.                 35 => 'split',
  4425.                 36 => 'striptags',
  4426.                 37 => 'timezone_name',
  4427.                 38 => 'title',
  4428.                 39 => 'trim',
  4429.                 40 => 'upper',
  4430.                 41 => 'url_encode',
  4431.                 42 => 'abbr_class',
  4432.                 43 => 'abbr_method',
  4433.                 44 => 'file_link',
  4434.                 45 => 'file_relative',
  4435.                 46 => 'format_args',
  4436.                 47 => 'format_args_as_text',
  4437.                 48 => 'humanize',
  4438.                 49 => 'serialize',
  4439.                 50 => 'trans',
  4440.                 51 => 'yaml_dump',
  4441.                 52 => 'yaml_encode',
  4442.                 53 => 'currency_symbol',
  4443.                 54 => 'date_day',
  4444.                 55 => 'date_day_with_weekday',
  4445.                 56 => 'date_format',
  4446.                 57 => 'date_min',
  4447.                 58 => 'date_sec',
  4448.                 59 => 'doctrine_format_sql',
  4449.                 60 => 'doctrine_prettify_sql',
  4450.                 61 => 'doctrine_pretty_query',
  4451.                 62 => 'doctrine_replace_query_parameters',
  4452.                 63 => 'e',
  4453.                 64 => 'ellipsis',
  4454.                 65 => 'file_ext_icon',
  4455.                 66 => 'form_encode_currency',
  4456.                 67 => 'format_*_number',
  4457.                 68 => 'format_log_message',
  4458.                 69 => 'no_image_product',
  4459.                 70 => 'price',
  4460.                 71 => 'purify',
  4461.                 72 => 'time_ago',
  4462.             ],
  4463.             'eccube.twig_sandbox.allowed_functions' => [
  4464.                 => 'cycle',
  4465.                 => 'date',
  4466.                 => 'max',
  4467.                 => 'min',
  4468.                 => 'random',
  4469.                 => 'range',
  4470.                 => 'country_timezones',
  4471.                 => 'absolute_url',
  4472.                 => 'asset',
  4473.                 => 'asset_version',
  4474.                 10 => 'csrf_token',
  4475.                 11 => 'form_parent',
  4476.                 12 => 'fragment_uri',
  4477.                 13 => 'impersonation_exit_path',
  4478.                 14 => 'impersonation_exit_url',
  4479.                 15 => 'is_granted',
  4480.                 16 => 'logout_path',
  4481.                 17 => 'logout_url',
  4482.                 18 => 'path',
  4483.                 19 => 'relative_path',
  4484.                 20 => 't',
  4485.                 21 => 'url',
  4486.                 22 => 'active_menus',
  4487.                 23 => 'class_categories_as_json',
  4488.                 24 => 'country_names',
  4489.                 25 => 'csrf_token_for_anchor',
  4490.                 26 => 'currency_names',
  4491.                 27 => 'currency_symbol',
  4492.                 28 => 'field_choices',
  4493.                 29 => 'field_errors',
  4494.                 30 => 'field_help',
  4495.                 31 => 'field_label',
  4496.                 32 => 'field_name',
  4497.                 33 => 'field_value',
  4498.                 34 => 'get_all_carts',
  4499.                 35 => 'get_cart',
  4500.                 36 => 'get_carts_total_price',
  4501.                 37 => 'get_carts_total_quantity',
  4502.                 38 => 'has_errors',
  4503.                 39 => 'is_reduced_tax_rate',
  4504.                 40 => 'language_names',
  4505.                 41 => 'product',
  4506.                 42 => 'workflow_can',
  4507.                 43 => 'workflow_has_marked_place',
  4508.                 44 => 'workflow_marked_places',
  4509.                 45 => 'workflow_metadata',
  4510.                 46 => 'workflow_transition',
  4511.                 47 => 'workflow_transition_blockers',
  4512.                 48 => 'workflow_transitions',
  4513.             ],
  4514.             'eccube.twig_sandbox.allowed_methods' => [
  4515.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4516.                     => 'getrequest',
  4517.                 ],
  4518.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4519.                     => 'geturi',
  4520.                 ],
  4521.             ],
  4522.             'eccube.twig_sandbox.allowed_properties' => [
  4523.             ],
  4524.             'gmo_epsilon' => [
  4525.                 'pay_id' => [
  4526.                     'credit' => '1',
  4527.                     'reg_credit' => '2',
  4528.                     'conveni' => '3',
  4529.                     'netbank_jnb' => '4',
  4530.                     'netbank_rakuten' => '5',
  4531.                     'payeasy' => '7',
  4532.                     'webmoney' => '8',
  4533.                     'ywallet' => '9',
  4534.                     'paypal' => '11',
  4535.                     'bitcash' => '12',
  4536.                     'chocom' => '13',
  4537.                     'sphone' => '15',
  4538.                     'jcb' => '16',
  4539.                     'sumishin' => '17',
  4540.                     'deferred' => '18',
  4541.                     'virtual_account' => '22',
  4542.                     'paypay' => '25',
  4543.                     'maillink' => '99',
  4544.                 ],
  4545.                 'pay_name' => [
  4546.                     'credit' => 'クレジットカード決済',
  4547.                     'reg_credit' => '登録済みのクレジットカードで決済',
  4548.                     'conveni' => 'コンビニ決済',
  4549.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4550.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4551.                     'payeasy' => 'ペイジー決済',
  4552.                     'webmoney' => 'WebMoney決済',
  4553.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  4554.                     'paypal' => 'Paypal決済',
  4555.                     'bitcash' => 'Bitcash決済',
  4556.                     'chocom' => '電子マネーちょコム決済',
  4557.                     'sphone' => 'スマートフォンキャリア決済',
  4558.                     'jcb' => 'JCB PREMO',
  4559.                     'sumishin' => '住信SBIネット銀行決済',
  4560.                     'deferred' => 'GMO後払い',
  4561.                     'virtual_account' => 'バーチャル口座',
  4562.                     'paypay' => 'Paypay',
  4563.                     'maillink' => 'メールリンク決済',
  4564.                 ],
  4565.                 'st_code' => [
  4566.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4567.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4568.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4569.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4570.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4571.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4572.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4573.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4574.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4575.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4576.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4577.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4578.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4579.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4580.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4581.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4582.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4583.                     'maillink' => 'maillink',
  4584.                 ],
  4585.                 'mission_code' => [
  4586.                     'every_month' => '21',
  4587.                     'every_other' => '25',
  4588.                     'every_three_month' => '27',
  4589.                     'every_six_month' => '29',
  4590.                     'every_year' => '31',
  4591.                 ],
  4592.                 'regular_pay_id' => [
  4593.                     'every_month' => '101',
  4594.                     'every_other_month' => '102',
  4595.                     'every_three_month' => '103',
  4596.                     'every_six_month' => '104',
  4597.                     'every_year' => '105',
  4598.                 ],
  4599.                 'regular_pay_name' => [
  4600.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  4601.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4602.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4603.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4604.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4605.                 ],
  4606.                 'regular' => [
  4607.                     'rule_max' => '9999999',
  4608.                     'st_code' => '10000-0000-00000',
  4609.                     'sale_type' => '定期購入商品',
  4610.                 ],
  4611.                 'rule_max' => [
  4612.                     'credit' => '9999999',
  4613.                     'reg_credit' => '9999999',
  4614.                     'conveni' => '299999',
  4615.                     'netbank_jnb' => '9999999',
  4616.                     'netbank_rakuten' => '9999999',
  4617.                     'payeasy' => '9999999',
  4618.                     'webmoney' => '199999',
  4619.                     'ywallet' => '499999',
  4620.                     'paypal' => '499999',
  4621.                     'bitcash' => '199999',
  4622.                     'chocom' => '99999',
  4623.                     'sphone' => '50000',
  4624.                     'jcb' => '500000',
  4625.                     'sumishin' => '9999999',
  4626.                     'deferred' => '49999',
  4627.                     'virtual_account' => '9999999',
  4628.                     'paypay' => '9999999',
  4629.                     'maillink' => '9999999',
  4630.                 ],
  4631.                 'url' => [
  4632.                     'dev' => [
  4633.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4634.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4635.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4636.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4637.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4638.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4639.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4640.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4641.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  4642.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4643.                     ],
  4644.                     'prod' => [
  4645.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4646.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4647.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4648.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4649.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4650.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4651.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4652.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4653.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  4654.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4655.                     ],
  4656.                 ],
  4657.                 'conveni_id' => [
  4658.                     'seveneleven' => '11',
  4659.                     'familymart' => '21',
  4660.                     'lawson' => '31',
  4661.                     'seicomart' => '32',
  4662.                     'ministop' => '33',
  4663.                 ],
  4664.                 'conveni_name' => [
  4665.                     'seveneleven' => 'セブンイレブン',
  4666.                     'familymart' => 'ファミリーマート',
  4667.                     'lawson' => 'ローソン',
  4668.                     'seicomart' => 'セイコーマート',
  4669.                     'ministop' => 'ミニストップ',
  4670.                 ],
  4671.                 'conveni_pre_message' => [
  4672.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  4673.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  4674.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  4675.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  4676.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  4677.                 ],
  4678.                 'conveni_message' => [
  4679.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4680.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4681.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4682.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4683.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4684.                 ],
  4685.                 'receive_parameters' => [
  4686.                     'result' => [
  4687.                         'ok' => 1,
  4688.                         'ng' => 9,
  4689.                         '3ds' => 5,
  4690.                         '3ds2' => 6,
  4691.                     ],
  4692.                 ],
  4693.                 'payment' => [
  4694.                     'gmo_epsilon4' => 'GmoEpsilon4',
  4695.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  4696.                 ],
  4697.             ],
  4698.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4699.             'new_product42_cache_second' => 3600,
  4700.             'new_product42_config_list_max' => [
  4701.                 'title' => 'ブロックの表示件数',
  4702.                 'value' => '4',
  4703.                 'type' => 'text',
  4704.                 'require' => true,
  4705.                 'remark' => '新着商品のブロックに表示する件数を指定します。0以下を指定すると強制的に0になります。',
  4706.             ],
  4707.             'new_product42_config_term_days' => [
  4708.                 'title' => '新着商品と判定する日数',
  4709.                 'value' => '90',
  4710.                 'type' => 'text',
  4711.                 'require' => false,
  4712.                 'remark' => '90と設定すると90日前までの期間で作成・更新されたものが対象です。0以下で期間無制限になります。',
  4713.             ],
  4714.             'new_product42_config_order_by_create_date' => [
  4715.                 'title' => '商品の並びの基準',
  4716.                 'value' => 1,
  4717.                 'type' => 'bool',
  4718.                 'require' => false,
  4719.                 'remark' => '商品の作成日と更新日のどちらを基準に新着商品とするかを選択できます。',
  4720.                 'bool_label' => [
  4721.                     'label_on' => '作成日',
  4722.                     'label_off' => '更新日',
  4723.                 ],
  4724.             ],
  4725.             'new_product42_config_select_category' => [
  4726.                 'title' => 'カテゴリ',
  4727.                 'value' => 1,
  4728.                 'type' => 'entity_select_box',
  4729.                 'require' => false,
  4730.                 'remark' => '特定のカテゴリの下の階層を対象にする場合に指定します。',
  4731.                 'choice_entity_class' => 'Eccube\\Entity\\Category',
  4732.                 'choice_label' => 'getNameWithLevel',
  4733.             ],
  4734.             'new_product42_config_select_tag' => [
  4735.                 'title' => 'タグ',
  4736.                 'value' => NULL,
  4737.                 'type' => 'entity_select_box',
  4738.                 'require' => false,
  4739.                 'remark' => '特定のタグが設定されている商品を対象にする場合に指定します。',
  4740.                 'choice_entity_class' => 'Eccube\\Entity\\Tag',
  4741.                 'choice_label' => 'getName',
  4742.             ],
  4743.             'product_review_display_count_min' => 1,
  4744.             'product_review_display_count_max' => 30,
  4745.             'plugin_recommend.text_area_len' => 4000,
  4746.             'related_product.text_area_len' => 4000,
  4747.             'related_product.max_item_count' => 6,
  4748.             'DEFAULT_SITEMAP_HOMEPAGE_CHANGE_FREQ' => 'daily',
  4749.             'DEFAULT_SITEMAP_HOMEPAGE_PRIORITY' => 1.0,
  4750.             'DEFAULT_SITEMAP_PRODUCT_LIST_CHANGE_FREQ' => 'daily',
  4751.             'DEFAULT_SITEMAP_PRODUCT_LIST_PRIORITY' => 0.9,
  4752.             'DEFAULT_SITEMAP_PRODUCT_DETAIL_CHANGE_FREQ' => 'daily',
  4753.             'DEFAULT_SITEMAP_PRODUCT_DETAIL_PRIORITY' => 0.8,
  4754.             'DEFAULT_SITEMAP_CHANGE_FREQ' => 'weekly',
  4755.             'DEFAULT_SITEMAP_PRIORITY' => 0.5,
  4756.             'EXCLUDE_SITEMAP_PAGES' => [
  4757.                 => 'entry_activate',
  4758.                 => 'preview',
  4759.                 => 'contact_complete',
  4760.                 => 'entry',
  4761.                 => 'entry_complete',
  4762.                 => 'shopping_login',
  4763.                 => 'shopping_nonmember',
  4764.                 => 'forgot',
  4765.             ],
  4766.             'sales_report_product_maximum_display' => 20,
  4767.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4768.             'eccube_rate_limiter_configs' => [
  4769.             ],
  4770.             'eccube.plugins.enabled' => [
  4771.                 => 'Recommend42',
  4772.                 => 'Coupon42',
  4773.                 => 'RelatedProduct42',
  4774.                 => 'ProductReview42',
  4775.                 => 'NewProduct42',
  4776.                 => 'EccubePaymentLite42',
  4777.                 => 'SEOAllOne42',
  4778.                 => 'ProductOption42',
  4779.             ],
  4780.             'eccube.plugins.disabled' => [
  4781.                 => 'GmcSimpleFeed42',
  4782.                 => 'MailMagazine42',
  4783.                 => 'SalesReport42',
  4784.                 => 'Securitychecker42',
  4785.                 => 'SiteKit42',
  4786.             ],
  4787.             'event_dispatcher.event_aliases' => [
  4788.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4789.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4790.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4791.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4792.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4793.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4794.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4795.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4796.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4797.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4798.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4799.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4800.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4801.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4802.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4803.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4804.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4805.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4806.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4807.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4808.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4809.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4810.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4811.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4812.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4813.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4814.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4815.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4816.             ],
  4817.             'fragment.renderer.hinclude.global_template' => NULL,
  4818.             'fragment.path' => '/_fragment',
  4819.             'kernel.http_method_override' => true,
  4820.             'kernel.trusted_hosts' => [
  4821.             ],
  4822.             'kernel.enabled_locales' => [
  4823.             ],
  4824.             'kernel.error_controller' => 'error_controller',
  4825.             'debug.file_link_format' => NULL,
  4826.             'asset.request_context.base_path' => NULL,
  4827.             'asset.request_context.secure' => NULL,
  4828.             'translator.logging' => false,
  4829.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4830.             'debug.error_handler.throw_at' => -1,
  4831.             'router.request_context.host' => 'localhost',
  4832.             'router.request_context.scheme' => 'http',
  4833.             'router.request_context.base_url' => '',
  4834.             'router.resource' => 'kernel::loadRoutes',
  4835.             'request_listener.http_port' => 80,
  4836.             'request_listener.https_port' => 443,
  4837.             'session.metadata.storage_key' => '_sf2_meta',
  4838.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4839.             'session.metadata.update_threshold' => 0,
  4840.             'form.type_extension.csrf.enabled' => true,
  4841.             'form.type_extension.csrf.field_name' => '_token',
  4842.             'validator.translation_domain' => 'validators',
  4843.             'profiler_listener.only_exceptions' => false,
  4844.             'profiler_listener.only_main_requests' => false,
  4845.             'security.role_hierarchy.roles' => [
  4846.             ],
  4847.             'security.access.denied_url' => NULL,
  4848.             'security.authentication.manager.erase_credentials' => true,
  4849.             'security.authentication.session_strategy.strategy' => 'migrate',
  4850.             'security.access.always_authenticate_before_granting' => false,
  4851.             'security.authentication.hide_user_not_found' => true,
  4852.             'security.firewalls' => [
  4853.                 => 'dev',
  4854.                 => 'admin',
  4855.                 => 'customer',
  4856.             ],
  4857.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4858.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4859.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4860.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4861.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4862.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4863.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4864.             'doctrine.entity_managers' => [
  4865.                 'default' => 'doctrine.orm.default_entity_manager',
  4866.             ],
  4867.             'doctrine.default_entity_manager' => 'default',
  4868.             'doctrine.dbal.connection_factory.types' => [
  4869.                 'datetime' => [
  4870.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4871.                 ],
  4872.                 'datetimetz' => [
  4873.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4874.                 ],
  4875.             ],
  4876.             'doctrine.connections' => [
  4877.                 'default' => 'doctrine.dbal.default_connection',
  4878.             ],
  4879.             'doctrine.default_connection' => 'default',
  4880.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4881.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4882.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4883.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4884.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4885.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4886.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4887.             'doctrine.orm.cache.memcache_port' => 11211,
  4888.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4889.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4890.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4891.             'doctrine.orm.cache.memcached_port' => 11211,
  4892.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4893.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4894.             'doctrine.orm.cache.redis_host' => 'localhost',
  4895.             'doctrine.orm.cache.redis_port' => 6379,
  4896.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4897.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4898.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4899.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4900.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4901.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4902.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4903.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4904.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4905.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4906.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4907.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4908.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4909.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4910.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4911.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4912.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4913.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4914.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4915.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4916.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4917.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4918.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4919.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4920.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4921.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4922.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4923.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4924.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4925.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4926.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4927.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4928.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4929.             'monolog.use_microseconds' => true,
  4930.             'monolog.swift_mailer.handlers' => [
  4931.             ],
  4932.             'monolog.handlers_to_channels' => [
  4933.                 'monolog.handler.gmo_epsilon' => [
  4934.                     'type' => 'inclusive',
  4935.                     'elements' => [
  4936.                         => 'gmo_epsilon',
  4937.                     ],
  4938.                 ],
  4939.                 'monolog.handler.console' => [
  4940.                     'type' => 'exclusive',
  4941.                     'elements' => [
  4942.                         => 'event',
  4943.                         => 'doctrine',
  4944.                         => 'console',
  4945.                     ],
  4946.                 ],
  4947.                 'monolog.handler.buffered' => [
  4948.                     'type' => 'exclusive',
  4949.                     'elements' => [
  4950.                         => 'event',
  4951.                     ],
  4952.                 ],
  4953.             ],
  4954.             'twig.form.resources' => [
  4955.                 => 'form_div_layout.html.twig',
  4956.                 => 'bootstrap_5_layout.html.twig',
  4957.             ],
  4958.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4959.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4960.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4961.             'web_profiler.debug_toolbar.mode' => 2,
  4962.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4963.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4964.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4965.             'knp_paginator.page_range' => 5,
  4966.             'knp_paginator.page_limit' => NULL,
  4967.             'doctrine.migrations.preferred_em' => NULL,
  4968.             'doctrine.migrations.preferred_connection' => NULL,
  4969.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4970.             'data_collector.templates' => [
  4971.                 'data_collector.request' => [
  4972.                     => 'request',
  4973.                     => '@WebProfiler/Collector/request.html.twig',
  4974.                 ],
  4975.                 'data_collector.time' => [
  4976.                     => 'time',
  4977.                     => '@WebProfiler/Collector/time.html.twig',
  4978.                 ],
  4979.                 'data_collector.memory' => [
  4980.                     => 'memory',
  4981.                     => '@WebProfiler/Collector/memory.html.twig',
  4982.                 ],
  4983.                 'data_collector.validator' => [
  4984.                     => 'validator',
  4985.                     => '@WebProfiler/Collector/validator.html.twig',
  4986.                 ],
  4987.                 'data_collector.ajax' => [
  4988.                     => 'ajax',
  4989.                     => '@WebProfiler/Collector/ajax.html.twig',
  4990.                 ],
  4991.                 'data_collector.form' => [
  4992.                     => 'form',
  4993.                     => '@WebProfiler/Collector/form.html.twig',
  4994.                 ],
  4995.                 'data_collector.exception' => [
  4996.                     => 'exception',
  4997.                     => '@WebProfiler/Collector/exception.html.twig',
  4998.                 ],
  4999.                 'data_collector.logger' => [
  5000.                     => 'logger',
  5001.                     => '@WebProfiler/Collector/logger.html.twig',
  5002.                 ],
  5003.                 'data_collector.events' => [
  5004.                     => 'events',
  5005.                     => '@WebProfiler/Collector/events.html.twig',
  5006.                 ],
  5007.                 'data_collector.router' => [
  5008.                     => 'router',
  5009.                     => '@WebProfiler/Collector/router.html.twig',
  5010.                 ],
  5011.                 'data_collector.cache' => [
  5012.                     => 'cache',
  5013.                     => '@WebProfiler/Collector/cache.html.twig',
  5014.                 ],
  5015.                 'data_collector.translation' => [
  5016.                     => 'translation',
  5017.                     => '@WebProfiler/Collector/translation.html.twig',
  5018.                 ],
  5019.                 'data_collector.security' => [
  5020.                     => 'security',
  5021.                     => '@Security/Collector/security.html.twig',
  5022.                 ],
  5023.                 'data_collector.twig' => [
  5024.                     => 'twig',
  5025.                     => '@WebProfiler/Collector/twig.html.twig',
  5026.                 ],
  5027.                 'data_collector.doctrine' => [
  5028.                     => 'db',
  5029.                     => '@Doctrine/Collector/db.html.twig',
  5030.                 ],
  5031.                 'doctrine_migrations.migrations_collector' => [
  5032.                     => 'doctrine_migrations',
  5033.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5034.                 ],
  5035.                 'data_collector.dump' => [
  5036.                     => 'dump',
  5037.                     => '@Debug/Profiler/dump.html.twig',
  5038.                 ],
  5039.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5040.                 'mailer.data_collector' => [
  5041.                     => 'mailer',
  5042.                     => '@WebProfiler/Collector/mailer.html.twig',
  5043.                 ],
  5044.                 'data_collector.config' => [
  5045.                     => 'config',
  5046.                     => '@WebProfiler/Collector/config.html.twig',
  5047.                 ],
  5048.                 'eccube.collector.core' => [
  5049.                     => 'eccube_core',
  5050.                     => '@toolbar/eccube.html.twig',
  5051.                 ],
  5052.             ],
  5053.             'console.command.ids' => [
  5054.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5055.             ],
  5056.         ];
  5057.     }
  5058.     protected function throw($message)
  5059.     {
  5060.         throw new RuntimeException($message);
  5061.     }
  5062. }