var/cache/dev/ContainerX010xLH/EccubeEccube_KernelDevDebugContainer.php line 618

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