var/cache/dev/ContainerKsLWj0I/EccubeEccube_KernelDevDebugContainer.php line 1838

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