var/cache/dev/ContainerR7snCZa/Eccube_KernelDevDebugContainer.php line 2496

Open in your IDE?
  1. <?php
  2. namespace ContainerR7snCZa;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  48.             'cache.system' => 'getCache_SystemService',
  49.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  50.             'data_collector.dump' => 'getDataCollector_DumpService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'state_machine.order' => 'getStateMachine_OrderService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'twig' => 'getTwigService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'Customize\\Controller\\Admin\\Artist\\ArtistController' => 'getArtistControllerService',
  83.             'Customize\\Controller\\Admin\\Maker\\MakerController' => 'getMakerControllerService',
  84.             'Customize\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  85.             'Customize\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  86.             'Customize\\Controller\\ArtistsController' => 'getArtistsControllerService',
  87.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  88.             'Customize\\Controller\\CategoryController' => 'getCategoryControllerService',
  89.             'Customize\\Controller\\EntryController' => 'getEntryControllerService',
  90.             'Customize\\Controller\\MakerSliderController' => 'getMakerSliderControllerService',
  91.             'Customize\\Controller\\ProductController' => 'getProductController2Service',
  92.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  93.             'Customize\\Controller\\TopController' => 'getTopControllerService',
  94.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  95.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  96.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  97.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  98.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  102.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  103.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  104.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  105.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  106.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  107.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  108.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  109.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  110.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  111.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  112.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  113.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  114.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderController2Service',
  115.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryController2Service',
  117.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  118.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  119.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  120.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  121.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController3Service',
  122.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  127.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  135.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  136.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  137.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  138.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  139.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  140.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  141.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  142.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  143.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  144.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  145.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  146.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  147.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  148.             'Eccube\\Controller\\EntryController' => 'getEntryController2Service',
  149.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  150.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  151.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  152.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  153.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  154.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  155.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  156.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  157.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  158.             'Eccube\\Controller\\ProductController' => 'getProductController4Service',
  159.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  160.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  161.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  162.             'Eccube\\Controller\\TopController' => 'getTopController2Service',
  163.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  164.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  165.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  166.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  167.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  168.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  169.             'Plugin\\Maker42\\Controller\\MakerController' => 'getMakerController2Service',
  170.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  171.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  172.             'Plugin\\RefineCheckItem42\\Controller\\RefineCheckItemController' => 'getRefineCheckItemControllerService',
  173.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  174.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  175.             'Plugin\\SiteKit42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  176.             'Plugin\\SiteKit42\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  177.             'Plugin\\ZeusPayment42\\Controller\\Admin\\CancelCsvController' => 'getCancelCsvControllerService',
  178.             'Plugin\\ZeusPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  179.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderController' => 'getOrderController3Service',
  180.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderCsvController' => 'getOrderCsvControllerService',
  181.             'Plugin\\ZeusPayment42\\Controller\\ZeusPaymentReturn' => 'getZeusPaymentReturnService',
  182.             'Plugin\\ZeusPayment42\\Service\\Method\\CreditPayment' => 'getCreditPaymentService',
  183.             'Plugin\\ZeusPayment42\\Service\\Method\\CvsPayment' => 'getCvsPaymentService',
  184.             'Plugin\\ZeusPayment42\\Service\\Method\\EbankPayment' => 'getEbankPaymentService',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  186.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  187.             'cache.app_clearer' => 'getCache_AppClearerService',
  188.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  189.             'cache.system_clearer' => 'getCache_SystemClearerService',
  190.             'cache_warmer' => 'getCacheWarmerService',
  191.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  192.             'console.command_loader' => 'getConsole_CommandLoaderService',
  193.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  194.             'eccube.logger' => 'getEccube_LoggerService',
  195.             'error_controller' => 'getErrorControllerService',
  196.             'knp_paginator' => 'getKnpPaginatorService',
  197.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  198.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  199.             'routing.loader' => 'getRouting_LoaderService',
  200.             'services_resetter' => 'getServicesResetterService',
  201.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  202.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  203.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  204.         ];
  205.         $this->aliases = [
  206.             'database_connection' => 'doctrine.dbal.default_connection',
  207.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  208.         ];
  209.         $this->privates['service_container'] = function () {
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  216.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  220.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  222.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  223.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductSearchCustomizer.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  225.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  226.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  227.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  228.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  229.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  230.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  231.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  232.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  233.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  239.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  240.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  241.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  242.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  243.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  244.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  245.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryFeeRepository.php';
  246.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryRepository.php';
  247.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  248.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailHistoryRepository.php';
  249.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailTemplateRepository.php';
  250.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderItemTypeRepository.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderStatusRepository.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/PrefRepository.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxDisplayTypeRepository.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxTypeRepository.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  257.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  259.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PaymentRepository.php';
  260.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductStockRepository.php';
  263.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/Service/MailService.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderHelper.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderStateMachine.php';
  272.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PointHelper.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ValidatorTrait.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPostValidator.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AddPointProcessor.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemValidator.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/ClassCategoryValidator.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliverySettingValidator.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderValidator.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/EmptyItemsValidator.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPreprocessor.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderNoProcessor.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalLimitValidator.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalNegativeValidator.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentValidator.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/DiscountProcessor.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseProcessor.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PointProcessor.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PriceChangeValidator.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/ProductStatusValidator.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AbstractPurchaseProcessor.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/TaxProcessor.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  295.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  300.             include_once \dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Event.php';
  301.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Repository/ConfigRepository.php';
  302.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Service/ZeusPaymentService.php';
  303.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/ZeusPaymentEvent.php';
  304.             include_once \dirname(__DIR__4).'/app/Customize/EventSubscriber/ProductHistoryEventSubscriber.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  313.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  314.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseFlow.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockMultipleValidator.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/SaleLimitMultipleValidator.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeePreprocessor.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeFreeByShippingPreprocessor.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargePreprocessor.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PointRateProcessor.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargeChangeValidator.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeChangeValidator.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/TaxRateChangeValidator.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PreOrderIdValidator.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/CustomerPurchaseInfoProcessor.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderUpdateProcessor.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  341.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  364.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  522.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  524.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  590.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  631.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  632.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  633.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  634.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  635.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  636.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  637.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  643.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  655.         };
  656.     }
  657.     public function compile(): void
  658.     {
  659.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  660.     }
  661.     public function isCompiled(): bool
  662.     {
  663.         return true;
  664.     }
  665.     public function getRemovedIds(): array
  666.     {
  667.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  668.     }
  669.     protected function load($file$lazyLoad true)
  670.     {
  671.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  672.             return $class::do($this$lazyLoad);
  673.         }
  674.         if ('.' === $file[-4]) {
  675.             $class substr($class0, -4);
  676.         } else {
  677.             $file .= '.php';
  678.         }
  679.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  680.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  681.     }
  682.     protected function createProxy($class\Closure $factory)
  683.     {
  684.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  685.         return $factory();
  686.     }
  687.     /**
  688.      * Gets the public '.container.private.profiler' shared service.
  689.      *
  690.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  691.      */
  692.     protected function get_Container_Private_ProfilerService()
  693.     {
  694.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  695.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  696.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  697.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  698.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  699.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  700.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  701.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  702.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  703.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  704.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  705.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  706.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  707.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  708.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  709.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  710.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  711.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  712.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  713.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  714.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  715.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  716.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  717.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  718.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  719.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  720.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  721.         if ($this->has('kernel')) {
  722.             $e->setKernel($b);
  723.         }
  724.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  725.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  726.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  727.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  728.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  729.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  730.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  731.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  732.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  733.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  734.         $instance->add($d);
  735.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  736.         $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()), true));
  737.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  738.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  739.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  740.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  741.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  742.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  743.         $instance->add($e);
  744.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  745.         return $instance;
  746.     }
  747.     /**
  748.      * Gets the public '.container.private.security.authorization_checker' shared service.
  749.      *
  750.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  751.      */
  752.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  753.     {
  754.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  755.     }
  756.     /**
  757.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  758.      *
  759.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  760.      */
  761.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  762.     {
  763.         return $this->services['.container.private.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())));
  764.     }
  765.     /**
  766.      * Gets the public '.container.private.security.token_storage' shared service.
  767.      *
  768.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  769.      */
  770.     protected function get_Container_Private_Security_TokenStorageService()
  771.     {
  772.         return $this->services['.container.private.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, [
  773.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  774.         ], [
  775.             'request_stack' => '?',
  776.         ]));
  777.     }
  778.     /**
  779.      * Gets the public '.container.private.session' shared service.
  780.      *
  781.      * @return \Symfony\Component\HttpFoundation\Session\Session
  782.      */
  783.     protected function get_Container_Private_SessionService()
  784.     {
  785.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  786.     }
  787.     /**
  788.      * Gets the public '.container.private.state_machine.order' shared service.
  789.      *
  790.      * @return \Symfony\Component\Workflow\StateMachine
  791.      */
  792.     protected function get_Container_Private_StateMachine_OrderService()
  793.     {
  794.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'order'NULL);
  795.     }
  796.     /**
  797.      * Gets the public '.container.private.twig' shared service.
  798.      *
  799.      * @return \Twig\Environment
  800.      */
  801.     protected function get_Container_Private_TwigService()
  802.     {
  803.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  804.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  805.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  806.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  807.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/template'), 'SiteKit42');
  808.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Resource/template'), 'ZeusPayment42');
  809.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/template'), 'Maker42');
  810.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/template'), 'RefineCheckItem42');
  811.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  812.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  813.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  814.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  815.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  816.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  817.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  818.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  819.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  820.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  821.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  822.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  823.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  824.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  826.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  827.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  828.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  829.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  830.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  831.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  834.         $this->services['.container.private.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']);
  835.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  836.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  837.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  838.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  839.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  840.         $g = ($this->services['router'] ?? $this->getRouterService());
  841.         $h = new \Symfony\Component\Workflow\Registry();
  842.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  843.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  844.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  845.         $j = new \Symfony\Bridge\Twig\AppVariable();
  846.         $j->setEnvironment('dev');
  847.         $j->setDebug(true);
  848.         if ($this->has('.container.private.security.token_storage')) {
  849.             $j->setTokenStorage($c);
  850.         }
  851.         if ($this->has('request_stack')) {
  852.             $j->setRequestStack($b);
  853.         }
  854.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  860.         $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'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  861.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  862.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  863.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  864.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  865.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  866.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  867.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  868.         }, 7))));
  869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  871.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  872.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  873.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  874.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  875.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  876.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  877.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  878.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  879.         $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())));
  880.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  881.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  882.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  883.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  884.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  885.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  886.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  887.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  888.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  889.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  890.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  891.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  892.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  893.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  894.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  895.         $instance->addGlobal('app'$j);
  896.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  897.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  898.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  899.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  900.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  901.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  902.         ], [
  903.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  904.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  905.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  906.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  907.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  908.         ])));
  909.         $instance->addGlobal('BaseInfo'NULL);
  910.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  911.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  912.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  913.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  914.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  915.         return $instance;
  916.     }
  917.     /**
  918.      * Gets the public '.container.private.validator' shared service.
  919.      *
  920.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  921.      */
  922.     protected function get_Container_Private_ValidatorService()
  923.     {
  924.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  925.     }
  926.     /**
  927.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  928.      *
  929.      * @return \Detection\MobileDetect
  930.      */
  931.     protected function getMobileDetectService()
  932.     {
  933.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  934.     }
  935.     /**
  936.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  937.      *
  938.      * @return \Eccube\Common\EccubeConfig
  939.      */
  940.     protected function getEccubeConfigService()
  941.     {
  942.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  943.     }
  944.     /**
  945.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  946.      *
  947.      * @return \Eccube\Repository\PluginRepository
  948.      */
  949.     protected function getPluginRepositoryService($lazyLoad true)
  950.     {
  951.         if ($lazyLoad) {
  952.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  953.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  954.                     $wrappedInstance $this->getPluginRepositoryService(false);
  955.                     $proxy->setProxyInitializer(null);
  956.                     return true;
  957.                 });
  958.             });
  959.         }
  960.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  961.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  962.     }
  963.     /**
  964.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  965.      *
  966.      * @return \Eccube\Service\SystemService
  967.      */
  968.     protected function getSystemServiceService($lazyLoad true)
  969.     {
  970.         if ($lazyLoad) {
  971.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  972.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  973.                     $wrappedInstance $this->getSystemServiceService(false);
  974.                     $proxy->setProxyInitializer(null);
  975.                     return true;
  976.                 });
  977.             });
  978.         }
  979.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  980.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  981.     }
  982.     /**
  983.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  984.      *
  985.      * @return \Eccube\Service\TaxRuleService
  986.      */
  987.     protected function getTaxRuleServiceService($lazyLoad true)
  988.     {
  989.         if ($lazyLoad) {
  990.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  991.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  992.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  993.                     $proxy->setProxyInitializer(null);
  994.                     return true;
  995.                 });
  996.             });
  997.         }
  998.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  999.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1000.     }
  1001.     /**
  1002.      * Gets the public 'cache.app' shared service.
  1003.      *
  1004.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1005.      */
  1006.     protected function getCache_AppService()
  1007.     {
  1008.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('w6Y8yoJ2da'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1009.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1010.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1011.     }
  1012.     /**
  1013.      * Gets the public 'cache.rate_limiter' shared service.
  1014.      *
  1015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1016.      */
  1017.     protected function getCache_RateLimiterService()
  1018.     {
  1019.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m6YYNILR7W'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1020.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1021.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1022.     }
  1023.     /**
  1024.      * Gets the public 'cache.system' shared service.
  1025.      *
  1026.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1027.      */
  1028.     protected function getCache_SystemService()
  1029.     {
  1030.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q43yY4STqw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1031.     }
  1032.     /**
  1033.      * Gets the public 'cache.validator_expression_language' shared service.
  1034.      *
  1035.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1036.      */
  1037.     protected function getCache_ValidatorExpressionLanguageService()
  1038.     {
  1039.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UZstk2VeN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1040.     }
  1041.     /**
  1042.      * Gets the public 'data_collector.dump' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1045.      */
  1046.     protected function getDataCollector_DumpService()
  1047.     {
  1048.         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);
  1049.     }
  1050.     /**
  1051.      * Gets the public 'doctrine' shared service.
  1052.      *
  1053.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1054.      */
  1055.     protected function getDoctrineService()
  1056.     {
  1057.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1058.     }
  1059.     /**
  1060.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1061.      *
  1062.      * @return \Doctrine\DBAL\Connection
  1063.      */
  1064.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1065.     {
  1066.         $a = new \Doctrine\DBAL\Configuration();
  1067.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1068.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1069.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1070.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1071.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1072.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1073.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1074.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1075.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1076.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1077.         $c->setConnectionName('default');
  1078.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1079.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1080.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1081.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1082.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1083.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1084.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1085.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1086.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1087.         ], [
  1088.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1089.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1090.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1091.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1092.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1093.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1094.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1095.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1096.     }
  1097.     /**
  1098.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1099.      *
  1100.      * @return \Doctrine\ORM\EntityManager
  1101.      */
  1102.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1103.     {
  1104.         if ($lazyLoad) {
  1105.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1106.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1107.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1108.                     $proxy->setProxyInitializer(null);
  1109.                     return true;
  1110.                 });
  1111.             });
  1112.         }
  1113.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1125.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1126.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1132.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1133.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1138.         $a = new \Doctrine\ORM\Configuration();
  1139.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1140.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1141.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1142.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1143.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1144.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1145.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1146.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1147.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Maker42/Entity')]);
  1148.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1149.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1150.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1151.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1152.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1153.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1154.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1155.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1156.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1157.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Entity')]);
  1158.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1159.         $b->addDriver($d'Eccube\\Entity');
  1160.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1161.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1162.         $b->addDriver($f'Plugin\\MailMagazine42\\Entity');
  1163.         $b->addDriver($g'Plugin\\Maker42\\Entity');
  1164.         $b->addDriver($h'Plugin\\ProductReview42\\Entity');
  1165.         $b->addDriver($i'Plugin\\Recommend42\\Entity');
  1166.         $b->addDriver($j'Plugin\\RelatedProduct42\\Entity');
  1167.         $b->addDriver($k'Plugin\\SiteKit42\\Entity');
  1168.         $b->addDriver($l'Plugin\\ZeusPayment42\\Entity');
  1169.         $a->setEntityNamespaces([]);
  1170.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1171.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1172.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1173.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1174.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1175.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1176.         ], [
  1177.             'doctrine.ulid_generator' => '?',
  1178.             'doctrine.uuid_generator' => '?',
  1179.         ])));
  1180.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1181.         $a->setProxyNamespace('Proxies');
  1182.         $a->setAutoGenerateProxyClasses(true);
  1183.         $a->setSchemaIgnoreClasses([]);
  1184.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1185.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1186.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1187.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1188.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1189.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1190.             'Customize\\Repository\\ArtistRepository' => ['privates''Customize\\Repository\\ArtistRepository''getArtistRepositoryService'true],
  1191.             'Customize\\Repository\\CategoryRepository' => ['privates''Customize\\Repository\\CategoryRepository''getCategoryRepository2Service'true],
  1192.             'Customize\\Repository\\OrderRepository' => ['privates''Customize\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1193.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1194.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1195.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1196.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1197.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1198.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1199.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1200.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1201.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1202.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1203.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1204.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1205.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1206.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1207.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1208.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'false],
  1209.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'false],
  1210.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1211.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1212.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1213.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'false],
  1214.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'false],
  1215.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1216.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1217.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1218.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1219.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1220.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1221.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1222.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1223.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'false],
  1224.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1225.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'false],
  1226.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1227.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'false],
  1228.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1229.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1230.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1231.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1232.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1233.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1234.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'false],
  1235.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'false],
  1236.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1237.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1238.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1239.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1240.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1241.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepository2Service'false],
  1242.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1243.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1244.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1245.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1246.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1247.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1248.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1249.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1250.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1251.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'false],
  1252.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1253.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1254.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1255.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1256.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1257.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1258.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1259.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1260.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1261.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1262.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1263.             'Plugin\\Maker42\\Repository\\MakerRepository' => ['privates''Plugin\\Maker42\\Repository\\MakerRepository''getMakerRepositoryService'true],
  1264.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1265.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1266.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1267.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1268.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1269.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1270.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\ZeusPayment42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1271.         ], [
  1272.             'Customize\\Repository\\ArtistRepository' => '?',
  1273.             'Customize\\Repository\\CategoryRepository' => '?',
  1274.             'Customize\\Repository\\OrderRepository' => '?',
  1275.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1276.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1277.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1278.             'Eccube\\Repository\\BlockRepository' => '?',
  1279.             'Eccube\\Repository\\CalendarRepository' => '?',
  1280.             'Eccube\\Repository\\CartItemRepository' => '?',
  1281.             'Eccube\\Repository\\CartRepository' => '?',
  1282.             'Eccube\\Repository\\CategoryRepository' => '?',
  1283.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1284.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1285.             'Eccube\\Repository\\CsvRepository' => '?',
  1286.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1287.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1288.             'Eccube\\Repository\\CustomerRepository' => '?',
  1289.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1290.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1291.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1292.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1293.             'Eccube\\Repository\\LayoutRepository' => '?',
  1294.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1295.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1296.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1297.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1298.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1299.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1300.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1301.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1302.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1303.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1304.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1305.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1306.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1307.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1308.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1309.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1310.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1311.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1312.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1313.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1314.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1315.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1316.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1317.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1318.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1319.             'Eccube\\Repository\\MemberRepository' => '?',
  1320.             'Eccube\\Repository\\NewsRepository' => '?',
  1321.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1322.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1323.             'Eccube\\Repository\\OrderRepository' => '?',
  1324.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1325.             'Eccube\\Repository\\PageRepository' => '?',
  1326.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1327.             'Eccube\\Repository\\PaymentRepository' => '?',
  1328.             'Eccube\\Repository\\PluginRepository' => '?',
  1329.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1330.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1331.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1332.             'Eccube\\Repository\\ProductRepository' => '?',
  1333.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1334.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1335.             'Eccube\\Repository\\ShippingRepository' => '?',
  1336.             'Eccube\\Repository\\TagRepository' => '?',
  1337.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1338.             'Eccube\\Repository\\TemplateRepository' => '?',
  1339.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1340.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1341.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1342.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1343.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1344.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1345.             'Plugin\\Maker42\\Repository\\MakerRepository' => '?',
  1346.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1347.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1348.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1349.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1350.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1351.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1352.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => '?',
  1353.         ])));
  1354.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1355.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1356.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1357.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1358.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1359.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the public 'event_dispatcher' shared service.
  1364.      *
  1365.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1366.      */
  1367.     protected function getEventDispatcherService()
  1368.     {
  1369.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1370.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1371.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1372.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1373.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1374.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1375.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1376.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1377.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1378.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($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())));
  1379.         $instance->addListener('kernel.request', [=> function () {
  1380.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1381.         }, => 'onKernelRequest'], 1024);
  1382.         $instance->addListener('kernel.controller', [=> function () {
  1383.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1384.         }, => 'onKernelController'], 0);
  1385.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1386.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1387.         }, => 'checkPassport'], 1024);
  1388.         $instance->addListener('kernel.response', [=> function () {
  1389.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1390.         }, => 'onKernelResponse'], 0);
  1391.         $instance->addListener('kernel.response', [=> function () {
  1392.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1393.         }, => 'onKernelResponse'], 0);
  1394.         $instance->addListener('kernel.request', [=> function () {
  1395.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1396.         }, => 'onKernelRequest'], 0);
  1397.         $instance->addListener('kernel.controller', [=> function () {
  1398.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1399.         }, => 'onController'], 0);
  1400.         $instance->addListener('kernel.request', [=> function () {
  1401.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1402.         }, => 'onKernelRequest'], 512);
  1403.         $instance->addListener('kernel.request', [=> function () {
  1404.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1405.         }, => 'onKernelRequestEarly'], 500);
  1406.         $instance->addListener('kernel.request', [=> function () {
  1407.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1408.         }, => 'onKernelRequest'], 6);
  1409.         $instance->addListener('kernel.response', [=> function () {
  1410.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1411.         }, => 'onKernelResponse'], 0);
  1412.         $instance->addListener('kernel.controller', [=> function () {
  1413.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1414.         }, => 'onKernelController'], 0);
  1415.         $instance->addListener('kernel.terminate', [=> function () {
  1416.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1417.         }, => 'onKernelTerminate'], 0);
  1418.         $instance->addListener('kernel.exception', [=> function () {
  1419.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1420.         }, => 'onKernelException'], -4);
  1421.         $instance->addListener('security.interactive_login', [=> function () {
  1422.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1423.         }, => 'onInteractiveLogin'], 0);
  1424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1425.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1426.         }, => 'onAuthenticationFailure'], 0);
  1427.         $instance->addListener('kernel.response', [=> function () {
  1428.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1429.         }, => 'onResponse'], 0);
  1430.         $instance->addListener('kernel.request', [=> function () {
  1431.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1432.         }, => 'onKernelRequest'], 512);
  1433.         $instance->addListener('kernel.request', [=> function () {
  1434.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1435.         }, => 'onKernelRequest'], 7);
  1436.         $instance->addListener('security.interactive_login', [=> function () {
  1437.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1438.         }, => 'onInteractiveLogin'], 0);
  1439.         $instance->addListener('security.authentication.failure', [=> function () {
  1440.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1441.         }, => 'onAuthenticationFailure'], 0);
  1442.         $instance->addListener('kernel.request', [=> function () {
  1443.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1444.         }, => 'onKernelRequest'], 0);
  1445.         $instance->addListener('kernel.exception', [=> function () {
  1446.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1447.         }, => 'onKernelException'], 0);
  1448.         $instance->addListener('kernel.terminate', [=> function () {
  1449.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1450.         }, => 'onKernelTerminate'], 0);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1453.         }, => 'onKernelRequest'], 6);
  1454.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1455.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1456.         }, => 'onKernelController'], 7);
  1457.         $instance->addListener('form.pre_submit', [=> function () {
  1458.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1459.         }, => 'onPreSubmit'], 0);
  1460.         $instance->addListener('form.pre_submit', [=> function () {
  1461.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1462.         }, => 'purifySubmittedData'], 1000001);
  1463.         $instance->addListener('form.pre_submit', [=> function () {
  1464.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1465.         }, => 'onPreSubmit'], 0);
  1466.         $instance->addListener('workflow.order.completed', [=> function () {
  1467.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1468.         }, => 'onCompleted'], 0);
  1469.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1470.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1471.         }, => 'updatePaymentDate'], 0);
  1472.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1473.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1474.         }, => 'rollbackStock'], 0);
  1475.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1476.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1477.         }, => 'rollbackUsePoint'], 0);
  1478.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1479.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1480.         }, => 'commitStock'], 0);
  1481.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1482.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1483.         }, => 'commitUsePoint'], 0);
  1484.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1485.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1486.         }, => 'commitAddPoint'], 0);
  1487.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1488.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1489.         }, => 'rollbackUsePoint'], 0);
  1490.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1491.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1492.         }, => 'rollbackAddPoint'], 0);
  1493.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1494.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1495.         }, => 'commitUsePoint'], 0);
  1496.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1497.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1498.         }, => 'commitAddPoint'], 0);
  1499.         $instance->addListener('kernel.terminate', [=> function () {
  1500.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1501.         }, => 'disableMaintenanceEvent'], 0);
  1502.         $instance->addListener('kernel.terminate', [=> function () {
  1503.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1504.         }, => 'forceClearCache'], 0);
  1505.         $instance->addListener('Product/detail.twig', [=> function () {
  1506.             return ($this->privates['Plugin\\Maker42\\MakerEvent'] ?? ($this->privates['Plugin\\Maker42\\MakerEvent'] = new \Plugin\Maker42\MakerEvent()));
  1507.         }, => 'onTemplateProductDetail'], 10);
  1508.         $instance->addListener('kernel.response', [=> function () {
  1509.             return ($this->privates['Plugin\\RefineCheckItem42\\Event'] ?? $this->getEventService());
  1510.         }, => 'onKernelResponse'], 0);
  1511.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1512.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1513.         }, => 'onRenderAdminProduct'], 0);
  1514.         $instance->addListener('Product/detail.twig', [=> function () {
  1515.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1516.         }, => 'onRenderProductDetail'], 0);
  1517.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1518.             return ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusCancelService'] ?? $this->load('getZeusCancelServiceService'));
  1519.         }, => 'cancel'], 0);
  1520.         $instance->addListener('Shopping/index.twig', [=> function () {
  1521.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1522.         }, => 'onShoppingIndexTwig'], 0);
  1523.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1524.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1525.         }, => 'onShoppingConfirmTwig'], 0);
  1526.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1527.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1528.         }, => 'adminOrderIndexTwig'], 0);
  1529.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1530.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1531.         }, => 'adminOrderEditTwig'], 0);
  1532.         $instance->addListener('kernel.controller', [=> function () {
  1533.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1534.         }, => 'onKernelController'], 130);
  1535.         $instance->addListener('kernel.response', [=> function () {
  1536.             return ($this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'] ?? $this->getProductHistoryEventSubscriberService());
  1537.         }, => 'onKernelResponse'], 0);
  1538.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1539.             return ($this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'] ?? $this->getProductHistoryEventSubscriberService());
  1540.         }, => 'onKernelControllerArguments'], 0);
  1541.         $instance->addListener('kernel.request', [=> function () {
  1542.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1543.         }, => 'onKernelRequest'], 4096);
  1544.         $instance->addListener('kernel.response', [=> function () {
  1545.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1546.         }, => 'onKernelResponse'], 0);
  1547.         $instance->addListener('kernel.response', [=> function () {
  1548.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1549.         }, => 'onKernelResponse'], -1024);
  1550.         $instance->addListener('kernel.request', [=> function () {
  1551.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1552.         }, => 'setDefaultLocale'], 100);
  1553.         $instance->addListener('kernel.request', [=> function () {
  1554.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1555.         }, => 'onKernelRequest'], 16);
  1556.         $instance->addListener('kernel.finish_request', [=> function () {
  1557.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1558.         }, => 'onKernelFinishRequest'], 0);
  1559.         $instance->addListener('kernel.request', [=> function () {
  1560.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1561.         }, => 'onKernelRequest'], 256);
  1562.         $instance->addListener('kernel.response', [=> function () {
  1563.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1564.         }, => 'onResponse'], -255);
  1565.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1566.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1567.         }, => 'onControllerArguments'], 0);
  1568.         $instance->addListener('kernel.exception', [=> function () {
  1569.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1570.         }, => 'logKernelException'], 0);
  1571.         $instance->addListener('kernel.exception', [=> function () {
  1572.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1573.         }, => 'onKernelException'], -128);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1576.         }, => 'removeCspHeader'], -128);
  1577.         $instance->addListener('kernel.request', [=> function () {
  1578.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1579.         }, => 'onKernelRequest'], 15);
  1580.         $instance->addListener('kernel.finish_request', [=> function () {
  1581.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1582.         }, => 'onKernelFinishRequest'], -15);
  1583.         $instance->addListener('console.error', [=> function () {
  1584.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1585.         }, => 'onConsoleError'], -128);
  1586.         $instance->addListener('console.terminate', [=> function () {
  1587.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1588.         }, => 'onConsoleTerminate'], -128);
  1589.         $instance->addListener('console.error', [=> function () {
  1590.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1591.         }, => 'onConsoleError'], 0);
  1592.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1593.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1594.         }, => 'onMessage'], -255);
  1595.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1596.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1597.         }, => 'onMessage'], -255);
  1598.         $instance->addListener('kernel.response', [=> function () {
  1599.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1600.         }, => 'onKernelResponse'], 0);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1603.         }, => 'onKernelRequest'], 48);
  1604.         $instance->addListener('kernel.request', [=> function () {
  1605.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1606.         }, => 'configure'], 2048);
  1607.         $instance->addListener('console.command', [=> function () {
  1608.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1609.         }, => 'configure'], 2048);
  1610.         $instance->addListener('kernel.request', [=> function () {
  1611.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1612.         }, => 'onKernelRequest'], 32);
  1613.         $instance->addListener('kernel.finish_request', [=> function () {
  1614.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1615.         }, => 'onKernelFinishRequest'], 0);
  1616.         $instance->addListener('kernel.exception', [=> function () {
  1617.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1618.         }, => 'onKernelException'], -64);
  1619.         $instance->addListener('kernel.request', [=> function () {
  1620.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1621.         }, => 'onKernelRequest'], 128);
  1622.         $instance->addListener('kernel.response', [=> function () {
  1623.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1624.         }, => 'onKernelResponse'], -1000);
  1625.         $instance->addListener('kernel.finish_request', [=> function () {
  1626.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1627.         }, => 'onFinishRequest'], 0);
  1628.         $instance->addListener('kernel.response', [=> function () {
  1629.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1630.         }, => 'onKernelResponse'], -100);
  1631.         $instance->addListener('kernel.exception', [=> function () {
  1632.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1633.         }, => 'onKernelException'], 0);
  1634.         $instance->addListener('kernel.terminate', [=> function () {
  1635.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1636.         }, => 'onKernelTerminate'], -1024);
  1637.         $instance->addListener('kernel.controller', [=> function () {
  1638.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1639.         }, => 'onKernelController'], 0);
  1640.         $instance->addListener('kernel.response', [=> function () {
  1641.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1642.         }, => 'onKernelResponse'], 0);
  1643.         $instance->addListener('kernel.response', [=> function () {
  1644.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1645.         }, => 'onKernelResponse'], 0);
  1646.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1647.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1648.         }, => 'checkPassport'], 0);
  1649.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1650.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1651.         }, => 'onLoginSuccess'], 0);
  1652.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1653.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1654.         }, => 'onVoterVote'], 0);
  1655.         $instance->addListener('kernel.request', [=> function () {
  1656.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1657.         }, => 'configureLogoutUrlGenerator'], 8);
  1658.         $instance->addListener('kernel.request', [=> function () {
  1659.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1660.         }, => 'onKernelRequest'], 8);
  1661.         $instance->addListener('kernel.finish_request', [=> function () {
  1662.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1663.         }, => 'onKernelFinishRequest'], 0);
  1664.         $instance->addListener('kernel.controller', [=> function () {
  1665.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1666.         }, => 'onKernelController'], 0);
  1667.         $instance->addListener('kernel.controller', [=> function () {
  1668.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1669.         }, => 'onKernelController'], 0);
  1670.         $instance->addListener('kernel.controller', [=> function () {
  1671.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1672.         }, => 'onKernelController'], -128);
  1673.         $instance->addListener('kernel.view', [=> function () {
  1674.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1675.         }, => 'onKernelView'], 0);
  1676.         $instance->addListener('kernel.controller', [=> function () {
  1677.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1678.         }, => 'onKernelController'], 0);
  1679.         $instance->addListener('kernel.response', [=> function () {
  1680.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1681.         }, => 'onKernelResponse'], 0);
  1682.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1683.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1684.         }, => 'onKernelControllerArguments'], 0);
  1685.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1686.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1687.         }, => 'onKernelControllerArguments'], 0);
  1688.         $instance->addListener('console.command', [=> function () {
  1689.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1690.         }, => 'onCommand'], 255);
  1691.         $instance->addListener('console.terminate', [=> function () {
  1692.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1693.         }, => 'onTerminate'], -255);
  1694.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1695.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1696.         }, => 'onMessage'], 0);
  1697.         $instance->addListener('console.command', [=> function () {
  1698.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1699.         }, => 'configure'], 1024);
  1700.         $instance->addListener('kernel.response', [=> function () {
  1701.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1702.         }, => 'onKernelResponse'], -128);
  1703.         $instance->addListener('console.error', [=> function () {
  1704.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1705.         }, => 'onConsoleError'], 0);
  1706.         $instance->addListener('console.terminate', [=> function () {
  1707.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1708.         }, => 'onConsoleTerminate'], 0);
  1709.         $instance->addListener('knp_pager.before', [=> function () {
  1710.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1711.         }, => 'before'], 0);
  1712.         $instance->addListener('knp_pager.pagination', [=> function () {
  1713.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1714.         }, => 'pagination'], 0);
  1715.         $instance->addListener('knp_pager.before', [=> function () {
  1716.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1717.         }, => 'before'], 1);
  1718.         $instance->addListener('knp_pager.before', [=> function () {
  1719.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1720.         }, => 'before'], 1);
  1721.         $instance->addListener('knp_pager.pagination', [=> function () {
  1722.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1723.         }, => 'pagination'], 1);
  1724.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1725.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1726.         }, => 'checkPassport'], 512);
  1727.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1728.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1729.         }, => 'onLogout'], 0);
  1730.         return $instance;
  1731.     }
  1732.     /**
  1733.      * Gets the public 'http_kernel' shared service.
  1734.      *
  1735.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1736.      */
  1737.     protected function getHttpKernelService()
  1738.     {
  1739.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1740.         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())), $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 () {
  1741.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1742.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1743.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1744.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1745.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1746.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1747.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1748.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1749.         }, 8)), $a));
  1750.     }
  1751.     /**
  1752.      * Gets the public 'request_stack' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1755.      */
  1756.     protected function getRequestStackService()
  1757.     {
  1758.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1759.     }
  1760.     /**
  1761.      * Gets the public 'router' shared service.
  1762.      *
  1763.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1764.      */
  1765.     protected function getRouterService()
  1766.     {
  1767.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1768.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1769.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1770.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1771.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1772.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1773.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1774.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1775.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1776.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1777.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1778.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1779.         ], [
  1780.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1781.         ]))->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'));
  1782.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1783.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1784.         return $instance;
  1785.     }
  1786.     /**
  1787.      * Gets the public 'translator' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1790.      */
  1791.     protected function getTranslatorService()
  1792.     {
  1793.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1794.     }
  1795.     /**
  1796.      * Gets the public 'var_dumper.cloner' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1799.      */
  1800.     protected function getVarDumper_ClonerService()
  1801.     {
  1802.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1803.         $instance->setMaxItems(2500);
  1804.         $instance->setMinDepth(1);
  1805.         $instance->setMaxString(-1);
  1806.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1807.         return $instance;
  1808.     }
  1809.     /**
  1810.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  1811.      *
  1812.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1813.      */
  1814.     protected function get_ServiceLocator_HDnBBSZService()
  1815.     {
  1816.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1817.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1818.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  1819.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1820.         ], [
  1821.             'security.firewall.map.context.admin' => '?',
  1822.             'security.firewall.map.context.customer' => '?',
  1823.             'security.firewall.map.context.dev' => '?',
  1824.         ]);
  1825.     }
  1826.     /**
  1827.      * Gets the private 'Customize\EventSubscriber\ProductHistoryEventSubscriber' shared autowired service.
  1828.      *
  1829.      * @return \Customize\EventSubscriber\ProductHistoryEventSubscriber
  1830.      */
  1831.     protected function getProductHistoryEventSubscriberService()
  1832.     {
  1833.         return $this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'] = new \Customize\EventSubscriber\ProductHistoryEventSubscriber(($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1834.     }
  1835.     /**
  1836.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  1837.      *
  1838.      * @return \Eccube\DataCollector\EccubeDataCollector
  1839.      */
  1840.     protected function getEccubeDataCollectorService()
  1841.     {
  1842.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  1843.     }
  1844.     /**
  1845.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  1846.      *
  1847.      * @return \Eccube\Doctrine\Query\Queries
  1848.      */
  1849.     protected function getQueriesService()
  1850.     {
  1851.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  1852.         $instance->addCustomizer(new \Customize\Repository\ProductSearchCustomizer());
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  1857.      *
  1858.      * @return \Eccube\EventListener\IpAddrListener
  1859.      */
  1860.     protected function getIpAddrListenerService()
  1861.     {
  1862.         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()));
  1863.     }
  1864.     /**
  1865.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  1866.      *
  1867.      * @return \Eccube\EventListener\LogListener
  1868.      */
  1869.     protected function getLogListenerService()
  1870.     {
  1871.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1872.     }
  1873.     /**
  1874.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  1875.      *
  1876.      * @return \Eccube\EventListener\MaintenanceListener
  1877.      */
  1878.     protected function getMaintenanceListenerService()
  1879.     {
  1880.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  1881.     }
  1882.     /**
  1883.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  1884.      *
  1885.      * @return \Eccube\EventListener\MobileTemplatePathListener
  1886.      */
  1887.     protected function getMobileTemplatePathListenerService()
  1888.     {
  1889.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1890.     }
  1891.     /**
  1892.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  1893.      *
  1894.      * @return \Eccube\EventListener\RestrictFileUploadListener
  1895.      */
  1896.     protected function getRestrictFileUploadListenerService()
  1897.     {
  1898.         return $this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] = new \Eccube\EventListener\RestrictFileUploadListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  1899.     }
  1900.     /**
  1901.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  1902.      *
  1903.      * @return \Eccube\EventListener\TransactionListener
  1904.      */
  1905.     protected function getTransactionListenerService()
  1906.     {
  1907.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  1911.      *
  1912.      * @return \Eccube\EventListener\TwigInitializeListener
  1913.      */
  1914.     protected function getTwigInitializeListenerService()
  1915.     {
  1916.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  1917.     }
  1918.     /**
  1919.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  1920.      *
  1921.      * @return \Eccube\EventListener\TwoFactorAuthListener
  1922.      */
  1923.     protected function getTwoFactorAuthListenerService()
  1924.     {
  1925.         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()));
  1926.     }
  1927.     /**
  1928.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  1929.      *
  1930.      * @return \Eccube\Log\Processor\SessionProcessor
  1931.      */
  1932.     protected function getSessionProcessorService()
  1933.     {
  1934.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1935.     }
  1936.     /**
  1937.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  1938.      *
  1939.      * @return \Eccube\Log\Processor\TokenProcessor
  1940.      */
  1941.     protected function getTokenProcessorService()
  1942.     {
  1943.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  1947.      *
  1948.      * @return \Eccube\Repository\AuthorityRoleRepository
  1949.      */
  1950.     protected function getAuthorityRoleRepositoryService()
  1951.     {
  1952.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  1956.      *
  1957.      * @return \Eccube\Repository\BaseInfoRepository
  1958.      */
  1959.     protected function getBaseInfoRepositoryService()
  1960.     {
  1961.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1962.     }
  1963.     /**
  1964.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  1965.      *
  1966.      * @return \Eccube\Repository\BlockPositionRepository
  1967.      */
  1968.     protected function getBlockPositionRepositoryService()
  1969.     {
  1970.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1971.     }
  1972.     /**
  1973.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  1974.      *
  1975.      * @return \Eccube\Repository\BlockRepository
  1976.      */
  1977.     protected function getBlockRepositoryService()
  1978.     {
  1979.         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))));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  1983.      *
  1984.      * @return \Eccube\Repository\CartRepository
  1985.      */
  1986.     protected function getCartRepositoryService()
  1987.     {
  1988.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1989.     }
  1990.     /**
  1991.      * Gets the private 'Eccube\Repository\DeliveryFeeRepository' shared autowired service.
  1992.      *
  1993.      * @return \Eccube\Repository\DeliveryFeeRepository
  1994.      */
  1995.     protected function getDeliveryFeeRepositoryService()
  1996.     {
  1997.         return $this->privates['Eccube\\Repository\\DeliveryFeeRepository'] = new \Eccube\Repository\DeliveryFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1998.     }
  1999.     /**
  2000.      * Gets the private 'Eccube\Repository\DeliveryRepository' shared autowired service.
  2001.      *
  2002.      * @return \Eccube\Repository\DeliveryRepository
  2003.      */
  2004.     protected function getDeliveryRepositoryService()
  2005.     {
  2006.         return $this->privates['Eccube\\Repository\\DeliveryRepository'] = new \Eccube\Repository\DeliveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2007.     }
  2008.     /**
  2009.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2010.      *
  2011.      * @return \Eccube\Repository\LayoutRepository
  2012.      */
  2013.     protected function getLayoutRepositoryService()
  2014.     {
  2015.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2016.     }
  2017.     /**
  2018.      * Gets the private 'Eccube\Repository\MailHistoryRepository' shared autowired service.
  2019.      *
  2020.      * @return \Eccube\Repository\MailHistoryRepository
  2021.      */
  2022.     protected function getMailHistoryRepositoryService()
  2023.     {
  2024.         return $this->privates['Eccube\\Repository\\MailHistoryRepository'] = new \Eccube\Repository\MailHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2025.     }
  2026.     /**
  2027.      * Gets the private 'Eccube\Repository\MailTemplateRepository' shared autowired service.
  2028.      *
  2029.      * @return \Eccube\Repository\MailTemplateRepository
  2030.      */
  2031.     protected function getMailTemplateRepositoryService()
  2032.     {
  2033.         return $this->privates['Eccube\\Repository\\MailTemplateRepository'] = new \Eccube\Repository\MailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2034.     }
  2035.     /**
  2036.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2037.      *
  2038.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2039.      */
  2040.     protected function getDeviceTypeRepositoryService()
  2041.     {
  2042.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2043.     }
  2044.     /**
  2045.      * Gets the private 'Eccube\Repository\Master\OrderItemTypeRepository' shared autowired service.
  2046.      *
  2047.      * @return \Eccube\Repository\Master\OrderItemTypeRepository
  2048.      */
  2049.     protected function getOrderItemTypeRepositoryService()
  2050.     {
  2051.         return $this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] = new \Eccube\Repository\Master\OrderItemTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2052.     }
  2053.     /**
  2054.      * Gets the private 'Eccube\Repository\Master\OrderStatusRepository' shared autowired service.
  2055.      *
  2056.      * @return \Eccube\Repository\Master\OrderStatusRepository
  2057.      */
  2058.     protected function getOrderStatusRepositoryService()
  2059.     {
  2060.         return $this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] = new \Eccube\Repository\Master\OrderStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2061.     }
  2062.     /**
  2063.      * Gets the private 'Eccube\Repository\Master\PrefRepository' shared autowired service.
  2064.      *
  2065.      * @return \Eccube\Repository\Master\PrefRepository
  2066.      */
  2067.     protected function getPrefRepositoryService()
  2068.     {
  2069.         return $this->privates['Eccube\\Repository\\Master\\PrefRepository'] = new \Eccube\Repository\Master\PrefRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'Eccube\Repository\Master\TaxDisplayTypeRepository' shared autowired service.
  2073.      *
  2074.      * @return \Eccube\Repository\Master\TaxDisplayTypeRepository
  2075.      */
  2076.     protected function getTaxDisplayTypeRepositoryService()
  2077.     {
  2078.         return $this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] = new \Eccube\Repository\Master\TaxDisplayTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2079.     }
  2080.     /**
  2081.      * Gets the private 'Eccube\Repository\Master\TaxTypeRepository' shared autowired service.
  2082.      *
  2083.      * @return \Eccube\Repository\Master\TaxTypeRepository
  2084.      */
  2085.     protected function getTaxTypeRepositoryService()
  2086.     {
  2087.         return $this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] = new \Eccube\Repository\Master\TaxTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2088.     }
  2089.     /**
  2090.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2091.      *
  2092.      * @return \Eccube\Repository\OrderRepository
  2093.      */
  2094.     protected function getOrderRepository2Service()
  2095.     {
  2096.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2097.     }
  2098.     /**
  2099.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2100.      *
  2101.      * @return \Eccube\Repository\PageLayoutRepository
  2102.      */
  2103.     protected function getPageLayoutRepositoryService()
  2104.     {
  2105.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2106.     }
  2107.     /**
  2108.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2109.      *
  2110.      * @return \Eccube\Repository\PageRepository
  2111.      */
  2112.     protected function getPageRepositoryService()
  2113.     {
  2114.         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);
  2115.     }
  2116.     /**
  2117.      * Gets the private 'Eccube\Repository\PaymentRepository' shared autowired service.
  2118.      *
  2119.      * @return \Eccube\Repository\PaymentRepository
  2120.      */
  2121.     protected function getPaymentRepositoryService()
  2122.     {
  2123.         return $this->privates['Eccube\\Repository\\PaymentRepository'] = new \Eccube\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2124.     }
  2125.     /**
  2126.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2127.      *
  2128.      * @return \Eccube\Repository\ProductClassRepository
  2129.      */
  2130.     protected function getProductClassRepositoryService()
  2131.     {
  2132.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2133.     }
  2134.     /**
  2135.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2136.      *
  2137.      * @return \Eccube\Repository\ProductRepository
  2138.      */
  2139.     protected function getProductRepositoryService()
  2140.     {
  2141.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'Eccube\Repository\ProductStockRepository' shared autowired service.
  2145.      *
  2146.      * @return \Eccube\Repository\ProductStockRepository
  2147.      */
  2148.     protected function getProductStockRepositoryService()
  2149.     {
  2150.         return $this->privates['Eccube\\Repository\\ProductStockRepository'] = new \Eccube\Repository\ProductStockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2154.      *
  2155.      * @return \Eccube\Repository\TaxRuleRepository
  2156.      */
  2157.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2158.     {
  2159.         if ($lazyLoad) {
  2160.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2161.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2162.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2163.                     $proxy->setProxyInitializer(null);
  2164.                     return true;
  2165.                 });
  2166.             });
  2167.         }
  2168.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2169.         return new \Eccube\Repository\TaxRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2170.     }
  2171.     /**
  2172.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2173.      *
  2174.      * @return \Eccube\Request\Context
  2175.      */
  2176.     protected function getContextService()
  2177.     {
  2178.         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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2179.     }
  2180.     /**
  2181.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2182.      *
  2183.      * @return \Eccube\Service\CartService
  2184.      */
  2185.     protected function getCartServiceService($lazyLoad true)
  2186.     {
  2187.         if ($lazyLoad) {
  2188.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2189.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2190.                     $wrappedInstance $this->getCartServiceService(false);
  2191.                     $proxy->setProxyInitializer(null);
  2192.                     return true;
  2193.                 });
  2194.             });
  2195.         }
  2196.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2197.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2198.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2199.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2200.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2201.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), new \Eccube\Service\Cart\ProductClassComparator(), new \Eccube\Service\Cart\SaleTypeCartAllocator(), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepository2Service()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2202.     }
  2203.     /**
  2204.      * Gets the private 'Eccube\Service\MailService' shared autowired service.
  2205.      *
  2206.      * @return \Eccube\Service\MailService
  2207.      */
  2208.     protected function getMailServiceService()
  2209.     {
  2210.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2211.         return $this->privates['Eccube\\Service\\MailService'] = new \Eccube\Service\MailService(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2212.             yield => $this->load('getMailer_TransportFactory_NullService');
  2213.             yield => $this->load('getMailer_TransportFactory_SendmailService');
  2214.             yield => $this->load('getMailer_TransportFactory_NativeService');
  2215.             yield => $this->load('getMailer_TransportFactory_SmtpService');
  2216.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a), ($this->privates['Eccube\\Repository\\MailTemplateRepository'] ?? $this->getMailTemplateRepositoryService()), ($this->privates['Eccube\\Repository\\MailHistoryRepository'] ?? $this->getMailHistoryRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $a, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $this);
  2217.     }
  2218.     /**
  2219.      * Gets the private 'Eccube\Service\OrderHelper' shared autowired service.
  2220.      *
  2221.      * @return \Eccube\Service\OrderHelper
  2222.      */
  2223.     protected function getOrderHelperService()
  2224.     {
  2225.         return $this->privates['Eccube\\Service\\OrderHelper'] = new \Eccube\Service\OrderHelper($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepository2Service()), ($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()), ($this->privates['Eccube\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\PrefRepository'] ?? $this->getPrefRepositoryService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2226.     }
  2227.     /**
  2228.      * Gets the private 'Eccube\Service\OrderStateMachine' shared autowired service.
  2229.      *
  2230.      * @return \Eccube\Service\OrderStateMachine
  2231.      */
  2232.     protected function getOrderStateMachineService()
  2233.     {
  2234.         return $this->privates['Eccube\\Service\\OrderStateMachine'] = new \Eccube\Service\OrderStateMachine(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService()), ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService()));
  2235.     }
  2236.     /**
  2237.      * Gets the private 'Eccube\Service\PointHelper' shared autowired service.
  2238.      *
  2239.      * @return \Eccube\Service\PointHelper
  2240.      */
  2241.     protected function getPointHelperService()
  2242.     {
  2243.         return $this->privates['Eccube\\Service\\PointHelper'] = new \Eccube\Service\PointHelper(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2244.     }
  2245.     /**
  2246.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\AddPointProcessor' shared autowired service.
  2247.      *
  2248.      * @return \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor
  2249.      */
  2250.     protected function getAddPointProcessorService()
  2251.     {
  2252.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  2253.     }
  2254.     /**
  2255.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator' shared autowired service.
  2256.      *
  2257.      * @return \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator
  2258.      */
  2259.     protected function getDeliverySettingValidatorService()
  2260.     {
  2261.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] = new \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator' shared autowired service.
  2265.      *
  2266.      * @return \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator
  2267.      */
  2268.     protected function getEmptyItemsValidatorService()
  2269.     {
  2270.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] = new \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2271.     }
  2272.     /**
  2273.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor' shared autowired service.
  2274.      *
  2275.      * @return \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor
  2276.      */
  2277.     protected function getOrderNoProcessorService()
  2278.     {
  2279.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\OrderNoProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepository2Service()));
  2280.     }
  2281.     /**
  2282.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator' shared autowired service.
  2283.      *
  2284.      * @return \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator
  2285.      */
  2286.     protected function getPaymentTotalLimitValidatorService()
  2287.     {
  2288.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalLimitValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2289.     }
  2290.     /**
  2291.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PaymentValidator' shared autowired service.
  2292.      *
  2293.      * @return \Eccube\Service\PurchaseFlow\Processor\PaymentValidator
  2294.      */
  2295.     protected function getPaymentValidatorService()
  2296.     {
  2297.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentValidator(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()));
  2298.     }
  2299.     /**
  2300.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PointProcessor' shared autowired service.
  2301.      *
  2302.      * @return \Eccube\Service\PurchaseFlow\Processor\PointProcessor
  2303.      */
  2304.     protected function getPointProcessorService()
  2305.     {
  2306.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\PointProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Service\\PointHelper'] ?? $this->getPointHelperService()));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor' shared autowired service.
  2310.      *
  2311.      * @return \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor
  2312.      */
  2313.     protected function getStockReduceProcessorService()
  2314.     {
  2315.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor(($this->privates['Eccube\\Repository\\ProductStockRepository'] ?? $this->getProductStockRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\TaxProcessor' shared autowired service.
  2319.      *
  2320.      * @return \Eccube\Service\PurchaseFlow\Processor\TaxProcessor
  2321.      */
  2322.     protected function getTaxProcessorService()
  2323.     {
  2324.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\TaxProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2328.      *
  2329.      * @return \Eccube\Service\TwoFactorAuthService
  2330.      */
  2331.     protected function getTwoFactorAuthServiceService()
  2332.     {
  2333.         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->load('getSecurity_EncoderFactory_GenericService')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2334.     }
  2335.     /**
  2336.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2337.      *
  2338.      * @return \Eccube\Twig\Extension\EccubeExtension
  2339.      */
  2340.     protected function getEccubeExtensionService()
  2341.     {
  2342.         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()));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2346.      *
  2347.      * @return \Eccube\Twig\Extension\TaxExtension
  2348.      */
  2349.     protected function getTaxExtensionService()
  2350.     {
  2351.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2352.     }
  2353.     /**
  2354.      * Gets the private 'Plugin\RefineCheckItem42\Event' shared autowired service.
  2355.      *
  2356.      * @return \Plugin\RefineCheckItem42\Event
  2357.      */
  2358.     protected function getEventService()
  2359.     {
  2360.         return $this->privates['Plugin\\RefineCheckItem42\\Event'] = new \Plugin\RefineCheckItem42\Event(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2361.     }
  2362.     /**
  2363.      * Gets the private 'Plugin\ZeusPayment42\Repository\ConfigRepository' shared autowired service.
  2364.      *
  2365.      * @return \Plugin\ZeusPayment42\Repository\ConfigRepository
  2366.      */
  2367.     protected function getConfigRepositoryService()
  2368.     {
  2369.         return $this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] = new \Plugin\ZeusPayment42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2370.     }
  2371.     /**
  2372.      * Gets the private 'Plugin\ZeusPayment42\Service\ZeusPaymentService' shared autowired service.
  2373.      *
  2374.      * @return \Plugin\ZeusPayment42\Service\ZeusPaymentService
  2375.      */
  2376.     protected function getZeusPaymentServiceService()
  2377.     {
  2378.         return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] = new \Plugin\ZeusPayment42\Service\ZeusPaymentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['Eccube\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['eccube.purchase.flow.shopping'] ?? $this->getEccube_Purchase_Flow_ShoppingService()), ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService()));
  2379.     }
  2380.     /**
  2381.      * Gets the private 'Plugin\ZeusPayment42\ZeusPaymentEvent' shared autowired service.
  2382.      *
  2383.      * @return \Plugin\ZeusPayment42\ZeusPaymentEvent
  2384.      */
  2385.     protected function getZeusPaymentEventService()
  2386.     {
  2387.         return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] = new \Plugin\ZeusPayment42\ZeusPaymentEvent(($this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService()), ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] ?? $this->getZeusPaymentServiceService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelperService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepository2Service()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2388.     }
  2389.     /**
  2390.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2391.      *
  2392.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2393.      */
  2394.     protected function getWebProcessorService()
  2395.     {
  2396.         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']);
  2397.     }
  2398.     /**
  2399.      * Gets the private 'annotations.cache_adapter' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2402.      */
  2403.     protected function getAnnotations_CacheAdapterService()
  2404.     {
  2405.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2406.     }
  2407.     /**
  2408.      * Gets the private 'annotations.cached_reader' shared service.
  2409.      *
  2410.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2411.      */
  2412.     protected function getAnnotations_CachedReaderService()
  2413.     {
  2414.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2415.     }
  2416.     /**
  2417.      * Gets the private 'annotations.reader' shared service.
  2418.      *
  2419.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2420.      */
  2421.     protected function getAnnotations_ReaderService()
  2422.     {
  2423.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2424.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2425.         $a->registerUniqueLoader('class_exists');
  2426.         $instance->addGlobalIgnoredName('required'$a);
  2427.         return $instance;
  2428.     }
  2429.     /**
  2430.      * Gets the private 'assets.context' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2433.      */
  2434.     protected function getAssets_ContextService()
  2435.     {
  2436.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2437.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  2438.     }
  2439.     /**
  2440.      * Gets the private 'cache.annotations' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2443.      */
  2444.     protected function getCache_AnnotationsService()
  2445.     {
  2446.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VAS-qt1AYG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2452.      */
  2453.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2454.     {
  2455.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2456.     }
  2457.     /**
  2458.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2461.      */
  2462.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2463.     {
  2464.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2465.     }
  2466.     /**
  2467.      * Gets the private 'cache.property_info' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2470.      */
  2471.     protected function getCache_PropertyInfoService()
  2472.     {
  2473.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KzggsJRwqu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2474.     }
  2475.     /**
  2476.      * Gets the private 'cache.security_expression_language' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2479.      */
  2480.     protected function getCache_SecurityExpressionLanguageService()
  2481.     {
  2482.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sFZsMfLL+H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2483.     }
  2484.     /**
  2485.      * Gets the private 'cache.security_token_verifier' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2488.      */
  2489.     protected function getCache_SecurityTokenVerifierService()
  2490.     {
  2491.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rBjWS2qCvN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2492.     }
  2493.     /**
  2494.      * Gets the private 'cache.serializer' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2497.      */
  2498.     protected function getCache_SerializerService()
  2499.     {
  2500.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RfuxAOt871'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2501.     }
  2502.     /**
  2503.      * Gets the private 'cache.validator' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2506.      */
  2507.     protected function getCache_ValidatorService()
  2508.     {
  2509.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WIZaH2FaBJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2510.     }
  2511.     /**
  2512.      * Gets the private 'config_cache_factory' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2515.      */
  2516.     protected function getConfigCacheFactoryService()
  2517.     {
  2518.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2519.             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)));
  2520.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2521.         }, 2));
  2522.     }
  2523.     /**
  2524.      * Gets the private 'data_collector.form' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2527.      */
  2528.     protected function getDataCollector_FormService()
  2529.     {
  2530.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2531.     }
  2532.     /**
  2533.      * Gets the private 'data_collector.request' shared service.
  2534.      *
  2535.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2536.      */
  2537.     protected function getDataCollector_RequestService()
  2538.     {
  2539.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2540.     }
  2541.     /**
  2542.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2545.      */
  2546.     protected function getDebug_DebugHandlersListenerService()
  2547.     {
  2548.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2549.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2550.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2551.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2552.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2553.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2554.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2555.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2556.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2557.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2558.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2559.     }
  2560.     /**
  2561.      * Gets the private 'debug.file_link_formatter' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2564.      */
  2565.     protected function getDebug_FileLinkFormatterService()
  2566.     {
  2567.         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 () {
  2568.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2569.         });
  2570.     }
  2571.     /**
  2572.      * Gets the private 'debug.log_processor' shared service.
  2573.      *
  2574.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2575.      */
  2576.     protected function getDebug_LogProcessorService()
  2577.     {
  2578.         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())));
  2579.     }
  2580.     /**
  2581.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2584.      */
  2585.     protected function getDebug_Security_Access_DecisionManagerService()
  2586.     {
  2587.         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 () {
  2588.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2589.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2590.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2591.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2592.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2593.     }
  2594.     /**
  2595.      * Gets the private 'debug.security.firewall' shared service.
  2596.      *
  2597.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2598.      */
  2599.     protected function getDebug_Security_FirewallService()
  2600.     {
  2601.         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()));
  2602.     }
  2603.     /**
  2604.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2605.      *
  2606.      * @return \Doctrine\Migrations\DependencyFactory
  2607.      */
  2608.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2609.     {
  2610.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2611.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2612.         $a->setAllOrNothing(false);
  2613.         $a->setCheckDatabasePlatform(true);
  2614.         $a->setTransactional(true);
  2615.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2616.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2617.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2618.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2619.         });
  2620.         return $instance;
  2621.     }
  2622.     /**
  2623.      * Gets the private 'eccube.collector.core' shared autowired service.
  2624.      *
  2625.      * @return \Eccube\DataCollector\EccubeDataCollector
  2626.      */
  2627.     protected function getEccube_Collector_CoreService()
  2628.     {
  2629.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2630.     }
  2631.     /**
  2632.      * Gets the private 'eccube.purchase.flow.shopping' shared service.
  2633.      *
  2634.      * @return \Eccube\Service\PurchaseFlow\PurchaseFlow
  2635.      */
  2636.     protected function getEccube_Purchase_Flow_ShoppingService()
  2637.     {
  2638.         $this->privates['eccube.purchase.flow.shopping'] = $instance = new \Eccube\Service\PurchaseFlow\PurchaseFlow();
  2639.         $a = ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService());
  2640.         $b = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] ?? $this->getTaxProcessorService());
  2641.         $c = ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService());
  2642.         $d = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService());
  2643.         $instance->setFlowType('shopping');
  2644.         $instance->setItemValidators(new \Doctrine\Common\Collections\ArrayCollection([=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] ?? $this->getDeliverySettingValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ProductStatusValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ProductStatusValidator'] = new \Eccube\Service\PurchaseFlow\Processor\ProductStatusValidator())), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PriceChangeValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PriceChangeValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PriceChangeValidator())), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ClassCategoryValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ClassCategoryValidator'] = new \Eccube\Service\PurchaseFlow\Processor\ClassCategoryValidator()))]));
  2645.         $instance->setItemHolderValidators(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\StockMultipleValidator($a), => new \Eccube\Service\PurchaseFlow\Processor\SaleLimitMultipleValidator($a), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] ?? $this->getEmptyItemsValidatorService())]));
  2646.         $instance->setItemHolderPreprocessors(new \Doctrine\Common\Collections\ArrayCollection([=> $b=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\OrderNoProcessor'] ?? $this->getOrderNoProcessorService()), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor($c, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\DeliveryFeeRepository'] ?? $this->getDeliveryFeeRepositoryService())), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeeFreeByShippingPreprocessor($c), => new \Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor(($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] ?? $this->getTaxDisplayTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] ?? $this->getTaxTypeRepositoryService())), => $b]));
  2647.         $instance->setDiscountProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> $d]));
  2648.         $instance->setItemHolderPostValidators(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\PointRateProcessor($c), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] ?? $this->getAddPointProcessorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentValidator'] ?? $this->getPaymentValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalLimitValidator'] ?? $this->getPaymentTotalLimitValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalNegativeValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalNegativeValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentTotalNegativeValidator())), => new \Eccube\Service\PurchaseFlow\Processor\PaymentChargeChangeValidator(), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeeChangeValidator(), => new \Eccube\Service\PurchaseFlow\Processor\TaxRateChangeValidator()]));
  2649.         $instance->setPurchaseProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\PreOrderIdValidator(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())), => $d=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService()), => new \Eccube\Service\PurchaseFlow\Processor\CustomerPurchaseInfoProcessor(), => new \Eccube\Service\PurchaseFlow\Processor\OrderUpdateProcessor(($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()))]));
  2650.         return $instance;
  2651.     }
  2652.     /**
  2653.      * Gets the private 'esi_listener' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2656.      */
  2657.     protected function getEsiListenerService()
  2658.     {
  2659.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2660.     }
  2661.     /**
  2662.      * Gets the private 'exception_listener' shared service.
  2663.      *
  2664.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2665.      */
  2666.     protected function getExceptionListenerService()
  2667.     {
  2668.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2669.     }
  2670.     /**
  2671.      * Gets the private 'fragment.listener' shared service.
  2672.      *
  2673.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2674.      */
  2675.     protected function getFragment_ListenerService()
  2676.     {
  2677.         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');
  2678.     }
  2679.     /**
  2680.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2681.      *
  2682.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2683.      */
  2684.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2685.     {
  2686.         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())));
  2687.     }
  2688.     /**
  2689.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2690.      *
  2691.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2692.      */
  2693.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2694.     {
  2695.         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['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2696.     }
  2697.     /**
  2698.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2699.      *
  2700.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2701.      */
  2702.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2703.     {
  2704.         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'defaultPageLimit' => NULL]);
  2705.     }
  2706.     /**
  2707.      * Gets the private 'locale_aware_listener' shared service.
  2708.      *
  2709.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2710.      */
  2711.     protected function getLocaleAwareListenerService()
  2712.     {
  2713.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2714.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2715.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2716.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2717.     }
  2718.     /**
  2719.      * Gets the private 'locale_listener' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2722.      */
  2723.     protected function getLocaleListenerService()
  2724.     {
  2725.         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()), false, []);
  2726.     }
  2727.     /**
  2728.      * Gets the private 'monolog.handler.buffered' shared service.
  2729.      *
  2730.      * @return \Monolog\Handler\BufferHandler
  2731.      */
  2732.     protected function getMonolog_Handler_BufferedService()
  2733.     {
  2734.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2735.     }
  2736.     /**
  2737.      * Gets the private 'monolog.handler.console' shared service.
  2738.      *
  2739.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2740.      */
  2741.     protected function getMonolog_Handler_ConsoleService()
  2742.     {
  2743.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2744.     }
  2745.     /**
  2746.      * Gets the private 'monolog.logger' shared service.
  2747.      *
  2748.      * @return \Symfony\Bridge\Monolog\Logger
  2749.      */
  2750.     protected function getMonolog_LoggerService()
  2751.     {
  2752.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2753.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2754.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2755.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2756.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2757.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2758.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2759.         $instance->useMicrosecondTimestamps(true);
  2760.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2761.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2762.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2763.         return $instance;
  2764.     }
  2765.     /**
  2766.      * Gets the private 'monolog.logger.cache' shared service.
  2767.      *
  2768.      * @return \Symfony\Bridge\Monolog\Logger
  2769.      */
  2770.     protected function getMonolog_Logger_CacheService()
  2771.     {
  2772.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2773.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2774.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2775.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2776.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2777.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2778.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2779.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2780.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2782.         return $instance;
  2783.     }
  2784.     /**
  2785.      * Gets the private 'monolog.logger.request' shared service.
  2786.      *
  2787.      * @return \Symfony\Bridge\Monolog\Logger
  2788.      */
  2789.     protected function getMonolog_Logger_RequestService()
  2790.     {
  2791.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2792.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2793.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2794.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2795.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2796.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2797.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2798.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2799.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2800.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2801.         return $instance;
  2802.     }
  2803.     /**
  2804.      * Gets the private 'monolog.logger.security' shared service.
  2805.      *
  2806.      * @return \Symfony\Bridge\Monolog\Logger
  2807.      */
  2808.     protected function getMonolog_Logger_SecurityService()
  2809.     {
  2810.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2811.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2812.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2813.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2814.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2815.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2816.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2817.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2818.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2819.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2820.         return $instance;
  2821.     }
  2822.     /**
  2823.      * Gets the private 'parameter_bag' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2826.      */
  2827.     protected function getParameterBagService()
  2828.     {
  2829.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2830.     }
  2831.     /**
  2832.      * Gets the private 'profiler_listener' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2835.      */
  2836.     protected function getProfilerListenerService()
  2837.     {
  2838.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2839.     }
  2840.     /**
  2841.      * Gets the private 'property_info' shared service.
  2842.      *
  2843.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2844.      */
  2845.     protected function getPropertyInfoService()
  2846.     {
  2847.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2848.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2849.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2850.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2851.         }, 3), new RewindableGenerator(function () {
  2852.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2853.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2854.         }, 2), new RewindableGenerator(function () {
  2855.             return new \EmptyIterator();
  2856.         }, 0), new RewindableGenerator(function () {
  2857.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2858.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2859.         }, 2), new RewindableGenerator(function () {
  2860.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2861.         }, 1));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'router.expression_language_provider' shared service.
  2865.      *
  2866.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2867.      */
  2868.     protected function getRouter_ExpressionLanguageProviderService()
  2869.     {
  2870.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2871.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2872.         ], [
  2873.             'env' => 'Closure',
  2874.         ]));
  2875.     }
  2876.     /**
  2877.      * Gets the private 'router.request_context' shared service.
  2878.      *
  2879.      * @return \Symfony\Component\Routing\RequestContext
  2880.      */
  2881.     protected function getRouter_RequestContextService()
  2882.     {
  2883.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2884.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2885.         return $instance;
  2886.     }
  2887.     /**
  2888.      * Gets the private 'router_listener' shared service.
  2889.      *
  2890.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2891.      */
  2892.     protected function getRouterListenerService()
  2893.     {
  2894.         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);
  2895.     }
  2896.     /**
  2897.      * Gets the private 'security.context_listener.0' shared service.
  2898.      *
  2899.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2900.      */
  2901.     protected function getSecurity_ContextListener_0Service()
  2902.     {
  2903.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2904.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2905.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2906.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2907.     }
  2908.     /**
  2909.      * Gets the private 'security.context_listener.1' shared service.
  2910.      *
  2911.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2912.      */
  2913.     protected function getSecurity_ContextListener_1Service()
  2914.     {
  2915.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2916.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2917.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2918.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2919.     }
  2920.     /**
  2921.      * Gets the private 'security.csrf.token_storage' shared service.
  2922.      *
  2923.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2924.      */
  2925.     protected function getSecurity_Csrf_TokenStorageService()
  2926.     {
  2927.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2928.     }
  2929.     /**
  2930.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2931.      *
  2932.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2933.      */
  2934.     protected function getSecurity_EventDispatcher_AdminService()
  2935.     {
  2936.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2937.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2938.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2939.         }, => 'checkPassport'], 2048);
  2940.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2941.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2942.         }, => 'onSuccessfulLogin'], 0);
  2943.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2944.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2945.         }, => 'onLogout'], 0);
  2946.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2947.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2948.         }, => 'onLogout'], 0);
  2949.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2950.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2951.         }, => 'checkPassport'], 2080);
  2952.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2953.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2954.         }, => 'onSuccessfulLogin'], 0);
  2955.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2956.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2957.         }, => 'preCheckCredentials'], 256);
  2958.         $instance->addListener('security.authentication.success', [=> function () {
  2959.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2960.         }, => 'postCheckCredentials'], 256);
  2961.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2962.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2963.         }, => 'checkPassport'], 1024);
  2964.         $instance->addListener('security.interactive_login', [=> function () {
  2965.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2966.         }, => 'onInteractiveLogin'], 0);
  2967.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2968.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2969.         }, => 'onAuthenticationFailure'], 0);
  2970.         $instance->addListener('security.interactive_login', [=> function () {
  2971.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2972.         }, => 'onInteractiveLogin'], 0);
  2973.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2974.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2975.         }, => 'checkPassport'], 0);
  2976.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2977.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2978.         }, => 'onLoginSuccess'], 0);
  2979.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2980.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2981.         }, => 'checkPassport'], 512);
  2982.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2983.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2984.         }, => 'onLogout'], 0);
  2985.         return $instance;
  2986.     }
  2987.     /**
  2988.      * Gets the private 'security.event_dispatcher.customer' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2991.      */
  2992.     protected function getSecurity_EventDispatcher_CustomerService()
  2993.     {
  2994.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2995.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2996.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  2997.         }, => 'checkPassport'], 2048);
  2998.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2999.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3000.         }, => 'onSuccessfulLogin'], 0);
  3001.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3002.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3003.         }, => 'onLogout'], 64);
  3004.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3005.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3006.         }, => 'onLogout'], 0);
  3007.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3008.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3009.         }, => 'checkPassport'], 2080);
  3010.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3011.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3012.         }, => 'onSuccessfulLogin'], 0);
  3013.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3014.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3015.         }, => 'onSuccessfulLogin'], -32);
  3016.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3017.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3018.         }, => 'onSuccessfulLogin'], -64);
  3019.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3020.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3021.         }, => 'clearCookie'], 0);
  3022.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3023.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3024.         }, => 'clearCookie'], 0);
  3025.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3026.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3027.         }, => 'clearCookie'], 0);
  3028.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3029.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3030.         }, => 'preCheckCredentials'], 256);
  3031.         $instance->addListener('security.authentication.success', [=> function () {
  3032.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3033.         }, => 'postCheckCredentials'], 256);
  3034.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3035.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3036.         }, => 'checkPassport'], 1024);
  3037.         $instance->addListener('security.interactive_login', [=> function () {
  3038.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3039.         }, => 'onInteractiveLogin'], 0);
  3040.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3041.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3042.         }, => 'onAuthenticationFailure'], 0);
  3043.         $instance->addListener('security.interactive_login', [=> function () {
  3044.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3045.         }, => 'onInteractiveLogin'], 0);
  3046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3047.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3048.         }, => 'checkPassport'], 0);
  3049.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3050.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3051.         }, => 'onLoginSuccess'], 0);
  3052.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3053.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3054.         }, => 'checkPassport'], 512);
  3055.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3056.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3057.         }, => 'onLogout'], 0);
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the private 'security.firewall.map' shared service.
  3062.      *
  3063.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3064.      */
  3065.     protected function getSecurity_Firewall_MapService()
  3066.     {
  3067.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService()), new RewindableGenerator(function () {
  3068.             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)/')));
  3069.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.1eGqTcF'] ?? ($this->privates['.security.request_matcher.1eGqTcF'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3070.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3071.         }, 3));
  3072.     }
  3073.     /**
  3074.      * Gets the private 'security.logout_url_generator' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3077.      */
  3078.     protected function getSecurity_LogoutUrlGeneratorService()
  3079.     {
  3080.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3081.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3082.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3083.         return $instance;
  3084.     }
  3085.     /**
  3086.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3087.      *
  3088.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3089.      */
  3090.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3091.     {
  3092.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3093.     }
  3094.     /**
  3095.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3096.      *
  3097.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3098.      */
  3099.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3100.     {
  3101.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3102.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3103.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3104.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3105.     }
  3106.     /**
  3107.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3108.      *
  3109.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3110.      */
  3111.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3112.     {
  3113.         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())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3117.      *
  3118.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3119.      */
  3120.     protected function getSensioFrameworkExtra_View_ListenerService()
  3121.     {
  3122.         $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))));
  3123.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3124.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3125.         ], [
  3126.             'twig' => '?',
  3127.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3128.         return $instance;
  3129.     }
  3130.     /**
  3131.      * Gets the private 'session.factory' shared service.
  3132.      *
  3133.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3134.      */
  3135.     protected function getSession_FactoryService()
  3136.     {
  3137.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  3138.     }
  3139.     /**
  3140.      * Gets the private 'session_listener' shared service.
  3141.      *
  3142.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3143.      */
  3144.     protected function getSessionListenerService()
  3145.     {
  3146.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3147.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3148.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3149.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3150.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3151.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3152.         ], [
  3153.             'initialized_session' => '?',
  3154.             'logger' => '?',
  3155.             'session' => '?',
  3156.             'session_collector' => '?',
  3157.             'session_factory' => '?',
  3158.         ]), true$this->getParameter('session.storage.options'));
  3159.     }
  3160.     /**
  3161.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3164.      */
  3165.     protected function getStateMachine_Order_MetadataStoreService()
  3166.     {
  3167.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3168.     }
  3169.     /**
  3170.      * Gets the private 'translator.default' shared service.
  3171.      *
  3172.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3173.      */
  3174.     protected function getTranslator_DefaultService()
  3175.     {
  3176.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3177.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3178.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3179.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3180.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3181.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3182.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3183.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3184.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3185.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3186.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3187.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3188.         ], [
  3189.             'translation.loader.csv' => '?',
  3190.             'translation.loader.dat' => '?',
  3191.             'translation.loader.ini' => '?',
  3192.             'translation.loader.json' => '?',
  3193.             'translation.loader.mo' => '?',
  3194.             'translation.loader.php' => '?',
  3195.             'translation.loader.po' => '?',
  3196.             'translation.loader.qt' => '?',
  3197.             'translation.loader.res' => '?',
  3198.             'translation.loader.xliff' => '?',
  3199.             'translation.loader.yml' => '?',
  3200.         ]), 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/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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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/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/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/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/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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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/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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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/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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/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/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/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).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 14 => (\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/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/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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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/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/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/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/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/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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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/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/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/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/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale'), 10 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 11 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 25 => (\dirname(__DIR__4).'/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/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/SiteKit42/Resource/locale'=> 'app/Plugin/Maker42/Resource/locale'=> 'app/Plugin/RefineCheckItem42/Resource/locale'10 => 'src/Eccube/Resource/locale/'11 => 'app/Customize/Resource/locale/'12 => 'vendor/symfony/framework-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/twig-bundle/translations'19 => 'vendor/symfony/debug-bundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'vendor/symfony/maker-bundle/src/translations'22 => 'vendor/exercise/htmlpurifier-bundle/src/translations'23 => 'vendor/doctrine/doctrine-migrations-bundle/translations'24 => 'vendor/twig/extra-bundle/translations'25 => 'translations']]], []);
  3201.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3202.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3203.         return $instance;
  3204.     }
  3205.     /**
  3206.      * Gets the private 'validator.builder' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3209.      */
  3210.     protected function getValidator_BuilderService()
  3211.     {
  3212.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3213.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3214.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3215.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3216.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3217.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator''getCardExpirationValidatorService'true],
  3218.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  3219.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator''getOrLengthValidatorService'true],
  3220.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3221.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3222.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3223.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3224.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3225.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3226.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3227.             'unique.clientip' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  3228.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3229.         ], [
  3230.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3231.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3232.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => '?',
  3233.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => '?',
  3234.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => '?',
  3235.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3236.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3237.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3238.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3239.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3240.             'doctrine.orm.validator.unique' => '?',
  3241.             'security.validator.user_password' => '?',
  3242.             'unique.clientip' => '?',
  3243.             'validator.expression' => '?',
  3244.         ])));
  3245.         if ($this->has('translator')) {
  3246.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3247.         }
  3248.         $instance->setTranslationDomain('validators');
  3249.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3250.         $instance->enableAnnotationMapping(true);
  3251.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3252.         $instance->addMethodMapping('loadValidatorMetadata');
  3253.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3254.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3255.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3256.         return $instance;
  3257.     }
  3258.     /**
  3259.      * Gets the private 'var_dumper.html_dumper' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3262.      */
  3263.     protected function getVarDumper_HtmlDumperService()
  3264.     {
  3265.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3266.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the private 'web_profiler.csp.handler' shared service.
  3271.      *
  3272.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3273.      */
  3274.     protected function getWebProfiler_Csp_HandlerService()
  3275.     {
  3276.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3277.     }
  3278.     /**
  3279.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3280.      *
  3281.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3282.      */
  3283.     protected function getWebProfiler_DebugToolbarService()
  3284.     {
  3285.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3286.     }
  3287.     /**
  3288.      * Gets the public 'cache_clearer' alias.
  3289.      *
  3290.      * @return object The ".container.private.cache_clearer" service.
  3291.      */
  3292.     protected function getCacheClearerService()
  3293.     {
  3294.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3295.         return $this->get('.container.private.cache_clearer');
  3296.     }
  3297.     /**
  3298.      * Gets the public 'filesystem' alias.
  3299.      *
  3300.      * @return object The ".container.private.filesystem" service.
  3301.      */
  3302.     protected function getFilesystemService()
  3303.     {
  3304.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3305.         return $this->get('.container.private.filesystem');
  3306.     }
  3307.     /**
  3308.      * Gets the public 'state_machine.order' alias.
  3309.      *
  3310.      * @return object The ".container.private.state_machine.order" service.
  3311.      */
  3312.     protected function getStateMachine_OrderService()
  3313.     {
  3314.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3315.         return $this->get('.container.private.state_machine.order');
  3316.     }
  3317.     /**
  3318.      * Gets the public 'serializer' alias.
  3319.      *
  3320.      * @return object The ".container.private.serializer" service.
  3321.      */
  3322.     protected function getSerializerService()
  3323.     {
  3324.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3325.         return $this->get('.container.private.serializer');
  3326.     }
  3327.     /**
  3328.      * Gets the public 'security.csrf.token_manager' alias.
  3329.      *
  3330.      * @return object The ".container.private.security.csrf.token_manager" service.
  3331.      */
  3332.     protected function getSecurity_Csrf_TokenManagerService()
  3333.     {
  3334.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3335.         return $this->get('.container.private.security.csrf.token_manager');
  3336.     }
  3337.     /**
  3338.      * Gets the public 'form.factory' alias.
  3339.      *
  3340.      * @return object The ".container.private.form.factory" service.
  3341.      */
  3342.     protected function getForm_FactoryService()
  3343.     {
  3344.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3345.         return $this->get('.container.private.form.factory');
  3346.     }
  3347.     /**
  3348.      * Gets the public 'form.type.file' alias.
  3349.      *
  3350.      * @return object The ".container.private.form.type.file" service.
  3351.      */
  3352.     protected function getForm_Type_FileService()
  3353.     {
  3354.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3355.         return $this->get('.container.private.form.type.file');
  3356.     }
  3357.     /**
  3358.      * Gets the public 'profiler' alias.
  3359.      *
  3360.      * @return object The ".container.private.profiler" service.
  3361.      */
  3362.     protected function getProfilerService()
  3363.     {
  3364.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3365.         return $this->get('.container.private.profiler');
  3366.     }
  3367.     /**
  3368.      * Gets the public 'security.authorization_checker' alias.
  3369.      *
  3370.      * @return object The ".container.private.security.authorization_checker" service.
  3371.      */
  3372.     protected function getSecurity_AuthorizationCheckerService()
  3373.     {
  3374.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3375.         return $this->get('.container.private.security.authorization_checker');
  3376.     }
  3377.     /**
  3378.      * Gets the public 'security.token_storage' alias.
  3379.      *
  3380.      * @return object The ".container.private.security.token_storage" service.
  3381.      */
  3382.     protected function getSecurity_TokenStorageService()
  3383.     {
  3384.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3385.         return $this->get('.container.private.security.token_storage');
  3386.     }
  3387.     /**
  3388.      * Gets the public 'twig' alias.
  3389.      *
  3390.      * @return object The ".container.private.twig" service.
  3391.      */
  3392.     protected function getTwigService()
  3393.     {
  3394.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3395.         return $this->get('.container.private.twig');
  3396.     }
  3397.     /**
  3398.      * Gets the public 'security.password_encoder' alias.
  3399.      *
  3400.      * @return object The ".container.private.security.password_encoder" service.
  3401.      */
  3402.     protected function getSecurity_PasswordEncoderService()
  3403.     {
  3404.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3405.         return $this->get('.container.private.security.password_encoder');
  3406.     }
  3407.     /**
  3408.      * Gets the public 'session' alias.
  3409.      *
  3410.      * @return object The ".container.private.session" service.
  3411.      */
  3412.     protected function getSessionService()
  3413.     {
  3414.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3415.         return $this->get('.container.private.session');
  3416.     }
  3417.     /**
  3418.      * Gets the public 'validator' alias.
  3419.      *
  3420.      * @return object The ".container.private.validator" service.
  3421.      */
  3422.     protected function getValidatorService()
  3423.     {
  3424.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3425.         return $this->get('.container.private.validator');
  3426.     }
  3427.     /**
  3428.      * @return array|bool|float|int|string|\UnitEnum|null
  3429.      */
  3430.     public function getParameter(string $name)
  3431.     {
  3432.         if (isset($this->buildParameters[$name])) {
  3433.             return $this->buildParameters[$name];
  3434.         }
  3435.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3436.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3437.         }
  3438.         if (isset($this->loadedDynamicParameters[$name])) {
  3439.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3440.         }
  3441.         return $this->parameters[$name];
  3442.     }
  3443.     public function hasParameter(string $name): bool
  3444.     {
  3445.         if (isset($this->buildParameters[$name])) {
  3446.             return true;
  3447.         }
  3448.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3449.     }
  3450.     public function setParameter(string $name$value): void
  3451.     {
  3452.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3453.     }
  3454.     public function getParameterBag(): ParameterBagInterface
  3455.     {
  3456.         if (null === $this->parameterBag) {
  3457.             $parameters $this->parameters;
  3458.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3459.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3460.             }
  3461.             foreach ($this->buildParameters as $name => $value) {
  3462.                 $parameters[$name] = $value;
  3463.             }
  3464.             $this->parameterBag = new FrozenParameterBag($parameters);
  3465.         }
  3466.         return $this->parameterBag;
  3467.     }
  3468.     private $loadedDynamicParameters = [
  3469.         'kernel.runtime_environment' => false,
  3470.         'kernel.build_dir' => false,
  3471.         'kernel.cache_dir' => false,
  3472.         'locale' => false,
  3473.         'timezone' => false,
  3474.         'currency' => false,
  3475.         'eccube_database_url' => false,
  3476.         'eccube_mailer_dsn' => false,
  3477.         'eccube_admin_route' => false,
  3478.         'eccube_user_data_route' => false,
  3479.         'eccube_admin_allow_hosts' => false,
  3480.         'eccube_admin_deny_hosts' => false,
  3481.         'eccube_force_ssl' => false,
  3482.         'eccube.theme' => false,
  3483.         'eccube_theme_code' => false,
  3484.         'eccube_auth_magic' => false,
  3485.         'eccube_theme_front_dir' => false,
  3486.         'eccube_html_front_dir' => false,
  3487.         'eccube_csv_temp_realdir' => false,
  3488.         'eccube_owners_store_url' => false,
  3489.         'eccube_package_api_url' => false,
  3490.         'eccube_content_maintenance_file_path' => false,
  3491.         'eccube_2fa_enabled' => false,
  3492.         'eccube_2fa_cookie_name' => false,
  3493.         'eccube_2fa_expire' => false,
  3494.         'eccube_restrict_file_upload' => false,
  3495.         'kernel.secret' => false,
  3496.         'kernel.default_locale' => false,
  3497.         'debug.container.dump' => false,
  3498.         'serializer.mapping.cache.file' => false,
  3499.         'session.storage.options' => false,
  3500.         'validator.mapping.cache.file' => false,
  3501.         'profiler.storage.dsn' => false,
  3502.         'doctrine.orm.proxy_dir' => false,
  3503.     ];
  3504.     private $dynamicParameters = [];
  3505.     private function getDynamicParameter(string $name)
  3506.     {
  3507.         switch ($name) {
  3508.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3509.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3510.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3511.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3512.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3513.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3514.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3515.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3516.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3517.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3518.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3519.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3520.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3521.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3522.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3523.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3524.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3525.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3526.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3527.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3528.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3529.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3530.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3531.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3532.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3533.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3534.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3535.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3536.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3537.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3538.             case 'session.storage.options'$value = [
  3539.                 'cache_limiter' => '0',
  3540.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3541.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3542.                 'cookie_httponly' => true,
  3543.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3544.                 'gc_probability' => 1,
  3545.             ]; break;
  3546.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3547.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3548.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3549.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3550.         }
  3551.         $this->loadedDynamicParameters[$name] = true;
  3552.         return $this->dynamicParameters[$name] = $value;
  3553.     }
  3554.     protected function getDefaultParameters(): array
  3555.     {
  3556.         return [
  3557.             'kernel.project_dir' => \dirname(__DIR__4),
  3558.             'kernel.environment' => 'dev',
  3559.             'kernel.debug' => true,
  3560.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3561.             'kernel.bundles' => [
  3562.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3563.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3564.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3565.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3566.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3567.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3568.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3569.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3570.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3571.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3572.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3573.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3574.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3575.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3576.             ],
  3577.             'kernel.bundles_metadata' => [
  3578.                 'FrameworkBundle' => [
  3579.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3580.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3581.                 ],
  3582.                 'SecurityBundle' => [
  3583.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3584.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3585.                 ],
  3586.                 'DoctrineBundle' => [
  3587.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3588.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3589.                 ],
  3590.                 'DoctrineFixturesBundle' => [
  3591.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3592.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3593.                 ],
  3594.                 'SensioFrameworkExtraBundle' => [
  3595.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3596.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3597.                 ],
  3598.                 'MonologBundle' => [
  3599.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3600.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3601.                 ],
  3602.                 'TwigBundle' => [
  3603.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3604.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3605.                 ],
  3606.                 'DebugBundle' => [
  3607.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3608.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3609.                 ],
  3610.                 'WebProfilerBundle' => [
  3611.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3612.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3613.                 ],
  3614.                 'MakerBundle' => [
  3615.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3616.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3617.                 ],
  3618.                 'KnpPaginatorBundle' => [
  3619.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3620.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3621.                 ],
  3622.                 'ExerciseHTMLPurifierBundle' => [
  3623.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3624.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3625.                 ],
  3626.                 'DoctrineMigrationsBundle' => [
  3627.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3628.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3629.                 ],
  3630.                 'TwigExtraBundle' => [
  3631.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3632.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3633.                 ],
  3634.             ],
  3635.             'kernel.charset' => 'UTF-8',
  3636.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3637.             'container.dumper.inline_class_loader' => true,
  3638.             'env(ECCUBE_LOCALE)' => 'ja',
  3639.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3640.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3641.             'env(DATABASE_URL)' => '',
  3642.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3643.             'env(DATABASE_CHARSET)' => 'utf8',
  3644.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3645.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3646.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3647.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3648.             'env(ECCUBE_FORCE_SSL)' => '0',
  3649.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3650.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3651.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3652.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3653.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3654.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3655.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3656.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3657.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3658.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3659.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3660.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3661.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3662.             'eccube_auth_type' => 'HMAC',
  3663.             'eccube_password_hash_algos' => 'SHA256',
  3664.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3665.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3666.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3667.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3668.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3669.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3670.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3671.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3672.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3673.             'eccube_twig_block_templates' => [
  3674.             ],
  3675.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3676.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3677.             'eccube_csv_size' => 5,
  3678.             'eccube_csv_split_lines' => 100,
  3679.             'eccube_default_password' => 'abc********123',
  3680.             'eccube_deliv_addr_max' => 20,
  3681.             'eccube_deliv_date_end_max' => 21,
  3682.             'eccube_id_max_len' => 50,
  3683.             'eccube_id_min_len' => 4,
  3684.             'eccube_int_len' => 9,
  3685.             'eccube_category_nest_level' => 5,
  3686.             'eccube_lltext_len' => 99999,
  3687.             'eccube_ltext_len' => 3000,
  3688.             'eccube_max_total_fee' => 9999999999,
  3689.             'eccube_mltext_len' => 1000,
  3690.             'eccube_mtext_len' => 200,
  3691.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3692.             'plugin_html_urlpath' => '/plugin/',
  3693.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3694.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3695.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3696.             'eccube_price_len' => 8,
  3697.             'eccube_search_pmax' => 12,
  3698.             'eccube_sitemap_products_per_page' => 1000,
  3699.             'eccube_stext_len' => 255,
  3700.             'eccube_sltext_len' => 500,
  3701.             'eccube_smtext_len' => 100,
  3702.             'eccube_tax_rule_priority' => [
  3703.                 => 'product_id',
  3704.                 => 'product_class_id',
  3705.                 => 'pref_id',
  3706.                 => 'country_id',
  3707.             ],
  3708.             'eccube_url_len' => 1024,
  3709.             'eccube_default_page_count' => 50,
  3710.             'eccube_admin_product_stock_status' => 3,
  3711.             'eccube_customer_reset_expire' => 10,
  3712.             'eccube_csv_export_separator' => ',',
  3713.             'eccube_csv_export_encoding' => 'SJIS-win',
  3714.             'eccube_csv_import_encoding' => [
  3715.                 => 'UTF-8',
  3716.                 => 'SJIS-win',
  3717.                 => 'SJIS',
  3718.                 => 'EUC-JP',
  3719.                 => 'ASCII',
  3720.                 => 'JIS',
  3721.             ],
  3722.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3723.             'eccube_csv_export_multidata_separator' => ',',
  3724.             'eccube_csv_import_delimiter' => ',',
  3725.             'eccube_csv_import_enclosure' => '"',
  3726.             'eccube_csv_import_escape' => '\\',
  3727.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3728.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3729.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3730.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3731.             'eccube_name_len' => 16,
  3732.             'eccube_kana_len' => 25,
  3733.             'eccube_address1_len' => 32,
  3734.             'eccube_address2_len' => 32,
  3735.             'eccube_birth_max' => 110,
  3736.             'eccube_product_order_price_lower' => 1,
  3737.             'eccube_product_order_newer' => 2,
  3738.             'eccube_product_order_price_higher' => 3,
  3739.             'eccube_price_max' => 2147483647,
  3740.             'eccube_tel_len_max' => 14,
  3741.             'eccube_postal_code' => 8,
  3742.             'eccube_password_min_len' => 12,
  3743.             'eccube_password_max_len' => 50,
  3744.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3745.             'eccube_composer_memory_limit' => '1536M',
  3746.             'eccube_order_mail_template_id' => 1,
  3747.             'eccube_entry_confirm_mail_template_id' => 2,
  3748.             'eccube_entry_complete_mail_template_id' => 3,
  3749.             'eccube_customer_withdraw_mail_template_id' => 4,
  3750.             'eccube_contact_mail_template_id' => 5,
  3751.             'eccube_forgot_mail_template_id' => 6,
  3752.             'eccube_reset_complete_mail_template_id' => 7,
  3753.             'eccube_shipping_notify_mail_template_id' => 8,
  3754.             'eccube_rfc_email_check' => false,
  3755.             'eccube_email_len' => 254,
  3756.             'eccube_order_no_format' => '',
  3757.             'eccube_order_pdf_message_len' => 30,
  3758.             'eccube_news_start_year' => 2000,
  3759.             'eccube_result_cache_lifetime' => 3600,
  3760.             'eccube_result_cache_lifetime_short' => 10,
  3761.             'eccube_restrict_file_upload_urls' => [
  3762.                 => 'admin_content_file',
  3763.                 => 'admin_store_plugin_install',
  3764.                 => 'admin_content_page_new',
  3765.                 => 'admin_content_page_edit',
  3766.                 => 'admin_content_block_new',
  3767.                 => 'admin_content_block_edit',
  3768.                 => 'admin_content_css',
  3769.                 => 'admin_content_js',
  3770.                 => 'admin_store_template_install',
  3771.             ],
  3772.             'eccube_login_throttling_max_attempts' => 5,
  3773.             'eccube_login_throttling_interval' => '30 minutes',
  3774.             'eccube_nav' => [
  3775.                 'product' => [
  3776.                     'name' => 'admin.product.product_management',
  3777.                     'icon' => 'fa-cube',
  3778.                     'children' => [
  3779.                         'product_master' => [
  3780.                             'name' => 'admin.product.product_list',
  3781.                             'url' => 'admin_product',
  3782.                         ],
  3783.                         'product_edit' => [
  3784.                             'name' => 'admin.product.product_registration',
  3785.                             'url' => 'admin_product_product_new',
  3786.                         ],
  3787.                         'class_name' => [
  3788.                             'name' => 'admin.product.class_management',
  3789.                             'url' => 'admin_product_class_name',
  3790.                         ],
  3791.                         'class_category' => [
  3792.                             'name' => 'admin.product.category_management',
  3793.                             'url' => 'admin_product_category',
  3794.                         ],
  3795.                         'product_tag' => [
  3796.                             'name' => 'admin.product.tag_management',
  3797.                             'url' => 'admin_product_tag',
  3798.                         ],
  3799.                         'product_csv_import' => [
  3800.                             'name' => 'admin.product.product_csv_upload',
  3801.                             'url' => 'admin_product_csv_import',
  3802.                         ],
  3803.                         'category_csv_import' => [
  3804.                             'name' => 'admin.product.category_csv_upload',
  3805.                             'url' => 'admin_product_category_csv_import',
  3806.                         ],
  3807.                         'maker4' => [
  3808.                             'id' => 'maker4',
  3809.                             'name' => 'maker.admin.title',
  3810.                             'url' => 'maker_admin_index',
  3811.                         ],
  3812.                     ],
  3813.                 ],
  3814.                 'order' => [
  3815.                     'name' => 'admin.order.order_management',
  3816.                     'icon' => 'fa-shopping-cart',
  3817.                     'children' => [
  3818.                         'order_master' => [
  3819.                             'name' => 'admin.order.order_list',
  3820.                             'url' => 'admin_order',
  3821.                         ],
  3822.                         'order_edit' => [
  3823.                             'name' => 'admin.order.order_registration',
  3824.                             'url' => 'admin_order_new',
  3825.                         ],
  3826.                         'shipping_csv_import' => [
  3827.                             'name' => 'admin.order.shipping_csv_upload',
  3828.                             'url' => 'admin_shipping_csv_import',
  3829.                         ],
  3830.                         'zeus_order_list' => [
  3831.                             'name' => 'ゼウス受注管理',
  3832.                             'url' => 'zeus_order_list',
  3833.                         ],
  3834.                         'zeus_order_csv' => [
  3835.                             'name' => 'ゼウス売上CSV',
  3836.                             'url' => 'zeus_order_csv',
  3837.                         ],
  3838.                         'zeus_cancel_csv' => [
  3839.                             'name' => 'ゼウス取消CSV',
  3840.                             'url' => 'zeus_cancel_csv',
  3841.                         ],
  3842.                     ],
  3843.                 ],
  3844.                 'customer' => [
  3845.                     'name' => 'admin.customer.customer_management',
  3846.                     'icon' => 'fa-users',
  3847.                     'children' => [
  3848.                         'customer_master' => [
  3849.                             'name' => 'admin.customer.customer_list',
  3850.                             'url' => 'admin_customer',
  3851.                         ],
  3852.                         'customer_edit' => [
  3853.                             'name' => 'admin.customer.customer_registration',
  3854.                             'url' => 'admin_customer_new',
  3855.                         ],
  3856.                     ],
  3857.                 ],
  3858.                 'content' => [
  3859.                     'name' => 'admin.content.contents_management',
  3860.                     'icon' => 'fa-file-text-o',
  3861.                     'children' => [
  3862.                         'news' => [
  3863.                             'name' => 'admin.content.news_management',
  3864.                             'url' => 'admin_content_news',
  3865.                         ],
  3866.                         'file' => [
  3867.                             'name' => 'admin.content.file_management',
  3868.                             'url' => 'admin_content_file',
  3869.                         ],
  3870.                         'layout' => [
  3871.                             'name' => 'admin.content.layout_management',
  3872.                             'url' => 'admin_content_layout',
  3873.                         ],
  3874.                         'page' => [
  3875.                             'name' => 'admin.content.page_management',
  3876.                             'url' => 'admin_content_page',
  3877.                         ],
  3878.                         'css' => [
  3879.                             'name' => 'admin.content.css_management',
  3880.                             'url' => 'admin_content_css',
  3881.                         ],
  3882.                         'js' => [
  3883.                             'name' => 'admin.content.js_management',
  3884.                             'url' => 'admin_content_js',
  3885.                         ],
  3886.                         'block' => [
  3887.                             'name' => 'admin.content.block_management',
  3888.                             'url' => 'admin_content_block',
  3889.                         ],
  3890.                         'cache' => [
  3891.                             'name' => 'admin.content.cache_management',
  3892.                             'url' => 'admin_content_cache',
  3893.                         ],
  3894.                         'maintenance' => [
  3895.                             'name' => 'admin.content.maintenance_management',
  3896.                             'url' => 'admin_content_maintenance',
  3897.                         ],
  3898.                         'plugin_recommend' => [
  3899.                             'name' => 'plugin_recommend.admin.navi',
  3900.                             'url' => 'plugin_recommend_list',
  3901.                         ],
  3902.                     ],
  3903.                 ],
  3904.                 'setting' => [
  3905.                     'name' => 'admin.setting',
  3906.                     'icon' => 'fa-cog',
  3907.                     'children' => [
  3908.                         'shop' => [
  3909.                             'name' => 'admin.setting.shop',
  3910.                             'children' => [
  3911.                                 'shop_index' => [
  3912.                                     'name' => 'admin.setting.shop.shop_setting',
  3913.                                     'url' => 'admin_setting_shop',
  3914.                                 ],
  3915.                                 'shop_tradelaw' => [
  3916.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  3917.                                     'url' => 'admin_setting_shop_tradelaw',
  3918.                                 ],
  3919.                                 'shop_agreement' => [
  3920.                                     'name' => 'admin.setting.shop.agreement_setting',
  3921.                                     'url' => 'admin_content_page_edit',
  3922.                                     'param' => [
  3923.                                         'id' => 19,
  3924.                                         'return' => 'agreement',
  3925.                                     ],
  3926.                                 ],
  3927.                                 'shop_payment' => [
  3928.                                     'name' => 'admin.setting.shop.payment_setting',
  3929.                                     'url' => 'admin_setting_shop_payment',
  3930.                                 ],
  3931.                                 'shop_delivery' => [
  3932.                                     'name' => 'admin.setting.shop.delivery_setting',
  3933.                                     'url' => 'admin_setting_shop_delivery',
  3934.                                 ],
  3935.                                 'shop_tax' => [
  3936.                                     'name' => 'admin.setting.shop.tax_setting',
  3937.                                     'url' => 'admin_setting_shop_tax',
  3938.                                 ],
  3939.                                 'shop_mail' => [
  3940.                                     'name' => 'admin.setting.shop.mail_setting',
  3941.                                     'url' => 'admin_setting_shop_mail',
  3942.                                 ],
  3943.                                 'shop_csv' => [
  3944.                                     'name' => 'admin.setting.shop.csv_setting',
  3945.                                     'url' => 'admin_setting_shop_csv',
  3946.                                 ],
  3947.                                 'shop_order_status' => [
  3948.                                     'name' => 'admin.setting.shop.order_status_setting',
  3949.                                     'url' => 'admin_setting_shop_order_status',
  3950.                                 ],
  3951.                                 'shop_calendar' => [
  3952.                                     'name' => 'admin.setting.shop.calendar_setting',
  3953.                                     'url' => 'admin_setting_shop_calendar',
  3954.                                 ],
  3955.                             ],
  3956.                         ],
  3957.                         'system' => [
  3958.                             'name' => 'admin.setting.system',
  3959.                             'children' => [
  3960.                                 'member' => [
  3961.                                     'name' => 'admin.setting.system.member_management',
  3962.                                     'url' => 'admin_setting_system_member',
  3963.                                 ],
  3964.                                 'authority' => [
  3965.                                     'name' => 'admin.setting.system.authority_management',
  3966.                                     'url' => 'admin_setting_system_authority',
  3967.                                 ],
  3968.                                 'security' => [
  3969.                                     'name' => 'admin.setting.system.security_management',
  3970.                                     'url' => 'admin_setting_system_security',
  3971.                                 ],
  3972.                                 'login_history' => [
  3973.                                     'name' => 'admin.setting.system.login_history',
  3974.                                     'url' => 'admin_setting_system_login_history',
  3975.                                 ],
  3976.                                 'log' => [
  3977.                                     'name' => 'admin.setting.system.log_display',
  3978.                                     'url' => 'admin_setting_system_log',
  3979.                                 ],
  3980.                                 'masterdata' => [
  3981.                                     'name' => 'admin.setting.system.master_data_management',
  3982.                                     'url' => 'admin_setting_system_masterdata',
  3983.                                 ],
  3984.                                 'system_index' => [
  3985.                                     'name' => 'admin.setting.system.system_info',
  3986.                                     'url' => 'admin_setting_system_system',
  3987.                                 ],
  3988.                             ],
  3989.                         ],
  3990.                     ],
  3991.                 ],
  3992.                 'store' => [
  3993.                     'name' => 'admin.store',
  3994.                     'icon' => 'fa-plug',
  3995.                     'children' => [
  3996.                         'plugin' => [
  3997.                             'name' => 'admin.store.plugin',
  3998.                             'children' => [
  3999.                                 'plugin_owners_search' => [
  4000.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4001.                                     'url' => 'admin_store_plugin_owners_search',
  4002.                                 ],
  4003.                                 'plugin_list' => [
  4004.                                     'name' => 'admin.store.plugin.plugin_list',
  4005.                                     'url' => 'admin_store_plugin',
  4006.                                 ],
  4007.                             ],
  4008.                         ],
  4009.                         'template' => [
  4010.                             'name' => 'admin.store.template',
  4011.                             'children' => [
  4012.                                 'template_list' => [
  4013.                                     'name' => 'admin.store.template.template_list',
  4014.                                     'url' => 'admin_store_template',
  4015.                                 ],
  4016.                                 'template_install' => [
  4017.                                     'name' => 'admin.store.template.template_install',
  4018.                                     'url' => 'admin_store_template_install',
  4019.                                 ],
  4020.                             ],
  4021.                         ],
  4022.                         'authentication_setting' => [
  4023.                             'name' => 'admin.store.setting',
  4024.                             'url' => 'admin_store_authentication_setting',
  4025.                         ],
  4026.                     ],
  4027.                 ],
  4028.                 'SalesReport42' => [
  4029.                     'name' => 'sales_report.admin.nav.001',
  4030.                     'icon' => 'fa-chart-bar',
  4031.                     'children' => [
  4032.                         'sales_report_admin_term' => [
  4033.                             'id' => 'sales_report_admin_term',
  4034.                             'url' => 'sales_report_admin_term',
  4035.                             'name' => 'sales_report.admin.nav.002',
  4036.                         ],
  4037.                         'sales_report_admin_product' => [
  4038.                             'id' => 'sales_report_admin_product',
  4039.                             'url' => 'sales_report_admin_product',
  4040.                             'name' => 'sales_report.admin.nav.003',
  4041.                         ],
  4042.                         'sales_report_admin_age' => [
  4043.                             'id' => 'sales_report_admin_age',
  4044.                             'url' => 'sales_report_admin_age',
  4045.                             'name' => 'sales_report.admin.nav.004',
  4046.                         ],
  4047.                         '店舗別集計' => [
  4048.                             'id' => 'admin_order_maker',
  4049.                             'name' => '店舗別集計',
  4050.                             'url' => 'admin_order_maker',
  4051.                         ],
  4052.                     ],
  4053.                 ],
  4054.                 'site_kit' => [
  4055.                     'name' => 'Site Kit',
  4056.                     'icon' => 'fa-google',
  4057.                     'children' => [
  4058.                         'gsc_query' => [
  4059.                             'name' => 'ダッシュボード',
  4060.                             'url' => 'site_kit_dashboard',
  4061.                         ],
  4062.                     ],
  4063.                 ],
  4064.                 'sampleplugin_my_root_menu' => [
  4065.                     'name' => 'アーティスト管理',
  4066.                     'icon' => 'fa-address-book',
  4067.                     'children' => [
  4068.                         'sampleplugin_my_menu_item' => [
  4069.                             'name' => 'アーティスト一覧',
  4070.                             'url' => 'admin_artist',
  4071.                         ],
  4072.                         'piyopiyopiyo2' => [
  4073.                             'name' => 'アーティスト追加',
  4074.                             'url' => 'admin_artist_new',
  4075.                         ],
  4076.                     ],
  4077.                 ],
  4078.             ],
  4079.             'env(MAILER_DSN)' => 'null://null',
  4080.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4081.             'product_review_display_count_min' => 1,
  4082.             'product_review_display_count_max' => 30,
  4083.             'plugin_recommend.text_area_len' => 4000,
  4084.             'related_product.text_area_len' => 4000,
  4085.             'related_product.max_item_count' => 6,
  4086.             'sales_report_product_maximum_display' => 20,
  4087.             'zeus_payment_name' => 'ゼウス決済',
  4088.             'zeus_payment_page_name' => 'ゼウス決済画面',
  4089.             'zeus_plugin_code' => 'ZeusPayment42',
  4090.             'zeuspayment_urlpath' => '/app/plugin/ZeusPayment42',
  4091.             'zeuspayment_img_urlpath' => 'ZeusPayment42/assets/img',
  4092.             'zeus_cvs_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/cvs.cgi',
  4093.             'zeus_edy_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/edy.cgi',
  4094.             'zeus_ebank_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/ebank.cgi',
  4095.             'zeus_secure_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4096.             'zeus_secure_3d_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4097.             'zeus_secure_3d_information_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4098.             'zeus_fetch_customer_info_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  4099.             'zeus_get_token_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/token/token.cgi',
  4100.             'zeus_secure_link_batch_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi',
  4101.             'zeus_resp_server_ips' => '210.164.6.67,202.221.139.50',
  4102.             'zeus_auth_error_message' => '認証に失敗しました。お手数ですが入力内容をご確認ください。',
  4103.             'zeus_processing_error_message' => '別タブ(ウィンドウ)で決済処理中です、複数タブ(ウィンドウ)で操作しないでください。',
  4104.             'zeus_payment_method_credit' => 'ZEUSクレジット決済',
  4105.             'zeus_payment_method_cvs' => 'ZEUSコンビニ決済',
  4106.             'zeus_payment_method_edy' => 'ZEUS楽天Edy決済',
  4107.             'zeus_payment_method_ebank' => 'ZEUS銀行振込決済',
  4108.             'zeus_payment_3ds2_norisk' => true,
  4109.             'zeus_cvs_not_credited' => 1,
  4110.             'zeus_cvs_preliminary_deposit' => 4,
  4111.             'zeus_cvs_sales_confirmation' => 5,
  4112.             'zeus_cvs_cancel_payment' => 6,
  4113.             'zeus_edy_paid' => 4,
  4114.             'zeus_edy_failed' => 5,
  4115.             'zeus_ebank_wait' => 1,
  4116.             'zeus_ebank_not_paid' => 2,
  4117.             'zeus_ebank_paid' => 3,
  4118.             'zeus_ebank_error' => 4,
  4119.             'zeus_ebank_failed' => 5,
  4120.             'zeus_credit_options' => [
  4121.                 'payment_choices' => [
  4122.                     '01' => '一括払い',
  4123.                     '03' => '3回払い',
  4124.                     '05' => '5回払い',
  4125.                     '06' => '6回払い',
  4126.                     10 => '10回払い',
  4127.                     12 => '12回払い',
  4128.                     15 => '15回払い',
  4129.                     18 => '18回払い',
  4130.                     20 => '20回払い',
  4131.                     24 => '24回払い',
  4132.                     99 => 'リボ払い',
  4133.                 ],
  4134.             ],
  4135.             'eccube.plugins.enabled' => [
  4136.                 => 'Recommend42',
  4137.                 => 'SalesReport42',
  4138.                 => 'RelatedProduct42',
  4139.                 => 'SiteKit42',
  4140.                 => 'ZeusPayment42',
  4141.                 => 'Maker42',
  4142.                 => 'RefineCheckItem42',
  4143.             ],
  4144.             'eccube.plugins.disabled' => [
  4145.                 => 'Coupon42',
  4146.                 => 'MailMagazine42',
  4147.                 => 'ProductReview42',
  4148.             ],
  4149.             'event_dispatcher.event_aliases' => [
  4150.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4151.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4152.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4153.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4154.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4155.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4156.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4157.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4158.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4159.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4160.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4161.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4162.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4163.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4164.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4165.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4166.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4167.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4168.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4169.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4170.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4171.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4172.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4173.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4174.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4175.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4176.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4177.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4178.             ],
  4179.             'fragment.renderer.hinclude.global_template' => NULL,
  4180.             'fragment.path' => '/_fragment',
  4181.             'kernel.http_method_override' => true,
  4182.             'kernel.trusted_hosts' => [
  4183.             ],
  4184.             'kernel.enabled_locales' => [
  4185.             ],
  4186.             'kernel.error_controller' => 'error_controller',
  4187.             'debug.file_link_format' => NULL,
  4188.             'asset.request_context.base_path' => NULL,
  4189.             'asset.request_context.secure' => NULL,
  4190.             'translator.logging' => false,
  4191.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4192.             'debug.error_handler.throw_at' => -1,
  4193.             'router.request_context.host' => 'localhost',
  4194.             'router.request_context.scheme' => 'http',
  4195.             'router.request_context.base_url' => '',
  4196.             'router.resource' => 'kernel::loadRoutes',
  4197.             'request_listener.http_port' => 80,
  4198.             'request_listener.https_port' => 443,
  4199.             'session.metadata.storage_key' => '_sf2_meta',
  4200.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4201.             'session.metadata.update_threshold' => 0,
  4202.             'form.type_extension.csrf.enabled' => true,
  4203.             'form.type_extension.csrf.field_name' => '_token',
  4204.             'validator.translation_domain' => 'validators',
  4205.             'profiler_listener.only_exceptions' => false,
  4206.             'profiler_listener.only_main_requests' => false,
  4207.             'security.role_hierarchy.roles' => [
  4208.             ],
  4209.             'security.access.denied_url' => NULL,
  4210.             'security.authentication.manager.erase_credentials' => true,
  4211.             'security.authentication.session_strategy.strategy' => 'migrate',
  4212.             'security.access.always_authenticate_before_granting' => false,
  4213.             'security.authentication.hide_user_not_found' => true,
  4214.             'security.firewalls' => [
  4215.                 => 'dev',
  4216.                 => 'admin',
  4217.                 => 'customer',
  4218.             ],
  4219.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4220.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4221.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4222.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4223.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4224.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4225.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4226.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4227.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4228.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4229.             'doctrine.entity_managers' => [
  4230.                 'default' => 'doctrine.orm.default_entity_manager',
  4231.             ],
  4232.             'doctrine.default_entity_manager' => 'default',
  4233.             'doctrine.dbal.connection_factory.types' => [
  4234.                 'datetime' => [
  4235.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4236.                 ],
  4237.                 'datetimetz' => [
  4238.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4239.                 ],
  4240.             ],
  4241.             'doctrine.connections' => [
  4242.                 'default' => 'doctrine.dbal.default_connection',
  4243.             ],
  4244.             'doctrine.default_connection' => 'default',
  4245.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4246.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4247.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4248.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4249.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4250.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4251.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4252.             'doctrine.orm.cache.memcache_port' => 11211,
  4253.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4254.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4255.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4256.             'doctrine.orm.cache.memcached_port' => 11211,
  4257.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4258.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4259.             'doctrine.orm.cache.redis_host' => 'localhost',
  4260.             'doctrine.orm.cache.redis_port' => 6379,
  4261.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4262.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4263.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4264.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4265.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4266.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4267.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4268.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4269.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4270.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4271.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4272.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4273.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4274.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4275.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4276.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4277.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4278.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4279.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4280.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4281.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4282.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4283.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4284.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4285.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4286.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4287.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4288.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4289.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4290.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4291.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4292.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4293.             'monolog.use_microseconds' => true,
  4294.             'monolog.swift_mailer.handlers' => [
  4295.             ],
  4296.             'monolog.handlers_to_channels' => [
  4297.                 'monolog.handler.console' => [
  4298.                     'type' => 'exclusive',
  4299.                     'elements' => [
  4300.                         => 'event',
  4301.                         => 'doctrine',
  4302.                         => 'console',
  4303.                     ],
  4304.                 ],
  4305.                 'monolog.handler.buffered' => [
  4306.                     'type' => 'exclusive',
  4307.                     'elements' => [
  4308.                         => 'event',
  4309.                     ],
  4310.                 ],
  4311.             ],
  4312.             'twig.form.resources' => [
  4313.                 => 'form_div_layout.html.twig',
  4314.                 => 'bootstrap_5_layout.html.twig',
  4315.             ],
  4316.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4317.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4318.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4319.             'web_profiler.debug_toolbar.mode' => 2,
  4320.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4321.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4322.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4323.             'knp_paginator.page_range' => 5,
  4324.             'knp_paginator.page_limit' => NULL,
  4325.             'doctrine.migrations.preferred_em' => NULL,
  4326.             'doctrine.migrations.preferred_connection' => NULL,
  4327.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4328.             'data_collector.templates' => [
  4329.                 'data_collector.request' => [
  4330.                     => 'request',
  4331.                     => '@WebProfiler/Collector/request.html.twig',
  4332.                 ],
  4333.                 'data_collector.time' => [
  4334.                     => 'time',
  4335.                     => '@WebProfiler/Collector/time.html.twig',
  4336.                 ],
  4337.                 'data_collector.memory' => [
  4338.                     => 'memory',
  4339.                     => '@WebProfiler/Collector/memory.html.twig',
  4340.                 ],
  4341.                 'data_collector.validator' => [
  4342.                     => 'validator',
  4343.                     => '@WebProfiler/Collector/validator.html.twig',
  4344.                 ],
  4345.                 'data_collector.ajax' => [
  4346.                     => 'ajax',
  4347.                     => '@WebProfiler/Collector/ajax.html.twig',
  4348.                 ],
  4349.                 'data_collector.form' => [
  4350.                     => 'form',
  4351.                     => '@WebProfiler/Collector/form.html.twig',
  4352.                 ],
  4353.                 'data_collector.exception' => [
  4354.                     => 'exception',
  4355.                     => '@WebProfiler/Collector/exception.html.twig',
  4356.                 ],
  4357.                 'data_collector.logger' => [
  4358.                     => 'logger',
  4359.                     => '@WebProfiler/Collector/logger.html.twig',
  4360.                 ],
  4361.                 'data_collector.events' => [
  4362.                     => 'events',
  4363.                     => '@WebProfiler/Collector/events.html.twig',
  4364.                 ],
  4365.                 'data_collector.router' => [
  4366.                     => 'router',
  4367.                     => '@WebProfiler/Collector/router.html.twig',
  4368.                 ],
  4369.                 'data_collector.cache' => [
  4370.                     => 'cache',
  4371.                     => '@WebProfiler/Collector/cache.html.twig',
  4372.                 ],
  4373.                 'data_collector.translation' => [
  4374.                     => 'translation',
  4375.                     => '@WebProfiler/Collector/translation.html.twig',
  4376.                 ],
  4377.                 'data_collector.security' => [
  4378.                     => 'security',
  4379.                     => '@Security/Collector/security.html.twig',
  4380.                 ],
  4381.                 'data_collector.twig' => [
  4382.                     => 'twig',
  4383.                     => '@WebProfiler/Collector/twig.html.twig',
  4384.                 ],
  4385.                 'data_collector.doctrine' => [
  4386.                     => 'db',
  4387.                     => '@Doctrine/Collector/db.html.twig',
  4388.                 ],
  4389.                 'doctrine_migrations.migrations_collector' => [
  4390.                     => 'doctrine_migrations',
  4391.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4392.                 ],
  4393.                 'data_collector.dump' => [
  4394.                     => 'dump',
  4395.                     => '@Debug/Profiler/dump.html.twig',
  4396.                 ],
  4397.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  4398.                 'mailer.data_collector' => [
  4399.                     => 'mailer',
  4400.                     => '@WebProfiler/Collector/mailer.html.twig',
  4401.                 ],
  4402.                 'data_collector.config' => [
  4403.                     => 'config',
  4404.                     => '@WebProfiler/Collector/config.html.twig',
  4405.                 ],
  4406.                 'eccube.collector.core' => [
  4407.                     => 'eccube_core',
  4408.                     => '@toolbar/eccube.html.twig',
  4409.                 ],
  4410.             ],
  4411.             'console.command.ids' => [
  4412.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  4413.             ],
  4414.         ];
  4415.     }
  4416.     protected function throw($message)
  4417.     {
  4418.         throw new RuntimeException($message);
  4419.     }
  4420. }