var/cache/dev/ContainerOW16Gg4/Eccube_KernelDevDebugContainer.php line 807

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