var/cache/dev/ContainerY5PBkno/EccubeEccube_KernelDevDebugContainer.php line 1917

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