var/cache/dev/ContainerWuqpjbE/Eccube_KernelDevDebugContainer.php line 2669

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