var/cache/dev/ContainerVAGE3Wx/EccubeEccube_KernelDevDebugContainer.php line 2209

Open in your IDE?
  1. <?php
  2. namespace ContainerVAGE3Wx;
  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.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  39.             'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector' => 'getMobileDetectorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  48.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'profiler' => 'getProfilerService',
  52.             'request_stack' => 'getRequestStackService',
  53.             'router' => 'getRouterService',
  54.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  55.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  56.             'security.token_storage' => 'getSecurity_TokenStorageService',
  57.             'session' => 'getSessionService',
  58.             'state_machine.order' => 'getStateMachine_OrderService',
  59.             'translator' => 'getTranslatorService',
  60.             'twig' => 'getTwigService',
  61.             'validator' => 'getValidatorService',
  62.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  63.         ];
  64.         $this->fileMap = [
  65.             'Customize\\Controller\\Admin\\Cashback\\DataExportController' => 'getDataExportControllerService.php',
  66.             'Customize\\Controller\\Admin\\ChainStore\\ChainStoreController' => 'getChainStoreControllerService.php',
  67.             'Customize\\Controller\\Admin\\ChainStore\\ChainStoreEditController' => 'getChainStoreEditControllerService.php',
  68.             'Customize\\Controller\\Admin\\ChainStore\\CsvImportController' => 'getCsvImportControllerService.php',
  69.             'Customize\\Controller\\Admin\\Content\\CustomPageController' => 'getCustomPageControllerService.php',
  70.             'Customize\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService.php',
  71.             'Customize\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService.php',
  72.             'Customize\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService.php',
  73.             'Customize\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService.php',
  74.             'Customize\\Controller\\ApiController' => 'getApiControllerService.php',
  75.             'Customize\\Controller\\CompanyPageController' => 'getCompanyPageControllerService.php',
  76.             'Customize\\Controller\\CouponController' => 'getCouponControllerService.php',
  77.             'Customize\\Controller\\CronJobController' => 'getCronJobControllerService.php',
  78.             'Customize\\Controller\\CustomContactController' => 'getCustomContactControllerService.php',
  79.             'Customize\\Controller\\CustomEntryController' => 'getCustomEntryControllerService.php',
  80.             'Customize\\Controller\\CustomProductController' => 'getCustomProductControllerService.php',
  81.             'Customize\\Controller\\CustomShoppingController' => 'getCustomShoppingControllerService.php',
  82.             'Customize\\Controller\\CustomTopController' => 'getCustomTopControllerService.php',
  83.             'Customize\\Controller\\EnUserController' => 'getEnUserControllerService.php',
  84.             'Customize\\Controller\\Mypage\\ChangeChainstoreController' => 'getChangeChainstoreControllerService.php',
  85.             'Customize\\Controller\\Mypage\\CustomDeliveryController' => 'getCustomDeliveryControllerService.php',
  86.             'Customize\\Controller\\Mypage\\CustomMypageController' => 'getCustomMypageControllerService.php',
  87.             'Customize\\Controller\\QRCodeController' => 'getQRCodeControllerService.php',
  88.             'Customize\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService.php',
  89.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService.php',
  90.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService.php',
  91.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService.php',
  92.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService.php',
  93.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService.php',
  94.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService.php',
  95.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService.php',
  96.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService.php',
  97.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService.php',
  98.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService.php',
  99.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService.php',
  100.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService.php',
  101.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService.php',
  102.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerController2Service.php',
  103.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditController2Service.php',
  104.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService.php',
  105.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportController2Service.php',
  106.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService.php',
  107.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService.php',
  108.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderController2Service.php',
  109.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService.php',
  110.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService.php',
  111.             'Eccube\\Controller\\Admin\\Product\\CategorySeoController' => 'getCategorySeoControllerService.php',
  112.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService.php',
  113.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService.php',
  114.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController3Service.php',
  115.             'Eccube\\Controller\\Admin\\Product\\CsvImportSeoController' => 'getCsvImportSeoControllerService.php',
  116.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService.php',
  117.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service.php',
  118.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService.php',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService.php',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService.php',
  121.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service.php',
  122.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService.php',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService.php',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService.php',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService.php',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService.php',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService.php',
  128.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService.php',
  129.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService.php',
  130.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService.php',
  131.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService.php',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService.php',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService.php',
  134.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService.php',
  135.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService.php',
  136.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService.php',
  137.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService.php',
  138.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService.php',
  139.             'Eccube\\Controller\\CartController' => 'getCartController2Service.php',
  140.             'Eccube\\Controller\\ContactController' => 'getContactControllerService.php',
  141.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService.php',
  142.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService.php',
  143.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService.php',
  144.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService.php',
  145.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService.php',
  146.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService.php',
  147.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service.php',
  148.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService.php',
  149.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService.php',
  150.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService.php',
  151.             'Eccube\\Controller\\ProductController' => 'getProductController3Service.php',
  152.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleController2Service.php',
  153.             'Eccube\\Controller\\ShopController' => 'getShopController2Service.php',
  154.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService.php',
  155.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService.php',
  156.             'Eccube\\Controller\\TopController' => 'getTopControllerService.php',
  157.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService.php',
  158.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService.php',
  159.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService.php',
  160.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService.php',
  161.             'Eccube\\Service\\PluginService' => 'getPluginServiceService.php',
  162.             'Eccube\\Service\\SystemService' => 'getSystemServiceService.php',
  163.             'Plugin\\AddressBook\\Controller\\AddressBookController' => 'getAddressBookControllerService.php',
  164.             'Plugin\\AddressBook\\Controller\\Admin\\ConfigController' => 'getConfigControllerService.php',
  165.             'Plugin\\Coupon4\\Controller\\Admin\\CouponController' => 'getCouponController2Service.php',
  166.             'Plugin\\Coupon4\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService.php',
  167.             'Plugin\\Coupon4\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService.php',
  168.             'Plugin\\DeliveryPlus4\\Controller\\Admin\\ConfigController' => 'getConfigController2Service.php',
  169.             'Plugin\\DeliveryPlus4\\Controller\\Admin\\DeliveryPlusDesignController' => 'getDeliveryPlusDesignControllerService.php',
  170.             'Plugin\\ECCUBE4LineLoginIntegration\\Controller\\Admin\\LineLoginIntegrationAdminController' => 'getLineLoginIntegrationAdminControllerService.php',
  171.             'Plugin\\ECCUBE4LineLoginIntegration\\Controller\\LineLoginIntegrationController' => 'getLineLoginIntegrationControllerService.php',
  172.             'Plugin\\GmoPsKb4\\Controller\\Admin\\ConfigController' => 'getConfigController3Service.php',
  173.             'Plugin\\GmoPsKb4\\Controller\\Admin\\CustomerController' => 'getCustomerController3Service.php',
  174.             'Plugin\\GmoPsKb4\\Controller\\Admin\\OrderPaymentController' => 'getOrderPaymentControllerService.php',
  175.             'Plugin\\GmoPsKb4\\Controller\\MypageController' => 'getMypageController2Service.php',
  176.             'Plugin\\GmoPsKb4\\Service\\Method\\GmoPsKb' => 'getGmoPsKbService.php',
  177.             'Plugin\\KokokaraSelect\\Controller\\Admin\\ConfigController' => 'getConfigController4Service.php',
  178.             'Plugin\\KokokaraSelect\\Controller\\Admin\\Order\\EditExController' => 'getEditExControllerService.php',
  179.             'Plugin\\KokokaraSelect\\Controller\\Admin\\Product\\KokokaraSelectCSVController' => 'getKokokaraSelectCSVControllerService.php',
  180.             'Plugin\\KokokaraSelect\\Controller\\Admin\\Product\\KokokaraSelectDirectCSVController' => 'getKokokaraSelectDirectCSVControllerService.php',
  181.             'Plugin\\KokokaraSelect\\Controller\\Admin\\Product\\KokokaraSelectSettingController' => 'getKokokaraSelectSettingControllerService.php',
  182.             'Plugin\\KokokaraSelect\\Controller\\KokokaraSelectController' => 'getKokokaraSelectControllerService.php',
  183.             'Plugin\\MailMagazine4\\Controller\\MailMagazineController' => 'getMailMagazineControllerService.php',
  184.             'Plugin\\MailMagazine4\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService.php',
  185.             'Plugin\\MailMagazine4\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService.php',
  186.             'Plugin\\MypageReport\\Controller\\Admin\\ConfigController' => 'getConfigController5Service.php',
  187.             'Plugin\\MypageReport\\Controller\\MypageReportController' => 'getMypageReportControllerService.php',
  188.             'Plugin\\OrderBulkDelete4\\Controller\\Admin\\OrderController' => 'getOrderController3Service.php',
  189.             'Plugin\\Webapi\\Controller\\LoginController' => 'getLoginControllerService.php',
  190.             'Plugin\\Webapi\\Controller\\LoginTokenController' => 'getLoginTokenControllerService.php',
  191.             'Plugin\\Webapi\\Controller\\RssController' => 'getRssControllerService.php',
  192.             'Plugin\\ZeusPayment4\\Controller\\Admin\\CancelCsvController' => 'getCancelCsvControllerService.php',
  193.             'Plugin\\ZeusPayment4\\Controller\\Admin\\ConfigController' => 'getConfigController6Service.php',
  194.             'Plugin\\ZeusPayment4\\Controller\\Admin\\OrderController' => 'getOrderController4Service.php',
  195.             'Plugin\\ZeusPayment4\\Controller\\Admin\\OrderCsvController' => 'getOrderCsvControllerService.php',
  196.             'Plugin\\ZeusPayment4\\Controller\\ZeusPaymentReturn' => 'getZeusPaymentReturnService.php',
  197.             'Plugin\\ZeusPayment4\\Service\\Method\\CreditPayment' => 'getCreditPaymentService.php',
  198.             'Plugin\\ZeusPayment4\\Service\\Method\\CvsPayment' => 'getCvsPaymentService.php',
  199.             'Plugin\\ZeusPayment4\\Service\\Method\\EbankPayment' => 'getEbankPaymentService.php',
  200.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  201.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service.php',
  202.             'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController' => 'getAuthorizationControllerService.php',
  203.             'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController' => 'getTokenControllerService.php',
  204.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  205.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  206.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  207.             'cache_clearer' => 'getCacheClearerService.php',
  208.             'cache_warmer' => 'getCacheWarmerService.php',
  209.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService.php',
  210.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  211.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  212.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  213.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  214.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  215.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  216.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  217.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  218.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  219.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  220.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  221.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  222.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  223.             'eccube.logger' => 'getEccube_LoggerService.php',
  224.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService.php',
  225.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService.php',
  226.             'error_controller' => 'getErrorControllerService.php',
  227.             'filesystem' => 'getFilesystemService.php',
  228.             'form.factory' => 'getForm_FactoryService.php',
  229.             'form.type.file' => 'getForm_Type_FileService.php',
  230.             'knp_paginator' => 'getKnpPaginatorService.php',
  231.             'kokokara_select.config_migration' => 'getKokokaraSelect_ConfigMigrationService.php',
  232.             'kokokara_select.plg_migration' => 'getKokokaraSelect_PlgMigrationService.php',
  233.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService.php',
  234.             'monolog.logger.front' => 'getMonolog_Logger_FrontService.php',
  235.             'routing.loader' => 'getRouting_LoaderService.php',
  236.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  237.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  238.             'serializer' => 'getSerializerService.php',
  239.             'services_resetter' => 'getServicesResetterService.php',
  240.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  241.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  242.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  243.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  244.             'templating' => 'getTemplatingService.php',
  245.             'templating.loader' => 'getTemplating_LoaderService.php',
  246.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  247.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  248.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  249.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  250.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  251.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  252.         ];
  253.         $this->aliases = [
  254.             'database_connection' => 'doctrine.dbal.default_connection',
  255.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  256.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  257.             'mailer' => 'swiftmailer.mailer.default',
  258.         ];
  259.         $this->privates['service_container'] = function () {
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  266.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  272.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  273.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Doctrine/OrderSearchCustomizer.php';
  274.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Doctrine/ProductSearchCustomizer.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  276.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine4/Entity/AdminCustomerQueryCustomizer.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CategoryRepository.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryFeeRepository.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryRepository.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailHistoryRepository.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailTemplateRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderItemTypeRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderStatusRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/PrefRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxDisplayTypeRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxTypeRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderItemRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PaymentRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductStockRepository.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ShippingRepository.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/PasswordEncoderInterface.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/Security/Core/Encoder/PasswordEncoder.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderHelper.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderStateMachine.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PointHelper.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ValidatorTrait.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemValidator.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliverySettingValidator.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderValidator.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/EmptyItemsValidator.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPreprocessor.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderNoProcessor.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPostValidator.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalLimitValidator.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalNegativeValidator.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/DiscountProcessor.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseProcessor.php';
  338.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PointProcessor.php';
  339.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PriceChangeValidator.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/ProductStatusValidator.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AbstractPurchaseProcessor.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php';
  343.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/TaxProcessor.php';
  344.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  349.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  350.             include_once \dirname(__DIR__4).'/app/Plugin/Coupon4/Repository/CouponOrderRepository.php';
  351.             include_once \dirname(__DIR__4).'/app/Plugin/Coupon4/Repository/CouponRepository.php';
  352.             include_once \dirname(__DIR__4).'/app/Plugin/Coupon4/Service/CouponService.php';
  353.             include_once \dirname(__DIR__4).'/app/Plugin/DeliveryPlus4/Repository/ConfigRepository.php';
  354.             include_once \dirname(__DIR__4).'/app/Plugin/DeliveryPlus4/Service/DeliveryPlusService.php';
  355.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/ConfigHelperTrait.php';
  356.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/VersionHelperTrait.php';
  357.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/EventSubscriber/KernelEventsSubscriber.php';
  358.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Repository/KsCartSelectItemGroupRepository.php';
  359.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Repository/KsCartSelectItemRepository.php';
  360.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Repository/KsSelectItemGroupRepository.php';
  361.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Repository/KsSelectItemRepository.php';
  362.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Repository/PlgConfigOptionRepository.php';
  363.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PlgConfigService/Repository/AbstractConfigRepository.php';
  364.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Repository/PlgConfigRepository.php';
  365.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsCartHelper.php';
  366.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsOrderItemService.php';
  367.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsOrderService.php';
  368.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsProductService.php';
  369.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsSelectItemGroupService.php';
  370.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsSelectItemService.php';
  371.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsService.php';
  372.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PlgConfigService/ConfigService.php';
  373.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PluginLinkService.php';
  374.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/KsValidatorTrait.php';
  375.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/KokokaraSelectItemValidator.php';
  376.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/KsOrderItemHelper.php';
  377.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/Processor/KokokaraSelectOrderItemHolderPreprocessor.php';
  378.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment4/Repository/ConfigRepository.php';
  379.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment4/Service/ZeusPaymentService.php';
  380.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment4/ZeusPaymentEvent.php';
  381.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/ChainStoreTwigInitializeListener.php';
  382.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/EnUserTwigInitializeListener.php';
  383.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ChainStoreRepository.php';
  384.             include_once \dirname(__DIR__4).'/app/Customize/Repository/Master/BankBranchRepository.php';
  385.             include_once \dirname(__DIR__4).'/app/Customize/Repository/Master/ContractTypeRepository.php';
  386.             include_once \dirname(__DIR__4).'/app/Customize/Repository/OrderRepository.php';
  387.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductRepository.php';
  388.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ShippingRepository.php';
  389.             include_once \dirname(__DIR__4).'/src/Eccube/Service/MailService.php';
  390.             include_once \dirname(__DIR__4).'/app/Customize/Service/MailService.php';
  391.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/AddPointProcessor.php';
  392.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  393.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  394.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  400.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  401.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  402.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DeviceDetector/MobileDetector.php';
  403.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseFlow.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php';
  406.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockMultipleValidator.php';
  407.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/SaleLimitMultipleValidator.php';
  408.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeePreprocessor.php';
  409.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeFreeByShippingPreprocessor.php';
  410.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargePreprocessor.php';
  411.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargeChangeValidator.php';
  412.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeChangeValidator.php';
  413.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PreOrderIdValidator.php';
  414.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/Processor/KokokaraSelectStockReduceProcessor.php';
  415.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/CustomerPurchaseInfoProcessor.php';
  416.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderUpdateProcessor.php';
  417.             include_once \dirname(__DIR__4).'/app/Plugin/Coupon4/Service/PurchaseFlow/Processor/CouponProcessor.php';
  418.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/Processor/TaxFixProcessor.php';
  419.             include_once \dirname(__DIR__4).'/app/Plugin/DeliveryPlus4/Service/PurchaseFlow/Processor/DeliveryChangeValidator.php';
  420.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/KokokaraSelectOrderItemStockValidator.php';
  421.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/KokokaraSelectOrderItemValidator.php';
  422.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Service/PurchaseFlow/Processor/KokokaraSelectProcessor.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  436.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  459.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  477.             include_once \dirname(__DIR__4).'/src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/TokenStorageInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/SessionTokenStorage.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManagerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManager.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  533.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DataCollector/DeviceDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/SingleStateMarkingStore.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactoryInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactory.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/FirewallMapInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  627.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  653.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  655.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  656.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  657.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  658.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  660.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  661.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  687.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  688.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  689.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  690.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  691.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  692.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  693.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  694.             include_once \dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Twig/KokokaraSelectTwigExtension.php';
  695.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/EccubeExtension.php';
  696.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/TaxExtension.php';
  697.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/TwigExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  700.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  707.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Twig/Extension/MobileDetectExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  710.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  715.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php';
  724.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  745.             include_once \dirname(__DIR__4).'/src/Eccube/Event/EventDispatcherWrapper.php';
  746.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  748.         };
  749.     }
  750.     public function compile(): void
  751.     {
  752.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  753.     }
  754.     public function isCompiled(): bool
  755.     {
  756.         return true;
  757.     }
  758.     public function getRemovedIds(): array
  759.     {
  760.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  761.     }
  762.     protected function load($file$lazyLoad true)
  763.     {
  764.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  765.     }
  766.     protected function createProxy($class, \Closure $factory)
  767.     {
  768.         class_exists($classfalse) || $this->load("{$class}.php");
  769.         return $factory();
  770.     }
  771.     /**
  772.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  773.      *
  774.      * @return \Eccube\Common\EccubeConfig
  775.      */
  776.     protected function getEccubeConfigService()
  777.     {
  778.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  779.     }
  780.     /**
  781.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  782.      *
  783.      * @return \Eccube\Repository\PluginRepository
  784.      */
  785.     protected function getPluginRepositoryService($lazyLoad true)
  786.     {
  787.         if ($lazyLoad) {
  788.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  789.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  790.                     $wrappedInstance $this->getPluginRepositoryService(false);
  791.                     $proxy->setProxyInitializer(null);
  792.                     return true;
  793.                 });
  794.             });
  795.         }
  796.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  797.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  798.     }
  799.     /**
  800.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  801.      *
  802.      * @return \Eccube\Service\TaxRuleService
  803.      */
  804.     protected function getTaxRuleServiceService($lazyLoad true)
  805.     {
  806.         if ($lazyLoad) {
  807.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  808.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  809.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  810.                     $proxy->setProxyInitializer(null);
  811.                     return true;
  812.                 });
  813.             });
  814.         }
  815.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  816.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  817.     }
  818.     /**
  819.      * Gets the public 'SunCat\MobileDetectBundle\DeviceDetector\MobileDetector' shared autowired service.
  820.      *
  821.      * @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
  822.      */
  823.     protected function getMobileDetectorService()
  824.     {
  825.         return $this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
  826.     }
  827.     /**
  828.      * Gets the public 'cache.app' shared service.
  829.      *
  830.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  831.      */
  832.     protected function getCache_AppService()
  833.     {
  834.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9fcbErA0tJ'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  835.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  836.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  837.     }
  838.     /**
  839.      * Gets the public 'cache.system' shared service.
  840.      *
  841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  842.      */
  843.     protected function getCache_SystemService()
  844.     {
  845.         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())));
  846.     }
  847.     /**
  848.      * Gets the public 'data_collector.dump' shared service.
  849.      *
  850.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  851.      */
  852.     protected function getDataCollector_DumpService()
  853.     {
  854.         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);
  855.     }
  856.     /**
  857.      * Gets the public 'doctrine' shared service.
  858.      *
  859.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  860.      */
  861.     protected function getDoctrineService()
  862.     {
  863.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  864.     }
  865.     /**
  866.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  867.      *
  868.      * @return \Doctrine\DBAL\Connection
  869.      */
  870.     protected function getDoctrine_Dbal_DefaultConnectionService()
  871.     {
  872.         $a = new \Doctrine\DBAL\Configuration();
  873.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  874.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  875.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  876.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  877.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  878.         $c->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  879.         $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']))));
  880.         $c->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  881.         $c->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  882.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  883.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  884.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  885.         $a->setSQLLogger($b);
  886.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  887.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService.php'true],
  888.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService.php'true],
  889.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService.php'true],
  890.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  891.         ], [
  892.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  893.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  894.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  895.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  896.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber']);
  897.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  898.         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, []);
  899.     }
  900.     /**
  901.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  902.      *
  903.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  904.      */
  905.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  906.     {
  907.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  908.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener''getCartEventListenerService.php'true],
  909.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartItemEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartItemEventListener''getCartItemEventListenerService.php'true],
  910.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsOrderItemExEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsOrderItemExEventListener''getKsOrderItemExEventListenerService.php'true],
  911.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsSelectItemGroupEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsSelectItemGroupEventListener''getKsSelectItemGroupEventListenerService.php'true],
  912.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderEventListener''getOrderEventListenerService.php'true],
  913.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener''getOrderItemEventListenerService.php'true],
  914.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener''getProductClassEventListenerService.php'true],
  915.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ShoppingEventListener' => ['privates''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ShoppingEventListener''getShoppingEventListenerService.php'true],
  916.         ], [
  917.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener' => '?',
  918.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartItemEventListener' => '?',
  919.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsOrderItemExEventListener' => '?',
  920.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsSelectItemGroupEventListener' => '?',
  921.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderEventListener' => '?',
  922.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener' => '?',
  923.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener' => '?',
  924.             'Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ShoppingEventListener' => '?',
  925.         ]));
  926.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener');
  927.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener');
  928.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartEventListener');
  929.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartItemEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartItemEventListener');
  930.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartItemEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\CartItemEventListener');
  931.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsOrderItemExEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsOrderItemExEventListener');
  932.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsSelectItemGroupEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\KsSelectItemGroupEventListener');
  933.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderEventListener');
  934.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderEventListener');
  935.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener');
  936.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener');
  937.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener');
  938.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener');
  939.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\OrderItemEventListener');
  940.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener');
  941.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener');
  942.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ProductClassEventListener');
  943.         $instance->registerService('Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ShoppingEventListener''Plugin\\KokokaraSelect\\Doctrine\\EventListener\\ShoppingEventListener');
  944.         return $instance;
  945.     }
  946.     /**
  947.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  948.      *
  949.      * @return \Doctrine\ORM\EntityManager
  950.      */
  951.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  952.     {
  953.         if ($lazyLoad) {
  954.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  955.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  956.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  957.                     $proxy->setProxyInitializer(null);
  958.                     return true;
  959.                 });
  960.             });
  961.         }
  962.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  964.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  965.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  966.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  967.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  968.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  969.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  970.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  971.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  972.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  973.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  975.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  979.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  980.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  981.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  983.         $a = new \Doctrine\ORM\Configuration();
  984.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  985.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  986.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  987.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  988.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/AddressBook/Entity')]);
  989.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  990.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Api/Entity')]);
  991.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  992.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon4/Entity')]);
  993.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  994.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerClassPrice4/Entity')]);
  995.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  996.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroup/Entity')]);
  997.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  998.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroupEntry/Entity')]);
  999.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1000.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus4/Entity')]);
  1001.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1002.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration/Entity')]);
  1003.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1004.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EntityExtension/Entity')]);
  1005.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1006.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EntityForm/Entity')]);
  1007.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1008.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/GmoPsKb4/Entity')]);
  1009.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1010.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/HiddenDeliveryDate/Entity')]);
  1011.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1012.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Entity')]);
  1013.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1014.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine4/Entity')]);
  1015.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1016.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MigrationSample/Entity')]);
  1017.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1018.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MypageReceipt/Entity')]);
  1019.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1020.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MypageReport/Entity')]);
  1021.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1022.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Noshi/Entity')]);
  1023.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1024.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Entity')]);
  1025.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1026.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SeoListDetail/Entity')]);
  1027.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1028.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Webapi/Entity')]);
  1029.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1030.         $z = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ZeusPayment4/Entity')]);
  1031.         $z->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1032.         $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');
  1033.         $b->addDriver($d'Eccube\\Entity');
  1034.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1035.         $b->addDriver($e'Plugin\\AddressBook\\Entity');
  1036.         $b->addDriver($f'Plugin\\Api\\Entity');
  1037.         $b->addDriver($g'Plugin\\Coupon4\\Entity');
  1038.         $b->addDriver($h'Plugin\\CustomerClassPrice4\\Entity');
  1039.         $b->addDriver($i'Plugin\\CustomerGroup\\Entity');
  1040.         $b->addDriver($j'Plugin\\CustomerGroupEntry\\Entity');
  1041.         $b->addDriver($k'Plugin\\DeliveryPlus4\\Entity');
  1042.         $b->addDriver($l'Plugin\\ECCUBE4LineLoginIntegration\\Entity');
  1043.         $b->addDriver($m'Plugin\\EntityExtension\\Entity');
  1044.         $b->addDriver($n'Plugin\\EntityForm\\Entity');
  1045.         $b->addDriver($o'Plugin\\GmoPsKb4\\Entity');
  1046.         $b->addDriver($p'Plugin\\HiddenDeliveryDate\\Entity');
  1047.         $b->addDriver($q'Plugin\\KokokaraSelect\\Entity');
  1048.         $b->addDriver($r'Plugin\\MailMagazine4\\Entity');
  1049.         $b->addDriver($s'Plugin\\MigrationSample\\Entity');
  1050.         $b->addDriver($t'Plugin\\MypageReceipt\\Entity');
  1051.         $b->addDriver($u'Plugin\\MypageReport\\Entity');
  1052.         $b->addDriver($v'Plugin\\Noshi\\Entity');
  1053.         $b->addDriver($w'Plugin\\ProductDisplayRank4\\Entity');
  1054.         $b->addDriver($x'Plugin\\SeoListDetail\\Entity');
  1055.         $b->addDriver($y'Plugin\\Webapi\\Entity');
  1056.         $b->addDriver($z'Plugin\\ZeusPayment4\\Entity');
  1057.         $a->setEntityNamespaces([]);
  1058.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1059.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1060.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  1061.         $a->setMetadataDriverImpl($b);
  1062.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1063.         $a->setProxyNamespace('Proxies');
  1064.         $a->setAutoGenerateProxyClasses(true);
  1065.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1066.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1067.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1068.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1069.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1070.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1071.             'Customize\\Repository\\BankTransferInfoRepository' => ['privates''Customize\\Repository\\BankTransferInfoRepository''getBankTransferInfoRepositoryService.php'true],
  1072.             'Customize\\Repository\\CashbackSummaryMemoRepository' => ['privates''Customize\\Repository\\CashbackSummaryMemoRepository''getCashbackSummaryMemoRepositoryService.php'true],
  1073.             'Customize\\Repository\\CashbackSummaryRepository' => ['privates''Customize\\Repository\\CashbackSummaryRepository''getCashbackSummaryRepositoryService.php'true],
  1074.             'Customize\\Repository\\ChainStoreRepository' => ['privates''Customize\\Repository\\ChainStoreRepository''getChainStoreRepositoryService'false],
  1075.             'Customize\\Repository\\ChainstoreWebsitesHiddenTypeRepository' => ['privates''Customize\\Repository\\ChainstoreWebsitesHiddenTypeRepository''getChainstoreWebsitesHiddenTypeRepositoryService.php'true],
  1076.             'Customize\\Repository\\CustomerAddressRepository' => ['privates''Customize\\Repository\\CustomerAddressRepository''getCustomerAddressRepository2Service.php'true],
  1077.             'Customize\\Repository\\CustomerCouponRepository' => ['privates''Customize\\Repository\\CustomerCouponRepository''getCustomerCouponRepositoryService.php'true],
  1078.             'Customize\\Repository\\CustomerRepository' => ['privates''Customize\\Repository\\CustomerRepository''getCustomerRepository2Service.php'true],
  1079.             'Customize\\Repository\\DealerSummaryRepository' => ['privates''Customize\\Repository\\DealerSummaryRepository''getDealerSummaryRepositoryService.php'true],
  1080.             'Customize\\Repository\\Master\\ApplicantContractTypeRepository' => ['privates''Customize\\Repository\\Master\\ApplicantContractTypeRepository''getApplicantContractTypeRepositoryService.php'true],
  1081.             'Customize\\Repository\\Master\\BankAccountTypeRepository' => ['privates''Customize\\Repository\\Master\\BankAccountTypeRepository''getBankAccountTypeRepositoryService.php'true],
  1082.             'Customize\\Repository\\Master\\BankBranchRepository' => ['privates''Customize\\Repository\\Master\\BankBranchRepository''getBankBranchRepositoryService'false],
  1083.             'Customize\\Repository\\Master\\BankRepository' => ['privates''Customize\\Repository\\Master\\BankRepository''getBankRepositoryService.php'true],
  1084.             'Customize\\Repository\\Master\\ChainStoreBusinessTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreBusinessTypeRepository''getChainStoreBusinessTypeRepositoryService.php'true],
  1085.             'Customize\\Repository\\Master\\ChainStoreMakeContractTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreMakeContractTypeRepository''getChainStoreMakeContractTypeRepositoryService.php'true],
  1086.             'Customize\\Repository\\Master\\ChainStoreProvideStyleTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreProvideStyleTypeRepository''getChainStoreProvideStyleTypeRepositoryService.php'true],
  1087.             'Customize\\Repository\\Master\\ChainStoreProvideTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreProvideTypeRepository''getChainStoreProvideTypeRepositoryService.php'true],
  1088.             'Customize\\Repository\\Master\\ChainStoreStatusRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreStatusRepository''getChainStoreStatusRepositoryService.php'true],
  1089.             'Customize\\Repository\\Master\\ChainStoreTradingAccountTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreTradingAccountTypeRepository''getChainStoreTradingAccountTypeRepositoryService.php'true],
  1090.             'Customize\\Repository\\Master\\ChainStoreWebShopEmailTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreWebShopEmailTypeRepository''getChainStoreWebShopEmailTypeRepositoryService.php'true],
  1091.             'Customize\\Repository\\Master\\ChainStoreWebShopOpeningTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreWebShopOpeningTypeRepository''getChainStoreWebShopOpeningTypeRepositoryService.php'true],
  1092.             'Customize\\Repository\\Master\\ChainStoreWebShopOwnerTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreWebShopOwnerTypeRepository''getChainStoreWebShopOwnerTypeRepositoryService.php'true],
  1093.             'Customize\\Repository\\Master\\ChainStoreWebShopPhoneTypeRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreWebShopPhoneTypeRepository''getChainStoreWebShopPhoneTypeRepositoryService.php'true],
  1094.             'Customize\\Repository\\Master\\ChainStoreWebsiteHiddenItemRepository' => ['privates''Customize\\Repository\\Master\\ChainStoreWebsiteHiddenItemRepository''getChainStoreWebsiteHiddenItemRepositoryService.php'true],
  1095.             'Customize\\Repository\\Master\\ContractTypeRepository' => ['privates''Customize\\Repository\\Master\\ContractTypeRepository''getContractTypeRepositoryService'false],
  1096.             'Customize\\Repository\\Master\\MailMagaPageMaxRepository' => ['privates''Customize\\Repository\\Master\\MailMagaPageMaxRepository''getMailMagaPageMaxRepositoryService.php'true],
  1097.             'Customize\\Repository\\Master\\RelatedChainStoreTypeRepository' => ['privates''Customize\\Repository\\Master\\RelatedChainStoreTypeRepository''getRelatedChainStoreTypeRepositoryService.php'true],
  1098.             'Customize\\Repository\\OrderRepository' => ['privates''Customize\\Repository\\OrderRepository''getOrderRepository2Service'false],
  1099.             'Customize\\Repository\\PreChainStoreRepository' => ['privates''Customize\\Repository\\PreChainStoreRepository''getPreChainStoreRepositoryService.php'true],
  1100.             'Customize\\Repository\\ProductRepository' => ['privates''Customize\\Repository\\ProductRepository''getProductRepository2Service'false],
  1101.             'Customize\\Repository\\ShippingRepository' => ['privates''Customize\\Repository\\ShippingRepository''getShippingRepository2Service'false],
  1102.             'Customize\\Repository\\UploadCashbackDataRepository' => ['privates''Customize\\Repository\\UploadCashbackDataRepository''getUploadCashbackDataRepositoryService.php'true],
  1103.             'Customize\\Repository\\UsageFeeSummaryRepository' => ['privates''Customize\\Repository\\UsageFeeSummaryRepository''getUsageFeeSummaryRepositoryService.php'true],
  1104.             'Customize\\Repository\\ZipcodeInfoRepository' => ['privates''Customize\\Repository\\ZipcodeInfoRepository''getZipcodeInfoRepositoryService.php'true],
  1105.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1106.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1107.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1108.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1109.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService.php'true],
  1110.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1111.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1112.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService.php'true],
  1113.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService.php'true],
  1114.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService.php'true],
  1115.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService.php'true],
  1116.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService.php'true],
  1117.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService.php'true],
  1118.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService.php'true],
  1119.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'false],
  1120.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'false],
  1121.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService.php'true],
  1122.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1123.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService.php'true],
  1124.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'false],
  1125.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'false],
  1126.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService.php'true],
  1127.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService.php'true],
  1128.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService.php'true],
  1129.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService.php'true],
  1130.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService.php'true],
  1131.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1132.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService.php'true],
  1133.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService.php'true],
  1134.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'false],
  1135.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService.php'true],
  1136.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'false],
  1137.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService.php'true],
  1138.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'false],
  1139.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService.php'true],
  1140.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService.php'true],
  1141.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService.php'true],
  1142.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService.php'true],
  1143.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService.php'true],
  1144.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService.php'true],
  1145.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'false],
  1146.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'false],
  1147.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService.php'true],
  1148.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService.php'true],
  1149.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService.php'true],
  1150.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'false],
  1151.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService.php'true],
  1152.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1153.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1154.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1155.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService.php'true],
  1156.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1157.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1158.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService.php'true],
  1159.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1160.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService.php'true],
  1161.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1162.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'false],
  1163.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService.php'true],
  1164.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'false],
  1165.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService.php'true],
  1166.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1167.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService.php'true],
  1168.             'Plugin\\AddressBook\\Repository\\ConfigRepository' => ['privates''Plugin\\AddressBook\\Repository\\ConfigRepository''getConfigRepository2Service.php'true],
  1169.             'Plugin\\Api\\Repository\\WebHookRepository' => ['privates''Plugin\\Api\\Repository\\WebHookRepository''getWebHookRepositoryService.php'true],
  1170.             'Plugin\\Coupon4\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon4\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService.php'true],
  1171.             'Plugin\\Coupon4\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon4\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'false],
  1172.             'Plugin\\Coupon4\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon4\\Repository\\CouponRepository''getCouponRepositoryService'false],
  1173.             'Plugin\\CustomerClassPrice4\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerClassPrice4\\Repository\\ConfigRepository''getConfigRepository3Service.php'true],
  1174.             'Plugin\\CustomerClassPrice4\\Repository\\CustomerClassPriceRepository' => ['privates''Plugin\\CustomerClassPrice4\\Repository\\CustomerClassPriceRepository''getCustomerClassPriceRepositoryService.php'true],
  1175.             'Plugin\\CustomerClassPrice4\\Repository\\CustomerClassRepository' => ['privates''Plugin\\CustomerClassPrice4\\Repository\\CustomerClassRepository''getCustomerClassRepositoryService.php'true],
  1176.             'Plugin\\CustomerGroup\\Repository\\CategoryRepository' => ['privates''Plugin\\CustomerGroup\\Repository\\CategoryRepository''getCategoryRepository2Service.php'true],
  1177.             'Plugin\\CustomerGroup\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerGroup\\Repository\\ConfigRepository''getConfigRepository4Service.php'true],
  1178.             'Plugin\\CustomerGroup\\Repository\\GroupRepository' => ['privates''Plugin\\CustomerGroup\\Repository\\GroupRepository''getGroupRepositoryService.php'true],
  1179.             'Plugin\\DeliveryPlus4\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryPlus4\\Repository\\ConfigRepository''getConfigRepository5Service'false],
  1180.             'Plugin\\ECCUBE4LineLoginIntegration\\Repository\\LineLoginIntegrationRepository' => ['privates''Plugin\\ECCUBE4LineLoginIntegration\\Repository\\LineLoginIntegrationRepository''getLineLoginIntegrationRepositoryService.php'true],
  1181.             'Plugin\\ECCUBE4LineLoginIntegration\\Repository\\LineLoginIntegrationSettingRepository' => ['privates''Plugin\\ECCUBE4LineLoginIntegration\\Repository\\LineLoginIntegrationSettingRepository''getLineLoginIntegrationSettingRepositoryService.php'true],
  1182.             'Plugin\\GmoPsKb4\\Repository\\ConfigRepository' => ['privates''Plugin\\GmoPsKb4\\Repository\\ConfigRepository''getConfigRepositoryService.php'true],
  1183.             'Plugin\\GmoPsKb4\\Repository\\OrderPaymentRepository' => ['privates''Plugin\\GmoPsKb4\\Repository\\OrderPaymentRepository''getOrderPaymentRepositoryService.php'true],
  1184.             'Plugin\\HiddenDeliveryDate\\Repository\\HiddendayRepository' => ['privates''Plugin\\HiddenDeliveryDate\\Repository\\HiddendayRepository''getHiddendayRepositoryService.php'true],
  1185.             'Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemGroupRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemGroupRepository''getKsCartSelectItemGroupRepositoryService'false],
  1186.             'Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemRepository''getKsCartSelectItemRepositoryService'false],
  1187.             'Plugin\\KokokaraSelect\\Repository\\KsOrderItemTypeExRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsOrderItemTypeExRepository''getKsOrderItemTypeExRepositoryService.php'true],
  1188.             'Plugin\\KokokaraSelect\\Repository\\KsProductOptionRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsProductOptionRepository''getKsProductOptionRepositoryService.php'true],
  1189.             'Plugin\\KokokaraSelect\\Repository\\KsProductRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsProductRepository''getKsProductRepositoryService.php'true],
  1190.             'Plugin\\KokokaraSelect\\Repository\\KsSelectItemGroupRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsSelectItemGroupRepository''getKsSelectItemGroupRepositoryService'false],
  1191.             'Plugin\\KokokaraSelect\\Repository\\KsSelectItemRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsSelectItemRepository''getKsSelectItemRepositoryService'false],
  1192.             'Plugin\\KokokaraSelect\\Repository\\KsSelectItemStockRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\KsSelectItemStockRepository''getKsSelectItemStockRepositoryService.php'true],
  1193.             'Plugin\\KokokaraSelect\\Repository\\PlgConfigOptionRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\PlgConfigOptionRepository''getPlgConfigOptionRepositoryService'false],
  1194.             'Plugin\\KokokaraSelect\\Repository\\PlgConfigRepository' => ['privates''Plugin\\KokokaraSelect\\Repository\\PlgConfigRepository''getPlgConfigRepositoryService'false],
  1195.             'Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService.php'true],
  1196.             'Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService.php'true],
  1197.             'Plugin\\MypageReceipt\\Repository\\MypageReceiptConfigRepository' => ['privates''Plugin\\MypageReceipt\\Repository\\MypageReceiptConfigRepository''getMypageReceiptConfigRepositoryService.php'true],
  1198.             'Plugin\\MypageReport\\Repository\\MypageReportConfigRepository' => ['privates''Plugin\\MypageReport\\Repository\\MypageReportConfigRepository''getMypageReportConfigRepositoryService.php'true],
  1199.             'Plugin\\Noshi\\Repository\\NoshiConfigRepository' => ['privates''Plugin\\Noshi\\Repository\\NoshiConfigRepository''getNoshiConfigRepositoryService.php'true],
  1200.             'Plugin\\Noshi\\Repository\\NoshiRepository' => ['privates''Plugin\\Noshi\\Repository\\NoshiRepository''getNoshiRepositoryService.php'true],
  1201.             'Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository''getConfigRepository6Service.php'true],
  1202.             'Plugin\\Webapi\\Repository\\NewsRepository' => ['privates''Plugin\\Webapi\\Repository\\NewsRepository''getNewsRepository2Service.php'true],
  1203.             'Plugin\\ZeusPayment4\\Repository\\ConfigRepository' => ['privates''Plugin\\ZeusPayment4\\Repository\\ConfigRepository''getConfigRepository7Service'false],
  1204.         ], [
  1205.             'Customize\\Repository\\BankTransferInfoRepository' => '?',
  1206.             'Customize\\Repository\\CashbackSummaryMemoRepository' => '?',
  1207.             'Customize\\Repository\\CashbackSummaryRepository' => '?',
  1208.             'Customize\\Repository\\ChainStoreRepository' => '?',
  1209.             'Customize\\Repository\\ChainstoreWebsitesHiddenTypeRepository' => '?',
  1210.             'Customize\\Repository\\CustomerAddressRepository' => '?',
  1211.             'Customize\\Repository\\CustomerCouponRepository' => '?',
  1212.             'Customize\\Repository\\CustomerRepository' => '?',
  1213.             'Customize\\Repository\\DealerSummaryRepository' => '?',
  1214.             'Customize\\Repository\\Master\\ApplicantContractTypeRepository' => '?',
  1215.             'Customize\\Repository\\Master\\BankAccountTypeRepository' => '?',
  1216.             'Customize\\Repository\\Master\\BankBranchRepository' => '?',
  1217.             'Customize\\Repository\\Master\\BankRepository' => '?',
  1218.             'Customize\\Repository\\Master\\ChainStoreBusinessTypeRepository' => '?',
  1219.             'Customize\\Repository\\Master\\ChainStoreMakeContractTypeRepository' => '?',
  1220.             'Customize\\Repository\\Master\\ChainStoreProvideStyleTypeRepository' => '?',
  1221.             'Customize\\Repository\\Master\\ChainStoreProvideTypeRepository' => '?',
  1222.             'Customize\\Repository\\Master\\ChainStoreStatusRepository' => '?',
  1223.             'Customize\\Repository\\Master\\ChainStoreTradingAccountTypeRepository' => '?',
  1224.             'Customize\\Repository\\Master\\ChainStoreWebShopEmailTypeRepository' => '?',
  1225.             'Customize\\Repository\\Master\\ChainStoreWebShopOpeningTypeRepository' => '?',
  1226.             'Customize\\Repository\\Master\\ChainStoreWebShopOwnerTypeRepository' => '?',
  1227.             'Customize\\Repository\\Master\\ChainStoreWebShopPhoneTypeRepository' => '?',
  1228.             'Customize\\Repository\\Master\\ChainStoreWebsiteHiddenItemRepository' => '?',
  1229.             'Customize\\Repository\\Master\\ContractTypeRepository' => '?',
  1230.             'Customize\\Repository\\Master\\MailMagaPageMaxRepository' => '?',
  1231.             'Customize\\Repository\\Master\\RelatedChainStoreTypeRepository' => '?',
  1232.             'Customize\\Repository\\OrderRepository' => '?',
  1233.             'Customize\\Repository\\PreChainStoreRepository' => '?',
  1234.             'Customize\\Repository\\ProductRepository' => '?',
  1235.             'Customize\\Repository\\ShippingRepository' => '?',
  1236.             'Customize\\Repository\\UploadCashbackDataRepository' => '?',
  1237.             'Customize\\Repository\\UsageFeeSummaryRepository' => '?',
  1238.             'Customize\\Repository\\ZipcodeInfoRepository' => '?',
  1239.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1240.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1241.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1242.             'Eccube\\Repository\\BlockRepository' => '?',
  1243.             'Eccube\\Repository\\CartItemRepository' => '?',
  1244.             'Eccube\\Repository\\CartRepository' => '?',
  1245.             'Eccube\\Repository\\CategoryRepository' => '?',
  1246.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1247.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1248.             'Eccube\\Repository\\CsvRepository' => '?',
  1249.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1250.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1251.             'Eccube\\Repository\\CustomerRepository' => '?',
  1252.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1253.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1254.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1255.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1256.             'Eccube\\Repository\\LayoutRepository' => '?',
  1257.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1258.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1259.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1260.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1261.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1262.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1263.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1264.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1265.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1266.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1267.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1268.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1269.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1270.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1271.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1272.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1273.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1274.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1275.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1276.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1277.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1278.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1279.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1280.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1281.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1282.             'Eccube\\Repository\\MemberRepository' => '?',
  1283.             'Eccube\\Repository\\NewsRepository' => '?',
  1284.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1285.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1286.             'Eccube\\Repository\\OrderRepository' => '?',
  1287.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1288.             'Eccube\\Repository\\PageRepository' => '?',
  1289.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1290.             'Eccube\\Repository\\PaymentRepository' => '?',
  1291.             'Eccube\\Repository\\PluginRepository' => '?',
  1292.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1293.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1294.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1295.             'Eccube\\Repository\\ProductRepository' => '?',
  1296.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1297.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1298.             'Eccube\\Repository\\ShippingRepository' => '?',
  1299.             'Eccube\\Repository\\TagRepository' => '?',
  1300.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1301.             'Eccube\\Repository\\TemplateRepository' => '?',
  1302.             'Plugin\\AddressBook\\Repository\\ConfigRepository' => '?',
  1303.             'Plugin\\Api\\Repository\\WebHookRepository' => '?',
  1304.             'Plugin\\Coupon4\\Repository\\CouponDetailRepository' => '?',
  1305.             'Plugin\\Coupon4\\Repository\\CouponOrderRepository' => '?',
  1306.             'Plugin\\Coupon4\\Repository\\CouponRepository' => '?',
  1307.             'Plugin\\CustomerClassPrice4\\Repository\\ConfigRepository' => '?',
  1308.             'Plugin\\CustomerClassPrice4\\Repository\\CustomerClassPriceRepository' => '?',
  1309.             'Plugin\\CustomerClassPrice4\\Repository\\CustomerClassRepository' => '?',
  1310.             'Plugin\\CustomerGroup\\Repository\\CategoryRepository' => '?',
  1311.             'Plugin\\CustomerGroup\\Repository\\ConfigRepository' => '?',
  1312.             'Plugin\\CustomerGroup\\Repository\\GroupRepository' => '?',
  1313.             'Plugin\\DeliveryPlus4\\Repository\\ConfigRepository' => '?',
  1314.             'Plugin\\ECCUBE4LineLoginIntegration\\Repository\\LineLoginIntegrationRepository' => '?',
  1315.             'Plugin\\ECCUBE4LineLoginIntegration\\Repository\\LineLoginIntegrationSettingRepository' => '?',
  1316.             'Plugin\\GmoPsKb4\\Repository\\ConfigRepository' => '?',
  1317.             'Plugin\\GmoPsKb4\\Repository\\OrderPaymentRepository' => '?',
  1318.             'Plugin\\HiddenDeliveryDate\\Repository\\HiddendayRepository' => '?',
  1319.             'Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemGroupRepository' => '?',
  1320.             'Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemRepository' => '?',
  1321.             'Plugin\\KokokaraSelect\\Repository\\KsOrderItemTypeExRepository' => '?',
  1322.             'Plugin\\KokokaraSelect\\Repository\\KsProductOptionRepository' => '?',
  1323.             'Plugin\\KokokaraSelect\\Repository\\KsProductRepository' => '?',
  1324.             'Plugin\\KokokaraSelect\\Repository\\KsSelectItemGroupRepository' => '?',
  1325.             'Plugin\\KokokaraSelect\\Repository\\KsSelectItemRepository' => '?',
  1326.             'Plugin\\KokokaraSelect\\Repository\\KsSelectItemStockRepository' => '?',
  1327.             'Plugin\\KokokaraSelect\\Repository\\PlgConfigOptionRepository' => '?',
  1328.             'Plugin\\KokokaraSelect\\Repository\\PlgConfigRepository' => '?',
  1329.             'Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1330.             'Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository' => '?',
  1331.             'Plugin\\MypageReceipt\\Repository\\MypageReceiptConfigRepository' => '?',
  1332.             'Plugin\\MypageReport\\Repository\\MypageReportConfigRepository' => '?',
  1333.             'Plugin\\Noshi\\Repository\\NoshiConfigRepository' => '?',
  1334.             'Plugin\\Noshi\\Repository\\NoshiRepository' => '?',
  1335.             'Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository' => '?',
  1336.             'Plugin\\Webapi\\Repository\\NewsRepository' => '?',
  1337.             'Plugin\\ZeusPayment4\\Repository\\ConfigRepository' => '?',
  1338.         ])));
  1339.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1340.         $a->addCustomStringFunction('REPLACE''Customize\\Doctrine\\ORM\\Query\\Replace');
  1341.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1342.         $a->addCustomDatetimeFunction('DATE_FORMAT''Customize\\Doctrine\\ORM\\Query\\DateFormat');
  1343.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1344.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1345.         $a->addEntityNamespace('TrikoderOAuth2Bundle''Trikoder\\Bundle\\OAuth2Bundle\\Model');
  1346.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1347.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1348.         return $instance;
  1349.     }
  1350.     /**
  1351.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  1352.      *
  1353.      * @return \Doctrine\Common\Cache\ArrayCache
  1354.      */
  1355.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  1356.     {
  1357.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1358.         $instance->setNamespace('sf_orm_default_3e7e6b8371715c7821c9eacd9e3fec0f11eb5e3da678a92b1eba19bf863ccfa7');
  1359.         return $instance;
  1360.     }
  1361.     /**
  1362.      * Gets the public 'eccube.purchase.flow.shopping' shared service.
  1363.      *
  1364.      * @return \Eccube\Service\PurchaseFlow\PurchaseFlow
  1365.      */
  1366.     protected function getEccube_Purchase_Flow_ShoppingService()
  1367.     {
  1368.         $this->services['eccube.purchase.flow.shopping'] = $instance = new \Eccube\Service\PurchaseFlow\PurchaseFlow();
  1369.         $a = ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService());
  1370.         $b = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] ?? $this->getTaxProcessorService());
  1371.         $c = ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService());
  1372.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1373.         $e = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  1374.         $f = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService());
  1375.         $g = ($this->privates['Customize\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] ?? $this->getAddPointProcessorService());
  1376.         $h = ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService());
  1377.         $i = ($this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] ?? $this->getKsServiceService());
  1378.         $j = ($this->privates['Plugin\\KokokaraSelect\\Service\\KsOrderItemService'] ?? $this->getKsOrderItemServiceService());
  1379.         $k = ($this->privates['Plugin\\KokokaraSelect\\Service\\KsOrderService'] ?? $this->getKsOrderServiceService());
  1380.         $l = new \Plugin\Coupon4\Service\PurchaseFlow\Processor\CouponProcessor($d, ($this->privates['Plugin\\Coupon4\\Service\\CouponService'] ?? $this->getCouponServiceService()), ($this->privates['Plugin\\Coupon4\\Repository\\CouponRepository'] ?? $this->getCouponRepositoryService()), ($this->privates['Plugin\\Coupon4\\Repository\\CouponOrderRepository'] ?? $this->getCouponOrderRepositoryService()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()), $e);
  1381.         $m = new \Plugin\KokokaraSelect\Service\PurchaseFlow\KokokaraSelectOrderItemStockValidator($k, ($this->services['session'] ?? $this->getSessionService()));
  1382.         $n = ($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService());
  1383.         $m->setConfigService($n);
  1384.         $o = new \Plugin\KokokaraSelect\Service\PurchaseFlow\KokokaraSelectOrderItemValidator($h$i$k$a);
  1385.         $o->setConfigService($n);
  1386.         $instance->setFlowType('shopping');
  1387.         $instance->setItemValidators(new \Doctrine\Common\Collections\ArrayCollection([=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] ?? $this->getDeliverySettingValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ProductStatusValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ProductStatusValidator'] = new \Eccube\Service\PurchaseFlow\Processor\ProductStatusValidator())), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PriceChangeValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PriceChangeValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PriceChangeValidator()))]));
  1388.         $instance->setItemHolderValidators(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\StockMultipleValidator($a), => new \Eccube\Service\PurchaseFlow\Processor\SaleLimitMultipleValidator($a), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] ?? $this->getEmptyItemsValidatorService())]));
  1389.         $instance->setItemHolderPreprocessors(new \Doctrine\Common\Collections\ArrayCollection([=> $b=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\OrderNoProcessor'] ?? $this->getOrderNoProcessorService()), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor($c$d$e, ($this->privates['Eccube\\Repository\\DeliveryFeeRepository'] ?? $this->getDeliveryFeeRepositoryService())), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeeFreeByShippingPreprocessor($c), => new \Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor(($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] ?? $this->getTaxDisplayTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] ?? $this->getTaxTypeRepositoryService())), => $b]));
  1390.         $instance->setDiscountProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> $f]));
  1391.         $instance->setItemHolderPostValidators(new \Doctrine\Common\Collections\ArrayCollection([=> $g=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalLimitValidator'] ?? $this->getPaymentTotalLimitValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalNegativeValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalNegativeValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentTotalNegativeValidator())), => new \Eccube\Service\PurchaseFlow\Processor\PaymentChargeChangeValidator(), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeeChangeValidator()]));
  1392.         $instance->setPurchaseProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\PreOrderIdValidator($h), => $f=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService()), => new \Plugin\KokokaraSelect\Service\PurchaseFlow\Processor\KokokaraSelectStockReduceProcessor($i, ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemService'] ?? $this->getKsSelectItemServiceService()), $d$j$k), => new \Eccube\Service\PurchaseFlow\Processor\CustomerPurchaseInfoProcessor(), => new \Eccube\Service\PurchaseFlow\Processor\OrderUpdateProcessor(($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()))]));
  1393.         $instance->addItemValidator(($this->privates['Plugin\\KokokaraSelect\\Service\\PurchaseFlow\\KokokaraSelectItemValidator'] ?? $this->getKokokaraSelectItemValidatorService()));
  1394.         $instance->addItemValidator(($this->privates['Plugin\\KokokaraSelect\\Service\\PurchaseFlow\\Processor\\KokokaraSelectOrderItemHolderPreprocessor'] ?? $this->getKokokaraSelectOrderItemHolderPreprocessorService()));
  1395.         $instance->addItemHolderPreprocessor($l);
  1396.         $instance->addItemHolderPreprocessor(new \Plugin\KokokaraSelect\Service\PurchaseFlow\Processor\TaxFixProcessor($e$j));
  1397.         $instance->addItemHolderValidator($l);
  1398.         $instance->addItemHolderValidator(new \Plugin\DeliveryPlus4\Service\PurchaseFlow\Processor\DeliveryChangeValidator(($this->privates['Plugin\\DeliveryPlus4\\Service\\DeliveryPlusService'] ?? $this->getDeliveryPlusServiceService())));
  1399.         $instance->addItemHolderValidator($m);
  1400.         $instance->addItemHolderValidator($o);
  1401.         $instance->addItemHolderPostValidator($g);
  1402.         $instance->addPurchaseProcessor($l);
  1403.         $instance->addPurchaseProcessor(new \Plugin\KokokaraSelect\Service\PurchaseFlow\Processor\KokokaraSelectProcessor($i));
  1404.         return $instance;
  1405.     }
  1406.     /**
  1407.      * Gets the public 'event_dispatcher' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1410.      */
  1411.     protected function getEventDispatcherService()
  1412.     {
  1413.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1414.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1415.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1416.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1417.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1418.         $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']))));
  1419.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1420.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1421.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1422.         $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())));
  1423.         $instance->addListener('kernel.request', [=> function () {
  1424.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1425.         }, => 'onKernelRequest'], 1024);
  1426.         $instance->addListener('kernel.controller', [=> function () {
  1427.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1428.         }, => 'onKernelController'], 0);
  1429.         $instance->addListener('kernel.request', [=> function () {
  1430.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  1431.         }, => 'handleRequest'], 1);
  1432.         $instance->addListener('kernel.response', [=> function () {
  1433.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  1434.         }, => 'handleResponse'], 0);
  1435.         $instance->addListener('kernel.request', [=> function () {
  1436.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1437.         }, => 'onKernelRequest'], 0);
  1438.         $instance->addListener('trikoder.oauth2.authorization_request_resolve', [=> function () {
  1439.             return ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'] ?? $this->load('getAuthorizationRequestUserResolvingListenerService.php'));
  1440.         }, => 'onAuthorizationRequest'], 1024);
  1441.         $instance->addListener('kernel.controller', [=> function () {
  1442.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1443.         }, => 'onController'], 0);
  1444.         $instance->addListener('kernel.request', [=> function () {
  1445.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1446.         }, => 'onKernelRequest'], 512);
  1447.         $instance->addListener('kernel.request', [=> function () {
  1448.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1449.         }, => 'onKernelRequestEarly'], 500);
  1450.         $instance->addListener('kernel.request', [=> function () {
  1451.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1452.         }, => 'onKernelRequest'], 6);
  1453.         $instance->addListener('kernel.response', [=> function () {
  1454.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1455.         }, => 'onKernelResponse'], 0);
  1456.         $instance->addListener('kernel.controller', [=> function () {
  1457.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1458.         }, => 'onKernelController'], 0);
  1459.         $instance->addListener('kernel.terminate', [=> function () {
  1460.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1461.         }, => 'onKernelTerminate'], 0);
  1462.         $instance->addListener('kernel.exception', [=> function () {
  1463.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1464.         }, => 'onKernelException'], -4);
  1465.         $instance->addListener('security.interactive_login', [=> function () {
  1466.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
  1467.         }, => 'onInteractiveLogin'], 0);
  1468.         $instance->addListener('security.authentication.failure', [=> function () {
  1469.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
  1470.         }, => 'onAuthenticationFailure'], 0);
  1471.         $instance->addListener('kernel.request', [=> function () {
  1472.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1473.         }, => 'onKernelRequest'], 512);
  1474.         $instance->addListener('security.interactive_login', [=> function () {
  1475.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
  1476.         }, => 'onInteractiveLogin'], 0);
  1477.         $instance->addListener('security.authentication.failure', [=> function () {
  1478.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
  1479.         }, => 'onAuthenticationFailure'], 0);
  1480.         $instance->addListener('kernel.request', [=> function () {
  1481.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1482.         }, => 'onKernelRequest'], 0);
  1483.         $instance->addListener('kernel.exception', [=> function () {
  1484.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1485.         }, => 'onKernelException'], 0);
  1486.         $instance->addListener('kernel.terminate', [=> function () {
  1487.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1488.         }, => 'onKernelTerminate'], 0);
  1489.         $instance->addListener('kernel.request', [=> function () {
  1490.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1491.         }, => 'onKernelRequest'], 6);
  1492.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1493.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1494.         }, => 'onKernelController'], 7);
  1495.         $instance->addListener('form.pre_submit', [=> function () {
  1496.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1497.         }, => 'onPreSubmit'], 0);
  1498.         $instance->addListener('form.pre_submit', [=> function () {
  1499.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1500.         }, => 'purifySubmittedData'], 1000001);
  1501.         $instance->addListener('form.pre_submit', [=> function () {
  1502.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1503.         }, => 'onPreSubmit'], 0);
  1504.         $instance->addListener('workflow.order.completed', [=> function () {
  1505.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1506.         }, => 'onCompleted'], 0);
  1507.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1508.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1509.         }, => 'updatePaymentDate'], 0);
  1510.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1511.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1512.         }, => 'rollbackStock'], 0);
  1513.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1514.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1515.         }, => 'rollbackUsePoint'], 0);
  1516.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1517.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1518.         }, => 'commitStock'], 0);
  1519.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1520.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1521.         }, => 'commitUsePoint'], 0);
  1522.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1523.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1524.         }, => 'commitAddPoint'], 0);
  1525.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1526.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1527.         }, => 'rollbackUsePoint'], 0);
  1528.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1529.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1530.         }, => 'rollbackAddPoint'], 0);
  1531.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1532.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1533.         }, => 'commitUsePoint'], 0);
  1534.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1535.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1536.         }, => 'commitAddPoint'], 0);
  1537.         $instance->addListener('kernel.terminate', [=> function () {
  1538.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->load('getSystemServiceService.php'));
  1539.         }, => 'disableMaintenanceEvent'], 0);
  1540.         $instance->addListener('kernel.terminate', [=> function () {
  1541.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1542.         }, => 'forceClearCache'], 0);
  1543.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1544.             return ($this->privates['Plugin\\AddressBook\\Event'] ?? ($this->privates['Plugin\\AddressBook\\Event'] = new \Plugin\AddressBook\Event()));
  1545.         }, => 'addAddressBookLinkToDeliveryTwig'], 0);
  1546.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1547.             return ($this->privates['Plugin\\AddressBook\\Event'] ?? ($this->privates['Plugin\\AddressBook\\Event'] = new \Plugin\AddressBook\Event()));
  1548.         }, => 'addAddressBookLinkToDeliveryEditTwig'], 0);
  1549.         $instance->addListener('Shopping/index.twig', [=> function () {
  1550.             return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEvent2Service.php'));
  1551.         }, => 'index'], 0);
  1552.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1553.             return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEvent2Service.php'));
  1554.         }, => 'confirm'], 0);
  1555.         $instance->addListener('Mypage/history.twig', [=> function () {
  1556.             return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEvent2Service.php'));
  1557.         }, => 'onRenderMypageHistory'], 0);
  1558.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1559.             return ($this->privates['Plugin\\Coupon4\\Event'] ?? $this->load('getEvent2Service.php'));
  1560.         }, => 'onRenderAdminOrderEdit'], 0);
  1561.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1562.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1563.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1564.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1565.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1566.         }, => 'hookAdminProductCopyComplete'], 0);
  1567.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1568.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1569.         }, => 'onTemplateAdminProductEdit'], 0);
  1570.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1571.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1572.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1573.         $instance->addListener('Product/list.twig', [=> function () {
  1574.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1575.         }, => 'onTemplateProductList'], 0);
  1576.         $instance->addListener('Product/detail.twig', [=> function () {
  1577.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1578.         }, => 'onTemplateProductDetail'], 0);
  1579.         $instance->addListener('Shopping/index.twig', [=> function () {
  1580.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1581.         }, => 'onTemplateShoppingIndex'], 0);
  1582.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1583.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1584.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1585.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1586.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1587.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1588.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1589.             return ($this->privates['Plugin\\DeliveryPlus4\\DeliveryPlusEvent'] ?? $this->load('getDeliveryPlusEventService.php'));
  1590.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1591.         $instance->addListener('Entry/index.twig', [=> function () {
  1592.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1593.         }, => 'onRenderEntryIndex'], 10);
  1594.         $instance->addListener('Entry/index.twig', [=> function () {
  1595.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1596.         }, => 'onRenderLineEntryButton'], -10);
  1597.         $instance->addListener('front.entry.index.complete', [=> function () {
  1598.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1599.         }, => 'onCompleteEntry'], 0);
  1600.         $instance->addListener('Mypage/login.twig', [=> function () {
  1601.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1602.         }, => 'onRenderLineLoginButton'], 0);
  1603.         $instance->addListener('Mypage/change.twig', [=> function () {
  1604.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1605.         }, => 'onRenderMypageChange'], 0);
  1606.         $instance->addListener('Shopping/login.twig', [=> function () {
  1607.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1608.         }, => 'onRenderShoppingLineLoginButton'], 0);
  1609.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1610.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1611.         }, => 'onCompleteMypageChange'], 0);
  1612.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1613.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1614.         }, => 'onCompleteMypageWithdraw'], 0);
  1615.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1616.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService.php'));
  1617.         }, => 'onCompleteCustomerEdit'], 0);
  1618.         $instance->addListener('Mypage/_navi.twig', [=> function () {
  1619.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1620.         }, => 'onTwigMypageNavi'], 0);
  1621.         $instance->addListener('Mypage/index.twig', [=> function () {
  1622.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1623.         }, => 'onTwigMypageNavi'], 0);
  1624.         $instance->addListener('Mypage/history.twig', [=> function () {
  1625.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1626.         }, => 'onTwigMypageNavi'], 0);
  1627.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1628.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1629.         }, => 'onTwigMypageNavi'], 0);
  1630.         $instance->addListener('Mypage/change.twig', [=> function () {
  1631.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1632.         }, => 'onTwigMypageNavi'], 0);
  1633.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1634.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1635.         }, => 'onTwigMypageNavi'], 0);
  1636.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1637.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1638.         }, => 'onTwigMypageNavi'], 0);
  1639.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1640.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1641.         }, => 'onTwigMypageNavi'], 0);
  1642.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1643.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1644.         }, => 'onTwigMypageNavi'], 0);
  1645.         $instance->addListener('@GmoPsKb4/Mypage/index.twig', [=> function () {
  1646.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1647.         }, => 'onTwigMypageNavi'], 0);
  1648.         $instance->addListener('@GmoPsKb4/Mypage/examination.twig', [=> function () {
  1649.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1650.         }, => 'onTwigMypageNavi'], 0);
  1651.         $instance->addListener('@GmoPsKb4/Mypage/examination_confirm.twig', [=> function () {
  1652.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1653.         }, => 'onTwigMypageNavi'], 0);
  1654.         $instance->addListener('@GmoPsKb4/Mypage/examination_complete.twig', [=> function () {
  1655.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1656.         }, => 'onTwigMypageNavi'], 0);
  1657.         $instance->addListener('Shopping/index.twig', [=> function () {
  1658.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1659.         }, => 'onTwigShoppingIndex'], 0);
  1660.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1661.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1662.         }, => 'onTwigAdminOrderEdit'], 0);
  1663.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1664.             return ($this->privates['Plugin\\GmoPsKb4\\EventDispatcher\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  1665.         }, => 'onTwigAdminCustomerEdit'], 0);
  1666.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1667.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\AdminOrderEditEventSubscriber'] ?? $this->load('getAdminOrderEditEventSubscriberService.php'));
  1668.         }, => 'onTemplateAdminOrderEdit'], 0);
  1669.         $instance->addListener('@admin/Order/order_item_type.twig', [=> function () {
  1670.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\AdminOrderEditEventSubscriber'] ?? $this->load('getAdminOrderEditEventSubscriberService.php'));
  1671.         }, => 'onAdminOrderOrderItemTypeTemplate'], 0);
  1672.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1673.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\AdminOrderEditEventSubscriber'] ?? $this->load('getAdminOrderEditEventSubscriberService.php'));
  1674.         }, => 'onAdminOrderShippingTemplate'], 0);
  1675.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1676.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\AdminOrderEditEventSubscriber'] ?? $this->load('getAdminOrderEditEventSubscriberService.php'));
  1677.         }, => 'onAdminOrderMailIndexChange'], 0);
  1678.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1679.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService.php'));
  1680.         }, => 'onTemplateProductProduct'], 0);
  1681.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1682.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService.php'));
  1683.         }, => 'onTemplateProductIndex'], 10);
  1684.         $instance->addListener('Cart/index.twig', [=> function () {
  1685.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService.php'));
  1686.         }, => 'onCartIndexTemplate'], -30);
  1687.         $instance->addListener('kernel.controller', [=> function () {
  1688.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\KernelEventsSubscriber'] ?? $this->getKernelEventsSubscriberService());
  1689.         }, => 'onControllerBefore'], 0);
  1690.         $instance->addListener('mail.order', [=> function () {
  1691.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\MailEventSubscriber'] ?? $this->load('getMailEventSubscriberService.php'));
  1692.         }, => 'onMailOrder'], 0);
  1693.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1694.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\MailEventSubscriber'] ?? $this->load('getMailEventSubscriberService.php'));
  1695.         }, => 'onAdminOrderMailIndexInitialize'], 0);
  1696.         $instance->addListener('Mypage/history.twig', [=> function () {
  1697.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService.php'));
  1698.         }, => 'onTemplateMypageHistory'], 0);
  1699.         $instance->addListener('front.mypage.mypage.order.complete', [=> function () {
  1700.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService.php'));
  1701.         }, => 'onFrontMypageMypageOrderComplete'], 0);
  1702.         $instance->addListener('Product/list.twig', [=> function () {
  1703.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\ProductEventSubscriber'] ?? $this->load('getProductEventSubscriberService.php'));
  1704.         }, => 'onProductListTemplate'], 0);
  1705.         $instance->addListener('Product/detail.twig', [=> function () {
  1706.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\ProductEventSubscriber'] ?? $this->load('getProductEventSubscriberService.php'));
  1707.         }, => 'onProductDetailTemplate'], 0);
  1708.         $instance->addListener('@CartInRecommend/default/Product/recommend.twig', [=> function () {
  1709.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\ProductEventSubscriber'] ?? $this->load('getProductEventSubscriberService.php'));
  1710.         }, => 'onCartInRecommendTemplate'], 0);
  1711.         $instance->addListener('pinpoint_sale.helper.hook_route', [=> function () {
  1712.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\ProductEventSubscriber'] ?? $this->load('getProductEventSubscriberService.php'));
  1713.         }, => 'onPinpointSaleHelperHookRoute'], 0);
  1714.         $instance->addListener('Shopping/index.twig', [=> function () {
  1715.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService.php'));
  1716.         }, => 'onTemplateShopping'], -20);
  1717.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1718.             return ($this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService.php'));
  1719.         }, => 'onTemplateShoppingConfirm'], -20);
  1720.         $instance->addListener('knp_pager.items', [=> function () {
  1721.             return ($this->privates['Plugin\\MailMagazine4\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService.php'));
  1722.         }, => 'items'], 1);
  1723.         $instance->addListener('Mypage/history.twig', [=> function () {
  1724.             return ($this->privates['Plugin\\MypageReport\\MypageReportEvent'] ?? ($this->privates['Plugin\\MypageReport\\MypageReportEvent'] = new \Plugin\MypageReport\MypageReportEvent()));
  1725.         }, => 'onRenderMypageHistory'], 0);
  1726.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1727.             return ($this->privates['Plugin\\OrderBulkDelete4\\Event'] ?? ($this->privates['Plugin\\OrderBulkDelete4\\Event'] = new \Plugin\OrderBulkDelete4\Event()));
  1728.         }, => 'onAdminOrderIndexTwig'], 0);
  1729.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1730.             return ($this->privates['Plugin\\SeoListDetail\\SeoListDetailEvent'] ?? ($this->privates['Plugin\\SeoListDetail\\SeoListDetailEvent'] = new \Plugin\SeoListDetail\SeoListDetailEvent()));
  1731.         }, => 'onAdminProduct'], 0);
  1732.         $instance->addListener('@admin/Product/category.twig', [=> function () {
  1733.             return ($this->privates['Plugin\\SeoListDetail\\SeoListDetailEvent'] ?? ($this->privates['Plugin\\SeoListDetail\\SeoListDetailEvent'] = new \Plugin\SeoListDetail\SeoListDetailEvent()));
  1734.         }, => 'onAdminCategory'], 0);
  1735.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1736.             return ($this->privates['Plugin\\ZeusPayment4\\Service\\ZeusCancelService'] ?? $this->load('getZeusCancelServiceService.php'));
  1737.         }, => 'cancel'], 0);
  1738.         $instance->addListener('Shopping/index.twig', [=> function () {
  1739.             return ($this->privates['Plugin\\ZeusPayment4\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1740.         }, => 'onShoppingIndexTwig'], 0);
  1741.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1742.             return ($this->privates['Plugin\\ZeusPayment4\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1743.         }, => 'onShoppingConfirmTwig'], 0);
  1744.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1745.             return ($this->privates['Plugin\\ZeusPayment4\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1746.         }, => 'adminOrderIndexTwig'], 0);
  1747.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1748.             return ($this->privates['Plugin\\ZeusPayment4\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1749.         }, => 'adminOrderEditTwig'], 0);
  1750.         $instance->addListener('kernel.controller', [=> function () {
  1751.             return ($this->privates['Plugin\\ZeusPayment4\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1752.         }, => 'onKernelController'], 130);
  1753.         $instance->addListener('security.interactive_login', [=> function () {
  1754.             return ($this->privates['Customize\\EventListener\\ChainStoreCartSecurityListener'] ?? $this->load('getChainStoreCartSecurityListenerService.php'));
  1755.         }, => 'onInteractiveLogin'], 0);
  1756.         $instance->addListener('kernel.request', [=> function () {
  1757.             return ($this->privates['Customize\\EventListener\\ChainStoreTwigInitializeListener'] ?? $this->getChainStoreTwigInitializeListenerService());
  1758.         }, => 'onKernelRequest'], 6);
  1759.         $instance->addListener('kernel.request', [=> function () {
  1760.             return ($this->privates['Customize\\EventListener\\EnUserTwigInitializeListener'] ?? $this->getEnUserTwigInitializeListenerService());
  1761.         }, => 'onKernelRequest'], 6);
  1762.         $instance->addListener('kernel.request', [=> function () {
  1763.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1764.         }, => 'onKernelRequest'], 4096);
  1765.         $instance->addListener('kernel.response', [=> function () {
  1766.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1767.         }, => 'onKernelResponse'], 0);
  1768.         $instance->addListener('kernel.response', [=> function () {
  1769.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1770.         }, => 'onKernelResponse'], -1024);
  1771.         $instance->addListener('kernel.request', [=> function () {
  1772.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1773.         }, => 'setDefaultLocale'], 100);
  1774.         $instance->addListener('kernel.request', [=> function () {
  1775.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1776.         }, => 'onKernelRequest'], 16);
  1777.         $instance->addListener('kernel.finish_request', [=> function () {
  1778.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1779.         }, => 'onKernelFinishRequest'], 0);
  1780.         $instance->addListener('kernel.request', [=> function () {
  1781.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1782.         }, => 'onKernelRequest'], 256);
  1783.         $instance->addListener('kernel.request', [=> function () {
  1784.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1785.         }, => 'resolveControllerName'], 24);
  1786.         $instance->addListener('kernel.response', [=> function () {
  1787.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1788.         }, => 'onResponse'], -255);
  1789.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1790.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1791.         }, => 'onControllerArguments'], 0);
  1792.         $instance->addListener('kernel.exception', [=> function () {
  1793.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1794.         }, => 'logKernelException'], 0);
  1795.         $instance->addListener('kernel.exception', [=> function () {
  1796.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1797.         }, => 'onKernelException'], -128);
  1798.         $instance->addListener('kernel.request', [=> function () {
  1799.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1800.         }, => 'onKernelRequest'], 15);
  1801.         $instance->addListener('kernel.finish_request', [=> function () {
  1802.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1803.         }, => 'onKernelFinishRequest'], -15);
  1804.         $instance->addListener('console.error', [=> function () {
  1805.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1806.         }, => 'onConsoleError'], -128);
  1807.         $instance->addListener('console.terminate', [=> function () {
  1808.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1809.         }, => 'onConsoleTerminate'], -128);
  1810.         $instance->addListener('console.error', [=> function () {
  1811.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1812.         }, => 'onConsoleError'], 0);
  1813.         $instance->addListener('kernel.request', [=> function () {
  1814.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1815.         }, => 'onKernelRequest'], 128);
  1816.         $instance->addListener('kernel.response', [=> function () {
  1817.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1818.         }, => 'onKernelResponse'], -1000);
  1819.         $instance->addListener('kernel.finish_request', [=> function () {
  1820.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1821.         }, => 'onFinishRequest'], 0);
  1822.         $instance->addListener('kernel.response', [=> function () {
  1823.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1824.         }, => 'onKernelResponse'], 0);
  1825.         $instance->addListener('kernel.request', [=> function () {
  1826.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1827.         }, => 'onKernelRequest'], 48);
  1828.         $instance->addListener('kernel.response', [=> function () {
  1829.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1830.         }, => 'onKernelResponse'], -100);
  1831.         $instance->addListener('kernel.exception', [=> function () {
  1832.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1833.         }, => 'onKernelException'], 0);
  1834.         $instance->addListener('kernel.terminate', [=> function () {
  1835.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1836.         }, => 'onKernelTerminate'], -1024);
  1837.         $instance->addListener('kernel.controller', [=> function () {
  1838.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1839.         }, => 'onKernelController'], 0);
  1840.         $instance->addListener('kernel.response', [=> function () {
  1841.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1842.         }, => 'onKernelResponse'], 0);
  1843.         $instance->addListener('kernel.request', [=> function () {
  1844.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1845.         }, => 'configure'], 2048);
  1846.         $instance->addListener('console.command', [=> function () {
  1847.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1848.         }, => 'configure'], 2048);
  1849.         $instance->addListener('kernel.request', [=> function () {
  1850.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1851.         }, => 'onKernelRequest'], 32);
  1852.         $instance->addListener('kernel.finish_request', [=> function () {
  1853.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1854.         }, => 'onKernelFinishRequest'], 0);
  1855.         $instance->addListener('kernel.exception', [=> function () {
  1856.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1857.         }, => 'onKernelException'], -64);
  1858.         $instance->addListener('kernel.response', [=> function () {
  1859.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1860.         }, => 'onKernelResponse'], 0);
  1861.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1862.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1863.         }, => 'onVoterVote'], 0);
  1864.         $instance->addListener('kernel.request', [=> function () {
  1865.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1866.         }, => 'configureLogoutUrlGenerator'], 8);
  1867.         $instance->addListener('kernel.request', [=> function () {
  1868.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1869.         }, => 'onKernelRequest'], 8);
  1870.         $instance->addListener('kernel.finish_request', [=> function () {
  1871.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1872.         }, => 'onKernelFinishRequest'], 0);
  1873.         $instance->addListener('kernel.controller', [=> function () {
  1874.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1875.         }, => 'onKernelController'], 0);
  1876.         $instance->addListener('kernel.controller', [=> function () {
  1877.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1878.         }, => 'onKernelController'], 0);
  1879.         $instance->addListener('kernel.controller', [=> function () {
  1880.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1881.         }, => 'onKernelController'], -128);
  1882.         $instance->addListener('kernel.view', [=> function () {
  1883.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1884.         }, => 'onKernelView'], 0);
  1885.         $instance->addListener('kernel.controller', [=> function () {
  1886.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1887.         }, => 'onKernelController'], 0);
  1888.         $instance->addListener('kernel.response', [=> function () {
  1889.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1890.         }, => 'onKernelResponse'], 0);
  1891.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1892.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1893.         }, => 'onKernelControllerArguments'], 0);
  1894.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1895.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1896.         }, => 'onKernelControllerArguments'], 0);
  1897.         $instance->addListener('kernel.view', [=> function () {
  1898.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->load('getSensioFrameworkExtra_Psr7_Listener_ResponseService.php'));
  1899.         }, => 'onKernelView'], 0);
  1900.         $instance->addListener('console.command', [=> function () {
  1901.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1902.         }, => 'onCommand'], 255);
  1903.         $instance->addListener('console.terminate', [=> function () {
  1904.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1905.         }, => 'onTerminate'], -255);
  1906.         $instance->addListener('kernel.exception', [=> function () {
  1907.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1908.         }, => 'onException'], 0);
  1909.         $instance->addListener('kernel.terminate', [=> function () {
  1910.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1911.         }, => 'onTerminate'], 0);
  1912.         $instance->addListener('console.error', [=> function () {
  1913.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1914.         }, => 'onException'], 0);
  1915.         $instance->addListener('console.terminate', [=> function () {
  1916.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1917.         }, => 'onTerminate'], 0);
  1918.         $instance->addListener('console.command', [=> function () {
  1919.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1920.         }, => 'configure'], 1024);
  1921.         $instance->addListener('kernel.response', [=> function () {
  1922.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1923.         }, => 'onKernelResponse'], -128);
  1924.         $instance->addListener('console.error', [=> function () {
  1925.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1926.         }, => 'onConsoleError'], 0);
  1927.         $instance->addListener('console.terminate', [=> function () {
  1928.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1929.         }, => 'onConsoleTerminate'], 0);
  1930.         $instance->addListener('knp_pager.before', [=> function () {
  1931.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1932.         }, => 'before'], 0);
  1933.         $instance->addListener('knp_pager.pagination', [=> function () {
  1934.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1935.         }, => 'pagination'], 0);
  1936.         $instance->addListener('knp_pager.before', [=> function () {
  1937.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1938.         }, => 'before'], 1);
  1939.         $instance->addListener('knp_pager.before', [=> function () {
  1940.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1941.         }, => 'before'], 1);
  1942.         $instance->addListener('knp_pager.pagination', [=> function () {
  1943.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1944.         }, => 'pagination'], 1);
  1945.         return $instance;
  1946.     }
  1947.     /**
  1948.      * Gets the public 'http_kernel' shared service.
  1949.      *
  1950.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1951.      */
  1952.     protected function getHttpKernelService()
  1953.     {
  1954.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1955.         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 () {
  1956.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1957.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1958.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1959.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1960.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->load('getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService.php'));
  1961.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1962.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1963.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1964.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1965.         }, 9)), $a));
  1966.     }
  1967.     /**
  1968.      * Gets the public 'profiler' shared service.
  1969.      *
  1970.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1971.      */
  1972.     protected function getProfilerService()
  1973.     {
  1974.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1975.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1976.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1977.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1978.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1979.         $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']))));
  1980.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1981.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1982.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1983.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1984.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1985.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1986.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1987.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1988.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1989.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1990.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1991.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1992.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1993.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1994.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1995.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1996.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1997.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1998.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1999.         $f = new \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector(($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()));
  2000.         $f->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  2001.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2002.         if ($this->has('kernel')) {
  2003.             $g->setKernel($b);
  2004.         }
  2005.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2006.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2007.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2008.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2009.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2010.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2011.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2012.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/EccubeEccube_KernelDevDebugContainer'), $c));
  2013.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2014.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2015.         $instance->add($d);
  2016.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2017.         $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())));
  2018.         $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())));
  2019.         $instance->add($e);
  2020.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2021.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2022.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  2023.         $instance->add($f);
  2024.         $instance->add($g);
  2025.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  2026.         return $instance;
  2027.     }
  2028.     /**
  2029.      * Gets the public 'request_stack' shared service.
  2030.      *
  2031.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2032.      */
  2033.     protected function getRequestStackService()
  2034.     {
  2035.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2036.     }
  2037.     /**
  2038.      * Gets the public 'router' shared service.
  2039.      *
  2040.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2041.      */
  2042.     protected function getRouterService()
  2043.     {
  2044.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2045.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2046.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2047.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2048.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2049.         $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']))));
  2050.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2051.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2052.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2053.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2054.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2055.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  2056.         ], [
  2057.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2058.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$this->getEnv('ECCUBE_LOCALE'));
  2059.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2060.         return $instance;
  2061.     }
  2062.     /**
  2063.      * Gets the public 'security.authorization_checker' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2066.      */
  2067.     protected function getSecurity_AuthorizationCheckerService()
  2068.     {
  2069.         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);
  2070.     }
  2071.     /**
  2072.      * Gets the public 'security.csrf.token_manager' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2075.      */
  2076.     protected function getSecurity_Csrf_TokenManagerService()
  2077.     {
  2078.         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())));
  2079.     }
  2080.     /**
  2081.      * Gets the public 'security.token_storage' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2084.      */
  2085.     protected function getSecurity_TokenStorageService()
  2086.     {
  2087.         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, [
  2088.             'session' => ['services''session''getSessionService'false],
  2089.         ], [
  2090.             'session' => '?',
  2091.         ]));
  2092.     }
  2093.     /**
  2094.      * Gets the public 'session' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2097.      */
  2098.     protected function getSessionService()
  2099.     {
  2100.         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)));
  2101.     }
  2102.     /**
  2103.      * Gets the public 'state_machine.order' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\Workflow\StateMachine
  2106.      */
  2107.     protected function getStateMachine_OrderService()
  2108.     {
  2109.         return $this->services['state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'=> '10'], [=> new \Symfony\Component\Workflow\Transition('pay''1''6'), => new \Symfony\Component\Workflow\Transition('makeship''1''10'), => new \Symfony\Component\Workflow\Transition('makeship''6''10'), => new \Symfony\Component\Workflow\Transition('makeship''4''10'), => new \Symfony\Component\Workflow\Transition('packing''1''4'), => new \Symfony\Component\Workflow\Transition('packing''6''4'), => new \Symfony\Component\Workflow\Transition('packing''10''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'), 10 => new \Symfony\Component\Workflow\Transition('cancel''10''3'), 11 => new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'), 12 => new \Symfony\Component\Workflow\Transition('back_to_in_progress''10''4'), 13 => new \Symfony\Component\Workflow\Transition('ship''1''5'), 14 => new \Symfony\Component\Workflow\Transition('ship''6''5'), 15 => new \Symfony\Component\Workflow\Transition('ship''4''5'), 16 => new \Symfony\Component\Workflow\Transition('ship''10''5'), 17 => new \Symfony\Component\Workflow\Transition('return''5''9'), 18 => new \Symfony\Component\Workflow\Transition('return''10''9'), 19 => new \Symfony\Component\Workflow\Transition('cancel_return''9''5'), 20 => new \Symfony\Component\Workflow\Transition('cancel_return''10''5')], [=> '1'], new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage())), new \Symfony\Component\Workflow\MarkingStore\SingleStateMarkingStore('status'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'order');
  2110.     }
  2111.     /**
  2112.      * Gets the public 'translator' shared service.
  2113.      *
  2114.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2115.      */
  2116.     protected function getTranslatorService()
  2117.     {
  2118.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2119.     }
  2120.     /**
  2121.      * Gets the public 'twig' shared service.
  2122.      *
  2123.      * @return \Twig\Environment
  2124.      */
  2125.     protected function getTwigService()
  2126.     {
  2127.         $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));
  2128.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/KokokaraSelect/Resource/template'), 'KokokaraSelect');
  2129.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ZeusPayment4/Resource/template'), 'ZeusPayment4');
  2130.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon4/Resource/template'), 'Coupon4');
  2131.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryPlus4/Resource/template'), 'DeliveryPlus4');
  2132.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/OrderBulkDelete4/Resource/template'), 'OrderBulkDelete4');
  2133.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SeoListDetail/Resource/template'), 'SeoListDetail');
  2134.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Webapi/Resource/template'), 'Webapi');
  2135.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration/Resource/template'), 'ECCUBE4LineLoginIntegration');
  2136.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/GmoPsKb4/Resource/template'), 'GmoPsKb4');
  2137.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AddressBook/Resource/template'), 'AddressBook');
  2138.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine4/Resource/template'), 'MailMagazine4');
  2139.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MypageReport/Resource/template'), 'MypageReport');
  2140.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  2141.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  2142.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  2143.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  2144.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  2145.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  2146.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  2147.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  2148.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2149.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2150.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2151.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2152.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2153.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2154.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2155.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2156.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2157.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2158.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2159.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2160.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2161.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2162.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), 'MobileDetect');
  2163.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), '!MobileDetect');
  2164.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  2165.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  2166.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2167.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2168.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2169.         $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']);
  2170.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2171.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2172.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  2173.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2174.         $f = ($this->services['router'] ?? $this->getRouterService());
  2175.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2176.         $h = new \Symfony\Component\Workflow\Registry();
  2177.         $h->addWorkflow(($this->services['state_machine.order'] ?? $this->getStateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  2178.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2179.         $j = new \Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension($d, ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] ?? $this->getKsServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsCartHelper'] ?? $this->getKsCartHelperService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemService'] ?? $this->getKsSelectItemServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\PluginLinkService'] ?? ($this->privates['Plugin\\KokokaraSelect\\Service\\PluginLinkService'] = new \Plugin\KokokaraSelect\Service\PluginLinkService($this))), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemGroupService'] ?? $this->getKsSelectItemGroupServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Repository\\KsSelectItemGroupRepository'] ?? $this->getKsSelectItemGroupRepositoryService()));
  2180.         $j->setTagExTwigExtension(NULL);
  2181.         $j->setConfigService(($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService()));
  2182.         $k = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2183.         $l = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2184.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2185.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  2186.         $n = 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']);
  2187.         $n->setRequestByRequestStack($g);
  2188.         $o = new \Symfony\Bridge\Twig\AppVariable();
  2189.         $o->setEnvironment('dev');
  2190.         $o->setDebug(true);
  2191.         if ($this->has('security.token_storage')) {
  2192.             $o->setTokenStorage($l);
  2193.         }
  2194.         if ($this->has('request_stack')) {
  2195.             $o->setRequestStack($g);
  2196.         }
  2197.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2198.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2199.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2200.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2201.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  2202.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  2203.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  2204.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  2205.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2206.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2207.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2208.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2209.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2210.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  2211.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2212.         $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())));
  2213.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  2214.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService())));
  2215.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  2216.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  2217.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  2218.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($i));
  2219.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  2220.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  2221.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  2222.         $instance->addExtension($j);
  2223.         $instance->addExtension(new \Customize\Twig\Extension\EccubeExtension());
  2224.         $instance->addExtension(new \Customize\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), $k));
  2225.         $instance->addExtension(new \Customize\Twig\Extension\TwigExtension($i$k, ($this->privates['Customize\\Repository\\ProductRepository'] ?? $this->getProductRepository2Service()), $l));
  2226.         $instance->addExtension(new \Twig_Extension_StringLoader());
  2227.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  2228.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2229.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  2230.         $instance->addExtension($n);
  2231.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  2232.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  2233.         $instance->addGlobal('app'$o);
  2234.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2235.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService.php'true],
  2236.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  2237.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  2238.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  2239.         ], [
  2240.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  2241.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2242.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2243.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2244.         ])));
  2245.         $instance->addGlobal('BaseInfo'NULL);
  2246.         $instance->addGlobal('eccube_config'$k);
  2247.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2248.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  2249.         return $instance;
  2250.     }
  2251.     /**
  2252.      * Gets the public 'validator' shared service.
  2253.      *
  2254.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2255.      */
  2256.     protected function getValidatorService()
  2257.     {
  2258.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2259.     }
  2260.     /**
  2261.      * Gets the public 'var_dumper.cloner' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2264.      */
  2265.     protected function getVarDumper_ClonerService()
  2266.     {
  2267.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2268.         $instance->setMaxItems(2500);
  2269.         $instance->setMinDepth(1);
  2270.         $instance->setMaxString(-1);
  2271.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2276.      *
  2277.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2278.      */
  2279.     protected function get_LegacyResolveControllerNameSubscriberService()
  2280.     {
  2281.         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);
  2282.     }
  2283.     /**
  2284.      * Gets the private 'Customize\EventListener\ChainStoreTwigInitializeListener' shared autowired service.
  2285.      *
  2286.      * @return \Customize\EventListener\ChainStoreTwigInitializeListener
  2287.      */
  2288.     protected function getChainStoreTwigInitializeListenerService()
  2289.     {
  2290.         return $this->privates['Customize\\EventListener\\ChainStoreTwigInitializeListener'] = new \Customize\EventListener\ChainStoreTwigInitializeListener(($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()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['Customize\\Repository\\ChainStoreRepository'] ?? $this->getChainStoreRepositoryService()), ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Customize\\Repository\\OrderRepository'] ?? $this->getOrderRepository2Service()), ($this->privates['Customize\\Repository\\ShippingRepository'] ?? $this->getShippingRepository2Service()));
  2291.     }
  2292.     /**
  2293.      * Gets the private 'Customize\EventListener\EnUserTwigInitializeListener' shared autowired service.
  2294.      *
  2295.      * @return \Customize\EventListener\EnUserTwigInitializeListener
  2296.      */
  2297.     protected function getEnUserTwigInitializeListenerService()
  2298.     {
  2299.         return $this->privates['Customize\\EventListener\\EnUserTwigInitializeListener'] = new \Customize\EventListener\EnUserTwigInitializeListener(($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()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['Customize\\Repository\\ChainStoreRepository'] ?? $this->getChainStoreRepositoryService()), ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Customize\\Repository\\OrderRepository'] ?? $this->getOrderRepository2Service()), ($this->privates['Customize\\Repository\\ShippingRepository'] ?? $this->getShippingRepository2Service()));
  2300.     }
  2301.     /**
  2302.      * Gets the private 'Customize\Repository\ChainStoreRepository' shared autowired service.
  2303.      *
  2304.      * @return \Customize\Repository\ChainStoreRepository
  2305.      */
  2306.     protected function getChainStoreRepositoryService()
  2307.     {
  2308.         return $this->privates['Customize\\Repository\\ChainStoreRepository'] = new \Customize\Repository\ChainStoreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2309.     }
  2310.     /**
  2311.      * Gets the private 'Customize\Repository\Master\BankBranchRepository' shared autowired service.
  2312.      *
  2313.      * @return \Customize\Repository\Master\BankBranchRepository
  2314.      */
  2315.     protected function getBankBranchRepositoryService()
  2316.     {
  2317.         return $this->privates['Customize\\Repository\\Master\\BankBranchRepository'] = new \Customize\Repository\Master\BankBranchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'Customize\Repository\Master\ContractTypeRepository' shared autowired service.
  2321.      *
  2322.      * @return \Customize\Repository\Master\ContractTypeRepository
  2323.      */
  2324.     protected function getContractTypeRepositoryService()
  2325.     {
  2326.         return $this->privates['Customize\\Repository\\Master\\ContractTypeRepository'] = new \Customize\Repository\Master\ContractTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2327.     }
  2328.     /**
  2329.      * Gets the private 'Customize\Repository\OrderRepository' shared autowired service.
  2330.      *
  2331.      * @return \Customize\Repository\OrderRepository
  2332.      */
  2333.     protected function getOrderRepository2Service()
  2334.     {
  2335.         return $this->privates['Customize\\Repository\\OrderRepository'] = new \Customize\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2336.     }
  2337.     /**
  2338.      * Gets the private 'Customize\Repository\ProductRepository' shared autowired service.
  2339.      *
  2340.      * @return \Customize\Repository\ProductRepository
  2341.      */
  2342.     protected function getProductRepository2Service()
  2343.     {
  2344.         return $this->privates['Customize\\Repository\\ProductRepository'] = new \Customize\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Customize\\Repository\\Master\\ContractTypeRepository'] ?? $this->getContractTypeRepositoryService()));
  2345.     }
  2346.     /**
  2347.      * Gets the private 'Customize\Repository\ShippingRepository' shared autowired service.
  2348.      *
  2349.      * @return \Customize\Repository\ShippingRepository
  2350.      */
  2351.     protected function getShippingRepository2Service()
  2352.     {
  2353.         return $this->privates['Customize\\Repository\\ShippingRepository'] = new \Customize\Repository\ShippingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\ShippingRepository'] ?? $this->getShippingRepositoryService()), ($this->privates['Customize\\Repository\\Master\\ContractTypeRepository'] ?? $this->getContractTypeRepositoryService()));
  2354.     }
  2355.     /**
  2356.      * Gets the private 'Customize\Service\MailService' shared autowired service.
  2357.      *
  2358.      * @return \Customize\Service\MailService
  2359.      */
  2360.     protected function getMailService2Service()
  2361.     {
  2362.         return $this->privates['Customize\\Service\\MailService'] = new \Customize\Service\MailService(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->privates['Eccube\\Repository\\MailTemplateRepository'] ?? $this->getMailTemplateRepositoryService()), ($this->privates['Eccube\\Repository\\MailHistoryRepository'] ?? $this->getMailHistoryRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Customize\\Repository\\Master\\BankBranchRepository'] ?? $this->getBankBranchRepositoryService()));
  2363.     }
  2364.     /**
  2365.      * Gets the private 'Customize\Service\PurchaseFlow\Processor\AddPointProcessor' shared autowired service.
  2366.      *
  2367.      * @return \Customize\Service\PurchaseFlow\Processor\AddPointProcessor
  2368.      */
  2369.     protected function getAddPointProcessorService()
  2370.     {
  2371.         return $this->privates['Customize\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] = new \Customize\Service\PurchaseFlow\Processor\AddPointProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Plugin\\Coupon4\\Service\\CouponService'] ?? $this->getCouponServiceService()), ($this->privates['Plugin\\Coupon4\\Repository\\CouponRepository'] ?? $this->getCouponRepositoryService()), ($this->privates['Plugin\\Coupon4\\Repository\\CouponOrderRepository'] ?? $this->getCouponOrderRepositoryService()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()), ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  2372.     }
  2373.     /**
  2374.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2375.      *
  2376.      * @return \Eccube\DataCollector\EccubeDataCollector
  2377.      */
  2378.     protected function getEccubeDataCollectorService()
  2379.     {
  2380.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2381.     }
  2382.     /**
  2383.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2384.      *
  2385.      * @return \Eccube\Doctrine\Query\Queries
  2386.      */
  2387.     protected function getQueriesService()
  2388.     {
  2389.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2390.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2391.         $instance->addCustomizer(new \Plugin\KokokaraSelect\Doctrine\OrderSearchCustomizer($a));
  2392.         $instance->addCustomizer(new \Plugin\KokokaraSelect\Doctrine\ProductSearchCustomizer($a));
  2393.         $instance->addCustomizer(new \Plugin\MailMagazine4\Entity\AdminCustomerQueryCustomizer());
  2394.         return $instance;
  2395.     }
  2396.     /**
  2397.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2398.      *
  2399.      * @return \Eccube\EventListener\IpAddrListener
  2400.      */
  2401.     protected function getIpAddrListenerService()
  2402.     {
  2403.         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()));
  2404.     }
  2405.     /**
  2406.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2407.      *
  2408.      * @return \Eccube\EventListener\LogListener
  2409.      */
  2410.     protected function getLogListenerService()
  2411.     {
  2412.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2416.      *
  2417.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2418.      */
  2419.     protected function getMobileTemplatePathListenerService()
  2420.     {
  2421.         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))));
  2422.     }
  2423.     /**
  2424.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2425.      *
  2426.      * @return \Eccube\EventListener\TransactionListener
  2427.      */
  2428.     protected function getTransactionListenerService()
  2429.     {
  2430.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2431.     }
  2432.     /**
  2433.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2434.      *
  2435.      * @return \Eccube\EventListener\TwigInitializeListener
  2436.      */
  2437.     protected function getTwigInitializeListenerService()
  2438.     {
  2439.         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()));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2443.      *
  2444.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2445.      */
  2446.     protected function getTwoFactorAuthListenerService()
  2447.     {
  2448.         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()));
  2449.     }
  2450.     /**
  2451.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2452.      *
  2453.      * @return \Eccube\Log\Processor\SessionProcessor
  2454.      */
  2455.     protected function getSessionProcessorService()
  2456.     {
  2457.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['session'] ?? $this->getSessionService()));
  2458.     }
  2459.     /**
  2460.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2461.      *
  2462.      * @return \Eccube\Log\Processor\TokenProcessor
  2463.      */
  2464.     protected function getTokenProcessorService()
  2465.     {
  2466.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2467.     }
  2468.     /**
  2469.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2470.      *
  2471.      * @return \Eccube\Repository\AuthorityRoleRepository
  2472.      */
  2473.     protected function getAuthorityRoleRepositoryService()
  2474.     {
  2475.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2479.      *
  2480.      * @return \Eccube\Repository\BaseInfoRepository
  2481.      */
  2482.     protected function getBaseInfoRepositoryService()
  2483.     {
  2484.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2485.     }
  2486.     /**
  2487.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2488.      *
  2489.      * @return \Eccube\Repository\BlockPositionRepository
  2490.      */
  2491.     protected function getBlockPositionRepositoryService()
  2492.     {
  2493.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2494.     }
  2495.     /**
  2496.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2497.      *
  2498.      * @return \Eccube\Repository\BlockRepository
  2499.      */
  2500.     protected function getBlockRepositoryService()
  2501.     {
  2502.         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))));
  2503.     }
  2504.     /**
  2505.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2506.      *
  2507.      * @return \Eccube\Repository\CartRepository
  2508.      */
  2509.     protected function getCartRepositoryService()
  2510.     {
  2511.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2512.     }
  2513.     /**
  2514.      * Gets the private 'Eccube\Repository\CategoryRepository' shared autowired service.
  2515.      *
  2516.      * @return \Eccube\Repository\CategoryRepository
  2517.      */
  2518.     protected function getCategoryRepositoryService()
  2519.     {
  2520.         return $this->privates['Eccube\\Repository\\CategoryRepository'] = new \Eccube\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2521.     }
  2522.     /**
  2523.      * Gets the private 'Eccube\Repository\DeliveryFeeRepository' shared autowired service.
  2524.      *
  2525.      * @return \Eccube\Repository\DeliveryFeeRepository
  2526.      */
  2527.     protected function getDeliveryFeeRepositoryService()
  2528.     {
  2529.         return $this->privates['Eccube\\Repository\\DeliveryFeeRepository'] = new \Eccube\Repository\DeliveryFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2530.     }
  2531.     /**
  2532.      * Gets the private 'Eccube\Repository\DeliveryRepository' shared autowired service.
  2533.      *
  2534.      * @return \Eccube\Repository\DeliveryRepository
  2535.      */
  2536.     protected function getDeliveryRepositoryService()
  2537.     {
  2538.         return $this->privates['Eccube\\Repository\\DeliveryRepository'] = new \Eccube\Repository\DeliveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2542.      *
  2543.      * @return \Eccube\Repository\LayoutRepository
  2544.      */
  2545.     protected function getLayoutRepositoryService()
  2546.     {
  2547.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2548.     }
  2549.     /**
  2550.      * Gets the private 'Eccube\Repository\MailHistoryRepository' shared autowired service.
  2551.      *
  2552.      * @return \Eccube\Repository\MailHistoryRepository
  2553.      */
  2554.     protected function getMailHistoryRepositoryService()
  2555.     {
  2556.         return $this->privates['Eccube\\Repository\\MailHistoryRepository'] = new \Eccube\Repository\MailHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2557.     }
  2558.     /**
  2559.      * Gets the private 'Eccube\Repository\MailTemplateRepository' shared autowired service.
  2560.      *
  2561.      * @return \Eccube\Repository\MailTemplateRepository
  2562.      */
  2563.     protected function getMailTemplateRepositoryService()
  2564.     {
  2565.         return $this->privates['Eccube\\Repository\\MailTemplateRepository'] = new \Eccube\Repository\MailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2566.     }
  2567.     /**
  2568.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2569.      *
  2570.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2571.      */
  2572.     protected function getDeviceTypeRepositoryService()
  2573.     {
  2574.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2575.     }
  2576.     /**
  2577.      * Gets the private 'Eccube\Repository\Master\OrderItemTypeRepository' shared autowired service.
  2578.      *
  2579.      * @return \Eccube\Repository\Master\OrderItemTypeRepository
  2580.      */
  2581.     protected function getOrderItemTypeRepositoryService()
  2582.     {
  2583.         return $this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] = new \Eccube\Repository\Master\OrderItemTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2584.     }
  2585.     /**
  2586.      * Gets the private 'Eccube\Repository\Master\OrderStatusRepository' shared autowired service.
  2587.      *
  2588.      * @return \Eccube\Repository\Master\OrderStatusRepository
  2589.      */
  2590.     protected function getOrderStatusRepositoryService()
  2591.     {
  2592.         return $this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] = new \Eccube\Repository\Master\OrderStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2593.     }
  2594.     /**
  2595.      * Gets the private 'Eccube\Repository\Master\PrefRepository' shared autowired service.
  2596.      *
  2597.      * @return \Eccube\Repository\Master\PrefRepository
  2598.      */
  2599.     protected function getPrefRepositoryService()
  2600.     {
  2601.         return $this->privates['Eccube\\Repository\\Master\\PrefRepository'] = new \Eccube\Repository\Master\PrefRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2602.     }
  2603.     /**
  2604.      * Gets the private 'Eccube\Repository\Master\TaxDisplayTypeRepository' shared autowired service.
  2605.      *
  2606.      * @return \Eccube\Repository\Master\TaxDisplayTypeRepository
  2607.      */
  2608.     protected function getTaxDisplayTypeRepositoryService()
  2609.     {
  2610.         return $this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] = new \Eccube\Repository\Master\TaxDisplayTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2611.     }
  2612.     /**
  2613.      * Gets the private 'Eccube\Repository\Master\TaxTypeRepository' shared autowired service.
  2614.      *
  2615.      * @return \Eccube\Repository\Master\TaxTypeRepository
  2616.      */
  2617.     protected function getTaxTypeRepositoryService()
  2618.     {
  2619.         return $this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] = new \Eccube\Repository\Master\TaxTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2620.     }
  2621.     /**
  2622.      * Gets the private 'Eccube\Repository\OrderItemRepository' shared autowired service.
  2623.      *
  2624.      * @return \Eccube\Repository\OrderItemRepository
  2625.      */
  2626.     protected function getOrderItemRepositoryService()
  2627.     {
  2628.         return $this->privates['Eccube\\Repository\\OrderItemRepository'] = new \Eccube\Repository\OrderItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2629.     }
  2630.     /**
  2631.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2632.      *
  2633.      * @return \Eccube\Repository\OrderRepository
  2634.      */
  2635.     protected function getOrderRepositoryService()
  2636.     {
  2637.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2638.     }
  2639.     /**
  2640.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2641.      *
  2642.      * @return \Eccube\Repository\PageLayoutRepository
  2643.      */
  2644.     protected function getPageLayoutRepositoryService()
  2645.     {
  2646.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2647.     }
  2648.     /**
  2649.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2650.      *
  2651.      * @return \Eccube\Repository\PageRepository
  2652.      */
  2653.     protected function getPageRepositoryService()
  2654.     {
  2655.         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);
  2656.     }
  2657.     /**
  2658.      * Gets the private 'Eccube\Repository\PaymentRepository' shared autowired service.
  2659.      *
  2660.      * @return \Eccube\Repository\PaymentRepository
  2661.      */
  2662.     protected function getPaymentRepositoryService()
  2663.     {
  2664.         return $this->privates['Eccube\\Repository\\PaymentRepository'] = new \Eccube\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2665.     }
  2666.     /**
  2667.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2668.      *
  2669.      * @return \Eccube\Repository\ProductClassRepository
  2670.      */
  2671.     protected function getProductClassRepositoryService()
  2672.     {
  2673.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2674.     }
  2675.     /**
  2676.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2677.      *
  2678.      * @return \Eccube\Repository\ProductRepository
  2679.      */
  2680.     protected function getProductRepositoryService()
  2681.     {
  2682.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2683.     }
  2684.     /**
  2685.      * Gets the private 'Eccube\Repository\ProductStockRepository' shared autowired service.
  2686.      *
  2687.      * @return \Eccube\Repository\ProductStockRepository
  2688.      */
  2689.     protected function getProductStockRepositoryService()
  2690.     {
  2691.         return $this->privates['Eccube\\Repository\\ProductStockRepository'] = new \Eccube\Repository\ProductStockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2692.     }
  2693.     /**
  2694.      * Gets the private 'Eccube\Repository\ShippingRepository' shared autowired service.
  2695.      *
  2696.      * @return \Eccube\Repository\ShippingRepository
  2697.      */
  2698.     protected function getShippingRepositoryService()
  2699.     {
  2700.         return $this->privates['Eccube\\Repository\\ShippingRepository'] = new \Eccube\Repository\ShippingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2701.     }
  2702.     /**
  2703.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2704.      *
  2705.      * @return \Eccube\Repository\TaxRuleRepository
  2706.      */
  2707.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2708.     {
  2709.         if ($lazyLoad) {
  2710.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2711.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2712.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2713.                     $proxy->setProxyInitializer(null);
  2714.                     return true;
  2715.                 });
  2716.             });
  2717.         }
  2718.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2719.         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))));
  2720.     }
  2721.     /**
  2722.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2723.      *
  2724.      * @return \Eccube\Request\Context
  2725.      */
  2726.     protected function getContextService()
  2727.     {
  2728.         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()));
  2729.     }
  2730.     /**
  2731.      * Gets the private 'Eccube\Security\Core\Encoder\PasswordEncoder' shared autowired service.
  2732.      *
  2733.      * @return \Eccube\Security\Core\Encoder\PasswordEncoder
  2734.      */
  2735.     protected function getPasswordEncoderService()
  2736.     {
  2737.         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))));
  2738.     }
  2739.     /**
  2740.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2741.      *
  2742.      * @return \Eccube\Service\CartService
  2743.      */
  2744.     protected function getCartServiceService($lazyLoad true)
  2745.     {
  2746.         if ($lazyLoad) {
  2747.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2748.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2749.                     $wrappedInstance $this->getCartServiceService(false);
  2750.                     $proxy->setProxyInitializer(null);
  2751.                     return true;
  2752.                 });
  2753.             });
  2754.         }
  2755.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2756.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2757.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2758.         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()), ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] = 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()));
  2759.     }
  2760.     /**
  2761.      * Gets the private 'Eccube\Service\OrderHelper' shared autowired service.
  2762.      *
  2763.      * @return \Eccube\Service\OrderHelper
  2764.      */
  2765.     protected function getOrderHelper2Service()
  2766.     {
  2767.         return $this->privates['Eccube\\Service\\OrderHelper'] = new \Eccube\Service\OrderHelper($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()), ($this->privates['Eccube\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\PrefRepository'] ?? $this->getPrefRepositoryService()), ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] ?? ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->services['session'] ?? $this->getSessionService()));
  2768.     }
  2769.     /**
  2770.      * Gets the private 'Eccube\Service\OrderStateMachine' shared autowired service.
  2771.      *
  2772.      * @return \Eccube\Service\OrderStateMachine
  2773.      */
  2774.     protected function getOrderStateMachineService()
  2775.     {
  2776.         return $this->privates['Eccube\\Service\\OrderStateMachine'] = new \Eccube\Service\OrderStateMachine(($this->services['state_machine.order'] ?? $this->getStateMachine_OrderService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService()), ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService()));
  2777.     }
  2778.     /**
  2779.      * Gets the private 'Eccube\Service\PointHelper' shared autowired service.
  2780.      *
  2781.      * @return \Eccube\Service\PointHelper
  2782.      */
  2783.     protected function getPointHelperService()
  2784.     {
  2785.         return $this->privates['Eccube\\Service\\PointHelper'] = new \Eccube\Service\PointHelper(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2786.     }
  2787.     /**
  2788.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator' shared autowired service.
  2789.      *
  2790.      * @return \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator
  2791.      */
  2792.     protected function getDeliverySettingValidatorService()
  2793.     {
  2794.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] = new \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()));
  2795.     }
  2796.     /**
  2797.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator' shared autowired service.
  2798.      *
  2799.      * @return \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator
  2800.      */
  2801.     protected function getEmptyItemsValidatorService()
  2802.     {
  2803.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] = new \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor' shared autowired service.
  2807.      *
  2808.      * @return \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor
  2809.      */
  2810.     protected function getOrderNoProcessorService()
  2811.     {
  2812.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\OrderNoProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()));
  2813.     }
  2814.     /**
  2815.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator' shared autowired service.
  2816.      *
  2817.      * @return \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator
  2818.      */
  2819.     protected function getPaymentTotalLimitValidatorService()
  2820.     {
  2821.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalLimitValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2822.     }
  2823.     /**
  2824.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PointProcessor' shared autowired service.
  2825.      *
  2826.      * @return \Eccube\Service\PurchaseFlow\Processor\PointProcessor
  2827.      */
  2828.     protected function getPointProcessorService()
  2829.     {
  2830.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\PointProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Service\\PointHelper'] ?? $this->getPointHelperService()));
  2831.     }
  2832.     /**
  2833.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor' shared autowired service.
  2834.      *
  2835.      * @return \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor
  2836.      */
  2837.     protected function getStockReduceProcessorService()
  2838.     {
  2839.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor(($this->privates['Eccube\\Repository\\ProductStockRepository'] ?? $this->getProductStockRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2840.     }
  2841.     /**
  2842.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\TaxProcessor' shared autowired service.
  2843.      *
  2844.      * @return \Eccube\Service\PurchaseFlow\Processor\TaxProcessor
  2845.      */
  2846.     protected function getTaxProcessorService()
  2847.     {
  2848.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\TaxProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()));
  2849.     }
  2850.     /**
  2851.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2852.      *
  2853.      * @return \Eccube\Service\TwoFactorAuthService
  2854.      */
  2855.     protected function getTwoFactorAuthServiceService()
  2856.     {
  2857.         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())));
  2858.     }
  2859.     /**
  2860.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2861.      *
  2862.      * @return \Eccube\Twig\Extension\EccubeExtension
  2863.      */
  2864.     protected function getEccubeExtensionService()
  2865.     {
  2866.         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()));
  2867.     }
  2868.     /**
  2869.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2870.      *
  2871.      * @return \Eccube\Twig\Extension\TaxExtension
  2872.      */
  2873.     protected function getTaxExtensionService()
  2874.     {
  2875.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2876.     }
  2877.     /**
  2878.      * Gets the private 'Plugin\Coupon4\Repository\CouponOrderRepository' shared autowired service.
  2879.      *
  2880.      * @return \Plugin\Coupon4\Repository\CouponOrderRepository
  2881.      */
  2882.     protected function getCouponOrderRepositoryService()
  2883.     {
  2884.         return $this->privates['Plugin\\Coupon4\\Repository\\CouponOrderRepository'] = new \Plugin\Coupon4\Repository\CouponOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2885.     }
  2886.     /**
  2887.      * Gets the private 'Plugin\Coupon4\Repository\CouponRepository' shared autowired service.
  2888.      *
  2889.      * @return \Plugin\Coupon4\Repository\CouponRepository
  2890.      */
  2891.     protected function getCouponRepositoryService()
  2892.     {
  2893.         return $this->privates['Plugin\\Coupon4\\Repository\\CouponRepository'] = new \Plugin\Coupon4\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'Plugin\Coupon4\Service\CouponService' shared autowired service.
  2897.      *
  2898.      * @return \Plugin\Coupon4\Service\CouponService
  2899.      */
  2900.     protected function getCouponServiceService()
  2901.     {
  2902.         return $this->privates['Plugin\\Coupon4\\Service\\CouponService'] = new \Plugin\Coupon4\Service\CouponService(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['Plugin\\Coupon4\\Repository\\CouponRepository'] ?? $this->getCouponRepositoryService()), ($this->privates['Plugin\\Coupon4\\Repository\\CouponOrderRepository'] ?? $this->getCouponOrderRepositoryService()), ($this->privates['Eccube\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()), ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] ?? $this->getTaxTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] ?? $this->getTaxDisplayTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), $this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\OrderItemRepository'] ?? $this->getOrderItemRepositoryService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()));
  2903.     }
  2904.     /**
  2905.      * Gets the private 'Plugin\DeliveryPlus4\Repository\ConfigRepository' shared autowired service.
  2906.      *
  2907.      * @return \Plugin\DeliveryPlus4\Repository\ConfigRepository
  2908.      */
  2909.     protected function getConfigRepository5Service()
  2910.     {
  2911.         return $this->privates['Plugin\\DeliveryPlus4\\Repository\\ConfigRepository'] = new \Plugin\DeliveryPlus4\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2912.     }
  2913.     /**
  2914.      * Gets the private 'Plugin\DeliveryPlus4\Service\DeliveryPlusService' shared autowired service.
  2915.      *
  2916.      * @return \Plugin\DeliveryPlus4\Service\DeliveryPlusService
  2917.      */
  2918.     protected function getDeliveryPlusServiceService()
  2919.     {
  2920.         return $this->privates['Plugin\\DeliveryPlus4\\Service\\DeliveryPlusService'] = new \Plugin\DeliveryPlus4\Service\DeliveryPlusService(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()), ($this->privates['Plugin\\DeliveryPlus4\\Repository\\ConfigRepository'] ?? $this->getConfigRepository5Service()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()));
  2921.     }
  2922.     /**
  2923.      * Gets the private 'Plugin\KokokaraSelect\EventSubscriber\KernelEventsSubscriber' shared autowired service.
  2924.      *
  2925.      * @return \Plugin\KokokaraSelect\EventSubscriber\KernelEventsSubscriber
  2926.      */
  2927.     protected function getKernelEventsSubscriberService()
  2928.     {
  2929.         $this->privates['Plugin\\KokokaraSelect\\EventSubscriber\\KernelEventsSubscriber'] = $instance = new \Plugin\KokokaraSelect\EventSubscriber\KernelEventsSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsCartHelper'] ?? $this->getKsCartHelperService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] ?? $this->getKsServiceService()), $this);
  2930.         $instance->setConfigService(($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService()));
  2931.         return $instance;
  2932.     }
  2933.     /**
  2934.      * Gets the private 'Plugin\KokokaraSelect\Repository\KsCartSelectItemGroupRepository' shared autowired service.
  2935.      *
  2936.      * @return \Plugin\KokokaraSelect\Repository\KsCartSelectItemGroupRepository
  2937.      */
  2938.     protected function getKsCartSelectItemGroupRepositoryService()
  2939.     {
  2940.         return $this->privates['Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemGroupRepository'] = new \Plugin\KokokaraSelect\Repository\KsCartSelectItemGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2941.     }
  2942.     /**
  2943.      * Gets the private 'Plugin\KokokaraSelect\Repository\KsCartSelectItemRepository' shared autowired service.
  2944.      *
  2945.      * @return \Plugin\KokokaraSelect\Repository\KsCartSelectItemRepository
  2946.      */
  2947.     protected function getKsCartSelectItemRepositoryService()
  2948.     {
  2949.         return $this->privates['Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemRepository'] = new \Plugin\KokokaraSelect\Repository\KsCartSelectItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2950.     }
  2951.     /**
  2952.      * Gets the private 'Plugin\KokokaraSelect\Repository\KsSelectItemGroupRepository' shared autowired service.
  2953.      *
  2954.      * @return \Plugin\KokokaraSelect\Repository\KsSelectItemGroupRepository
  2955.      */
  2956.     protected function getKsSelectItemGroupRepositoryService()
  2957.     {
  2958.         return $this->privates['Plugin\\KokokaraSelect\\Repository\\KsSelectItemGroupRepository'] = new \Plugin\KokokaraSelect\Repository\KsSelectItemGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2959.     }
  2960.     /**
  2961.      * Gets the private 'Plugin\KokokaraSelect\Repository\KsSelectItemRepository' shared autowired service.
  2962.      *
  2963.      * @return \Plugin\KokokaraSelect\Repository\KsSelectItemRepository
  2964.      */
  2965.     protected function getKsSelectItemRepositoryService()
  2966.     {
  2967.         return $this->privates['Plugin\\KokokaraSelect\\Repository\\KsSelectItemRepository'] = new \Plugin\KokokaraSelect\Repository\KsSelectItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2968.     }
  2969.     /**
  2970.      * Gets the private 'Plugin\KokokaraSelect\Repository\PlgConfigOptionRepository' shared autowired service.
  2971.      *
  2972.      * @return \Plugin\KokokaraSelect\Repository\PlgConfigOptionRepository
  2973.      */
  2974.     protected function getPlgConfigOptionRepositoryService()
  2975.     {
  2976.         return $this->privates['Plugin\\KokokaraSelect\\Repository\\PlgConfigOptionRepository'] = new \Plugin\KokokaraSelect\Repository\PlgConfigOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2977.     }
  2978.     /**
  2979.      * Gets the private 'Plugin\KokokaraSelect\Repository\PlgConfigRepository' shared autowired service.
  2980.      *
  2981.      * @return \Plugin\KokokaraSelect\Repository\PlgConfigRepository
  2982.      */
  2983.     protected function getPlgConfigRepositoryService()
  2984.     {
  2985.         return $this->privates['Plugin\\KokokaraSelect\\Repository\\PlgConfigRepository'] = new \Plugin\KokokaraSelect\Repository\PlgConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2986.     }
  2987.     /**
  2988.      * Gets the private 'Plugin\KokokaraSelect\Service\KsCartHelper' shared autowired service.
  2989.      *
  2990.      * @return \Plugin\KokokaraSelect\Service\KsCartHelper
  2991.      */
  2992.     protected function getKsCartHelperService()
  2993.     {
  2994.         return $this->privates['Plugin\\KokokaraSelect\\Service\\KsCartHelper'] = new \Plugin\KokokaraSelect\Service\KsCartHelper(($this->privates['Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemGroupRepository'] ?? $this->getKsCartSelectItemGroupRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemService'] ?? $this->getKsSelectItemServiceService()), $this, ($this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] ?? $this->getKsServiceService()));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'Plugin\KokokaraSelect\Service\KsOrderItemService' shared autowired service.
  2998.      *
  2999.      * @return \Plugin\KokokaraSelect\Service\KsOrderItemService
  3000.      */
  3001.     protected function getKsOrderItemServiceService()
  3002.     {
  3003.         $this->privates['Plugin\\KokokaraSelect\\Service\\KsOrderItemService'] = $instance = new \Plugin\KokokaraSelect\Service\KsOrderItemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] ?? $this->getKsServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsProductService'] ?? ($this->privates['Plugin\\KokokaraSelect\\Service\\KsProductService'] = new \Plugin\KokokaraSelect\Service\KsProductService())), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemGroupService'] ?? $this->getKsSelectItemGroupServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemService'] ?? $this->getKsSelectItemServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\PurchaseFlow\\KsOrderItemHelper'] ?? $this->getKsOrderItemHelperService()));
  3004.         $instance->setConfigService(($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService()));
  3005.         return $instance;
  3006.     }
  3007.     /**
  3008.      * Gets the private 'Plugin\KokokaraSelect\Service\KsOrderService' shared autowired service.
  3009.      *
  3010.      * @return \Plugin\KokokaraSelect\Service\KsOrderService
  3011.      */
  3012.     protected function getKsOrderServiceService()
  3013.     {
  3014.         $this->privates['Plugin\\KokokaraSelect\\Service\\KsOrderService'] = $instance = new \Plugin\KokokaraSelect\Service\KsOrderService(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsOrderItemService'] ?? $this->getKsOrderItemServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] ?? $this->getKsServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemGroupService'] ?? $this->getKsSelectItemGroupServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemService'] ?? $this->getKsSelectItemServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\PurchaseFlow\\KsOrderItemHelper'] ?? $this->getKsOrderItemHelperService()));
  3015.         $instance->setConfigService(($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService()));
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the private 'Plugin\KokokaraSelect\Service\KsSelectItemGroupService' shared autowired service.
  3020.      *
  3021.      * @return \Plugin\KokokaraSelect\Service\KsSelectItemGroupService
  3022.      */
  3023.     protected function getKsSelectItemGroupServiceService()
  3024.     {
  3025.         $this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemGroupService'] = $instance = new \Plugin\KokokaraSelect\Service\KsSelectItemGroupService(($this->privates['Plugin\\KokokaraSelect\\Repository\\KsSelectItemGroupRepository'] ?? $this->getKsSelectItemGroupRepositoryService()));
  3026.         $instance->setConfigService(($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService()));
  3027.         return $instance;
  3028.     }
  3029.     /**
  3030.      * Gets the private 'Plugin\KokokaraSelect\Service\KsSelectItemService' shared autowired service.
  3031.      *
  3032.      * @return \Plugin\KokokaraSelect\Service\KsSelectItemService
  3033.      */
  3034.     protected function getKsSelectItemServiceService()
  3035.     {
  3036.         return $this->privates['Plugin\\KokokaraSelect\\Service\\KsSelectItemService'] = new \Plugin\KokokaraSelect\Service\KsSelectItemService(($this->privates['Plugin\\KokokaraSelect\\Repository\\KsSelectItemRepository'] ?? $this->getKsSelectItemRepositoryService()), ($this->privates['Plugin\\KokokaraSelect\\Repository\\KsCartSelectItemRepository'] ?? $this->getKsCartSelectItemRepositoryService()));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'Plugin\KokokaraSelect\Service\KsService' shared autowired service.
  3040.      *
  3041.      * @return \Plugin\KokokaraSelect\Service\KsService
  3042.      */
  3043.     protected function getKsServiceService()
  3044.     {
  3045.         return $this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] = new \Plugin\KokokaraSelect\Service\KsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  3046.     }
  3047.     /**
  3048.      * Gets the private 'Plugin\KokokaraSelect\Service\PlgConfigService\ConfigService' shared service.
  3049.      *
  3050.      * @return \Plugin\KokokaraSelect\Service\PlgConfigService\ConfigService
  3051.      */
  3052.     protected function getConfigServiceService()
  3053.     {
  3054.         return $this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] = new \Plugin\KokokaraSelect\Service\PlgConfigService\ConfigService(($this->privates['Plugin\\KokokaraSelect\\Repository\\PlgConfigRepository'] ?? $this->getPlgConfigRepositoryService()), ($this->privates['Plugin\\KokokaraSelect\\Repository\\PlgConfigOptionRepository'] ?? $this->getPlgConfigOptionRepositoryService()));
  3055.     }
  3056.     /**
  3057.      * Gets the private 'Plugin\KokokaraSelect\Service\PurchaseFlow\KokokaraSelectItemValidator' shared autowired service.
  3058.      *
  3059.      * @return \Plugin\KokokaraSelect\Service\PurchaseFlow\KokokaraSelectItemValidator
  3060.      */
  3061.     protected function getKokokaraSelectItemValidatorService()
  3062.     {
  3063.         $this->privates['Plugin\\KokokaraSelect\\Service\\PurchaseFlow\\KokokaraSelectItemValidator'] = $instance = new \Plugin\KokokaraSelect\Service\PurchaseFlow\KokokaraSelectItemValidator(($this->privates['Plugin\\KokokaraSelect\\Service\\KsService'] ?? $this->getKsServiceService()), ($this->privates['Plugin\\KokokaraSelect\\Service\\KsCartHelper'] ?? $this->getKsCartHelperService()));
  3064.         $instance->setConfigService(($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService()));
  3065.         return $instance;
  3066.     }
  3067.     /**
  3068.      * Gets the private 'Plugin\KokokaraSelect\Service\PurchaseFlow\KsOrderItemHelper' shared autowired service.
  3069.      *
  3070.      * @return \Plugin\KokokaraSelect\Service\PurchaseFlow\KsOrderItemHelper
  3071.      */
  3072.     protected function getKsOrderItemHelperService()
  3073.     {
  3074.         $this->privates['Plugin\\KokokaraSelect\\Service\\PurchaseFlow\\KsOrderItemHelper'] = $instance = new \Plugin\KokokaraSelect\Service\PurchaseFlow\KsOrderItemHelper();
  3075.         $instance->setConfigService(($this->privates['Plugin\\KokokaraSelect\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigServiceService()));
  3076.         return $instance;
  3077.     }
  3078.     /**
  3079.      * Gets the private 'Plugin\KokokaraSelect\Service\PurchaseFlow\Processor\KokokaraSelectOrderItemHolderPreprocessor' shared autowired service.
  3080.      *
  3081.      * @return \Plugin\KokokaraSelect\Service\PurchaseFlow\Processor\KokokaraSelectOrderItemHolderPreprocessor
  3082.      */
  3083.     protected function getKokokaraSelectOrderItemHolderPreprocessorService()
  3084.     {
  3085.         return $this->privates['Plugin\\KokokaraSelect\\Service\\PurchaseFlow\\Processor\\KokokaraSelectOrderItemHolderPreprocessor'] = new \Plugin\KokokaraSelect\Service\PurchaseFlow\Processor\KokokaraSelectOrderItemHolderPreprocessor(($this->privates['Plugin\\KokokaraSelect\\Service\\KsOrderService'] ?? $this->getKsOrderServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3086.     }
  3087.     /**
  3088.      * Gets the private 'Plugin\ZeusPayment4\Repository\ConfigRepository' shared autowired service.
  3089.      *
  3090.      * @return \Plugin\ZeusPayment4\Repository\ConfigRepository
  3091.      */
  3092.     protected function getConfigRepository7Service()
  3093.     {
  3094.         return $this->privates['Plugin\\ZeusPayment4\\Repository\\ConfigRepository'] = new \Plugin\ZeusPayment4\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3095.     }
  3096.     /**
  3097.      * Gets the private 'Plugin\ZeusPayment4\Service\ZeusPaymentService' shared autowired service.
  3098.      *
  3099.      * @return \Plugin\ZeusPayment4\Service\ZeusPaymentService
  3100.      */
  3101.     protected function getZeusPaymentServiceService()
  3102.     {
  3103.         return $this->privates['Plugin\\ZeusPayment4\\Service\\ZeusPaymentService'] = new \Plugin\ZeusPayment4\Service\ZeusPaymentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['Customize\\Service\\MailService'] ?? $this->getMailService2Service()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['eccube.purchase.flow.shopping'] ?? $this->getEccube_Purchase_Flow_ShoppingService()), ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService()));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'Plugin\ZeusPayment4\ZeusPaymentEvent' shared autowired service.
  3107.      *
  3108.      * @return \Plugin\ZeusPayment4\ZeusPaymentEvent
  3109.      */
  3110.     protected function getZeusPaymentEventService()
  3111.     {
  3112.         return $this->privates['Plugin\\ZeusPayment4\\ZeusPaymentEvent'] = new \Plugin\ZeusPayment4\ZeusPaymentEvent(($this->privates['Plugin\\ZeusPayment4\\Repository\\ConfigRepository'] ?? $this->getConfigRepository7Service()), ($this->privates['Plugin\\ZeusPayment4\\Service\\ZeusPaymentService'] ?? $this->getZeusPaymentServiceService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelper2Service()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
  3113.     }
  3114.     /**
  3115.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  3116.      *
  3117.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  3118.      */
  3119.     protected function getWebProcessorService()
  3120.     {
  3121.         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']);
  3122.     }
  3123.     /**
  3124.      * Gets the private 'annotations.cache_adapter' shared service.
  3125.      *
  3126.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3127.      */
  3128.     protected function getAnnotations_CacheAdapterService()
  3129.     {
  3130.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3131.     }
  3132.     /**
  3133.      * Gets the private 'annotations.cached_reader' shared service.
  3134.      *
  3135.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3136.      */
  3137.     protected function getAnnotations_CachedReaderService()
  3138.     {
  3139.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3140.     }
  3141.     /**
  3142.      * Gets the private 'annotations.reader' shared service.
  3143.      *
  3144.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3145.      */
  3146.     protected function getAnnotations_ReaderService()
  3147.     {
  3148.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3149.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3150.         $a->registerUniqueLoader('class_exists');
  3151.         $instance->addGlobalIgnoredName('required'$a);
  3152.         return $instance;
  3153.     }
  3154.     /**
  3155.      * Gets the private 'assets.packages' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\Asset\Packages
  3158.      */
  3159.     protected function getAssets_PackagesService()
  3160.     {
  3161.         $a = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  3162.         $b = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false);
  3163.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), $a$b), ['admin' => new \Symfony\Component\Asset\PathPackage('/html/template/admin'$a$b), 'save_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/save_image'$a$b), 'plugin' => new \Symfony\Component\Asset\PathPackage('/html/plugin'$a$b), 'install' => new \Symfony\Component\Asset\PathPackage('/html/template/install'$a$b), 'temp_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/temp_image'$a$b), 'user_data' => new \Symfony\Component\Asset\PathPackage('/html/user_data'$a$b)]);
  3164.     }
  3165.     /**
  3166.      * Gets the private 'cache.annotations' shared service.
  3167.      *
  3168.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3169.      */
  3170.     protected function getCache_AnnotationsService()
  3171.     {
  3172.         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())));
  3173.     }
  3174.     /**
  3175.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  3176.      *
  3177.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3178.      */
  3179.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  3180.     {
  3181.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3182.     }
  3183.     /**
  3184.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3185.      *
  3186.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3187.      */
  3188.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3189.     {
  3190.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3191.     }
  3192.     /**
  3193.      * Gets the private 'cache.property_info' shared service.
  3194.      *
  3195.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3196.      */
  3197.     protected function getCache_PropertyInfoService()
  3198.     {
  3199.         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())));
  3200.     }
  3201.     /**
  3202.      * Gets the private 'cache.security_expression_language' shared service.
  3203.      *
  3204.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3205.      */
  3206.     protected function getCache_SecurityExpressionLanguageService()
  3207.     {
  3208.         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())));
  3209.     }
  3210.     /**
  3211.      * Gets the private 'cache.serializer' shared service.
  3212.      *
  3213.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3214.      */
  3215.     protected function getCache_SerializerService()
  3216.     {
  3217.         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())));
  3218.     }
  3219.     /**
  3220.      * Gets the private 'cache.validator' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3223.      */
  3224.     protected function getCache_ValidatorService()
  3225.     {
  3226.         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())));
  3227.     }
  3228.     /**
  3229.      * Gets the private 'config_cache_factory' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3232.      */
  3233.     protected function getConfigCacheFactoryService()
  3234.     {
  3235.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3236.             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)));
  3237.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3238.         }, 2));
  3239.     }
  3240.     /**
  3241.      * Gets the private 'data_collector.form' shared service.
  3242.      *
  3243.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3244.      */
  3245.     protected function getDataCollector_FormService()
  3246.     {
  3247.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3248.     }
  3249.     /**
  3250.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3251.      *
  3252.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3253.      */
  3254.     protected function getDebug_DebugHandlersListenerService()
  3255.     {
  3256.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3257.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3258.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3259.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3260.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3261.         $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']))));
  3262.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3263.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3264.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3265.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3266.         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);
  3267.     }
  3268.     /**
  3269.      * Gets the private 'debug.file_link_formatter' shared service.
  3270.      *
  3271.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3272.      */
  3273.     protected function getDebug_FileLinkFormatterService()
  3274.     {
  3275.         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 () {
  3276.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  3277.         });
  3278.     }
  3279.     /**
  3280.      * Gets the private 'debug.log_processor' shared service.
  3281.      *
  3282.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3283.      */
  3284.     protected function getDebug_LogProcessorService()
  3285.     {
  3286.         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())));
  3287.     }
  3288.     /**
  3289.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3290.      *
  3291.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3292.      */
  3293.     protected function getDebug_Security_Access_DecisionManagerService()
  3294.     {
  3295.         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 () {
  3296.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  3297.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  3298.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  3299.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService.php'));
  3300.         }, 4), 'unanimous'falsetrue));
  3301.     }
  3302.     /**
  3303.      * Gets the private 'debug.security.firewall' shared service.
  3304.      *
  3305.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3306.      */
  3307.     protected function getDebug_Security_FirewallService()
  3308.     {
  3309.         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()));
  3310.     }
  3311.     /**
  3312.      * Gets the private 'eccube.collector.core' shared autowired service.
  3313.      *
  3314.      * @return \Eccube\DataCollector\EccubeDataCollector
  3315.      */
  3316.     protected function getEccube_Collector_CoreService()
  3317.     {
  3318.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3319.     }
  3320.     /**
  3321.      * Gets the private 'esi_listener' shared service.
  3322.      *
  3323.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3324.      */
  3325.     protected function getEsiListenerService()
  3326.     {
  3327.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3328.     }
  3329.     /**
  3330.      * Gets the private 'exception_listener' shared service.
  3331.      *
  3332.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3333.      */
  3334.     protected function getExceptionListenerService()
  3335.     {
  3336.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3337.     }
  3338.     /**
  3339.      * Gets the private 'fragment.listener' shared service.
  3340.      *
  3341.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3342.      */
  3343.     protected function getFragment_ListenerService()
  3344.     {
  3345.         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');
  3346.     }
  3347.     /**
  3348.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3349.      *
  3350.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3351.      */
  3352.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3353.     {
  3354.         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())));
  3355.     }
  3356.     /**
  3357.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3358.      *
  3359.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3360.      */
  3361.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3362.     {
  3363.         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()));
  3364.     }
  3365.     /**
  3366.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3367.      *
  3368.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3369.      */
  3370.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3371.     {
  3372.         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]);
  3373.     }
  3374.     /**
  3375.      * Gets the private 'locale_aware_listener' shared service.
  3376.      *
  3377.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3378.      */
  3379.     protected function getLocaleAwareListenerService()
  3380.     {
  3381.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3382.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3383.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3384.     }
  3385.     /**
  3386.      * Gets the private 'locale_listener' shared service.
  3387.      *
  3388.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3389.      */
  3390.     protected function getLocaleListenerService()
  3391.     {
  3392.         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()));
  3393.     }
  3394.     /**
  3395.      * Gets the private 'mobile_detect.device_view' shared service.
  3396.      *
  3397.      * @return \SunCat\MobileDetectBundle\Helper\DeviceView
  3398.      */
  3399.     protected function getMobileDetect_DeviceViewService()
  3400.     {
  3401.         $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())));
  3402.         $instance->setCookieKey('device_view');
  3403.         $instance->setCookiePath('/');
  3404.         $instance->setCookieDomain('');
  3405.         $instance->setCookieSecure(false);
  3406.         $instance->setCookieHttpOnly(true);
  3407.         $instance->setSwitchParam('device_view');
  3408.         $instance->setCookieExpireDatetimeModifier('1 month');
  3409.         $instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'mobile_detect.request_listener' shared service.
  3414.      *
  3415.      * @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
  3416.      */
  3417.     protected function getMobileDetect_RequestListenerService()
  3418.     {
  3419.         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);
  3420.     }
  3421.     /**
  3422.      * Gets the private 'monolog.handler.buffered' shared service.
  3423.      *
  3424.      * @return \Monolog\Handler\BufferHandler
  3425.      */
  3426.     protected function getMonolog_Handler_BufferedService()
  3427.     {
  3428.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3429.     }
  3430.     /**
  3431.      * Gets the private 'monolog.handler.console' shared service.
  3432.      *
  3433.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3434.      */
  3435.     protected function getMonolog_Handler_ConsoleService()
  3436.     {
  3437.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3438.     }
  3439.     /**
  3440.      * Gets the private 'monolog.logger' shared service.
  3441.      *
  3442.      * @return \Symfony\Bridge\Monolog\Logger
  3443.      */
  3444.     protected function getMonolog_LoggerService()
  3445.     {
  3446.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3447.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3448.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3449.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3450.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3451.         $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']))));
  3452.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3453.         $instance->useMicrosecondTimestamps(true);
  3454.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3455.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3456.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3457.         return $instance;
  3458.     }
  3459.     /**
  3460.      * Gets the private 'monolog.logger.cache' shared service.
  3461.      *
  3462.      * @return \Symfony\Bridge\Monolog\Logger
  3463.      */
  3464.     protected function getMonolog_Logger_CacheService()
  3465.     {
  3466.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3467.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3468.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3469.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3470.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3471.         $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']))));
  3472.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3473.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3474.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3475.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3476.         return $instance;
  3477.     }
  3478.     /**
  3479.      * Gets the private 'monolog.logger.request' shared service.
  3480.      *
  3481.      * @return \Symfony\Bridge\Monolog\Logger
  3482.      */
  3483.     protected function getMonolog_Logger_RequestService()
  3484.     {
  3485.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3486.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3487.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3488.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3489.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3490.         $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']))));
  3491.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3492.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3493.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3494.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3495.         return $instance;
  3496.     }
  3497.     /**
  3498.      * Gets the private 'parameter_bag' shared service.
  3499.      *
  3500.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3501.      */
  3502.     protected function getParameterBagService()
  3503.     {
  3504.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3505.     }
  3506.     /**
  3507.      * Gets the private 'profiler_listener' shared service.
  3508.      *
  3509.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3510.      */
  3511.     protected function getProfilerListenerService()
  3512.     {
  3513.         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);
  3514.     }
  3515.     /**
  3516.      * Gets the private 'router.request_context' shared service.
  3517.      *
  3518.      * @return \Symfony\Component\Routing\RequestContext
  3519.      */
  3520.     protected function getRouter_RequestContextService()
  3521.     {
  3522.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  3523.     }
  3524.     /**
  3525.      * Gets the private 'router_listener' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3528.      */
  3529.     protected function getRouterListenerService()
  3530.     {
  3531.         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);
  3532.     }
  3533.     /**
  3534.      * Gets the private 'security.authentication.manager' shared service.
  3535.      *
  3536.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  3537.      */
  3538.     protected function getSecurity_Authentication_ManagerService()
  3539.     {
  3540.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  3541.             yield => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? ($this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  3542.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->load('getSecurity_Authentication_Provider_Guard_ApiService.php'));
  3543.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  3544.             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'))));
  3545.             yield => ($this->privates['security.authentication.provider.dao.customer'] ?? $this->load('getSecurity_Authentication_Provider_Dao_CustomerService.php'));
  3546.             yield => ($this->privates['security.authentication.provider.rememberme.customer'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_CustomerService.php'));
  3547.             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'))));
  3548.         }, 7), true);
  3549.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3550.         return $instance;
  3551.     }
  3552.     /**
  3553.      * Gets the private 'security.csrf.token_storage' shared service.
  3554.      *
  3555.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3556.      */
  3557.     protected function getSecurity_Csrf_TokenStorageService()
  3558.     {
  3559.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  3560.     }
  3561.     /**
  3562.      * Gets the private 'security.encoder_factory.generic' shared service.
  3563.      *
  3564.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  3565.      */
  3566.     protected function getSecurity_EncoderFactory_GenericService()
  3567.     {
  3568.         $a = ($this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] ?? $this->getPasswordEncoderService());
  3569.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Eccube\\Entity\\Member' => $a'Eccube\\Entity\\Customer' => $a]);
  3570.     }
  3571.     /**
  3572.      * Gets the private 'security.firewall.map' shared service.
  3573.      *
  3574.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3575.      */
  3576.     protected function getSecurity_Firewall_MapService()
  3577.     {
  3578.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3579.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  3580.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService.php'true],
  3581.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService.php'true],
  3582.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService.php'true],
  3583.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  3584.         ], [
  3585.             'security.firewall.map.context.admin' => '?',
  3586.             'security.firewall.map.context.api' => '?',
  3587.             'security.firewall.map.context.api_login' => '?',
  3588.             'security.firewall.map.context.customer' => '?',
  3589.             'security.firewall.map.context.dev' => '?',
  3590.         ]), new RewindableGenerator(function () {
  3591.             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)/')));
  3592.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.wZLrMk.'] ?? ($this->privates['.security.request_matcher.wZLrMk.'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(api/login|api/forgot_id|api/forgot_password|api/changepassword)')));
  3593.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3594.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.zEU083W'] ?? ($this->privates['.security.request_matcher.zEU083W'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3595.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3596.         }, 5));
  3597.     }
  3598.     /**
  3599.      * Gets the private 'security.logout_url_generator' shared service.
  3600.      *
  3601.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3602.      */
  3603.     protected function getSecurity_LogoutUrlGeneratorService()
  3604.     {
  3605.         $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()));
  3606.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3607.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3608.         return $instance;
  3609.     }
  3610.     /**
  3611.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3612.      *
  3613.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3614.      */
  3615.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3616.     {
  3617.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3621.      *
  3622.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3623.      */
  3624.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3625.     {
  3626.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3627.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3628.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3629.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3630.     }
  3631.     /**
  3632.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3633.      *
  3634.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3635.      */
  3636.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3637.     {
  3638.         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()));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3642.      *
  3643.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3644.      */
  3645.     protected function getSensioFrameworkExtra_View_ListenerService()
  3646.     {
  3647.         $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))));
  3648.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3649.             'twig' => ['services''twig''getTwigService'false],
  3650.         ], [
  3651.             'twig' => 'Twig\\Environment',
  3652.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3653.         return $instance;
  3654.     }
  3655.     /**
  3656.      * Gets the private 'session_listener' shared service.
  3657.      *
  3658.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3659.      */
  3660.     protected function getSessionListenerService()
  3661.     {
  3662.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3663.             'initialized_session' => ['services''session'NULLfalse],
  3664.             'session' => ['services''session''getSessionService'false],
  3665.         ], [
  3666.             'initialized_session' => '?',
  3667.             'session' => '?',
  3668.         ]));
  3669.     }
  3670.     /**
  3671.      * Gets the private 'translator.default' shared service.
  3672.      *
  3673.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3674.      */
  3675.     protected function getTranslator_DefaultService()
  3676.     {
  3677.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3678.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  3679.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  3680.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  3681.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  3682.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  3683.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  3684.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  3685.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  3686.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  3687.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  3688.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  3689.         ], [
  3690.             'translation.loader.csv' => '?',
  3691.             'translation.loader.dat' => '?',
  3692.             'translation.loader.ini' => '?',
  3693.             'translation.loader.json' => '?',
  3694.             'translation.loader.mo' => '?',
  3695.             'translation.loader.php' => '?',
  3696.             'translation.loader.po' => '?',
  3697.             'translation.loader.qt' => '?',
  3698.             'translation.loader.res' => '?',
  3699.             'translation.loader.xliff' => '?',
  3700.             'translation.loader.yml' => '?',
  3701.         ]), 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')], '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/KokokaraSelect/Resource/locale/messages.ja.php'), => (\dirname(__DIR__4).'/app/Plugin/Coupon4/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus4/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/OrderBulkDelete4/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/OrderBulkDelete4/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SeoListDetail/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration/Resource/locale/message.ja.yml'), 10 => (\dirname(__DIR__4).'/app/Plugin/GmoPsKb4/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/AddressBook/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/MailMagazine4/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/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')], '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/KokokaraSelect/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon4/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus4/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/OrderBulkDelete4/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SeoListDetail/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/GmoPsKb4/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/AddressBook/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/MailMagazine4/Resource/locale'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 14 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resources/FrameworkBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Eccube/Resources/SecurityBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineCacheBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineMigrationsBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineFixturesBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Eccube/Resources/SensioFrameworkExtraBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Eccube/Resources/MonologBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Eccube/Resources/SwiftmailerBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Eccube/Resources/TwigBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Eccube/Resources/DebugBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 38 => (\dirname(__DIR__4).'/src/Eccube/Resources/WebServerBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/Eccube/Resources/WebProfilerBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/src/Eccube/Resources/MakerBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'), 44 => (\dirname(__DIR__4).'/src/Eccube/Resources/MobileDetectBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Eccube/Resources/KnpPaginatorBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations'), 48 => (\dirname(__DIR__4).'/app/Plugin/Api/Bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Eccube/Resources/ApiBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/trikoder/oauth2-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Eccube/Resources/TrikoderOAuth2Bundle/translations'), 52 => (\dirname(__DIR__4).'/app/Plugin/Webapi/Bundle/translations'), 53 => (\dirname(__DIR__4).'/src/Eccube/Resources/WebapiBundle/translations'), 54 => (\dirname(__DIR__4).'/translations'), 55 => (\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/KokokaraSelect/Resource/locale'=> 'app/Plugin/Coupon4/Resource/locale'=> 'app/Plugin/DeliveryPlus4/Resource/locale'=> 'app/Plugin/OrderBulkDelete4/Resource/locale'=> 'app/Plugin/SeoListDetail/Resource/locale'=> 'app/Plugin/ECCUBE4LineLoginIntegration/Resource/locale'10 => 'app/Plugin/GmoPsKb4/Resource/locale'11 => 'app/Plugin/AddressBook/Resource/locale'12 => 'app/Plugin/MailMagazine4/Resource/locale'13 => 'src/Eccube/Resource/locale/'14 => 'app/Customize/Resource/locale/'15 => 'vendor/symfony/framework-bundle/translations'16 => 'src/Eccube/Resources/FrameworkBundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'src/Eccube/Resources/SecurityBundle/translations'19 => 'vendor/doctrine/doctrine-cache-bundle/translations'20 => 'src/Eccube/Resources/DoctrineCacheBundle/translations'21 => 'vendor/doctrine/doctrine-bundle/translations'22 => 'src/Eccube/Resources/DoctrineBundle/translations'23 => 'vendor/doctrine/doctrine-migrations-bundle/translations'24 => 'src/Eccube/Resources/DoctrineMigrationsBundle/translations'25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'26 => 'src/Eccube/Resources/DoctrineFixturesBundle/translations'27 => 'vendor/sensio/framework-extra-bundle/src/translations'28 => 'src/Eccube/Resources/SensioFrameworkExtraBundle/translations'29 => 'vendor/symfony/monolog-bundle/translations'30 => 'src/Eccube/Resources/MonologBundle/translations'31 => 'vendor/symfony/swiftmailer-bundle/translations'32 => 'src/Eccube/Resources/SwiftmailerBundle/translations'33 => 'vendor/symfony/twig-bundle/translations'34 => 'src/Eccube/Resources/TwigBundle/translations'35 => 'vendor/symfony/debug-bundle/translations'36 => 'src/Eccube/Resources/DebugBundle/translations'37 => 'vendor/symfony/web-server-bundle/translations'38 => 'src/Eccube/Resources/WebServerBundle/translations'39 => 'vendor/symfony/web-profiler-bundle/translations'40 => 'src/Eccube/Resources/WebProfilerBundle/translations'41 => 'vendor/symfony/maker-bundle/src/translations'42 => 'src/Eccube/Resources/MakerBundle/translations'43 => 'vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'44 => 'src/Eccube/Resources/MobileDetectBundle/translations'45 => 'src/Eccube/Resources/KnpPaginatorBundle/translations'46 => 'vendor/exercise/htmlpurifier-bundle/src/translations'47 => 'src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations'48 => 'app/Plugin/Api/Bundle/translations'49 => 'src/Eccube/Resources/ApiBundle/translations'50 => 'vendor/trikoder/oauth2-bundle/translations'51 => 'src/Eccube/Resources/TrikoderOAuth2Bundle/translations'52 => 'app/Plugin/Webapi/Bundle/translations'53 => 'src/Eccube/Resources/WebapiBundle/translations'54 => 'translations'55 => 'src/Eccube/Resources/translations']]]);
  3702.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3703.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3704.         return $instance;
  3705.     }
  3706.     /**
  3707.      * Gets the private 'validator.builder' shared service.
  3708.      *
  3709.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3710.      */
  3711.     protected function getValidator_BuilderService()
  3712.     {
  3713.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3714.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3715.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService.php'true],
  3716.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService.php'true],
  3717.             'Plugin\\ZeusPayment4\\Validator\\Constraints\\CardExpirationValidator' => ['privates''Plugin\\ZeusPayment4\\Validator\\Constraints\\CardExpirationValidator''getCardExpirationValidatorService.php'true],
  3718.             'Plugin\\ZeusPayment4\\Validator\\Constraints\\ClientIpValidator' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService.php'true],
  3719.             'Plugin\\ZeusPayment4\\Validator\\Constraints\\OrLengthValidator' => ['privates''Plugin\\ZeusPayment4\\Validator\\Constraints\\OrLengthValidator''getOrLengthValidatorService.php'true],
  3720.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3721.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3722.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  3723.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3724.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  3725.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3726.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3727.             'unique.clientip' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService.php'true],
  3728.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3729.         ], [
  3730.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3731.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3732.             'Plugin\\ZeusPayment4\\Validator\\Constraints\\CardExpirationValidator' => '?',
  3733.             'Plugin\\ZeusPayment4\\Validator\\Constraints\\ClientIpValidator' => '?',
  3734.             'Plugin\\ZeusPayment4\\Validator\\Constraints\\OrLengthValidator' => '?',
  3735.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3736.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3737.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3738.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3739.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3740.             'doctrine.orm.validator.unique' => '?',
  3741.             'security.validator.user_password' => '?',
  3742.             'unique.clientip' => '?',
  3743.             'validator.expression' => '?',
  3744.         ])));
  3745.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  3746.         $instance->setTranslationDomain('validators');
  3747.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3748.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3749.         $instance->addMethodMapping('loadValidatorMetadata');
  3750.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3751.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3752.         return $instance;
  3753.     }
  3754.     /**
  3755.      * Gets the private 'var_dumper.html_dumper' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3758.      */
  3759.     protected function getVarDumper_HtmlDumperService()
  3760.     {
  3761.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3762.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3763.         return $instance;
  3764.     }
  3765.     /**
  3766.      * Gets the private 'web_profiler.csp.handler' shared service.
  3767.      *
  3768.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3769.      */
  3770.     protected function getWebProfiler_Csp_HandlerService()
  3771.     {
  3772.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3773.     }
  3774.     /**
  3775.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3776.      *
  3777.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3778.      */
  3779.     protected function getWebProfiler_DebugToolbarService()
  3780.     {
  3781.         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()));
  3782.     }
  3783.     /**
  3784.      * @return array|bool|float|int|string|null
  3785.      */
  3786.     public function getParameter($name)
  3787.     {
  3788.         $name = (string) $name;
  3789.         if (isset($this->buildParameters[$name])) {
  3790.             return $this->buildParameters[$name];
  3791.         }
  3792.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  3793.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3794.         }
  3795.         if (isset($this->loadedDynamicParameters[$name])) {
  3796.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3797.         }
  3798.         return $this->parameters[$name];
  3799.     }
  3800.     public function hasParameter($name): bool
  3801.     {
  3802.         $name = (string) $name;
  3803.         if (isset($this->buildParameters[$name])) {
  3804.             return true;
  3805.         }
  3806.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  3807.     }
  3808.     public function setParameter($name$value): void
  3809.     {
  3810.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3811.     }
  3812.     public function getParameterBag(): ParameterBagInterface
  3813.     {
  3814.         if (null === $this->parameterBag) {
  3815.             $parameters $this->parameters;
  3816.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3817.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3818.             }
  3819.             foreach ($this->buildParameters as $name => $value) {
  3820.                 $parameters[$name] = $value;
  3821.             }
  3822.             $this->parameterBag = new FrozenParameterBag($parameters);
  3823.         }
  3824.         return $this->parameterBag;
  3825.     }
  3826.     private $loadedDynamicParameters = [
  3827.         'kernel.cache_dir' => false,
  3828.         'locale' => false,
  3829.         'timezone' => false,
  3830.         'currency' => false,
  3831.         'eccube_database_url' => false,
  3832.         'eccube_mailer_url' => false,
  3833.         'eccube_admin_route' => false,
  3834.         'eccube_user_data_route' => false,
  3835.         'eccube_admin_allow_hosts' => false,
  3836.         'eccube_admin_deny_hosts' => false,
  3837.         'eccube_force_ssl' => false,
  3838.         'eccube.theme' => false,
  3839.         'eccube_theme_code' => false,
  3840.         'eccube_auth_magic' => false,
  3841.         'eccube_theme_front_dir' => false,
  3842.         'eccube_html_front_dir' => false,
  3843.         'eccube_csv_temp_realdir' => false,
  3844.         'eccube_owners_store_url' => false,
  3845.         'eccube_package_api_url' => false,
  3846.         'eccube_content_maintenance_file_path' => false,
  3847.         'eccube_2fa_enabled' => false,
  3848.         'eccube_2fa_cookie_name' => false,
  3849.         'eccube_2fa_expire' => false,
  3850.         'kernel.secret' => false,
  3851.         'kernel.default_locale' => false,
  3852.         'session.storage.options' => false,
  3853.         'validator.mapping.cache.file' => false,
  3854.         'profiler.storage.dsn' => false,
  3855.         'debug.container.dump' => false,
  3856.         'serializer.mapping.cache.file' => false,
  3857.         'doctrine.orm.proxy_dir' => false,
  3858.         'swiftmailer.spool.default.memory.path' => false,
  3859.     ];
  3860.     private $dynamicParameters = [];
  3861.     private function getDynamicParameter(string $name)
  3862.     {
  3863.         switch ($name) {
  3864.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3865.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3866.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3867.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3868.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3869.             case 'eccube_mailer_url'$value $this->getEnv('MAILER_URL'); break;
  3870.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3871.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3872.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3873.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3874.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3875.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3876.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3877.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3878.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3879.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3880.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3881.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3882.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3883.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3884.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3885.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3886.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3887.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3888.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3889.             case 'session.storage.options'$value = [
  3890.                 'cache_limiter' => '0',
  3891.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3892.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3893.                 'cookie_httponly' => true,
  3894.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3895.                 'gc_probability' => 1,
  3896.             ]; break;
  3897.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3898.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3899.             case 'debug.container.dump'$value = ($this->targetDir.''.'/EccubeEccube_KernelDevDebugContainer.xml'); break;
  3900.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3901.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3902.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3903.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3904.         }
  3905.         $this->loadedDynamicParameters[$name] = true;
  3906.         return $this->dynamicParameters[$name] = $value;
  3907.     }
  3908.     protected function getDefaultParameters(): array
  3909.     {
  3910.         return [
  3911.             'kernel.root_dir' => (\dirname(__DIR__4).'/src/Eccube'),
  3912.             'kernel.project_dir' => \dirname(__DIR__4),
  3913.             'kernel.environment' => 'dev',
  3914.             'kernel.debug' => true,
  3915.             'kernel.name' => 'Eccube',
  3916.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3917.             'kernel.bundles' => [
  3918.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3919.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3920.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3921.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3922.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3923.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3924.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3925.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3926.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3927.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3928.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3929.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  3930.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3931.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3932.                 'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
  3933.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3934.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3935.                 'ApiBundle' => 'Plugin\\Api\\Bundle\\ApiBundle',
  3936.                 'TrikoderOAuth2Bundle' => 'Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle',
  3937.                 'WebapiBundle' => 'Plugin\\Webapi\\Bundle\\WebapiBundle',
  3938.             ],
  3939.             'kernel.bundles_metadata' => [
  3940.                 'FrameworkBundle' => [
  3941.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3942.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3943.                 ],
  3944.                 'SecurityBundle' => [
  3945.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3946.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3947.                 ],
  3948.                 'DoctrineCacheBundle' => [
  3949.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  3950.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  3951.                 ],
  3952.                 'DoctrineBundle' => [
  3953.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3954.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3955.                 ],
  3956.                 'DoctrineMigrationsBundle' => [
  3957.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3958.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3959.                 ],
  3960.                 'DoctrineFixturesBundle' => [
  3961.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3962.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3963.                 ],
  3964.                 'SensioFrameworkExtraBundle' => [
  3965.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3966.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3967.                 ],
  3968.                 'MonologBundle' => [
  3969.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3970.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3971.                 ],
  3972.                 'SwiftmailerBundle' => [
  3973.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3974.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3975.                 ],
  3976.                 'TwigBundle' => [
  3977.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3978.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3979.                 ],
  3980.                 'DebugBundle' => [
  3981.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3982.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3983.                 ],
  3984.                 'WebServerBundle' => [
  3985.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  3986.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  3987.                 ],
  3988.                 'WebProfilerBundle' => [
  3989.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3990.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3991.                 ],
  3992.                 'MakerBundle' => [
  3993.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3994.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3995.                 ],
  3996.                 'MobileDetectBundle' => [
  3997.                     'path' => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
  3998.                     'namespace' => 'SunCat\\MobileDetectBundle',
  3999.                 ],
  4000.                 'KnpPaginatorBundle' => [
  4001.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4002.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4003.                 ],
  4004.                 'ExerciseHTMLPurifierBundle' => [
  4005.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4006.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4007.                 ],
  4008.                 'ApiBundle' => [
  4009.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api/Bundle'),
  4010.                     'namespace' => 'Plugin\\Api\\Bundle',
  4011.                 ],
  4012.                 'TrikoderOAuth2Bundle' => [
  4013.                     'path' => (\dirname(__DIR__4).'/vendor/trikoder/oauth2-bundle'),
  4014.                     'namespace' => 'Trikoder\\Bundle\\OAuth2Bundle',
  4015.                 ],
  4016.                 'WebapiBundle' => [
  4017.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Webapi/Bundle'),
  4018.                     'namespace' => 'Plugin\\Webapi\\Bundle',
  4019.                 ],
  4020.             ],
  4021.             'kernel.charset' => 'UTF-8',
  4022.             'kernel.container_class' => 'EccubeEccube_KernelDevDebugContainer',
  4023.             'container.dumper.inline_class_loader' => true,
  4024.             'env(ECCUBE_LOCALE)' => 'ja',
  4025.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4026.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4027.             'env(DATABASE_URL)' => '',
  4028.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4029.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4030.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4031.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4032.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4033.             'env(ECCUBE_FORCE_SSL)' => false,
  4034.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4035.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4036.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4037.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4038.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4039.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4040.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net',
  4041.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4042.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4043.             'env(ECCUBE_2FA_ENABLED)' => true,
  4044.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4045.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4046.             'eccube_auth_type' => 'HMAC',
  4047.             'eccube_password_hash_algos' => 'SHA256',
  4048.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4049.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4050.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4051.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4052.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4053.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4054.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4055.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4056.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4057.             'eccube_twig_block_templates' => [
  4058.             ],
  4059.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4060.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4061.             'eccube_csv_size' => 5,
  4062.             'eccube_csv_split_lines' => 100,
  4063.             'eccube_default_password' => '**********',
  4064.             'eccube_deliv_addr_max' => 300,
  4065.             'eccube_deliv_date_end_max' => 21,
  4066.             'eccube_id_max_len' => 50,
  4067.             'eccube_id_min_len' => 4,
  4068.             'eccube_int_len' => 9,
  4069.             'eccube_category_nest_level' => 5,
  4070.             'eccube_lltext_len' => 99999,
  4071.             'eccube_ltext_len' => 3000,
  4072.             'eccube_max_total_fee' => 9999999999,
  4073.             'eccube_mltext_len' => 1000,
  4074.             'eccube_mtext_len' => 200,
  4075.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4076.             'plugin_html_urlpath' => '/plugin/',
  4077.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4078.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4079.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4080.             'eccube_price_len' => 8,
  4081.             'eccube_search_pmax' => 12,
  4082.             'eccube_sitemap_products_per_page' => 1000,
  4083.             'eccube_stext_len' => 255,
  4084.             'eccube_sltext_len' => 500,
  4085.             'eccube_smtext_len' => 100,
  4086.             'eccube_tax_rule_priority' => [
  4087.                 => 'product_id',
  4088.                 => 'product_class_id',
  4089.                 => 'pref_id',
  4090.                 => 'country_id',
  4091.             ],
  4092.             'eccube_url_len' => 1024,
  4093.             'eccube_default_page_count' => 50,
  4094.             'eccube_admin_product_stock_status' => 3,
  4095.             'eccube_customer_reset_expire' => 10,
  4096.             'eccube_csv_export_separator' => ',',
  4097.             'eccube_csv_export_encoding' => 'SJIS-win',
  4098.             'eccube_csv_import_encoding' => [
  4099.                 => 'UTF-8',
  4100.                 => 'SJIS-win',
  4101.                 => 'SJIS',
  4102.                 => 'EUC-JP',
  4103.                 => 'ASCII',
  4104.                 => 'JIS',
  4105.             ],
  4106.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4107.             'eccube_csv_export_multidata_separator' => ',',
  4108.             'eccube_csv_import_delimiter' => ',',
  4109.             'eccube_csv_import_enclosure' => '"',
  4110.             'eccube_csv_import_escape' => '\\',
  4111.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4112.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4113.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4114.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4115.             'eccube_name_len' => 16,
  4116.             'eccube_kana_len' => 25,
  4117.             'eccube_address1_len' => 32,
  4118.             'eccube_address2_len' => 32,
  4119.             'eccube_birth_max' => 110,
  4120.             'eccube_product_order_price_lower' => 1,
  4121.             'eccube_product_order_newer' => 2,
  4122.             'eccube_product_order_price_higher' => 3,
  4123.             'eccube_price_max' => 2147483647,
  4124.             'eccube_tel_len_max' => 11,
  4125.             'eccube_postal_code' => 8,
  4126.             'eccube_password_min_len' => 8,
  4127.             'eccube_password_max_len' => 32,
  4128.             'eccube_composer_memory_limit' => '1536M',
  4129.             'eccube_order_mail_template_id' => 1,
  4130.             'eccube_entry_confirm_mail_template_id' => 2,
  4131.             'eccube_entry_complete_mail_template_id' => 3,
  4132.             'eccube_customer_withdraw_mail_template_id' => 4,
  4133.             'eccube_contact_mail_template_id' => 5,
  4134.             'eccube_forgot_mail_template_id' => 6,
  4135.             'eccube_reset_complete_mail_template_id' => 7,
  4136.             'eccube_shipping_notify_mail_template_id' => 8,
  4137.             'eccube_chainstore_confirm_admin_mail_template_id' => 9,
  4138.             'eccube_check_chainstore_admin_mail_template_id' => 10,
  4139.             'eccube_chainstore_entry_confirm_mail_template_id' => 11,
  4140.             'eccube_chainstore_entry_complete_mail_template_id' => 12,
  4141.             'eccube_chainstore_oen_entry_confirm_mail_template_id' => 13,
  4142.             'eccube_chainstore_oen_entry_complete_mail_template_id' => 14,
  4143.             'eccube_chainstore_kouri_entry_confirm_mail_template_id' => 15,
  4144.             'eccube_chainstore_kouri_entry_complete_mail_template_id' => 16,
  4145.             'eccube_chainstore_order_mail_template_id' => 17,
  4146.             'eccube_chainstore_oen_order_mail_template_id' => 18,
  4147.             'eccube_chainstore_kouri_order_mail_template_id' => 19,
  4148.             'eccube_chainstore_entry_confirm_mail_fullreg_template_id' => 20,
  4149.             'eccube_chainstore_oen_entry_confirm_mail_fullreg_template_id' => 21,
  4150.             'eccube_chainstore_kouri_entry_confirm_mail_fullreg_template_id' => 22,
  4151.             'eccube_chainstore_retail_usage_fee_template_id' => 23,
  4152.             'eccube_order_en_mail_template_id' => 24,
  4153.             'eccube_rfc_email_check' => false,
  4154.             'eccube_order_no_format' => '',
  4155.             'eccube_order_pdf_message_len' => 30,
  4156.             'eccube_news_start_year' => 2000,
  4157.             'eccube_result_cache_lifetime' => 3600,
  4158.             'eccube_result_cache_lifetime_short' => 10,
  4159.             'eccube_nav' => [
  4160.                 'product' => [
  4161.                     'name' => 'admin.product.product_management',
  4162.                     'icon' => 'fa-cube',
  4163.                     'children' => [
  4164.                         'product_master' => [
  4165.                             'name' => 'admin.product.product_list',
  4166.                             'url' => 'admin_product',
  4167.                         ],
  4168.                         'product_edit' => [
  4169.                             'name' => 'admin.product.product_registration',
  4170.                             'url' => 'admin_product_product_new',
  4171.                         ],
  4172.                         'class_name' => [
  4173.                             'name' => 'admin.product.class_management',
  4174.                             'url' => 'admin_product_class_name',
  4175.                         ],
  4176.                         'class_category' => [
  4177.                             'name' => 'admin.product.category_management',
  4178.                             'url' => 'admin_product_category',
  4179.                         ],
  4180.                         'product_tag' => [
  4181.                             'name' => 'admin.product.tag_management',
  4182.                             'url' => 'admin_product_tag',
  4183.                         ],
  4184.                         'product_csv_import' => [
  4185.                             'name' => 'admin.product.product_csv_upload',
  4186.                             'url' => 'admin_product_csv_import',
  4187.                         ],
  4188.                         'category_csv_import' => [
  4189.                             'name' => 'admin.product.category_csv_upload',
  4190.                             'url' => 'admin_product_category_csv_import',
  4191.                         ],
  4192.                         'admin_kokokara_select_root' => [
  4193.                             'name' => 'kokokara_select.csv.root.title',
  4194.                             'children' => [
  4195.                                 'admin_kokokara_select' => [
  4196.                                     'name' => 'kokokara_select.csv.title',
  4197.                                     'url' => 'admin_kokokara_select_csv',
  4198.                                 ],
  4199.                                 'admin_kokokara_select_direct' => [
  4200.                                     'name' => 'kokokara_select.csv.direct.title',
  4201.                                     'url' => 'admin_kokokara_select_direct_csv',
  4202.                                 ],
  4203.                             ],
  4204.                         ],
  4205.                         'admin_product_category_seo' => [
  4206.                             'name' => 'admin_product_category_seo_management',
  4207.                             'url' => 'admin_product_category_seo',
  4208.                         ],
  4209.                         'product_csv_import_seo' => [
  4210.                             'name' => 'product_csv_import_seo_management',
  4211.                             'url' => 'admin_product_csv_import_seo',
  4212.                         ],
  4213.                         'category_csv_import_seo' => [
  4214.                             'name' => 'category_csv_import_seo_management',
  4215.                             'url' => 'admin_product_category_csv_import_seo',
  4216.                         ],
  4217.                     ],
  4218.                 ],
  4219.                 'order' => [
  4220.                     'name' => 'admin.order.order_management',
  4221.                     'icon' => 'fa-shopping-cart',
  4222.                     'children' => [
  4223.                         'order_master' => [
  4224.                             'name' => 'admin.order.order_list',
  4225.                             'url' => 'admin_order',
  4226.                         ],
  4227.                         'order_edit' => [
  4228.                             'name' => 'admin.order.order_registration',
  4229.                             'url' => 'admin_order_new',
  4230.                         ],
  4231.                         'shipping_csv_import' => [
  4232.                             'name' => 'admin.order.shipping_csv_upload',
  4233.                             'url' => 'admin_shipping_csv_import',
  4234.                         ],
  4235.                         'plugin_coupon' => [
  4236.                             'name' => 'クーポン',
  4237.                             'url' => 'plugin_coupon_list',
  4238.                         ],
  4239.                         'zeus_order_list' => [
  4240.                             'name' => 'ゼウス受注管理',
  4241.                             'url' => 'zeus_order_list',
  4242.                         ],
  4243.                         'zeus_order_csv' => [
  4244.                             'name' => 'ゼウス売上CSV',
  4245.                             'url' => 'zeus_order_csv',
  4246.                         ],
  4247.                         'zeus_cancel_csv' => [
  4248.                             'name' => 'ゼウス取消CSV',
  4249.                             'url' => 'zeus_cancel_csv',
  4250.                         ],
  4251.                     ],
  4252.                 ],
  4253.                 'customer' => [
  4254.                     'name' => 'admin.customer.customer_management',
  4255.                     'icon' => 'fa-users',
  4256.                     'children' => [
  4257.                         'customer_master' => [
  4258.                             'name' => 'admin.customer.customer_list',
  4259.                             'url' => 'admin_customer',
  4260.                         ],
  4261.                         'customer_edit' => [
  4262.                             'name' => 'admin.customer.customer_registration',
  4263.                             'url' => 'admin_customer_new',
  4264.                         ],
  4265.                     ],
  4266.                 ],
  4267.                 'chainstore' => [
  4268.                     'name' => 'admin.chainstore.chainstore_management',
  4269.                     'icon' => 'fa-building',
  4270.                     'children' => [
  4271.                         'chainstore_master' => [
  4272.                             'name' => 'admin.chainstore.chainstore_list',
  4273.                             'url' => 'admin_chainstore',
  4274.                         ],
  4275.                         'chainstore_edit' => [
  4276.                             'name' => 'admin.chainstore.chainstore_registration',
  4277.                             'url' => 'admin_chainstore_new',
  4278.                         ],
  4279.                         'dataexport_chainstore' => [
  4280.                             'name' => 'admin.dataexport.chainstore',
  4281.                             'url' => 'admin_dataexport_chainstore',
  4282.                         ],
  4283.                         'dataexport_dealer' => [
  4284.                             'name' => 'admin.dataexport.dealer',
  4285.                             'url' => 'admin_dataexport_dealer',
  4286.                         ],
  4287.                     ],
  4288.                 ],
  4289.                 'content' => [
  4290.                     'name' => 'admin.content.contents_management',
  4291.                     'icon' => 'fa-file-text-o',
  4292.                     'children' => [
  4293.                         'news' => [
  4294.                             'name' => 'admin.content.news_management',
  4295.                             'url' => 'admin_content_news',
  4296.                         ],
  4297.                         'file' => [
  4298.                             'name' => 'admin.content.file_management',
  4299.                             'url' => 'admin_content_file',
  4300.                         ],
  4301.                         'layout' => [
  4302.                             'name' => 'admin.content.layout_management',
  4303.                             'url' => 'admin_content_layout',
  4304.                         ],
  4305.                         'page' => [
  4306.                             'name' => 'admin.content.page_management',
  4307.                             'url' => 'admin_content_page',
  4308.                         ],
  4309.                         'css' => [
  4310.                             'name' => 'admin.content.css_management',
  4311.                             'url' => 'admin_content_css',
  4312.                         ],
  4313.                         'js' => [
  4314.                             'name' => 'admin.content.js_management',
  4315.                             'url' => 'admin_content_js',
  4316.                         ],
  4317.                         'block' => [
  4318.                             'name' => 'admin.content.block_management',
  4319.                             'url' => 'admin_content_block',
  4320.                         ],
  4321.                         'cache' => [
  4322.                             'name' => 'admin.content.cache_management',
  4323.                             'url' => 'admin_content_cache',
  4324.                         ],
  4325.                         'maintenance' => [
  4326.                             'name' => 'admin.content.maintenance_management',
  4327.                             'url' => 'admin_content_maintenance',
  4328.                         ],
  4329.                         'deliveryplus' => [
  4330.                             'id' => 'admin_content_deliveryplus',
  4331.                             'name' => 'deliveryplus.admin.nav.content.deliveryplus',
  4332.                             'children' => [
  4333.                                 'detail' => [
  4334.                                     'id' => 'admin_content_deliveryplus_detail',
  4335.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.detail',
  4336.                                     'url' => 'admin_content_deliveryplus_detail',
  4337.                                 ],
  4338.                                 'cart' => [
  4339.                                     'id' => 'admin_content_deliveryplus_cart',
  4340.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.cart',
  4341.                                     'url' => 'admin_content_deliveryplus_cart',
  4342.                                 ],
  4343.                             ],
  4344.                         ],
  4345.                     ],
  4346.                 ],
  4347.                 'setting' => [
  4348.                     'name' => 'admin.setting',
  4349.                     'icon' => 'fa-cog',
  4350.                     'children' => [
  4351.                         'shop' => [
  4352.                             'name' => 'admin.setting.shop',
  4353.                             'children' => [
  4354.                                 'shop_index' => [
  4355.                                     'name' => 'admin.setting.shop.shop_setting',
  4356.                                     'url' => 'admin_setting_shop',
  4357.                                 ],
  4358.                                 'shop_tradelaw' => [
  4359.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4360.                                     'url' => 'admin_content_page_edit',
  4361.                                     'param' => [
  4362.                                         'id' => 21,
  4363.                                         'return' => 'tradelaw',
  4364.                                     ],
  4365.                                 ],
  4366.                                 'shop_agreement' => [
  4367.                                     'name' => 'admin.setting.shop.agreement_setting',
  4368.                                     'url' => 'admin_content_page_edit',
  4369.                                     'param' => [
  4370.                                         'id' => 19,
  4371.                                         'return' => 'agreement',
  4372.                                     ],
  4373.                                 ],
  4374.                                 'shop_payment' => [
  4375.                                     'name' => 'admin.setting.shop.payment_setting',
  4376.                                     'url' => 'admin_setting_shop_payment',
  4377.                                 ],
  4378.                                 'shop_delivery' => [
  4379.                                     'name' => 'admin.setting.shop.delivery_setting',
  4380.                                     'url' => 'admin_setting_shop_delivery',
  4381.                                 ],
  4382.                                 'shop_tax' => [
  4383.                                     'name' => 'admin.setting.shop.tax_setting',
  4384.                                     'url' => 'admin_setting_shop_tax',
  4385.                                 ],
  4386.                                 'shop_mail' => [
  4387.                                     'name' => 'admin.setting.shop.mail_setting',
  4388.                                     'url' => 'admin_setting_shop_mail',
  4389.                                 ],
  4390.                                 'shop_csv' => [
  4391.                                     'name' => 'admin.setting.shop.csv_setting',
  4392.                                     'url' => 'admin_setting_shop_csv',
  4393.                                 ],
  4394.                                 'shop_order_status' => [
  4395.                                     'name' => 'admin.setting.shop.order_status_setting',
  4396.                                     'url' => 'admin_setting_shop_order_status',
  4397.                                 ],
  4398.                             ],
  4399.                         ],
  4400.                         'system' => [
  4401.                             'name' => 'admin.setting.system',
  4402.                             'children' => [
  4403.                                 'member' => [
  4404.                                     'name' => 'admin.setting.system.member_management',
  4405.                                     'url' => 'admin_setting_system_member',
  4406.                                 ],
  4407.                                 'authority' => [
  4408.                                     'name' => 'admin.setting.system.authority_management',
  4409.                                     'url' => 'admin_setting_system_authority',
  4410.                                 ],
  4411.                                 'security' => [
  4412.                                     'name' => 'admin.setting.system.security_management',
  4413.                                     'url' => 'admin_setting_system_security',
  4414.                                 ],
  4415.                                 'login_history' => [
  4416.                                     'name' => 'admin.setting.system.login_history',
  4417.                                     'url' => 'admin_setting_system_login_history',
  4418.                                 ],
  4419.                                 'log' => [
  4420.                                     'name' => 'admin.setting.system.log_display',
  4421.                                     'url' => 'admin_setting_system_log',
  4422.                                 ],
  4423.                                 'masterdata' => [
  4424.                                     'name' => 'admin.setting.system.master_data_management',
  4425.                                     'url' => 'admin_setting_system_masterdata',
  4426.                                 ],
  4427.                                 'system_index' => [
  4428.                                     'name' => 'admin.setting.system.system_info',
  4429.                                     'url' => 'admin_setting_system_system',
  4430.                                 ],
  4431.                             ],
  4432.                         ],
  4433.                     ],
  4434.                 ],
  4435.                 'store' => [
  4436.                     'name' => 'admin.store',
  4437.                     'icon' => 'fa-plug',
  4438.                     'children' => [
  4439.                         'plugin' => [
  4440.                             'name' => 'admin.store.plugin',
  4441.                             'children' => [
  4442.                                 'plugin_owners_search' => [
  4443.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4444.                                     'url' => 'admin_store_plugin_owners_search',
  4445.                                 ],
  4446.                                 'plugin_list' => [
  4447.                                     'name' => 'admin.store.plugin.plugin_list',
  4448.                                     'url' => 'admin_store_plugin',
  4449.                                 ],
  4450.                             ],
  4451.                         ],
  4452.                         'template' => [
  4453.                             'name' => 'admin.store.template',
  4454.                             'children' => [
  4455.                                 'template_list' => [
  4456.                                     'name' => 'admin.store.template.template_list',
  4457.                                     'url' => 'admin_store_template',
  4458.                                 ],
  4459.                                 'template_install' => [
  4460.                                     'name' => 'admin.store.template.template_install',
  4461.                                     'url' => 'admin_store_template_install',
  4462.                                 ],
  4463.                             ],
  4464.                         ],
  4465.                         'authentication_setting' => [
  4466.                             'name' => 'admin.store.setting',
  4467.                             'url' => 'admin_store_authentication_setting',
  4468.                         ],
  4469.                     ],
  4470.                 ],
  4471.                 'plugin_line_login_integration' => [
  4472.                     'name' => 'LINE管理',
  4473.                     'icon' => 'fa-commenting',
  4474.                     'has_child' => true,
  4475.                     'children' => [
  4476.                         'plugin_line_login_setting' => [
  4477.                             'name' => 'ログイン設定',
  4478.                             'url' => 'plugin_line_login_setting',
  4479.                         ],
  4480.                     ],
  4481.                 ],
  4482.                 'gmops_kb' => [
  4483.                     'name' => 'gmops_kb.admin.nav',
  4484.                     'icon' => 'fa-receipt',
  4485.                     'children' => [
  4486.                         'order_payment' => [
  4487.                             'name' => 'gmops_kb.admin.nav.order_payment',
  4488.                             'url' => 'gmo_ps_kb4_admin_order_payment',
  4489.                         ],
  4490.                     ],
  4491.                 ],
  4492.                 'mailmagazine' => [
  4493.                     'id' => 'mailmagazine',
  4494.                     'name' => 'mailmagazine.title',
  4495.                     'icon' => 'fa-envelope',
  4496.                     'children' => [
  4497.                         'mailmagazine' => [
  4498.                             'id' => 'mailmagazine',
  4499.                             'name' => 'mailmagazine.index.title',
  4500.                             'url' => 'plugin_mail_magazine',
  4501.                         ],
  4502.                         'mailmagazine_template' => [
  4503.                             'id' => 'mailmagazine_template',
  4504.                             'name' => 'mailmagazine.template.title',
  4505.                             'url' => 'plugin_mail_magazine_template',
  4506.                         ],
  4507.                         'mailmagazine_history' => [
  4508.                             'id' => 'mailmagazine_history',
  4509.                             'name' => 'mailmagazine.history.title',
  4510.                             'url' => 'plugin_mail_magazine_history',
  4511.                         ],
  4512.                     ],
  4513.                 ],
  4514.             ],
  4515.             'env(MAILER_URL)' => '',
  4516.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api/oauth/private.key'),
  4517.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api/oauth/public.key'),
  4518.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4519.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4520.             'jwt_key_private' => (\dirname(__DIR__4).'/app/Plugin/Webapi/Resource/config/jwt/private.pem'),
  4521.             'jwt_key_public' => (\dirname(__DIR__4).'/app/Plugin/Webapi/Resource/config/jwt/public.pem'),
  4522.             'jwt_key_passphrase' => 'bnksolution123',
  4523.             'zeus_payment_name' => 'ゼウス決済',
  4524.             'zeus_payment_page_name' => 'ゼウス決済画面',
  4525.             'zeus_plugin_code' => 'ZeusPayment4',
  4526.             'zeuspayment_urlpath' => '/app/plugin/ZeusPayment4',
  4527.             'zeuspayment_img_urlpath' => 'ZeusPayment4/assets/img',
  4528.             'zeus_cvs_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/cvs.cgi',
  4529.             'zeus_edy_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/edy.cgi',
  4530.             'zeus_ebank_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/ebank.cgi',
  4531.             'zeus_secure_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4532.             'zeus_secure_3d_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4533.             'zeus_secure_3d_information_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4534.             'zeus_fetch_customer_info_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4535.             'zeus_get_token_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/token/token.cgi',
  4536.             'zeus_secure_link_batch_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi',
  4537.             'zeus_resp_server_ips' => '210.164.6.67,202.221.139.50',
  4538.             'zeus_auth_error_message' => '認証に失敗しました。お手数ですが入力内容をご確認ください。',
  4539.             'zeus_processing_error_message' => '別タブ(ウィンドウ)で決済処理中です、複数タブ(ウィンドウ)で操作しないでください。',
  4540.             'zeus_payment_method_credit' => 'ZEUSクレジット決済',
  4541.             'zeus_payment_method_cvs' => 'ZEUSコンビニ決済',
  4542.             'zeus_payment_method_edy' => 'ZEUS楽天Edy決済',
  4543.             'zeus_payment_method_ebank' => 'ZEUS銀行振込決済',
  4544.             'zeus_cvs_not_credited' => 1,
  4545.             'zeus_cvs_preliminary_deposit' => 4,
  4546.             'zeus_cvs_sales_confirmation' => 5,
  4547.             'zeus_cvs_cancel_payment' => 6,
  4548.             'zeus_edy_paid' => 4,
  4549.             'zeus_edy_failed' => 5,
  4550.             'zeus_ebank_wait' => 1,
  4551.             'zeus_ebank_not_paid' => 2,
  4552.             'zeus_ebank_paid' => 3,
  4553.             'zeus_ebank_error' => 4,
  4554.             'zeus_ebank_failed' => 5,
  4555.             'zeus_credit_options' => [
  4556.                 'payment_choices' => [
  4557.                     '01' => '一括払い',
  4558.                     '03' => '3回払い',
  4559.                     '05' => '5回払い',
  4560.                     '06' => '6回払い',
  4561.                     10 => '10回払い',
  4562.                     12 => '12回払い',
  4563.                     15 => '15回払い',
  4564.                     18 => '18回払い',
  4565.                     20 => '20回払い',
  4566.                     24 => '24回払い',
  4567.                     99 => 'リボ払い',
  4568.                 ],
  4569.             ],
  4570.             'eccube.plugins.enabled' => [
  4571.                 => 'KokokaraSelect',
  4572.                 => 'ZeusPayment4',
  4573.                 => 'Coupon4',
  4574.                 => 'DeliveryPlus4',
  4575.                 => 'OrderBulkDelete4',
  4576.                 => 'SeoListDetail',
  4577.                 => 'Webapi',
  4578.                 => 'ECCUBE4LineLoginIntegration',
  4579.                 => 'GmoPsKb4',
  4580.                 => 'AddressBook',
  4581.                 10 => 'MailMagazine4',
  4582.                 11 => 'MypageReport',
  4583.             ],
  4584.             'eccube.plugins.disabled' => [
  4585.                 => 'AnnotatedRouting',
  4586.                 => 'Api',
  4587.                 => 'CSVDownloadFilter',
  4588.                 => 'CustomerClassPrice4',
  4589.                 => 'CustomerGroup',
  4590.                 => 'CustomerGroupEntry',
  4591.                 => 'EntityExtension',
  4592.                 => 'EntityForm',
  4593.                 => 'FormExtension',
  4594.                 => 'HiddenDeliveryDate',
  4595.                 10 => 'HogePlugin',
  4596.                 11 => 'MigrationSample',
  4597.                 12 => 'MypageReceipt',
  4598.                 13 => 'Noshi',
  4599.                 14 => 'ProductDisplayRank4',
  4600.                 15 => 'PurchaseProcessors',
  4601.                 16 => 'QueryCustomize',
  4602.             ],
  4603.             'event_dispatcher.event_aliases' => [
  4604.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4605.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4606.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4607.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4608.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4609.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4610.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4611.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4612.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4613.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4614.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4615.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4616.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4617.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4618.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4619.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4620.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4621.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4622.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4623.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4624.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4625.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4626.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4627.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4628.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4629.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4630.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4631.             ],
  4632.             'fragment.renderer.hinclude.global_template' => NULL,
  4633.             'fragment.path' => '/_fragment',
  4634.             'kernel.http_method_override' => true,
  4635.             'kernel.trusted_hosts' => [
  4636.             ],
  4637.             'kernel.error_controller' => 'error_controller',
  4638.             'templating.helper.code.file_link_format' => NULL,
  4639.             'debug.file_link_format' => NULL,
  4640.             'session.metadata.storage_key' => '_sf2_meta',
  4641.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4642.             'session.metadata.update_threshold' => 0,
  4643.             'form.type_extension.csrf.enabled' => true,
  4644.             'form.type_extension.csrf.field_name' => '_token',
  4645.             'asset.request_context.base_path' => '',
  4646.             'asset.request_context.secure' => false,
  4647.             'templating.loader.cache.path' => NULL,
  4648.             'templating.engines' => [
  4649.                 => 'twig',
  4650.             ],
  4651.             'validator.translation_domain' => 'validators',
  4652.             'translator.logging' => false,
  4653.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4654.             'profiler_listener.only_exceptions' => false,
  4655.             'profiler_listener.only_master_requests' => false,
  4656.             'debug.error_handler.throw_at' => -1,
  4657.             'router.request_context.host' => 'localhost',
  4658.             'router.request_context.scheme' => 'http',
  4659.             'router.request_context.base_url' => '',
  4660.             'router.resource' => 'kernel::loadRoutes',
  4661.             'router.cache_class_prefix' => 'EccubeEccube_KernelDevDebugContainer',
  4662.             'request_listener.http_port' => 80,
  4663.             'request_listener.https_port' => 443,
  4664.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  4665.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  4666.             'security.role_hierarchy.roles' => [
  4667.             ],
  4668.             'security.access.denied_url' => NULL,
  4669.             'security.authentication.manager.erase_credentials' => true,
  4670.             'security.authentication.session_strategy.strategy' => 'migrate',
  4671.             'security.access.always_authenticate_before_granting' => false,
  4672.             'security.authentication.hide_user_not_found' => true,
  4673.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4674.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  4675.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4676.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  4677.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  4678.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  4679.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  4680.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  4681.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  4682.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4683.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  4684.             'doctrine_cache.memcache.host' => 'localhost',
  4685.             'doctrine_cache.memcache.port' => 11211,
  4686.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4687.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  4688.             'doctrine_cache.memcached.host' => 'localhost',
  4689.             'doctrine_cache.memcached.port' => 11211,
  4690.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  4691.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  4692.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  4693.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  4694.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  4695.             'doctrine_cache.predis.scheme' => 'tcp',
  4696.             'doctrine_cache.predis.host' => 'localhost',
  4697.             'doctrine_cache.predis.port' => 6379,
  4698.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4699.             'doctrine_cache.redis.connection.class' => 'Redis',
  4700.             'doctrine_cache.redis.host' => 'localhost',
  4701.             'doctrine_cache.redis.port' => 6379,
  4702.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  4703.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  4704.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  4705.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  4706.             'doctrine_cache.riak.host' => 'localhost',
  4707.             'doctrine_cache.riak.port' => 8087,
  4708.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  4709.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  4710.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  4711.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4712.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4713.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4714.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  4715.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4716.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4717.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4718.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4719.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4720.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4721.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4722.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4723.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4724.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4725.             'doctrine.entity_managers' => [
  4726.                 'default' => 'doctrine.orm.default_entity_manager',
  4727.             ],
  4728.             'doctrine.default_entity_manager' => 'default',
  4729.             'doctrine.dbal.connection_factory.types' => [
  4730.                 'oauth2_grant' => [
  4731.                     'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Grant',
  4732.                     'commented' => NULL,
  4733.                 ],
  4734.                 'oauth2_redirect_uri' => [
  4735.                     'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\RedirectUri',
  4736.                     'commented' => NULL,
  4737.                 ],
  4738.                 'oauth2_scope' => [
  4739.                     'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Scope',
  4740.                     'commented' => NULL,
  4741.                 ],
  4742.                 'datetime' => [
  4743.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4744.                     'commented' => NULL,
  4745.                 ],
  4746.                 'datetimetz' => [
  4747.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4748.                     'commented' => NULL,
  4749.                 ],
  4750.             ],
  4751.             'doctrine.connections' => [
  4752.                 'default' => 'doctrine.dbal.default_connection',
  4753.             ],
  4754.             'doctrine.default_connection' => 'default',
  4755.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4756.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4757.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4758.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4759.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4760.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4761.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4762.             'doctrine.orm.cache.memcache_port' => 11211,
  4763.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4764.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4765.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4766.             'doctrine.orm.cache.memcached_port' => 11211,
  4767.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4768.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4769.             'doctrine.orm.cache.redis_host' => 'localhost',
  4770.             'doctrine.orm.cache.redis_port' => 6379,
  4771.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4772.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4773.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4774.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4775.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4776.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4777.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4778.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4779.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4780.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4781.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4782.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4783.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4784.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4785.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4786.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4787.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4788.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4789.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4790.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4791.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4792.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4793.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4794.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4795.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4796.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4797.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4798.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4799.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4800.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4801.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4802.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/app/DoctrineMigrations'),
  4803.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  4804.             'doctrine_migrations.organize_migrations' => false,
  4805.             'doctrine_migrations.table_name' => 'migration_versions',
  4806.             'doctrine_migrations.name' => 'Application Migrations',
  4807.             'doctrine_migrations.custom_template' => NULL,
  4808.             'monolog.use_microseconds' => true,
  4809.             'monolog.swift_mailer.handlers' => [
  4810.             ],
  4811.             'monolog.handlers_to_channels' => [
  4812.                 'monolog.handler.console' => [
  4813.                     'type' => 'exclusive',
  4814.                     'elements' => [
  4815.                         => 'event',
  4816.                         => 'doctrine',
  4817.                         => 'console',
  4818.                     ],
  4819.                 ],
  4820.                 'monolog.handler.buffered' => [
  4821.                     'type' => 'exclusive',
  4822.                     'elements' => [
  4823.                         => 'event',
  4824.                     ],
  4825.                 ],
  4826.             ],
  4827.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4828.             'swiftmailer.mailer.default.spool.enabled' => true,
  4829.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4830.             'swiftmailer.mailer.default.single_address' => NULL,
  4831.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4832.             'swiftmailer.spool.enabled' => true,
  4833.             'swiftmailer.delivery.enabled' => true,
  4834.             'swiftmailer.single_address' => NULL,
  4835.             'swiftmailer.mailers' => [
  4836.                 'default' => 'swiftmailer.mailer.default',
  4837.             ],
  4838.             'swiftmailer.default_mailer' => 'default',
  4839.             'twig.exception_listener.controller' => NULL,
  4840.             'twig.form.resources' => [
  4841.                 => 'form_div_layout.html.twig',
  4842.                 => 'bootstrap_4_layout.html.twig',
  4843.             ],
  4844.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4845.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4846.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4847.             'web_profiler.debug_toolbar.mode' => 2,
  4848.             'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
  4849.             'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
  4850.             'mobile_detect.cookie_key' => 'device_view',
  4851.             'mobile_detect.switch_param' => 'device_view',
  4852.             'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
  4853.             'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
  4854.             'mobile_detect.redirect' => [
  4855.                 'mobile' => [
  4856.                     'is_enabled' => false,
  4857.                     'host' => NULL,
  4858.                     'status_code' => 302,
  4859.                     'action' => 'redirect',
  4860.                 ],
  4861.                 'tablet' => [
  4862.                     'is_enabled' => false,
  4863.                     'host' => NULL,
  4864.                     'status_code' => 302,
  4865.                     'action' => 'redirect',
  4866.                 ],
  4867.                 'full' => [
  4868.                     'is_enabled' => false,
  4869.                     'host' => NULL,
  4870.                     'status_code' => 302,
  4871.                     'action' => 'redirect',
  4872.                 ],
  4873.                 'detect_tablet_as_mobile' => false,
  4874.             ],
  4875.             'mobile_detect.switch_device_view.save_referer_path' => true,
  4876.             'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
  4877.             'mobile_detect.cookie_path' => '/',
  4878.             'mobile_detect.cookie_domain' => '',
  4879.             'mobile_detect.cookie_secure' => false,
  4880.             'mobile_detect.cookie_httponly' => true,
  4881.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  4882.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  4883.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4884.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4885.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4886.             'knp_paginator.page_range' => 5,
  4887.             'trikoder.oauth2.persistence.doctrine.enabled' => true,
  4888.             'trikoder.oauth2.persistence.doctrine.manager' => 'default',
  4889.             'data_collector.templates' => [
  4890.                 'data_collector.request' => [
  4891.                     => 'request',
  4892.                     => '@WebProfiler/Collector/request.html.twig',
  4893.                 ],
  4894.                 'data_collector.time' => [
  4895.                     => 'time',
  4896.                     => '@WebProfiler/Collector/time.html.twig',
  4897.                 ],
  4898.                 'data_collector.memory' => [
  4899.                     => 'memory',
  4900.                     => '@WebProfiler/Collector/memory.html.twig',
  4901.                 ],
  4902.                 'data_collector.validator' => [
  4903.                     => 'validator',
  4904.                     => '@WebProfiler/Collector/validator.html.twig',
  4905.                 ],
  4906.                 'data_collector.ajax' => [
  4907.                     => 'ajax',
  4908.                     => '@WebProfiler/Collector/ajax.html.twig',
  4909.                 ],
  4910.                 'data_collector.form' => [
  4911.                     => 'form',
  4912.                     => '@WebProfiler/Collector/form.html.twig',
  4913.                 ],
  4914.                 'data_collector.exception' => [
  4915.                     => 'exception',
  4916.                     => '@WebProfiler/Collector/exception.html.twig',
  4917.                 ],
  4918.                 'data_collector.logger' => [
  4919.                     => 'logger',
  4920.                     => '@WebProfiler/Collector/logger.html.twig',
  4921.                 ],
  4922.                 'data_collector.events' => [
  4923.                     => 'events',
  4924.                     => '@WebProfiler/Collector/events.html.twig',
  4925.                 ],
  4926.                 'data_collector.router' => [
  4927.                     => 'router',
  4928.                     => '@WebProfiler/Collector/router.html.twig',
  4929.                 ],
  4930.                 'data_collector.cache' => [
  4931.                     => 'cache',
  4932.                     => '@WebProfiler/Collector/cache.html.twig',
  4933.                 ],
  4934.                 'data_collector.translation' => [
  4935.                     => 'translation',
  4936.                     => '@WebProfiler/Collector/translation.html.twig',
  4937.                 ],
  4938.                 'data_collector.security' => [
  4939.                     => 'security',
  4940.                     => '@Security/Collector/security.html.twig',
  4941.                 ],
  4942.                 'data_collector.twig' => [
  4943.                     => 'twig',
  4944.                     => '@WebProfiler/Collector/twig.html.twig',
  4945.                 ],
  4946.                 'data_collector.doctrine' => [
  4947.                     => 'db',
  4948.                     => '@Doctrine/Collector/db.html.twig',
  4949.                 ],
  4950.                 'swiftmailer.data_collector' => [
  4951.                     => 'swiftmailer',
  4952.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4953.                 ],
  4954.                 'data_collector.dump' => [
  4955.                     => 'dump',
  4956.                     => '@Debug/Profiler/dump.html.twig',
  4957.                 ],
  4958.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  4959.                 'mobile_detect_bundle.device.collector' => [
  4960.                     => 'device.collector',
  4961.                     => '@MobileDetect/Collector/device.html.twig',
  4962.                 ],
  4963.                 'data_collector.config' => [
  4964.                     => 'config',
  4965.                     => '@WebProfiler/Collector/config.html.twig',
  4966.                 ],
  4967.                 'eccube.collector.core' => [
  4968.                     => 'eccube_core',
  4969.                     => '@toolbar/eccube.html.twig',
  4970.                 ],
  4971.             ],
  4972.             'console.command.ids' => [
  4973.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  4974.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4975.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4976.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4977.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4978.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  4979.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  4980.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  4981.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  4982.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  4983.                 10 => 'console.command.public_alias.doctrine_migrations.status_command',
  4984.                 11 => 'console.command.public_alias.doctrine_migrations.version_command',
  4985.             ],
  4986.         ];
  4987.     }
  4988.     protected function throw($message)
  4989.     {
  4990.         throw new RuntimeException($message);
  4991.     }
  4992. }