var/cache/dev/ContainerFtzxLyK/EccubeEccube_KernelDevDebugContainer.php line 1666

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