var/cache/dev/ContainerBaz8fgl/Eccube_KernelDevDebugContainer.php line 2606

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