var/cache/dev/ContainerNiEM4Y2/Eccube_KernelDevDebugContainer.php line 819

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