var/cache/dev/ContainerQMxYWN6/Eccube_KernelDevDebugContainer.php line 2313

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