var/cache/dev/ContainerH8uM8gg/Eccube_KernelDevDebugContainer.php line 2888

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