var/cache/dev/ContainerNCR7Dbj/Eccube_KernelDevDebugContainer.php line 2971

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