var/cache/dev/ContainerLeQiFNt/EccubeEccube_KernelDevDebugContainer.php line 1687

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