var/cache/dev/Container4k2ccP4/Eccube_KernelDevDebugContainer.php line 2707

Open in your IDE?
  1. <?php
  2. namespace Container4k2ccP4;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  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.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  83.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  84.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  85.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  86.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  87.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  96.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  99.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  104.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  108.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  111.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  128.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  131.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  132.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  133.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  134.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  135.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  136.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  137.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  138.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  139.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  140.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  141.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  142.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  143.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  144.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  145.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  146.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  147.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  148.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  149.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  150.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  151.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  152.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  153.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  154.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  155.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  156.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  157.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  158.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\API\\AdvancedFormNotificationController' => 'getAdvancedFormNotificationControllerService',
  159.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\API\\AdvancedFormSubmissionController' => 'getAdvancedFormSubmissionControllerService',
  160.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\API\\AdvancedFormTemplateController' => 'getAdvancedFormTemplateControllerService',
  161.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\AdminController' => 'getAdminController2Service',
  162.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\AdvancedFormConfigController' => 'getAdvancedFormConfigControllerService',
  163.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\AdvancedFormController' => 'getAdvancedFormControllerService',
  164.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\AdvancedFormSubmissionController' => 'getAdvancedFormSubmissionController2Service',
  165.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Admin\\InventoryController' => 'getInventoryControllerService',
  166.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Client\\API\\AdvancedFormController' => 'getAdvancedFormController2Service',
  167.             'Plugin\\AdvancedFormSmartIT42\\Controller\\Client\\AdvancedFormController' => 'getAdvancedFormController3Service',
  168.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  169.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  170.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  171.             'Plugin\\JoolenCouponForMemberRegistration42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  172.             'Plugin\\JoolenCouponForMemberRegistration42\\Controller\\CouponShoppingController' => 'getCouponShoppingController2Service',
  173.             'Plugin\\MypageInvoice\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  174.             'Plugin\\MypageInvoice\\Controller\\MypageInvoiceController' => 'getMypageInvoiceControllerService',
  175.             'Plugin\\SortCategoryProduct42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  176.             'Plugin\\SortCategoryProduct42\\Controller\\Admin\\SortCategoryProductController' => 'getSortCategoryProductControllerService',
  177.             'Plugin\\TaxManagement42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  178.             'Plugin\\TwoFactorAuthCustomer42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  179.             'Plugin\\TwoFactorAuthCustomer42\\Controller\\CustomerPersonalValidationController' => 'getCustomerPersonalValidationControllerService',
  180.             'Plugin\\TwoFactorAuthCustomer42\\Controller\\TwoFactorAuthCustomerController' => 'getTwoFactorAuthCustomerControllerService',
  181.             'Plugin\\VeriTrans4G2\\Controller\\AbstractVt4gController' => 'getAbstractVt4gControllerService',
  182.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Content\\Page\\Preview\\Vt4gPayment\\RakutenButtonController' => 'getRakutenButtonControllerService',
  183.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\EditController' => 'getEditController2Service',
  184.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\SubscCustomerController' => 'getSubscCustomerControllerService',
  185.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRegistrationController' => 'getCsvRegistrationControllerService',
  186.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRequestController' => 'getCsvRequestControllerService',
  187.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvResultController' => 'getCsvResultControllerService',
  188.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvUploadController' => 'getCsvUploadControllerService',
  189.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\EditController' => 'getEditController3Service',
  190.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\PluginConfigController' => 'getPluginConfigControllerService',
  191.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\ChangeSaleTypeController' => 'getChangeSaleTypeControllerService',
  192.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\SubscSalestypeController' => 'getSubscSalestypeControllerService',
  193.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\Shop\\PaymentRegistController' => 'getPaymentRegistControllerService',
  194.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\System\\LogDownloadController' => 'getLogDownloadControllerService',
  195.             'Plugin\\VeriTrans4G2\\Controller\\MyPage\\SubscPaymentHistoryController' => 'getSubscPaymentHistoryControllerService',
  196.             'Plugin\\VeriTrans4G2\\Controller\\PaymentController' => 'getPaymentController2Service',
  197.             'Plugin\\VeriTrans4G2\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  198.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gAccountIdController' => 'getVt4gAccountIdControllerService',
  199.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gRateLimiterController' => 'getVt4gRateLimiterControllerService',
  200.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gReTradeController' => 'getVt4gReTradeControllerService',
  201.             'Plugin\\VeriTrans4G2\\Service\\Method\\CommonMethod' => 'getCommonMethodService',
  202.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  203.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  204.             'cache.app_clearer' => 'getCache_AppClearerService',
  205.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  206.             'cache.system_clearer' => 'getCache_SystemClearerService',
  207.             'cache_warmer' => 'getCacheWarmerService',
  208.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  209.             'console.command_loader' => 'getConsole_CommandLoaderService',
  210.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  211.             'eccube.logger' => 'getEccube_LoggerService',
  212.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  213.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  214.             'error_controller' => 'getErrorControllerService',
  215.             'knp_paginator' => 'getKnpPaginatorService',
  216.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  217.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  218.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  219.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  220.             'routing.loader' => 'getRouting_LoaderService',
  221.             'services_resetter' => 'getServicesResetterService',
  222.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  223.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  224.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  225.         ];
  226.         $this->aliases = [
  227.             'database_connection' => 'doctrine.dbal.default_connection',
  228.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  229.         ];
  230.         $this->privates['service_container'] = function () {
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  237.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  241.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  242.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  243.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  244.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Repository/SortCategoryProductQuery.php';
  245.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/JoinCustomizer.php';
  246.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Entity/SortCategoryProductJoin.php';
  247.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/OrderByCustomizer.php';
  248.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Entity/SortCategoryProductOrderBy.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  250.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  257.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  265.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  266.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  267.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  268.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CustomerRepository.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  272.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailTemplateRepository.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/ProductListOrderByRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Security/Core/Encoder/PasswordEncoder.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  284.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  289.             include_once \dirname(__DIR__4).'/app/Plugin/Coupon42/Repository/CouponRepository.php';
  290.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Repository/ConfigRepository.php';
  291.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Repository/CustomerCouponRepository.php';
  292.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Service/Main/CouponForMemberRegistrationService.php';
  293.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Component/Mailer.php';
  294.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Util/LinkageUtil.php';
  295.             include_once \dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Repository/ConfigRepository.php';
  296.             include_once \dirname(__DIR__4).'/app/Plugin/TaxManagement42/TemplateLayoutListener.php';
  297.             include_once \dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/EventListener/CustomerPersonalValidationListener.php';
  298.             include_once \dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/EventListener/CustomerTwoFactorAuthListener.php';
  299.             include_once \dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Repository/TwoFactorAuthConfigRepository.php';
  300.             include_once \dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Repository/TwoFactorAuthCustomerCookieRepository.php';
  301.             include_once \dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Repository/TwoFactorAuthTypeRepository.php';
  302.             include_once \dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Service/CustomerTwoFactorAuthService.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  311.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  312.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  347.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  524.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  526.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  629.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  630.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  631.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  632.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  633.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  634.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  635.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  636.             include_once \dirname(__DIR__4).'/app/Plugin/AdvancedFormSmartIT42/Twig/TwigExtensions.php';
  637.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Twig/Extension/CouponForMemberRegistrationExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  643.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  655.         };
  656.     }
  657.     public function compile(): void
  658.     {
  659.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  660.     }
  661.     public function isCompiled(): bool
  662.     {
  663.         return true;
  664.     }
  665.     public function getRemovedIds(): array
  666.     {
  667.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  668.     }
  669.     protected function load($file$lazyLoad true)
  670.     {
  671.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  672.             return $class::do($this$lazyLoad);
  673.         }
  674.         if ('.' === $file[-4]) {
  675.             $class substr($class0, -4);
  676.         } else {
  677.             $file .= '.php';
  678.         }
  679.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  680.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  681.     }
  682.     protected function createProxy($class\Closure $factory)
  683.     {
  684.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  685.         return $factory();
  686.     }
  687.     /**
  688.      * Gets the public '.container.private.profiler' shared service.
  689.      *
  690.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  691.      */
  692.     protected function get_Container_Private_ProfilerService()
  693.     {
  694.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  695.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  696.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  697.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  698.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  699.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  700.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  701.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  702.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  703.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  704.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  705.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  706.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  707.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  708.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  709.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  710.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  711.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  712.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  713.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  714.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  715.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  716.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  717.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  718.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  719.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  720.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  721.         if ($this->has('kernel')) {
  722.             $e->setKernel($b);
  723.         }
  724.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  725.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  726.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  727.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  728.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  729.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  730.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  731.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  732.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  733.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  734.         $instance->add($d);
  735.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  736.         $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));
  737.         $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())));
  738.         $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([])))));
  739.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  740.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  741.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  742.         $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()))));
  743.         $instance->add($e);
  744.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  745.         return $instance;
  746.     }
  747.     /**
  748.      * Gets the public '.container.private.security.authorization_checker' shared service.
  749.      *
  750.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  751.      */
  752.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  753.     {
  754.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  755.     }
  756.     /**
  757.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  758.      *
  759.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  760.      */
  761.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  762.     {
  763.         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())));
  764.     }
  765.     /**
  766.      * Gets the public '.container.private.security.token_storage' shared service.
  767.      *
  768.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  769.      */
  770.     protected function get_Container_Private_Security_TokenStorageService()
  771.     {
  772.         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, [
  773.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  774.         ], [
  775.             'request_stack' => '?',
  776.         ]));
  777.     }
  778.     /**
  779.      * Gets the public '.container.private.session' shared service.
  780.      *
  781.      * @return \Symfony\Component\HttpFoundation\Session\Session
  782.      */
  783.     protected function get_Container_Private_SessionService()
  784.     {
  785.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->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.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'order'NULL);
  795.     }
  796.     /**
  797.      * Gets the public '.container.private.twig' shared service.
  798.      *
  799.      * @return \Twig\Environment
  800.      */
  801.     protected function get_Container_Private_TwigService()
  802.     {
  803.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  804.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/TaxManagement42/Resource/template'), 'TaxManagement42');
  805.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AdvancedFormSmartIT42/Resource/template'), 'AdvancedFormSmartIT42');
  806.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  807.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MypageInvoice/Resource/template'), 'MypageInvoice');
  808.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Resource/template'), 'TwoFactorAuthCustomer42');
  809.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Resource/template'), 'JoolenCouponForMemberRegistration42');
  810.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Resource/template'), 'SortCategoryProduct42');
  811.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/template'), 'VeriTrans4G2');
  812.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  813.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  814.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  815.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  816.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  817.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  818.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  819.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  820.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  821.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  822.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  823.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  824.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  826.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  827.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  828.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  829.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  830.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  831.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  834.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  835.         $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']);
  836.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  837.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  838.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  839.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  840.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  841.         $g = ($this->services['router'] ?? $this->getRouterService());
  842.         $h = new \Symfony\Component\Workflow\Registry();
  843.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  844.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  845.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  846.         $j = new \Symfony\Bridge\Twig\AppVariable();
  847.         $j->setEnvironment('dev');
  848.         $j->setDebug(true);
  849.         if ($this->has('.container.private.security.token_storage')) {
  850.             $j->setTokenStorage($c);
  851.         }
  852.         if ($this->has('request_stack')) {
  853.             $j->setRequestStack($b);
  854.         }
  855.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  858.         $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)));
  859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  860.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  861.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  862.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  863.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  864.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  865.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  866.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  867.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  868.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  871.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  872.         $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())));
  873.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  874.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  875.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  876.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  877.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  878.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  879.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  880.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  881.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  882.         $instance->addExtension(new \Plugin\AdvancedFormSmartIT42\Twig\TwigExtensions(($this->services['doctrine'] ?? $this->getDoctrineService())));
  883.         $instance->addExtension(new \Plugin\JoolenCouponForMemberRegistration42\Twig\Extension\CouponForMemberRegistrationExtension(($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'] ?? $this->getCouponForMemberRegistrationServiceService())));
  884.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  885.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  886.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  887.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  888.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  889.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  890.         $instance->addGlobal('app'$j);
  891.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  892.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  893.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  894.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  895.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  896.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  897.         ], [
  898.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  899.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  900.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  901.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  902.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  903.         ])));
  904.         $instance->addGlobal('BaseInfo'NULL);
  905.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  906.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  907.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  908.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  909.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  910.         return $instance;
  911.     }
  912.     /**
  913.      * Gets the public '.container.private.validator' shared service.
  914.      *
  915.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  916.      */
  917.     protected function get_Container_Private_ValidatorService()
  918.     {
  919.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  920.     }
  921.     /**
  922.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  923.      *
  924.      * @return \Detection\MobileDetect
  925.      */
  926.     protected function getMobileDetectService()
  927.     {
  928.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  929.     }
  930.     /**
  931.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  932.      *
  933.      * @return \Eccube\Common\EccubeConfig
  934.      */
  935.     protected function getEccubeConfigService()
  936.     {
  937.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  938.     }
  939.     /**
  940.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  941.      *
  942.      * @return \Eccube\Repository\PluginRepository
  943.      */
  944.     protected function getPluginRepositoryService($lazyLoad true)
  945.     {
  946.         if ($lazyLoad) {
  947.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  948.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  949.                     $wrappedInstance $this->getPluginRepositoryService(false);
  950.                     $proxy->setProxyInitializer(null);
  951.                     return true;
  952.                 });
  953.             });
  954.         }
  955.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  956.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  957.     }
  958.     /**
  959.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  960.      *
  961.      * @return \Eccube\Service\SystemService
  962.      */
  963.     protected function getSystemServiceService($lazyLoad true)
  964.     {
  965.         if ($lazyLoad) {
  966.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  967.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  968.                     $wrappedInstance $this->getSystemServiceService(false);
  969.                     $proxy->setProxyInitializer(null);
  970.                     return true;
  971.                 });
  972.             });
  973.         }
  974.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  975.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  976.     }
  977.     /**
  978.      * Gets the public 'cache.app' shared service.
  979.      *
  980.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  981.      */
  982.     protected function getCache_AppService()
  983.     {
  984.         $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))));
  985.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  986.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  987.     }
  988.     /**
  989.      * Gets the public 'cache.rate_limiter' shared service.
  990.      *
  991.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  992.      */
  993.     protected function getCache_RateLimiterService()
  994.     {
  995.         $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))));
  996.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  997.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  998.     }
  999.     /**
  1000.      * Gets the public 'cache.system' shared service.
  1001.      *
  1002.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1003.      */
  1004.     protected function getCache_SystemService()
  1005.     {
  1006.         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())));
  1007.     }
  1008.     /**
  1009.      * Gets the public 'cache.validator_expression_language' shared service.
  1010.      *
  1011.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1012.      */
  1013.     protected function getCache_ValidatorExpressionLanguageService()
  1014.     {
  1015.         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())));
  1016.     }
  1017.     /**
  1018.      * Gets the public 'data_collector.dump' shared service.
  1019.      *
  1020.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1021.      */
  1022.     protected function getDataCollector_DumpService()
  1023.     {
  1024.         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);
  1025.     }
  1026.     /**
  1027.      * Gets the public 'doctrine' shared service.
  1028.      *
  1029.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1030.      */
  1031.     protected function getDoctrineService()
  1032.     {
  1033.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1034.     }
  1035.     /**
  1036.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1037.      *
  1038.      * @return \Doctrine\DBAL\Connection
  1039.      */
  1040.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1041.     {
  1042.         $a = new \Doctrine\DBAL\Configuration();
  1043.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1044.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1045.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1046.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1047.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1048.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1049.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1050.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1051.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1052.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1053.         $c->setConnectionName('default');
  1054.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1055.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1056.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1057.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1058.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1059.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1060.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1061.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1062.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1063.         ], [
  1064.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1065.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1066.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1067.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1068.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1069.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1070.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1071.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1072.     }
  1073.     /**
  1074.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1075.      *
  1076.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1077.      */
  1078.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1079.     {
  1080.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1081.             'Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener''getCustomerListenerService'true],
  1082.         ], [
  1083.             'Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener' => '?',
  1084.         ]));
  1085.         $instance->registerService('Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener''Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener');
  1086.         $instance->registerService('Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener''Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener');
  1087.         return $instance;
  1088.     }
  1089.     /**
  1090.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1091.      *
  1092.      * @return \Doctrine\ORM\EntityManager
  1093.      */
  1094.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1095.     {
  1096.         if ($lazyLoad) {
  1097.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1098.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1099.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1100.                     $proxy->setProxyInitializer(null);
  1101.                     return true;
  1102.                 });
  1103.             });
  1104.         }
  1105.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1115.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1124.         $a = new \Doctrine\ORM\Configuration();
  1125.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1126.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1127.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1128.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1129.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/AdvancedFormSmartIT42/Entity')]);
  1130.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1131.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1132.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1133.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1134.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1135.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Entity')]);
  1136.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1137.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MypageInvoice/Entity')]);
  1138.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1139.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Entity')]);
  1140.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1141.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1142.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1143.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1144.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1145.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1146.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1147.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1148.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1149.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1150.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1151.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SortCategoryProduct42/Entity')]);
  1152.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1153.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/TaxManagement42/Entity')]);
  1154.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1155.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Entity')]);
  1156.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1157.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Entity')]);
  1158.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1159.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')]))), 'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1160.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1161.         $b->addDriver($d'Eccube\\Entity');
  1162.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1163.         $b->addDriver($e'Plugin\\AdvancedFormSmartIT42\\Entity');
  1164.         $b->addDriver($f'Plugin\\Api42\\Entity');
  1165.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1166.         $b->addDriver($h'Plugin\\JoolenCouponForMemberRegistration42\\Entity');
  1167.         $b->addDriver($i'Plugin\\MypageInvoice\\Entity');
  1168.         $b->addDriver($j'Plugin\\ProductDisplayRank42\\Entity');
  1169.         $b->addDriver($k'Plugin\\ProductReview42\\Entity');
  1170.         $b->addDriver($l'Plugin\\Recommend42\\Entity');
  1171.         $b->addDriver($m'Plugin\\RelatedProduct42\\Entity');
  1172.         $b->addDriver($n'Plugin\\Securitychecker42\\Entity');
  1173.         $b->addDriver($o'Plugin\\SiteKit42\\Entity');
  1174.         $b->addDriver($p'Plugin\\SortCategoryProduct42\\Entity');
  1175.         $b->addDriver($q'Plugin\\TaxManagement42\\Entity');
  1176.         $b->addDriver($r'Plugin\\TwoFactorAuthCustomer42\\Entity');
  1177.         $b->addDriver($s'Plugin\\VeriTrans4G2\\Entity');
  1178.         $a->setEntityNamespaces(['LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1179.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1180.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1181.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1182.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1183.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1184.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1185.         ], [
  1186.             'doctrine.ulid_generator' => '?',
  1187.             'doctrine.uuid_generator' => '?',
  1188.         ])));
  1189.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1190.         $a->setProxyNamespace('Proxies');
  1191.         $a->setAutoGenerateProxyClasses(true);
  1192.         $a->setSchemaIgnoreClasses([]);
  1193.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1194.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1195.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1196.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1197.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1198.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1199.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1200.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1201.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1202.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1203.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1204.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1205.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1206.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1207.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1208.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1209.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1210.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1211.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1212.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1213.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1214.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1215.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1216.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1217.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1218.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1219.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1220.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'false],
  1221.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1222.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1223.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1224.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1225.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1226.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1227.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1228.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1229.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1230.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1231.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1232.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1233.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1234.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1235.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'false],
  1236.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1237.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1238.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1239.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1240.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1241.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1242.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1243.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1244.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1245.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1246.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1247.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1248.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1249.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1250.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1251.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1252.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1253.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1254.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1255.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1256.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1257.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1258.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1259.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1260.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1261.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1262.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1263.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1264.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormConfigRepository' => ['privates''Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormConfigRepository''getAdvancedFormConfigRepositoryService'true],
  1265.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormCountRepository' => ['privates''Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormCountRepository''getAdvancedFormCountRepositoryService'true],
  1266.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormInventoryRepository' => ['privates''Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormInventoryRepository''getAdvancedFormInventoryRepositoryService'true],
  1267.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormNotificationRepository' => ['privates''Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormNotificationRepository''getAdvancedFormNotificationRepositoryService'true],
  1268.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormRepository' => ['privates''Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormRepository''getAdvancedFormRepositoryService'true],
  1269.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormSubmissionRepository' => ['privates''Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormSubmissionRepository''getAdvancedFormSubmissionRepositoryService'true],
  1270.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormTemplateRepository' => ['privates''Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormTemplateRepository''getAdvancedFormTemplateRepositoryService'true],
  1271.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1272.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1273.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1274.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'false],
  1275.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1276.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository''getCustomerCouponRepositoryService'false],
  1277.             'Plugin\\MypageInvoice\\Repository\\MypageInvoiceConfigRepository' => ['privates''Plugin\\MypageInvoice\\Repository\\MypageInvoiceConfigRepository''getMypageInvoiceConfigRepositoryService'true],
  1278.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1279.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1280.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1281.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1282.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1283.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1284.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1285.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1286.             'Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository' => ['privates''Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1287.             'Plugin\\SortCategoryProduct42\\Repository\\SortCategoryProductRepository' => ['privates''Plugin\\SortCategoryProduct42\\Repository\\SortCategoryProductRepository''getSortCategoryProductRepositoryService'true],
  1288.             'Plugin\\TaxManagement42\\Repository\\ConfigRepository' => ['privates''Plugin\\TaxManagement42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1289.             'Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthConfigRepository' => ['privates''Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthConfigRepository''getTwoFactorAuthConfigRepositoryService'false],
  1290.             'Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository' => ['privates''Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository''getTwoFactorAuthCustomerCookieRepositoryService'false],
  1291.             'Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthTypeRepository' => ['privates''Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthTypeRepository''getTwoFactorAuthTypeRepositoryService'false],
  1292.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository''getVt4gSubscProductOrderCmpMailInfoRepositoryService'true],
  1293.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository''getVt4gSubscProductRepositoryService'true],
  1294.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository''getVt4gSubscSaleTypeRepositoryService'true],
  1295.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository''getVt4gCsvResultLogRepositoryService'true],
  1296.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository''getVt4gOrderLogRepositoryService'true],
  1297.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository''getVt4gOrderPaymentRepositoryService'true],
  1298.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository''getVt4gPaymentMethodRepositoryService'true],
  1299.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository''getVt4gPaymentReqEventRepositoryService'true],
  1300.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository''getVt4gPaymentRequestItemRepositoryService'true],
  1301.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository''getVt4gPaymentRequestRepositoryService'true],
  1302.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository''getVt4gPluginRepositoryService'true],
  1303.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository''getVt4gSubscOrderItemRepositoryService'true],
  1304.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository''getVt4gSubscOrderRepositoryService'true],
  1305.         ], [
  1306.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1307.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1308.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1309.             'Eccube\\Repository\\BlockRepository' => '?',
  1310.             'Eccube\\Repository\\CalendarRepository' => '?',
  1311.             'Eccube\\Repository\\CartItemRepository' => '?',
  1312.             'Eccube\\Repository\\CartRepository' => '?',
  1313.             'Eccube\\Repository\\CategoryRepository' => '?',
  1314.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1315.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1316.             'Eccube\\Repository\\CsvRepository' => '?',
  1317.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1318.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1319.             'Eccube\\Repository\\CustomerRepository' => '?',
  1320.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1321.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1322.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1323.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1324.             'Eccube\\Repository\\LayoutRepository' => '?',
  1325.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1326.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1327.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1328.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1329.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1330.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1331.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1332.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1333.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1334.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1335.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1336.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1337.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1338.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1339.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1340.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1341.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1342.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1343.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1344.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1345.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1346.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1347.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1348.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1349.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1350.             'Eccube\\Repository\\MemberRepository' => '?',
  1351.             'Eccube\\Repository\\NewsRepository' => '?',
  1352.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1353.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1354.             'Eccube\\Repository\\OrderRepository' => '?',
  1355.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1356.             'Eccube\\Repository\\PageRepository' => '?',
  1357.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1358.             'Eccube\\Repository\\PaymentRepository' => '?',
  1359.             'Eccube\\Repository\\PluginRepository' => '?',
  1360.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1361.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1362.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1363.             'Eccube\\Repository\\ProductRepository' => '?',
  1364.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1365.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1366.             'Eccube\\Repository\\ShippingRepository' => '?',
  1367.             'Eccube\\Repository\\TagRepository' => '?',
  1368.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1369.             'Eccube\\Repository\\TemplateRepository' => '?',
  1370.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1371.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormConfigRepository' => '?',
  1372.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormCountRepository' => '?',
  1373.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormInventoryRepository' => '?',
  1374.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormNotificationRepository' => '?',
  1375.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormRepository' => '?',
  1376.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormSubmissionRepository' => '?',
  1377.             'Plugin\\AdvancedFormSmartIT42\\Repository\\AdvancedFormTemplateRepository' => '?',
  1378.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1379.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1380.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1381.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1382.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository' => '?',
  1383.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository' => '?',
  1384.             'Plugin\\MypageInvoice\\Repository\\MypageInvoiceConfigRepository' => '?',
  1385.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => '?',
  1386.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1387.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1388.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1389.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1390.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1391.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1392.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1393.             'Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository' => '?',
  1394.             'Plugin\\SortCategoryProduct42\\Repository\\SortCategoryProductRepository' => '?',
  1395.             'Plugin\\TaxManagement42\\Repository\\ConfigRepository' => '?',
  1396.             'Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthConfigRepository' => '?',
  1397.             'Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository' => '?',
  1398.             'Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthTypeRepository' => '?',
  1399.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => '?',
  1400.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => '?',
  1401.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => '?',
  1402.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => '?',
  1403.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => '?',
  1404.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => '?',
  1405.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => '?',
  1406.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => '?',
  1407.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => '?',
  1408.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => '?',
  1409.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => '?',
  1410.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => '?',
  1411.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => '?',
  1412.         ])));
  1413.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1414.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1415.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1416.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1417.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1418.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the public 'event_dispatcher' shared service.
  1423.      *
  1424.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1425.      */
  1426.     protected function getEventDispatcherService()
  1427.     {
  1428.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1429.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1430.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1431.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1432.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1433.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1434.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1435.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1437.         $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())));
  1438.         $instance->addListener('kernel.request', [=> function () {
  1439.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1440.         }, => 'onKernelRequest'], 1024);
  1441.         $instance->addListener('kernel.controller', [=> function () {
  1442.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1443.         }, => 'onKernelController'], 0);
  1444.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1445.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1446.         }, => 'checkPassport'], 1024);
  1447.         $instance->addListener('kernel.response', [=> function () {
  1448.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1449.         }, => 'onKernelResponse'], 0);
  1450.         $instance->addListener('kernel.response', [=> function () {
  1451.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1452.         }, => 'onKernelResponse'], 0);
  1453.         $instance->addListener('kernel.request', [=> function () {
  1454.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1455.         }, => 'onKernelRequest'], 0);
  1456.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1457.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1458.         }, => 'onAuthorizationRequest'], 1024);
  1459.         $instance->addListener('kernel.controller', [=> function () {
  1460.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1461.         }, => 'onController'], 0);
  1462.         $instance->addListener('kernel.request', [=> function () {
  1463.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1464.         }, => 'onKernelRequest'], 512);
  1465.         $instance->addListener('kernel.request', [=> function () {
  1466.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1467.         }, => 'onKernelRequestEarly'], 500);
  1468.         $instance->addListener('kernel.request', [=> function () {
  1469.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1470.         }, => 'onKernelRequest'], 6);
  1471.         $instance->addListener('kernel.response', [=> function () {
  1472.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1473.         }, => 'onKernelResponse'], 0);
  1474.         $instance->addListener('kernel.controller', [=> function () {
  1475.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1476.         }, => 'onKernelController'], 0);
  1477.         $instance->addListener('kernel.terminate', [=> function () {
  1478.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1479.         }, => 'onKernelTerminate'], 0);
  1480.         $instance->addListener('kernel.exception', [=> function () {
  1481.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1482.         }, => 'onKernelException'], -4);
  1483.         $instance->addListener('security.interactive_login', [=> function () {
  1484.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1485.         }, => 'onInteractiveLogin'], 0);
  1486.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1487.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1488.         }, => 'onAuthenticationFailure'], 0);
  1489.         $instance->addListener('kernel.response', [=> function () {
  1490.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1491.         }, => 'onResponse'], 0);
  1492.         $instance->addListener('kernel.request', [=> function () {
  1493.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1494.         }, => 'onKernelRequest'], 512);
  1495.         $instance->addListener('kernel.request', [=> function () {
  1496.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1497.         }, => 'onKernelRequest'], 7);
  1498.         $instance->addListener('security.interactive_login', [=> function () {
  1499.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1500.         }, => 'onInteractiveLogin'], 0);
  1501.         $instance->addListener('security.authentication.failure', [=> function () {
  1502.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1503.         }, => 'onAuthenticationFailure'], 0);
  1504.         $instance->addListener('kernel.request', [=> function () {
  1505.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1506.         }, => 'onKernelRequest'], 0);
  1507.         $instance->addListener('kernel.exception', [=> function () {
  1508.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1509.         }, => 'onKernelException'], 0);
  1510.         $instance->addListener('kernel.terminate', [=> function () {
  1511.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1512.         }, => 'onKernelTerminate'], 0);
  1513.         $instance->addListener('kernel.request', [=> function () {
  1514.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1515.         }, => 'onKernelRequest'], 6);
  1516.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1517.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1518.         }, => 'onKernelController'], 7);
  1519.         $instance->addListener('form.pre_submit', [=> function () {
  1520.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1521.         }, => 'onPreSubmit'], 0);
  1522.         $instance->addListener('form.pre_submit', [=> function () {
  1523.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1524.         }, => 'purifySubmittedData'], 1000001);
  1525.         $instance->addListener('form.pre_submit', [=> function () {
  1526.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1527.         }, => 'onPreSubmit'], 0);
  1528.         $instance->addListener('workflow.order.completed', [=> function () {
  1529.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1530.         }, => 'onCompleted'], 0);
  1531.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1532.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1533.         }, => 'updatePaymentDate'], 0);
  1534.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1535.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1536.         }, => 'rollbackStock'], 0);
  1537.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1538.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1539.         }, => 'rollbackUsePoint'], 0);
  1540.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1541.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1542.         }, => 'commitStock'], 0);
  1543.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1544.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1545.         }, => 'commitUsePoint'], 0);
  1546.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1547.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1548.         }, => 'commitAddPoint'], 0);
  1549.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1550.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1551.         }, => 'rollbackUsePoint'], 0);
  1552.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1553.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1554.         }, => 'rollbackAddPoint'], 0);
  1555.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1556.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1557.         }, => 'commitUsePoint'], 0);
  1558.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1559.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1560.         }, => 'commitAddPoint'], 0);
  1561.         $instance->addListener('kernel.terminate', [=> function () {
  1562.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1563.         }, => 'disableMaintenanceEvent'], 0);
  1564.         $instance->addListener('kernel.terminate', [=> function () {
  1565.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1566.         }, => 'forceClearCache'], 0);
  1567.         $instance->addListener('Shopping/index.twig', [=> function () {
  1568.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1569.         }, => 'index'], 0);
  1570.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1571.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1572.         }, => 'index'], 0);
  1573.         $instance->addListener('Mypage/history.twig', [=> function () {
  1574.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1575.         }, => 'onRenderMypageHistory'], 0);
  1576.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1577.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1578.         }, => 'onRenderAdminOrderEdit'], 0);
  1579.         $instance->addListener('Mypage/history.twig', [=> function () {
  1580.             return ($this->privates['Plugin\\MypageInvoice\\MypageInvoiceEvent'] ?? ($this->privates['Plugin\\MypageInvoice\\MypageInvoiceEvent'] = new \Plugin\MypageInvoice\MypageInvoiceEvent()));
  1581.         }, => 'onRenderMypageHistory'], 0);
  1582.         $instance->addListener('Product/detail.twig', [=> function () {
  1583.             return ($this->privates['Plugin\\TaxManagement42\\Event'] ?? $this->load('getEvent2Service'));
  1584.         }, => 'onProductDetailTwig'], 0);
  1585.         $instance->addListener('Product/list.twig', [=> function () {
  1586.             return ($this->privates['Plugin\\TaxManagement42\\Event'] ?? $this->load('getEvent2Service'));
  1587.         }, => 'onProductListTwig'], 0);
  1588.         $instance->addListener('@admin/Store/plugin.twig', [=> function () {
  1589.             return ($this->privates['Plugin\\TaxManagement42\\Event'] ?? $this->load('getEvent2Service'));
  1590.         }, => 'onAdminStorePluginIndexTwig'], 0);
  1591.         $instance->addListener('kernel.response', [=> function () {
  1592.             return ($this->privates['Plugin\\TaxManagement42\\TemplateLayoutListener'] ?? $this->getTemplateLayoutListenerService());
  1593.         }, => 'onKernelResponse'], 1);
  1594.         $instance->addListener('@admin/Setting/Shop/shop_master.twig', [=> function () {
  1595.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Event'] ?? $this->load('getEvent3Service'));
  1596.         }, => 'onRenderAdminShopSettingEdit'], 0);
  1597.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1598.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Event'] ?? $this->load('getEvent3Service'));
  1599.         }, => 'onRenderAdminCustomerEdit'], 0);
  1600.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1601.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerPersonalValidationListener'] ?? $this->getCustomerPersonalValidationListenerService());
  1602.         }, => 'onKernelController'], 7);
  1603.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1604.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  1605.         }, => 'onKernelController'], 7);
  1606.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1607.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  1608.         }, => 'onLoginSuccess'], 0);
  1609.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1610.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  1611.         }, => 'logoutEvent'], 0);
  1612.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1613.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1614.         }, => 'settingShopPaymentRenderBefore'], 0);
  1615.         $instance->addListener('@admin/Setting/Shop/payment.twig', [=> function () {
  1616.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1617.         }, => 'settingShopPaymentAddRegistBtnRenderBefore'], 0);
  1618.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1619.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1620.         }, => 'orderIndexRenderBefore'], 0);
  1621.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1622.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1623.         }, => 'orderEditRenderBefore'], 0);
  1624.         $instance->addListener('Mypage/index.twig', [=> function () {
  1625.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1626.         }, => 'myPageNaviRenderBefore'], 0);
  1627.         $instance->addListener('Mypage/history.twig', [=> function () {
  1628.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1629.         }, => 'myPageNaviRenderBefore'], 0);
  1630.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1631.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1632.         }, => 'myPageNaviRenderBefore'], 0);
  1633.         $instance->addListener('Mypage/change.twig', [=> function () {
  1634.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1635.         }, => 'myPageNaviRenderBefore'], 0);
  1636.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1637.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1638.         }, => 'myPageNaviRenderBefore'], 0);
  1639.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1640.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1641.         }, => 'myPageNaviRenderBefore'], 0);
  1642.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1643.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1644.         }, => 'myPageNaviRenderBefore'], 0);
  1645.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1646.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1647.         }, => 'myPageNaviRenderBefore'], 0);
  1648.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id.twig', [=> function () {
  1649.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1650.         }, => 'myPageNaviRenderBefore'], 0);
  1651.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade.twig', [=> function () {
  1652.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1653.         }, => 'myPageNaviRenderBefore'], 0);
  1654.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment.twig', [=> function () {
  1655.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1656.         }, => 'myPageNaviRenderBefore'], 0);
  1657.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history.twig', [=> function () {
  1658.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1659.         }, => 'myPageNaviRenderBefore'], 0);
  1660.         $instance->addListener('admin.setting.shop.payment.edit.complete', [=> function () {
  1661.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1662.         }, => 'settingShopPaymentEditComplete'], 0);
  1663.         $instance->addListener('mail.order', [=> function () {
  1664.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1665.         }, => 'sendOrderMailBefore'], 0);
  1666.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1667.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1668.         }, => 'adminOrderMailInitAfter'], 0);
  1669.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1670.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1671.         }, => 'adminOrderEditIndexComplete'], 0);
  1672.         $instance->addListener('Shopping/index.twig', [=> function () {
  1673.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1674.         }, => 'shoppingIndexRenderBefore'], 0);
  1675.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1676.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1677.         }, => 'shoppingConfirmRenderBefore'], 0);
  1678.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1679.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1680.         }, => 'frontMypageWithdrawComplete'], 0);
  1681.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1682.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1683.         }, => 'adminCustomerDeleteComplete'], 0);
  1684.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1685.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1686.         }, => 'adminCustomerEditIndexComplete'], 0);
  1687.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1688.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1689.         }, => 'adminCustomerEditRenderBefore'], 0);
  1690.         $instance->addListener('admin.customer.csv.export', [=> function () {
  1691.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1692.         }, => 'adminCustomerCsvExport'], 0);
  1693.         $instance->addListener('front.mypage.mypage.index.search', [=> function () {
  1694.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1695.         }, => 'frontMypageIndexSearch'], 0);
  1696.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1697.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1698.         }, => 'adminProductEditComplete'], 0);
  1699.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1700.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1701.         }, => 'adminProductDeleteComplete'], 0);
  1702.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1703.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1704.         }, => 'adminProductCopyComplete'], 0);
  1705.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1706.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1707.         }, => 'adminProductClassRenderBefore'], 0);
  1708.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1709.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1710.         }, => 'adminProductRenderBefore'], 0);
  1711.         $instance->addListener('Cart/index.twig', [=> function () {
  1712.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1713.         }, => 'cartRenderBefore'], 0);
  1714.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1715.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1716.         }, => 'adminOrderCsvExport'], 0);
  1717.         $instance->addListener('admin.order.csv.export.shipping', [=> function () {
  1718.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1719.         }, => 'adminOrderCsvExport'], 0);
  1720.         $instance->addListener('@admin/Setting/Shop/mail.twig', [=> function () {
  1721.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1722.         }, => 'mailRenderBefore'], 0);
  1723.         $instance->addListener('kernel.request', [=> function () {
  1724.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1725.         }, => 'onKernelRequest'], 4096);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1728.         }, => 'onKernelResponse'], 0);
  1729.         $instance->addListener('kernel.response', [=> function () {
  1730.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1731.         }, => 'onKernelResponse'], -1024);
  1732.         $instance->addListener('kernel.request', [=> function () {
  1733.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1734.         }, => 'setDefaultLocale'], 100);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1737.         }, => 'onKernelRequest'], 16);
  1738.         $instance->addListener('kernel.finish_request', [=> function () {
  1739.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1740.         }, => 'onKernelFinishRequest'], 0);
  1741.         $instance->addListener('kernel.request', [=> function () {
  1742.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1743.         }, => 'onKernelRequest'], 256);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1746.         }, => 'onResponse'], -255);
  1747.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1748.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1749.         }, => 'onControllerArguments'], 0);
  1750.         $instance->addListener('kernel.exception', [=> function () {
  1751.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1752.         }, => 'logKernelException'], 0);
  1753.         $instance->addListener('kernel.exception', [=> function () {
  1754.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1755.         }, => 'onKernelException'], -128);
  1756.         $instance->addListener('kernel.response', [=> function () {
  1757.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1758.         }, => 'removeCspHeader'], -128);
  1759.         $instance->addListener('kernel.request', [=> function () {
  1760.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1761.         }, => 'onKernelRequest'], 15);
  1762.         $instance->addListener('kernel.finish_request', [=> function () {
  1763.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1764.         }, => 'onKernelFinishRequest'], -15);
  1765.         $instance->addListener('console.error', [=> function () {
  1766.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1767.         }, => 'onConsoleError'], -128);
  1768.         $instance->addListener('console.terminate', [=> function () {
  1769.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1770.         }, => 'onConsoleTerminate'], -128);
  1771.         $instance->addListener('console.error', [=> function () {
  1772.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1773.         }, => 'onConsoleError'], 0);
  1774.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1775.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1776.         }, => 'onMessage'], -255);
  1777.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1778.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1779.         }, => 'onMessage'], -255);
  1780.         $instance->addListener('kernel.response', [=> function () {
  1781.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1782.         }, => 'onKernelResponse'], 0);
  1783.         $instance->addListener('kernel.request', [=> function () {
  1784.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1785.         }, => 'onKernelRequest'], 48);
  1786.         $instance->addListener('kernel.request', [=> function () {
  1787.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1788.         }, => 'configure'], 2048);
  1789.         $instance->addListener('console.command', [=> function () {
  1790.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1791.         }, => 'configure'], 2048);
  1792.         $instance->addListener('kernel.request', [=> function () {
  1793.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1794.         }, => 'onKernelRequest'], 32);
  1795.         $instance->addListener('kernel.finish_request', [=> function () {
  1796.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1797.         }, => 'onKernelFinishRequest'], 0);
  1798.         $instance->addListener('kernel.exception', [=> function () {
  1799.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1800.         }, => 'onKernelException'], -64);
  1801.         $instance->addListener('kernel.request', [=> function () {
  1802.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1803.         }, => 'onKernelRequest'], 128);
  1804.         $instance->addListener('kernel.response', [=> function () {
  1805.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1806.         }, => 'onKernelResponse'], -1000);
  1807.         $instance->addListener('kernel.finish_request', [=> function () {
  1808.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1809.         }, => 'onFinishRequest'], 0);
  1810.         $instance->addListener('kernel.response', [=> function () {
  1811.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1812.         }, => 'onKernelResponse'], -100);
  1813.         $instance->addListener('kernel.exception', [=> function () {
  1814.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1815.         }, => 'onKernelException'], 0);
  1816.         $instance->addListener('kernel.terminate', [=> function () {
  1817.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1818.         }, => 'onKernelTerminate'], -1024);
  1819.         $instance->addListener('kernel.controller', [=> function () {
  1820.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1821.         }, => 'onKernelController'], 0);
  1822.         $instance->addListener('kernel.response', [=> function () {
  1823.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1824.         }, => 'onKernelResponse'], 0);
  1825.         $instance->addListener('kernel.response', [=> function () {
  1826.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1827.         }, => 'onKernelResponse'], 0);
  1828.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1829.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1830.         }, => 'checkPassport'], 0);
  1831.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1832.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1833.         }, => 'onLoginSuccess'], 0);
  1834.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1835.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1836.         }, => 'onVoterVote'], 0);
  1837.         $instance->addListener('kernel.request', [=> function () {
  1838.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1839.         }, => 'configureLogoutUrlGenerator'], 8);
  1840.         $instance->addListener('kernel.request', [=> function () {
  1841.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1842.         }, => 'onKernelRequest'], 8);
  1843.         $instance->addListener('kernel.finish_request', [=> function () {
  1844.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1845.         }, => 'onKernelFinishRequest'], 0);
  1846.         $instance->addListener('kernel.controller', [=> function () {
  1847.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1848.         }, => 'onKernelController'], 0);
  1849.         $instance->addListener('kernel.controller', [=> function () {
  1850.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1851.         }, => 'onKernelController'], 0);
  1852.         $instance->addListener('kernel.controller', [=> function () {
  1853.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1854.         }, => 'onKernelController'], -128);
  1855.         $instance->addListener('kernel.view', [=> function () {
  1856.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1857.         }, => 'onKernelView'], 0);
  1858.         $instance->addListener('kernel.controller', [=> function () {
  1859.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1860.         }, => 'onKernelController'], 0);
  1861.         $instance->addListener('kernel.response', [=> function () {
  1862.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1863.         }, => 'onKernelResponse'], 0);
  1864.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1865.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1866.         }, => 'onKernelControllerArguments'], 0);
  1867.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1868.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1869.         }, => 'onKernelControllerArguments'], 0);
  1870.         $instance->addListener('console.command', [=> function () {
  1871.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1872.         }, => 'onCommand'], 255);
  1873.         $instance->addListener('console.terminate', [=> function () {
  1874.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1875.         }, => 'onTerminate'], -255);
  1876.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1877.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1878.         }, => 'onMessage'], 0);
  1879.         $instance->addListener('console.command', [=> function () {
  1880.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1881.         }, => 'configure'], 1024);
  1882.         $instance->addListener('kernel.response', [=> function () {
  1883.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1884.         }, => 'onKernelResponse'], -128);
  1885.         $instance->addListener('console.error', [=> function () {
  1886.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1887.         }, => 'onConsoleError'], 0);
  1888.         $instance->addListener('console.terminate', [=> function () {
  1889.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1890.         }, => 'onConsoleTerminate'], 0);
  1891.         $instance->addListener('knp_pager.before', [=> function () {
  1892.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1893.         }, => 'before'], 0);
  1894.         $instance->addListener('knp_pager.pagination', [=> function () {
  1895.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1896.         }, => 'pagination'], 0);
  1897.         $instance->addListener('knp_pager.before', [=> function () {
  1898.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1899.         }, => 'before'], 1);
  1900.         $instance->addListener('knp_pager.before', [=> function () {
  1901.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1902.         }, => 'before'], 1);
  1903.         $instance->addListener('knp_pager.pagination', [=> function () {
  1904.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1905.         }, => 'pagination'], 1);
  1906.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1907.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1908.         }, => 'checkPassport'], 256);
  1909.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1910.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1911.         }, => 'checkPassport'], 512);
  1912.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1913.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1914.         }, => 'onLogout'], 0);
  1915.         return $instance;
  1916.     }
  1917.     /**
  1918.      * Gets the public 'http_kernel' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1921.      */
  1922.     protected function getHttpKernelService()
  1923.     {
  1924.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1925.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1926.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1927.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1928.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1929.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1930.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1931.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1932.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1933.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1934.         }, 8)), $a));
  1935.     }
  1936.     /**
  1937.      * Gets the public 'request_stack' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1940.      */
  1941.     protected function getRequestStackService()
  1942.     {
  1943.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1944.     }
  1945.     /**
  1946.      * Gets the public 'router' shared service.
  1947.      *
  1948.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1949.      */
  1950.     protected function getRouterService()
  1951.     {
  1952.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1953.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1954.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1955.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1956.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1957.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1958.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1959.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1960.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1961.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1962.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1963.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1964.         ], [
  1965.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1966.         ]))->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'));
  1967.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1968.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1969.         return $instance;
  1970.     }
  1971.     /**
  1972.      * Gets the public 'translator' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1975.      */
  1976.     protected function getTranslatorService()
  1977.     {
  1978.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1979.     }
  1980.     /**
  1981.      * Gets the public 'var_dumper.cloner' shared service.
  1982.      *
  1983.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1984.      */
  1985.     protected function getVarDumper_ClonerService()
  1986.     {
  1987.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1988.         $instance->setMaxItems(2500);
  1989.         $instance->setMinDepth(1);
  1990.         $instance->setMaxString(-1);
  1991.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1992.         return $instance;
  1993.     }
  1994.     /**
  1995.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  1996.      *
  1997.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1998.      */
  1999.     protected function get_ServiceLocator_YP_F1XaService()
  2000.     {
  2001.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2002.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2003.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2004.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2005.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2006.         ], [
  2007.             'security.firewall.map.context.admin' => '?',
  2008.             'security.firewall.map.context.api' => '?',
  2009.             'security.firewall.map.context.customer' => '?',
  2010.             'security.firewall.map.context.dev' => '?',
  2011.         ]);
  2012.     }
  2013.     /**
  2014.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2015.      *
  2016.      * @return \Eccube\DataCollector\EccubeDataCollector
  2017.      */
  2018.     protected function getEccubeDataCollectorService()
  2019.     {
  2020.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2021.     }
  2022.     /**
  2023.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2024.      *
  2025.      * @return \Eccube\Doctrine\Query\Queries
  2026.      */
  2027.     protected function getQueriesService()
  2028.     {
  2029.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2030.         $a = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2031.         $b = ($this->privates['Eccube\\Repository\\Master\\ProductListOrderByRepository'] ?? $this->getProductListOrderByRepositoryService());
  2032.         $c = ($this->privates['Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService());
  2033.         $instance->addCustomizer(new \Plugin\SortCategoryProduct42\Repository\SortCategoryProductQuery($a$b$c));
  2034.         $instance->addCustomizer(new \Plugin\SortCategoryProduct42\Entity\SortCategoryProductJoin($a$b$c));
  2035.         $instance->addCustomizer(new \Plugin\SortCategoryProduct42\Entity\SortCategoryProductOrderBy($a$b$c));
  2036.         return $instance;
  2037.     }
  2038.     /**
  2039.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2040.      *
  2041.      * @return \Eccube\EventListener\IpAddrListener
  2042.      */
  2043.     protected function getIpAddrListenerService()
  2044.     {
  2045.         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()));
  2046.     }
  2047.     /**
  2048.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2049.      *
  2050.      * @return \Eccube\EventListener\LogListener
  2051.      */
  2052.     protected function getLogListenerService()
  2053.     {
  2054.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2055.     }
  2056.     /**
  2057.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2058.      *
  2059.      * @return \Eccube\EventListener\MaintenanceListener
  2060.      */
  2061.     protected function getMaintenanceListenerService()
  2062.     {
  2063.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2064.     }
  2065.     /**
  2066.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2067.      *
  2068.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2069.      */
  2070.     protected function getMobileTemplatePathListenerService()
  2071.     {
  2072.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2073.     }
  2074.     /**
  2075.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2076.      *
  2077.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2078.      */
  2079.     protected function getRestrictFileUploadListenerService()
  2080.     {
  2081.         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()));
  2082.     }
  2083.     /**
  2084.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2085.      *
  2086.      * @return \Eccube\EventListener\TransactionListener
  2087.      */
  2088.     protected function getTransactionListenerService()
  2089.     {
  2090.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2091.     }
  2092.     /**
  2093.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2094.      *
  2095.      * @return \Eccube\EventListener\TwigInitializeListener
  2096.      */
  2097.     protected function getTwigInitializeListenerService()
  2098.     {
  2099.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2103.      *
  2104.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2105.      */
  2106.     protected function getTwoFactorAuthListenerService()
  2107.     {
  2108.         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()));
  2109.     }
  2110.     /**
  2111.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2112.      *
  2113.      * @return \Eccube\Log\Processor\SessionProcessor
  2114.      */
  2115.     protected function getSessionProcessorService()
  2116.     {
  2117.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2118.     }
  2119.     /**
  2120.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2121.      *
  2122.      * @return \Eccube\Log\Processor\TokenProcessor
  2123.      */
  2124.     protected function getTokenProcessorService()
  2125.     {
  2126.         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()));
  2127.     }
  2128.     /**
  2129.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2130.      *
  2131.      * @return \Eccube\Repository\AuthorityRoleRepository
  2132.      */
  2133.     protected function getAuthorityRoleRepositoryService()
  2134.     {
  2135.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2136.     }
  2137.     /**
  2138.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2139.      *
  2140.      * @return \Eccube\Repository\BaseInfoRepository
  2141.      */
  2142.     protected function getBaseInfoRepositoryService()
  2143.     {
  2144.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2145.     }
  2146.     /**
  2147.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2148.      *
  2149.      * @return \Eccube\Repository\BlockPositionRepository
  2150.      */
  2151.     protected function getBlockPositionRepositoryService()
  2152.     {
  2153.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2154.     }
  2155.     /**
  2156.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2157.      *
  2158.      * @return \Eccube\Repository\BlockRepository
  2159.      */
  2160.     protected function getBlockRepositoryService()
  2161.     {
  2162.         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))));
  2163.     }
  2164.     /**
  2165.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2166.      *
  2167.      * @return \Eccube\Repository\CartRepository
  2168.      */
  2169.     protected function getCartRepositoryService()
  2170.     {
  2171.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2172.     }
  2173.     /**
  2174.      * Gets the private 'Eccube\Repository\CustomerRepository' shared autowired service.
  2175.      *
  2176.      * @return \Eccube\Repository\CustomerRepository
  2177.      */
  2178.     protected function getCustomerRepositoryService()
  2179.     {
  2180.         return $this->privates['Eccube\\Repository\\CustomerRepository'] = new \Eccube\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2181.     }
  2182.     /**
  2183.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2184.      *
  2185.      * @return \Eccube\Repository\LayoutRepository
  2186.      */
  2187.     protected function getLayoutRepositoryService()
  2188.     {
  2189.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2190.     }
  2191.     /**
  2192.      * Gets the private 'Eccube\Repository\MailTemplateRepository' shared autowired service.
  2193.      *
  2194.      * @return \Eccube\Repository\MailTemplateRepository
  2195.      */
  2196.     protected function getMailTemplateRepositoryService()
  2197.     {
  2198.         return $this->privates['Eccube\\Repository\\MailTemplateRepository'] = new \Eccube\Repository\MailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2199.     }
  2200.     /**
  2201.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2202.      *
  2203.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2204.      */
  2205.     protected function getDeviceTypeRepositoryService()
  2206.     {
  2207.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2208.     }
  2209.     /**
  2210.      * Gets the private 'Eccube\Repository\Master\ProductListOrderByRepository' shared autowired service.
  2211.      *
  2212.      * @return \Eccube\Repository\Master\ProductListOrderByRepository
  2213.      */
  2214.     protected function getProductListOrderByRepositoryService()
  2215.     {
  2216.         return $this->privates['Eccube\\Repository\\Master\\ProductListOrderByRepository'] = new \Eccube\Repository\Master\ProductListOrderByRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2217.     }
  2218.     /**
  2219.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2220.      *
  2221.      * @return \Eccube\Repository\OrderRepository
  2222.      */
  2223.     protected function getOrderRepositoryService()
  2224.     {
  2225.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2226.     }
  2227.     /**
  2228.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2229.      *
  2230.      * @return \Eccube\Repository\PageLayoutRepository
  2231.      */
  2232.     protected function getPageLayoutRepositoryService()
  2233.     {
  2234.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2235.     }
  2236.     /**
  2237.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2238.      *
  2239.      * @return \Eccube\Repository\PageRepository
  2240.      */
  2241.     protected function getPageRepositoryService()
  2242.     {
  2243.         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);
  2244.     }
  2245.     /**
  2246.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2247.      *
  2248.      * @return \Eccube\Repository\ProductClassRepository
  2249.      */
  2250.     protected function getProductClassRepositoryService()
  2251.     {
  2252.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2253.     }
  2254.     /**
  2255.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2256.      *
  2257.      * @return \Eccube\Repository\ProductRepository
  2258.      */
  2259.     protected function getProductRepositoryService()
  2260.     {
  2261.         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))));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2265.      *
  2266.      * @return \Eccube\Repository\TaxRuleRepository
  2267.      */
  2268.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2269.     {
  2270.         if ($lazyLoad) {
  2271.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2272.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2273.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2274.                     $proxy->setProxyInitializer(null);
  2275.                     return true;
  2276.                 });
  2277.             });
  2278.         }
  2279.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2280.         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))));
  2281.     }
  2282.     /**
  2283.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2284.      *
  2285.      * @return \Eccube\Request\Context
  2286.      */
  2287.     protected function getContextService()
  2288.     {
  2289.         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()));
  2290.     }
  2291.     /**
  2292.      * Gets the private 'Eccube\Security\Core\Encoder\PasswordEncoder' shared autowired service.
  2293.      *
  2294.      * @return \Eccube\Security\Core\Encoder\PasswordEncoder
  2295.      */
  2296.     protected function getPasswordEncoderService()
  2297.     {
  2298.         return $this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] = new \Eccube\Security\Core\Encoder\PasswordEncoder(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2299.     }
  2300.     /**
  2301.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2302.      *
  2303.      * @return \Eccube\Service\CartService
  2304.      */
  2305.     protected function getCartServiceService($lazyLoad true)
  2306.     {
  2307.         if ($lazyLoad) {
  2308.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2309.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2310.                     $wrappedInstance $this->getCartServiceService(false);
  2311.                     $proxy->setProxyInitializer(null);
  2312.                     return true;
  2313.                 });
  2314.             });
  2315.         }
  2316.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2317.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2318.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2319.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2320.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2321.         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()));
  2322.     }
  2323.     /**
  2324.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2325.      *
  2326.      * @return \Eccube\Service\TwoFactorAuthService
  2327.      */
  2328.     protected function getTwoFactorAuthServiceService()
  2329.     {
  2330.         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())));
  2331.     }
  2332.     /**
  2333.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2334.      *
  2335.      * @return \Eccube\Twig\Extension\EccubeExtension
  2336.      */
  2337.     protected function getEccubeExtensionService()
  2338.     {
  2339.         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()));
  2340.     }
  2341.     /**
  2342.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2343.      *
  2344.      * @return \Eccube\Twig\Extension\TaxExtension
  2345.      */
  2346.     protected function getTaxExtensionService()
  2347.     {
  2348.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2349.     }
  2350.     /**
  2351.      * Gets the private 'Plugin\Coupon42\Repository\CouponRepository' shared autowired service.
  2352.      *
  2353.      * @return \Plugin\Coupon42\Repository\CouponRepository
  2354.      */
  2355.     protected function getCouponRepositoryService()
  2356.     {
  2357.         return $this->privates['Plugin\\Coupon42\\Repository\\CouponRepository'] = new \Plugin\Coupon42\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Repository\ConfigRepository' shared autowired service.
  2361.      *
  2362.      * @return \Plugin\JoolenCouponForMemberRegistration42\Repository\ConfigRepository
  2363.      */
  2364.     protected function getConfigRepository2Service()
  2365.     {
  2366.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository'] = new \Plugin\JoolenCouponForMemberRegistration42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Repository\CustomerCouponRepository' shared autowired service.
  2370.      *
  2371.      * @return \Plugin\JoolenCouponForMemberRegistration42\Repository\CustomerCouponRepository
  2372.      */
  2373.     protected function getCustomerCouponRepositoryService()
  2374.     {
  2375.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository'] = new \Plugin\JoolenCouponForMemberRegistration42\Repository\CustomerCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2376.     }
  2377.     /**
  2378.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Service\Main\CouponForMemberRegistrationService' shared autowired service.
  2379.      *
  2380.      * @return \Plugin\JoolenCouponForMemberRegistration42\Service\Main\CouponForMemberRegistrationService
  2381.      */
  2382.     protected function getCouponForMemberRegistrationServiceService()
  2383.     {
  2384.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2385.         if (isset($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'])) {
  2386.             return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'];
  2387.         }
  2388.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'] = new \Plugin\JoolenCouponForMemberRegistration42\Service\Main\CouponForMemberRegistrationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Plugin\\Coupon42\\Repository\\CouponRepository'] ?? $this->getCouponRepositoryService()), new \Plugin\JoolenCouponForMemberRegistration42\Component\Mailer(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\MailTemplateRepository'] ?? $this->getMailTemplateRepositoryService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), $a), ($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service()), ($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository'] ?? $this->getCustomerCouponRepositoryService()), ($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Util\\LinkageUtil'] ?? $this->getLinkageUtilService()));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Util\LinkageUtil' shared autowired service.
  2392.      *
  2393.      * @return \Plugin\JoolenCouponForMemberRegistration42\Util\LinkageUtil
  2394.      */
  2395.     protected function getLinkageUtilService()
  2396.     {
  2397.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Util\\LinkageUtil'] = new \Plugin\JoolenCouponForMemberRegistration42\Util\LinkageUtil(($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2398.     }
  2399.     /**
  2400.      * Gets the private 'Plugin\SortCategoryProduct42\Repository\ConfigRepository' shared autowired service.
  2401.      *
  2402.      * @return \Plugin\SortCategoryProduct42\Repository\ConfigRepository
  2403.      */
  2404.     protected function getConfigRepositoryService()
  2405.     {
  2406.         return $this->privates['Plugin\\SortCategoryProduct42\\Repository\\ConfigRepository'] = new \Plugin\SortCategoryProduct42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2407.     }
  2408.     /**
  2409.      * Gets the private 'Plugin\TaxManagement42\TemplateLayoutListener' shared autowired service.
  2410.      *
  2411.      * @return \Plugin\TaxManagement42\TemplateLayoutListener
  2412.      */
  2413.     protected function getTemplateLayoutListenerService()
  2414.     {
  2415.         return $this->privates['Plugin\\TaxManagement42\\TemplateLayoutListener'] = new \Plugin\TaxManagement42\TemplateLayoutListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2416.     }
  2417.     /**
  2418.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\EventListener\CustomerPersonalValidationListener' shared autowired service.
  2419.      *
  2420.      * @return \Plugin\TwoFactorAuthCustomer42\EventListener\CustomerPersonalValidationListener
  2421.      */
  2422.     protected function getCustomerPersonalValidationListenerService()
  2423.     {
  2424.         return $this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerPersonalValidationListener'] = new \Plugin\TwoFactorAuthCustomer42\EventListener\CustomerPersonalValidationListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Service\\CustomerTwoFactorAuthService'] ?? $this->getCustomerTwoFactorAuthServiceService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()));
  2425.     }
  2426.     /**
  2427.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener' shared autowired service.
  2428.      *
  2429.      * @return \Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener
  2430.      */
  2431.     protected function getCustomerTwoFactorAuthListenerService()
  2432.     {
  2433.         return $this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] = new \Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Service\\CustomerTwoFactorAuthService'] ?? $this->getCustomerTwoFactorAuthServiceService()), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthTypeRepository'] ?? $this->getTwoFactorAuthTypeRepositoryService()), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository'] ?? $this->getTwoFactorAuthCustomerCookieRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2434.     }
  2435.     /**
  2436.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthConfigRepository' shared autowired service.
  2437.      *
  2438.      * @return \Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthConfigRepository
  2439.      */
  2440.     protected function getTwoFactorAuthConfigRepositoryService()
  2441.     {
  2442.         return $this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthConfigRepository'] = new \Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2443.     }
  2444.     /**
  2445.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthCustomerCookieRepository' shared autowired service.
  2446.      *
  2447.      * @return \Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthCustomerCookieRepository
  2448.      */
  2449.     protected function getTwoFactorAuthCustomerCookieRepositoryService()
  2450.     {
  2451.         return $this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository'] = new \Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthCustomerCookieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2452.     }
  2453.     /**
  2454.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthTypeRepository' shared autowired service.
  2455.      *
  2456.      * @return \Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthTypeRepository
  2457.      */
  2458.     protected function getTwoFactorAuthTypeRepositoryService()
  2459.     {
  2460.         return $this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthTypeRepository'] = new \Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\Service\CustomerTwoFactorAuthService' shared autowired service.
  2464.      *
  2465.      * @return \Plugin\TwoFactorAuthCustomer42\Service\CustomerTwoFactorAuthService
  2466.      */
  2467.     protected function getCustomerTwoFactorAuthServiceService()
  2468.     {
  2469.         $this->privates['Plugin\\TwoFactorAuthCustomer42\\Service\\CustomerTwoFactorAuthService'] = $instance = new \Plugin\TwoFactorAuthCustomer42\Service\CustomerTwoFactorAuthService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthConfigRepository'] ?? $this->getTwoFactorAuthConfigRepositoryService()), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository'] ?? $this->getTwoFactorAuthCustomerCookieRepositoryService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  2470.         $instance->setContainer(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2471.         return $instance;
  2472.     }
  2473.     /**
  2474.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2475.      *
  2476.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2477.      */
  2478.     protected function getWebProcessorService()
  2479.     {
  2480.         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']);
  2481.     }
  2482.     /**
  2483.      * Gets the private 'annotations.cache_adapter' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2486.      */
  2487.     protected function getAnnotations_CacheAdapterService()
  2488.     {
  2489.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2490.     }
  2491.     /**
  2492.      * Gets the private 'annotations.cached_reader' shared service.
  2493.      *
  2494.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2495.      */
  2496.     protected function getAnnotations_CachedReaderService()
  2497.     {
  2498.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2499.     }
  2500.     /**
  2501.      * Gets the private 'annotations.reader' shared service.
  2502.      *
  2503.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2504.      */
  2505.     protected function getAnnotations_ReaderService()
  2506.     {
  2507.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2508.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2509.         $a->registerUniqueLoader('class_exists');
  2510.         $instance->addGlobalIgnoredName('required'$a);
  2511.         return $instance;
  2512.     }
  2513.     /**
  2514.      * Gets the private 'assets.context' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2517.      */
  2518.     protected function getAssets_ContextService()
  2519.     {
  2520.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2521.         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());
  2522.     }
  2523.     /**
  2524.      * Gets the private 'assets.packages' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Asset\Packages
  2527.      */
  2528.     protected function getAssets_PackagesService()
  2529.     {
  2530.         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 () {
  2531.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  2532.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  2533.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  2534.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  2535.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  2536.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  2537.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  2538.         }, 7));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'cache.annotations' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2544.      */
  2545.     protected function getCache_AnnotationsService()
  2546.     {
  2547.         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())));
  2548.     }
  2549.     /**
  2550.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2553.      */
  2554.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2555.     {
  2556.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2557.     }
  2558.     /**
  2559.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2562.      */
  2563.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2564.     {
  2565.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2566.     }
  2567.     /**
  2568.      * Gets the private 'cache.property_info' shared service.
  2569.      *
  2570.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2571.      */
  2572.     protected function getCache_PropertyInfoService()
  2573.     {
  2574.         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())));
  2575.     }
  2576.     /**
  2577.      * Gets the private 'cache.security_expression_language' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2580.      */
  2581.     protected function getCache_SecurityExpressionLanguageService()
  2582.     {
  2583.         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())));
  2584.     }
  2585.     /**
  2586.      * Gets the private 'cache.security_token_verifier' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2589.      */
  2590.     protected function getCache_SecurityTokenVerifierService()
  2591.     {
  2592.         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())));
  2593.     }
  2594.     /**
  2595.      * Gets the private 'cache.serializer' shared service.
  2596.      *
  2597.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2598.      */
  2599.     protected function getCache_SerializerService()
  2600.     {
  2601.         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())));
  2602.     }
  2603.     /**
  2604.      * Gets the private 'cache.validator' shared service.
  2605.      *
  2606.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2607.      */
  2608.     protected function getCache_ValidatorService()
  2609.     {
  2610.         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())));
  2611.     }
  2612.     /**
  2613.      * Gets the private 'config_cache_factory' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2616.      */
  2617.     protected function getConfigCacheFactoryService()
  2618.     {
  2619.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2620.             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)));
  2621.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2622.         }, 2));
  2623.     }
  2624.     /**
  2625.      * Gets the private 'data_collector.form' shared service.
  2626.      *
  2627.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2628.      */
  2629.     protected function getDataCollector_FormService()
  2630.     {
  2631.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2632.     }
  2633.     /**
  2634.      * Gets the private 'data_collector.request' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2637.      */
  2638.     protected function getDataCollector_RequestService()
  2639.     {
  2640.         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())));
  2641.     }
  2642.     /**
  2643.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2644.      *
  2645.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2646.      */
  2647.     protected function getDebug_DebugHandlersListenerService()
  2648.     {
  2649.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2650.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2651.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2652.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2653.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2654.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2655.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2656.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2657.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2658.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2659.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2660.     }
  2661.     /**
  2662.      * Gets the private 'debug.file_link_formatter' shared service.
  2663.      *
  2664.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2665.      */
  2666.     protected function getDebug_FileLinkFormatterService()
  2667.     {
  2668.         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 () {
  2669.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2670.         });
  2671.     }
  2672.     /**
  2673.      * Gets the private 'debug.log_processor' shared service.
  2674.      *
  2675.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2676.      */
  2677.     protected function getDebug_LogProcessorService()
  2678.     {
  2679.         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())));
  2680.     }
  2681.     /**
  2682.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2683.      *
  2684.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2685.      */
  2686.     protected function getDebug_Security_Access_DecisionManagerService()
  2687.     {
  2688.         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 () {
  2689.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2690.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2691.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2692.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2693.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2694.     }
  2695.     /**
  2696.      * Gets the private 'debug.security.firewall' shared service.
  2697.      *
  2698.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2699.      */
  2700.     protected function getDebug_Security_FirewallService()
  2701.     {
  2702.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2703.     }
  2704.     /**
  2705.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2706.      *
  2707.      * @return \Doctrine\Migrations\DependencyFactory
  2708.      */
  2709.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2710.     {
  2711.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2712.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2713.         $a->setAllOrNothing(false);
  2714.         $a->setCheckDatabasePlatform(true);
  2715.         $a->setTransactional(true);
  2716.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2717.         $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()));
  2718.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2719.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2720.         });
  2721.         return $instance;
  2722.     }
  2723.     /**
  2724.      * Gets the private 'eccube.collector.core' shared autowired service.
  2725.      *
  2726.      * @return \Eccube\DataCollector\EccubeDataCollector
  2727.      */
  2728.     protected function getEccube_Collector_CoreService()
  2729.     {
  2730.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'esi_listener' shared service.
  2734.      *
  2735.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2736.      */
  2737.     protected function getEsiListenerService()
  2738.     {
  2739.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2740.     }
  2741.     /**
  2742.      * Gets the private 'exception_listener' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2745.      */
  2746.     protected function getExceptionListenerService()
  2747.     {
  2748.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2749.     }
  2750.     /**
  2751.      * Gets the private 'fragment.listener' shared service.
  2752.      *
  2753.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2754.      */
  2755.     protected function getFragment_ListenerService()
  2756.     {
  2757.         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');
  2758.     }
  2759.     /**
  2760.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2761.      *
  2762.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2763.      */
  2764.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2765.     {
  2766.         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())));
  2767.     }
  2768.     /**
  2769.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2770.      *
  2771.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2772.      */
  2773.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2774.     {
  2775.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2776.     }
  2777.     /**
  2778.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2779.      *
  2780.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2781.      */
  2782.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2783.     {
  2784.         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]);
  2785.     }
  2786.     /**
  2787.      * Gets the private 'locale_aware_listener' shared service.
  2788.      *
  2789.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2790.      */
  2791.     protected function getLocaleAwareListenerService()
  2792.     {
  2793.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2794.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2795.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2796.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2797.     }
  2798.     /**
  2799.      * Gets the private 'locale_listener' shared service.
  2800.      *
  2801.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2802.      */
  2803.     protected function getLocaleListenerService()
  2804.     {
  2805.         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, []);
  2806.     }
  2807.     /**
  2808.      * Gets the private 'mailer.mailer' shared service.
  2809.      *
  2810.      * @return \Symfony\Component\Mailer\Mailer
  2811.      */
  2812.     protected function getMailer_MailerService()
  2813.     {
  2814.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2815.             yield => $this->load('getMailer_TransportFactory_NullService');
  2816.             yield => $this->load('getMailer_TransportFactory_SendmailService');
  2817.             yield => $this->load('getMailer_TransportFactory_NativeService');
  2818.             yield => $this->load('getMailer_TransportFactory_SmtpService');
  2819.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2820.     }
  2821.     /**
  2822.      * Gets the private 'monolog.handler.buffered' shared service.
  2823.      *
  2824.      * @return \Monolog\Handler\BufferHandler
  2825.      */
  2826.     protected function getMonolog_Handler_BufferedService()
  2827.     {
  2828.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2829.     }
  2830.     /**
  2831.      * Gets the private 'monolog.handler.console' shared service.
  2832.      *
  2833.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2834.      */
  2835.     protected function getMonolog_Handler_ConsoleService()
  2836.     {
  2837.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2838.     }
  2839.     /**
  2840.      * Gets the private 'monolog.logger' shared service.
  2841.      *
  2842.      * @return \Symfony\Bridge\Monolog\Logger
  2843.      */
  2844.     protected function getMonolog_LoggerService()
  2845.     {
  2846.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2847.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2848.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2849.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2850.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2851.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2852.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2853.         $instance->useMicrosecondTimestamps(true);
  2854.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2855.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2856.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2857.         return $instance;
  2858.     }
  2859.     /**
  2860.      * Gets the private 'monolog.logger.cache' shared service.
  2861.      *
  2862.      * @return \Symfony\Bridge\Monolog\Logger
  2863.      */
  2864.     protected function getMonolog_Logger_CacheService()
  2865.     {
  2866.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2867.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2868.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2869.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2870.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2871.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2872.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2873.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2874.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2875.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2876.         return $instance;
  2877.     }
  2878.     /**
  2879.      * Gets the private 'monolog.logger.request' shared service.
  2880.      *
  2881.      * @return \Symfony\Bridge\Monolog\Logger
  2882.      */
  2883.     protected function getMonolog_Logger_RequestService()
  2884.     {
  2885.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2886.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2887.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2888.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2889.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2890.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2891.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2892.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2893.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2894.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2895.         return $instance;
  2896.     }
  2897.     /**
  2898.      * Gets the private 'monolog.logger.security' shared service.
  2899.      *
  2900.      * @return \Symfony\Bridge\Monolog\Logger
  2901.      */
  2902.     protected function getMonolog_Logger_SecurityService()
  2903.     {
  2904.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2905.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2906.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2907.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2908.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2909.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2910.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2911.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2912.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2913.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2914.         return $instance;
  2915.     }
  2916.     /**
  2917.      * Gets the private 'parameter_bag' shared service.
  2918.      *
  2919.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2920.      */
  2921.     protected function getParameterBagService()
  2922.     {
  2923.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2924.     }
  2925.     /**
  2926.      * Gets the private 'profiler_listener' shared service.
  2927.      *
  2928.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2929.      */
  2930.     protected function getProfilerListenerService()
  2931.     {
  2932.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2933.     }
  2934.     /**
  2935.      * Gets the private 'property_info' shared service.
  2936.      *
  2937.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2938.      */
  2939.     protected function getPropertyInfoService()
  2940.     {
  2941.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2942.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2943.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2944.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2945.         }, 3), new RewindableGenerator(function () {
  2946.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2947.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2948.         }, 2), new RewindableGenerator(function () {
  2949.             return new \EmptyIterator();
  2950.         }, 0), new RewindableGenerator(function () {
  2951.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2952.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2953.         }, 2), new RewindableGenerator(function () {
  2954.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2955.         }, 1));
  2956.     }
  2957.     /**
  2958.      * Gets the private 'router.expression_language_provider' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2961.      */
  2962.     protected function getRouter_ExpressionLanguageProviderService()
  2963.     {
  2964.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2965.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2966.         ], [
  2967.             'env' => 'Closure',
  2968.         ]));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'router.request_context' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\Routing\RequestContext
  2974.      */
  2975.     protected function getRouter_RequestContextService()
  2976.     {
  2977.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2978.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2979.         return $instance;
  2980.     }
  2981.     /**
  2982.      * Gets the private 'router_listener' shared service.
  2983.      *
  2984.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2985.      */
  2986.     protected function getRouterListenerService()
  2987.     {
  2988.         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);
  2989.     }
  2990.     /**
  2991.      * Gets the private 'security.context_listener.0' shared service.
  2992.      *
  2993.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2994.      */
  2995.     protected function getSecurity_ContextListener_0Service()
  2996.     {
  2997.         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 () {
  2998.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2999.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3000.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3001.     }
  3002.     /**
  3003.      * Gets the private 'security.context_listener.1' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3006.      */
  3007.     protected function getSecurity_ContextListener_1Service()
  3008.     {
  3009.         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 () {
  3010.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3011.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3012.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3013.     }
  3014.     /**
  3015.      * Gets the private 'security.csrf.token_storage' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3018.      */
  3019.     protected function getSecurity_Csrf_TokenStorageService()
  3020.     {
  3021.         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())));
  3022.     }
  3023.     /**
  3024.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3025.      *
  3026.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3027.      */
  3028.     protected function getSecurity_EventDispatcher_AdminService()
  3029.     {
  3030.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3031.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3032.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3033.         }, => 'checkPassport'], 2048);
  3034.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3035.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3036.         }, => 'onSuccessfulLogin'], 0);
  3037.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3038.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3039.         }, => 'onLogout'], 0);
  3040.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3041.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3042.         }, => 'onLogout'], 0);
  3043.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3044.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3045.         }, => 'checkPassport'], 2080);
  3046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3047.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3048.         }, => 'onSuccessfulLogin'], 0);
  3049.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3050.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3051.         }, => 'preCheckCredentials'], 256);
  3052.         $instance->addListener('security.authentication.success', [=> function () {
  3053.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3054.         }, => 'postCheckCredentials'], 256);
  3055.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3056.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3057.         }, => 'checkPassport'], 1024);
  3058.         $instance->addListener('security.interactive_login', [=> function () {
  3059.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3060.         }, => 'onInteractiveLogin'], 0);
  3061.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3062.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3063.         }, => 'onAuthenticationFailure'], 0);
  3064.         $instance->addListener('security.interactive_login', [=> function () {
  3065.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3066.         }, => 'onInteractiveLogin'], 0);
  3067.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3068.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  3069.         }, => 'onLoginSuccess'], 0);
  3070.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3071.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  3072.         }, => 'logoutEvent'], 0);
  3073.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3074.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3075.         }, => 'checkPassport'], 0);
  3076.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3077.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3078.         }, => 'onLoginSuccess'], 0);
  3079.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3080.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3081.         }, => 'checkPassport'], 256);
  3082.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3083.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3084.         }, => 'checkPassport'], 512);
  3085.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3086.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3087.         }, => 'onLogout'], 0);
  3088.         return $instance;
  3089.     }
  3090.     /**
  3091.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3092.      *
  3093.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3094.      */
  3095.     protected function getSecurity_EventDispatcher_CustomerService()
  3096.     {
  3097.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3098.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3099.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3100.         }, => 'checkPassport'], 2048);
  3101.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3102.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3103.         }, => 'onSuccessfulLogin'], 0);
  3104.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3105.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3106.         }, => 'onLogout'], 64);
  3107.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3108.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3109.         }, => 'onLogout'], 0);
  3110.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3111.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3112.         }, => 'checkPassport'], 2080);
  3113.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3114.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3115.         }, => 'onSuccessfulLogin'], 0);
  3116.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3117.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3118.         }, => 'onSuccessfulLogin'], -32);
  3119.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3120.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3121.         }, => 'onSuccessfulLogin'], -64);
  3122.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3123.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3124.         }, => 'clearCookie'], 0);
  3125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3126.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3127.         }, => 'clearCookie'], 0);
  3128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3129.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3130.         }, => 'clearCookie'], 0);
  3131.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3132.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3133.         }, => 'preCheckCredentials'], 256);
  3134.         $instance->addListener('security.authentication.success', [=> function () {
  3135.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3136.         }, => 'postCheckCredentials'], 256);
  3137.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3138.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3139.         }, => 'checkPassport'], 1024);
  3140.         $instance->addListener('security.interactive_login', [=> function () {
  3141.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3142.         }, => 'onInteractiveLogin'], 0);
  3143.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3144.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3145.         }, => 'onAuthenticationFailure'], 0);
  3146.         $instance->addListener('security.interactive_login', [=> function () {
  3147.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3148.         }, => 'onInteractiveLogin'], 0);
  3149.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3150.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  3151.         }, => 'onLoginSuccess'], 0);
  3152.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3153.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  3154.         }, => 'logoutEvent'], 0);
  3155.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3156.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3157.         }, => 'checkPassport'], 0);
  3158.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3159.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3160.         }, => 'onLoginSuccess'], 0);
  3161.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3162.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3163.         }, => 'checkPassport'], 256);
  3164.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3165.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3166.         }, => 'checkPassport'], 512);
  3167.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3168.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3169.         }, => 'onLogout'], 0);
  3170.         return $instance;
  3171.     }
  3172.     /**
  3173.      * Gets the private 'security.firewall.map' shared service.
  3174.      *
  3175.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3176.      */
  3177.     protected function getSecurity_Firewall_MapService()
  3178.     {
  3179.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService()), new RewindableGenerator(function () {
  3180.             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)/')));
  3181.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3182.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.gB5.SP2'] ?? ($this->privates['.security.request_matcher.gB5.SP2'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3183.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3184.         }, 4));
  3185.     }
  3186.     /**
  3187.      * Gets the private 'security.logout_url_generator' shared service.
  3188.      *
  3189.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3190.      */
  3191.     protected function getSecurity_LogoutUrlGeneratorService()
  3192.     {
  3193.         $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()));
  3194.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3195.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3196.         return $instance;
  3197.     }
  3198.     /**
  3199.      * Gets the private 'security.password_hasher_factory' shared service.
  3200.      *
  3201.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3202.      */
  3203.     protected function getSecurity_PasswordHasherFactoryService()
  3204.     {
  3205.         $a = ($this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] ?? $this->getPasswordEncoderService());
  3206.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Eccube\\Entity\\Member' => $a'Eccube\\Entity\\Customer' => $a]);
  3207.     }
  3208.     /**
  3209.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3210.      *
  3211.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3212.      */
  3213.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3214.     {
  3215.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3216.     }
  3217.     /**
  3218.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3219.      *
  3220.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3221.      */
  3222.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3223.     {
  3224.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3225.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3226.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3227.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3228.     }
  3229.     /**
  3230.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3231.      *
  3232.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3233.      */
  3234.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3235.     {
  3236.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3237.     }
  3238.     /**
  3239.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3240.      *
  3241.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3242.      */
  3243.     protected function getSensioFrameworkExtra_View_ListenerService()
  3244.     {
  3245.         $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))));
  3246.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3247.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3248.         ], [
  3249.             'twig' => '?',
  3250.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3251.         return $instance;
  3252.     }
  3253.     /**
  3254.      * Gets the private 'session.factory' shared service.
  3255.      *
  3256.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3257.      */
  3258.     protected function getSession_FactoryService()
  3259.     {
  3260.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  3261.     }
  3262.     /**
  3263.      * Gets the private 'session_listener' shared service.
  3264.      *
  3265.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3266.      */
  3267.     protected function getSessionListenerService()
  3268.     {
  3269.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3270.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3271.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3272.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3273.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3274.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3275.         ], [
  3276.             'initialized_session' => '?',
  3277.             'logger' => '?',
  3278.             'session' => '?',
  3279.             'session_collector' => '?',
  3280.             'session_factory' => '?',
  3281.         ]), true$this->getParameter('session.storage.options'));
  3282.     }
  3283.     /**
  3284.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3285.      *
  3286.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3287.      */
  3288.     protected function getStateMachine_Order_MetadataStoreService()
  3289.     {
  3290.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3291.     }
  3292.     /**
  3293.      * Gets the private 'translator.default' shared service.
  3294.      *
  3295.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3296.      */
  3297.     protected function getTranslator_DefaultService()
  3298.     {
  3299.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3300.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3301.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3302.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3303.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3304.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3305.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3306.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3307.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3308.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3309.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3310.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3311.         ], [
  3312.             'translation.loader.csv' => '?',
  3313.             'translation.loader.dat' => '?',
  3314.             'translation.loader.ini' => '?',
  3315.             'translation.loader.json' => '?',
  3316.             'translation.loader.mo' => '?',
  3317.             'translation.loader.php' => '?',
  3318.             'translation.loader.po' => '?',
  3319.             'translation.loader.qt' => '?',
  3320.             'translation.loader.res' => '?',
  3321.             'translation.loader.xliff' => '?',
  3322.             'translation.loader.yml' => '?',
  3323.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/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/TaxManagement42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/TaxManagement42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/AdvancedFormSmartIT42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/AdvancedFormSmartIT42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Resource/locale/messages.ja.yml'), 10 => (\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/TaxManagement42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/AdvancedFormSmartIT42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/TwoFactorAuthCustomer42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale'), 10 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 11 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 25 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 27 => (\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/TaxManagement42/Resource/locale'=> 'app/Plugin/AdvancedFormSmartIT42/Resource/locale'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/TwoFactorAuthCustomer42/Resource/locale'=> 'app/Plugin/JoolenCouponForMemberRegistration42/Resource/locale'=> 'app/Plugin/VeriTrans4G2/Resource/locale'10 => 'src/Eccube/Resource/locale/'11 => 'app/Customize/Resource/locale/'12 => 'vendor/symfony/framework-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/twig-bundle/translations'19 => 'vendor/symfony/debug-bundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'vendor/symfony/maker-bundle/src/translations'22 => 'vendor/exercise/htmlpurifier-bundle/src/translations'23 => 'vendor/doctrine/doctrine-migrations-bundle/translations'24 => 'vendor/twig/extra-bundle/translations'25 => 'app/Plugin/Api42/Bundle/translations'26 => 'vendor/league/oauth2-server-bundle/src/translations'27 => 'translations']]], []);
  3324.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3325.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3326.         return $instance;
  3327.     }
  3328.     /**
  3329.      * Gets the private 'validator.builder' shared service.
  3330.      *
  3331.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3332.      */
  3333.     protected function getValidator_BuilderService()
  3334.     {
  3335.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3336.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3337.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3338.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3339.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3340.             'Plugin\\JoolenCouponForMemberRegistration42\\Validator\\Constraints\\TwoFormRangesValidator' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Validator\\Constraints\\TwoFormRangesValidator''getTwoFormRangesValidatorService'true],
  3341.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsPushUrlValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsPushUrlValidator''getContainsPushUrlValidatorService'true],
  3342.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator''getContainsRecaptchaValidatorService'true],
  3343.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator''getContainsUsedMailFlgValidatorService'true],
  3344.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator''getContainsVeritransIdPrefixValidatorService'true],
  3345.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3346.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3347.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3348.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3349.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3350.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3351.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3352.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3353.         ], [
  3354.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3355.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3356.             'Plugin\\JoolenCouponForMemberRegistration42\\Validator\\Constraints\\TwoFormRangesValidator' => '?',
  3357.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsPushUrlValidator' => '?',
  3358.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => '?',
  3359.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => '?',
  3360.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => '?',
  3361.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3362.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3363.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3364.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3365.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3366.             'doctrine.orm.validator.unique' => '?',
  3367.             'security.validator.user_password' => '?',
  3368.             'validator.expression' => '?',
  3369.         ])));
  3370.         if ($this->has('translator')) {
  3371.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3372.         }
  3373.         $instance->setTranslationDomain('validators');
  3374.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3375.         $instance->enableAnnotationMapping(true);
  3376.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3377.         $instance->addMethodMapping('loadValidatorMetadata');
  3378.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3379.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3380.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the private 'var_dumper.html_dumper' shared service.
  3385.      *
  3386.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3387.      */
  3388.     protected function getVarDumper_HtmlDumperService()
  3389.     {
  3390.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3391.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3392.         return $instance;
  3393.     }
  3394.     /**
  3395.      * Gets the private 'web_profiler.csp.handler' shared service.
  3396.      *
  3397.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3398.      */
  3399.     protected function getWebProfiler_Csp_HandlerService()
  3400.     {
  3401.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3402.     }
  3403.     /**
  3404.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3405.      *
  3406.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3407.      */
  3408.     protected function getWebProfiler_DebugToolbarService()
  3409.     {
  3410.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3411.     }
  3412.     /**
  3413.      * Gets the public 'cache_clearer' alias.
  3414.      *
  3415.      * @return object The ".container.private.cache_clearer" service.
  3416.      */
  3417.     protected function getCacheClearerService()
  3418.     {
  3419.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3420.         return $this->get('.container.private.cache_clearer');
  3421.     }
  3422.     /**
  3423.      * Gets the public 'filesystem' alias.
  3424.      *
  3425.      * @return object The ".container.private.filesystem" service.
  3426.      */
  3427.     protected function getFilesystemService()
  3428.     {
  3429.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3430.         return $this->get('.container.private.filesystem');
  3431.     }
  3432.     /**
  3433.      * Gets the public 'state_machine.order' alias.
  3434.      *
  3435.      * @return object The ".container.private.state_machine.order" service.
  3436.      */
  3437.     protected function getStateMachine_OrderService()
  3438.     {
  3439.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3440.         return $this->get('.container.private.state_machine.order');
  3441.     }
  3442.     /**
  3443.      * Gets the public 'serializer' alias.
  3444.      *
  3445.      * @return object The ".container.private.serializer" service.
  3446.      */
  3447.     protected function getSerializerService()
  3448.     {
  3449.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3450.         return $this->get('.container.private.serializer');
  3451.     }
  3452.     /**
  3453.      * Gets the public 'security.csrf.token_manager' alias.
  3454.      *
  3455.      * @return object The ".container.private.security.csrf.token_manager" service.
  3456.      */
  3457.     protected function getSecurity_Csrf_TokenManagerService()
  3458.     {
  3459.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3460.         return $this->get('.container.private.security.csrf.token_manager');
  3461.     }
  3462.     /**
  3463.      * Gets the public 'form.factory' alias.
  3464.      *
  3465.      * @return object The ".container.private.form.factory" service.
  3466.      */
  3467.     protected function getForm_FactoryService()
  3468.     {
  3469.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3470.         return $this->get('.container.private.form.factory');
  3471.     }
  3472.     /**
  3473.      * Gets the public 'form.type.file' alias.
  3474.      *
  3475.      * @return object The ".container.private.form.type.file" service.
  3476.      */
  3477.     protected function getForm_Type_FileService()
  3478.     {
  3479.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3480.         return $this->get('.container.private.form.type.file');
  3481.     }
  3482.     /**
  3483.      * Gets the public 'profiler' alias.
  3484.      *
  3485.      * @return object The ".container.private.profiler" service.
  3486.      */
  3487.     protected function getProfilerService()
  3488.     {
  3489.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3490.         return $this->get('.container.private.profiler');
  3491.     }
  3492.     /**
  3493.      * Gets the public 'security.authorization_checker' alias.
  3494.      *
  3495.      * @return object The ".container.private.security.authorization_checker" service.
  3496.      */
  3497.     protected function getSecurity_AuthorizationCheckerService()
  3498.     {
  3499.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3500.         return $this->get('.container.private.security.authorization_checker');
  3501.     }
  3502.     /**
  3503.      * Gets the public 'security.token_storage' alias.
  3504.      *
  3505.      * @return object The ".container.private.security.token_storage" service.
  3506.      */
  3507.     protected function getSecurity_TokenStorageService()
  3508.     {
  3509.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3510.         return $this->get('.container.private.security.token_storage');
  3511.     }
  3512.     /**
  3513.      * Gets the public 'twig' alias.
  3514.      *
  3515.      * @return object The ".container.private.twig" service.
  3516.      */
  3517.     protected function getTwigService()
  3518.     {
  3519.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3520.         return $this->get('.container.private.twig');
  3521.     }
  3522.     /**
  3523.      * Gets the public 'security.password_encoder' alias.
  3524.      *
  3525.      * @return object The ".container.private.security.password_encoder" service.
  3526.      */
  3527.     protected function getSecurity_PasswordEncoderService()
  3528.     {
  3529.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3530.         return $this->get('.container.private.security.password_encoder');
  3531.     }
  3532.     /**
  3533.      * Gets the public 'session' alias.
  3534.      *
  3535.      * @return object The ".container.private.session" service.
  3536.      */
  3537.     protected function getSessionService()
  3538.     {
  3539.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3540.         return $this->get('.container.private.session');
  3541.     }
  3542.     /**
  3543.      * Gets the public 'validator' alias.
  3544.      *
  3545.      * @return object The ".container.private.validator" service.
  3546.      */
  3547.     protected function getValidatorService()
  3548.     {
  3549.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3550.         return $this->get('.container.private.validator');
  3551.     }
  3552.     /**
  3553.      * @return array|bool|float|int|string|\UnitEnum|null
  3554.      */
  3555.     public function getParameter(string $name)
  3556.     {
  3557.         if (isset($this->buildParameters[$name])) {
  3558.             return $this->buildParameters[$name];
  3559.         }
  3560.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3561.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3562.         }
  3563.         if (isset($this->loadedDynamicParameters[$name])) {
  3564.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3565.         }
  3566.         return $this->parameters[$name];
  3567.     }
  3568.     public function hasParameter(string $name): bool
  3569.     {
  3570.         if (isset($this->buildParameters[$name])) {
  3571.             return true;
  3572.         }
  3573.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3574.     }
  3575.     public function setParameter(string $name$value): void
  3576.     {
  3577.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3578.     }
  3579.     public function getParameterBag(): ParameterBagInterface
  3580.     {
  3581.         if (null === $this->parameterBag) {
  3582.             $parameters $this->parameters;
  3583.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3584.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3585.             }
  3586.             foreach ($this->buildParameters as $name => $value) {
  3587.                 $parameters[$name] = $value;
  3588.             }
  3589.             $this->parameterBag = new FrozenParameterBag($parameters);
  3590.         }
  3591.         return $this->parameterBag;
  3592.     }
  3593.     private $loadedDynamicParameters = [
  3594.         'kernel.runtime_environment' => false,
  3595.         'kernel.build_dir' => false,
  3596.         'kernel.cache_dir' => false,
  3597.         'locale' => false,
  3598.         'timezone' => false,
  3599.         'currency' => false,
  3600.         'eccube_database_url' => false,
  3601.         'eccube_mailer_dsn' => false,
  3602.         'eccube_admin_route' => false,
  3603.         'eccube_user_data_route' => false,
  3604.         'eccube_admin_allow_hosts' => false,
  3605.         'eccube_admin_deny_hosts' => false,
  3606.         'eccube_force_ssl' => false,
  3607.         'eccube.theme' => false,
  3608.         'eccube_theme_code' => false,
  3609.         'eccube_auth_magic' => false,
  3610.         'eccube_theme_front_dir' => false,
  3611.         'eccube_html_front_dir' => false,
  3612.         'eccube_csv_temp_realdir' => false,
  3613.         'eccube_owners_store_url' => false,
  3614.         'eccube_package_api_url' => false,
  3615.         'eccube_content_maintenance_file_path' => false,
  3616.         'eccube_2fa_enabled' => false,
  3617.         'eccube_2fa_cookie_name' => false,
  3618.         'eccube_2fa_expire' => false,
  3619.         'eccube_restrict_file_upload' => false,
  3620.         'plugin_eccube_2fa_customer_cookie_name' => false,
  3621.         'plugin_eccube_2fa_route_customer_cookie_name' => false,
  3622.         'plugin_eccube_2fa_customer_expire' => false,
  3623.         'plugin_eccube_2fa_route_customer_expire' => false,
  3624.         'plugin_eccube_2fa_route_cookie_value_character_length' => false,
  3625.         'plugin_eccube_2fa_one_time_token_length' => false,
  3626.         'plugin_eccube_2fa_one_time_token_expire_after_seconds' => false,
  3627.         'kernel.secret' => false,
  3628.         'kernel.default_locale' => false,
  3629.         'debug.container.dump' => false,
  3630.         'serializer.mapping.cache.file' => false,
  3631.         'session.storage.options' => false,
  3632.         'validator.mapping.cache.file' => false,
  3633.         'profiler.storage.dsn' => false,
  3634.         'doctrine.orm.proxy_dir' => false,
  3635.         'league.oauth2_server.encryption_key' => false,
  3636.     ];
  3637.     private $dynamicParameters = [];
  3638.     private function getDynamicParameter(string $name)
  3639.     {
  3640.         switch ($name) {
  3641.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3642.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3643.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3644.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3645.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3646.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3647.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3648.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3649.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3650.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3651.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3652.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3653.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3654.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3655.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3656.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3657.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3658.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3659.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3660.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3661.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3662.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3663.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3664.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3665.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3666.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3667.             case 'plugin_eccube_2fa_customer_cookie_name'$value $this->getEnv('PLUGIN_ECCUBE_2FA_CUSTOMER_COOKIE_NAME'); break;
  3668.             case 'plugin_eccube_2fa_route_customer_cookie_name'$value $this->getEnv('PLUGIN_ECCUBE_2FA_ROUTE_CUSTOMER_COOKIE_NAME'); break;
  3669.             case 'plugin_eccube_2fa_customer_expire'$value $this->getEnv('PLUGIN_ECCUBE_2FA_CUSTOMER_EXPIRE'); break;
  3670.             case 'plugin_eccube_2fa_route_customer_expire'$value $this->getEnv('PLUGIN_ECCUBE_2FA_ROUTE_CUSTOMER_EXPIRE'); break;
  3671.             case 'plugin_eccube_2fa_route_cookie_value_character_length'$value $this->getEnv('PLUGIN_ECCUBE_2FA_ROUTE_COOKIE_VALUE_CHARACTER_LENGTH'); break;
  3672.             case 'plugin_eccube_2fa_one_time_token_length'$value $this->getEnv('PLUGIN_ECCUBE_2FA_ONE_TIME_TOKEN_LENGTH'); break;
  3673.             case 'plugin_eccube_2fa_one_time_token_expire_after_seconds'$value $this->getEnv('PLUGIN_ECCUBE_2FA_ONE_TIME_TOKEN_EXPIRE_AFTER_SECONDS'); break;
  3674.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3675.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3676.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3677.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3678.             case 'session.storage.options'$value = [
  3679.                 'cache_limiter' => '0',
  3680.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3681.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3682.                 'cookie_httponly' => true,
  3683.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3684.                 'gc_probability' => 1,
  3685.             ]; break;
  3686.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3687.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3688.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3689.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  3690.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3691.         }
  3692.         $this->loadedDynamicParameters[$name] = true;
  3693.         return $this->dynamicParameters[$name] = $value;
  3694.     }
  3695.     protected function getDefaultParameters(): array
  3696.     {
  3697.         return [
  3698.             'kernel.project_dir' => \dirname(__DIR__4),
  3699.             'kernel.environment' => 'dev',
  3700.             'kernel.debug' => true,
  3701.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3702.             'kernel.bundles' => [
  3703.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3704.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3705.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3706.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3707.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3708.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3709.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3710.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3711.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3712.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3713.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3714.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3715.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3716.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3717.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  3718.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  3719.             ],
  3720.             'kernel.bundles_metadata' => [
  3721.                 'FrameworkBundle' => [
  3722.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3723.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3724.                 ],
  3725.                 'SecurityBundle' => [
  3726.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3727.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3728.                 ],
  3729.                 'DoctrineBundle' => [
  3730.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3731.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3732.                 ],
  3733.                 'DoctrineFixturesBundle' => [
  3734.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3735.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3736.                 ],
  3737.                 'SensioFrameworkExtraBundle' => [
  3738.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3739.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3740.                 ],
  3741.                 'MonologBundle' => [
  3742.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3743.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3744.                 ],
  3745.                 'TwigBundle' => [
  3746.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3747.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3748.                 ],
  3749.                 'DebugBundle' => [
  3750.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3751.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3752.                 ],
  3753.                 'WebProfilerBundle' => [
  3754.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3755.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3756.                 ],
  3757.                 'MakerBundle' => [
  3758.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3759.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3760.                 ],
  3761.                 'KnpPaginatorBundle' => [
  3762.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3763.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3764.                 ],
  3765.                 'ExerciseHTMLPurifierBundle' => [
  3766.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3767.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3768.                 ],
  3769.                 'DoctrineMigrationsBundle' => [
  3770.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3771.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3772.                 ],
  3773.                 'TwigExtraBundle' => [
  3774.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3775.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3776.                 ],
  3777.                 'ApiBundle' => [
  3778.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  3779.                     'namespace' => 'Plugin\\Api42\\Bundle',
  3780.                 ],
  3781.                 'LeagueOAuth2ServerBundle' => [
  3782.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  3783.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  3784.                 ],
  3785.             ],
  3786.             'kernel.charset' => 'UTF-8',
  3787.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3788.             'container.dumper.inline_class_loader' => true,
  3789.             'env(ECCUBE_LOCALE)' => 'ja',
  3790.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3791.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3792.             'env(DATABASE_URL)' => '',
  3793.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3794.             'env(DATABASE_CHARSET)' => 'utf8',
  3795.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3796.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3797.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3798.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3799.             'env(ECCUBE_FORCE_SSL)' => '0',
  3800.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3801.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3802.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3803.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3804.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3805.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3806.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3807.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3808.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3809.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3810.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3811.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3812.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3813.             'eccube_auth_type' => 'HMAC',
  3814.             'eccube_password_hash_algos' => 'SHA256',
  3815.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3816.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3817.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3818.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3819.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3820.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3821.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3822.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3823.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3824.             'eccube_twig_block_templates' => [
  3825.             ],
  3826.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3827.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3828.             'eccube_csv_size' => 5,
  3829.             'eccube_csv_split_lines' => 100,
  3830.             'eccube_default_password' => 'abc********123',
  3831.             'eccube_deliv_addr_max' => 20,
  3832.             'eccube_deliv_date_end_max' => 21,
  3833.             'eccube_id_max_len' => 50,
  3834.             'eccube_id_min_len' => 4,
  3835.             'eccube_int_len' => 9,
  3836.             'eccube_category_nest_level' => 5,
  3837.             'eccube_lltext_len' => 99999,
  3838.             'eccube_ltext_len' => 3000,
  3839.             'eccube_max_total_fee' => 9999999999,
  3840.             'eccube_mltext_len' => 1000,
  3841.             'eccube_mtext_len' => 200,
  3842.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3843.             'plugin_html_urlpath' => '/plugin/',
  3844.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3845.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3846.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3847.             'eccube_price_len' => 8,
  3848.             'eccube_search_pmax' => 12,
  3849.             'eccube_sitemap_products_per_page' => 1000,
  3850.             'eccube_stext_len' => 255,
  3851.             'eccube_sltext_len' => 500,
  3852.             'eccube_smtext_len' => 100,
  3853.             'eccube_tax_rule_priority' => [
  3854.                 => 'product_id',
  3855.                 => 'product_class_id',
  3856.                 => 'pref_id',
  3857.                 => 'country_id',
  3858.             ],
  3859.             'eccube_url_len' => 1024,
  3860.             'eccube_default_page_count' => 50,
  3861.             'eccube_admin_product_stock_status' => 3,
  3862.             'eccube_customer_reset_expire' => 10,
  3863.             'eccube_csv_export_separator' => ',',
  3864.             'eccube_csv_export_encoding' => 'SJIS-win',
  3865.             'eccube_csv_import_encoding' => [
  3866.                 => 'UTF-8',
  3867.                 => 'SJIS-win',
  3868.                 => 'SJIS',
  3869.                 => 'EUC-JP',
  3870.                 => 'ASCII',
  3871.                 => 'JIS',
  3872.             ],
  3873.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3874.             'eccube_csv_export_multidata_separator' => ',',
  3875.             'eccube_csv_import_delimiter' => ',',
  3876.             'eccube_csv_import_enclosure' => '"',
  3877.             'eccube_csv_import_escape' => '\\',
  3878.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3879.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3880.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3881.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3882.             'eccube_name_len' => 16,
  3883.             'eccube_kana_len' => 25,
  3884.             'eccube_address1_len' => 32,
  3885.             'eccube_address2_len' => 32,
  3886.             'eccube_birth_max' => 110,
  3887.             'eccube_product_order_price_lower' => 1,
  3888.             'eccube_product_order_newer' => 2,
  3889.             'eccube_product_order_price_higher' => 3,
  3890.             'eccube_price_max' => 2147483647,
  3891.             'eccube_tel_len_max' => 14,
  3892.             'eccube_postal_code' => 8,
  3893.             'eccube_password_min_len' => 12,
  3894.             'eccube_password_max_len' => 50,
  3895.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3896.             'eccube_composer_memory_limit' => '1536M',
  3897.             'eccube_order_mail_template_id' => 1,
  3898.             'eccube_entry_confirm_mail_template_id' => 2,
  3899.             'eccube_entry_complete_mail_template_id' => 3,
  3900.             'eccube_customer_withdraw_mail_template_id' => 4,
  3901.             'eccube_contact_mail_template_id' => 5,
  3902.             'eccube_forgot_mail_template_id' => 6,
  3903.             'eccube_reset_complete_mail_template_id' => 7,
  3904.             'eccube_shipping_notify_mail_template_id' => 8,
  3905.             'eccube_rfc_email_check' => false,
  3906.             'eccube_email_len' => 254,
  3907.             'eccube_order_no_format' => '',
  3908.             'eccube_order_pdf_message_len' => 30,
  3909.             'eccube_news_start_year' => 2000,
  3910.             'eccube_result_cache_lifetime' => 3600,
  3911.             'eccube_result_cache_lifetime_short' => 10,
  3912.             'eccube_restrict_file_upload_urls' => [
  3913.                 => 'admin_content_file',
  3914.                 => 'admin_store_plugin_install',
  3915.                 => 'admin_content_page_new',
  3916.                 => 'admin_content_page_edit',
  3917.                 => 'admin_content_block_new',
  3918.                 => 'admin_content_block_edit',
  3919.                 => 'admin_content_css',
  3920.                 => 'admin_content_js',
  3921.                 => 'admin_store_template_install',
  3922.             ],
  3923.             'eccube_login_throttling_max_attempts' => 5,
  3924.             'eccube_login_throttling_interval' => '30 minutes',
  3925.             'eccube_nav' => [
  3926.                 'product' => [
  3927.                     'name' => 'admin.product.product_management',
  3928.                     'icon' => 'fa-cube',
  3929.                     'children' => [
  3930.                         'product_master' => [
  3931.                             'name' => 'admin.product.product_list',
  3932.                             'url' => 'admin_product',
  3933.                         ],
  3934.                         'product_edit' => [
  3935.                             'name' => 'admin.product.product_registration',
  3936.                             'url' => 'admin_product_product_new',
  3937.                         ],
  3938.                         'class_name' => [
  3939.                             'name' => 'admin.product.class_management',
  3940.                             'url' => 'admin_product_class_name',
  3941.                         ],
  3942.                         'class_category' => [
  3943.                             'name' => 'admin.product.category_management',
  3944.                             'url' => 'admin_product_category',
  3945.                         ],
  3946.                         'product_tag' => [
  3947.                             'name' => 'admin.product.tag_management',
  3948.                             'url' => 'admin_product_tag',
  3949.                         ],
  3950.                         'product_csv_import' => [
  3951.                             'name' => 'admin.product.product_csv_upload',
  3952.                             'url' => 'admin_product_csv_import',
  3953.                         ],
  3954.                         'category_csv_import' => [
  3955.                             'name' => 'admin.product.category_csv_upload',
  3956.                             'url' => 'admin_product_category_csv_import',
  3957.                         ],
  3958.                         'sort_category_product42' => [
  3959.                             'name' => 'カテゴリ別商品並び替え',
  3960.                             'url' => 'plugin_sort_category_product42',
  3961.                         ],
  3962.                         'vt4g_subsc_salestype' => [
  3963.                             'name' => 'vt4g_plugin.admin.menu.product.subsc_salestype',
  3964.                             'url' => 'vt4g_admin_subsc_salestype',
  3965.                         ],
  3966.                     ],
  3967.                 ],
  3968.                 'order' => [
  3969.                     'name' => 'admin.order.order_management',
  3970.                     'icon' => 'fa-shopping-cart',
  3971.                     'children' => [
  3972.                         'order_master' => [
  3973.                             'name' => 'admin.order.order_list',
  3974.                             'url' => 'admin_order',
  3975.                         ],
  3976.                         'order_edit' => [
  3977.                             'name' => 'admin.order.order_registration',
  3978.                             'url' => 'admin_order_new',
  3979.                         ],
  3980.                         'shipping_csv_import' => [
  3981.                             'name' => 'admin.order.shipping_csv_upload',
  3982.                             'url' => 'admin_shipping_csv_import',
  3983.                         ],
  3984.                         'plugin_coupon' => [
  3985.                             'name' => 'クーポン',
  3986.                             'url' => 'plugin_coupon_list',
  3987.                         ],
  3988.                         'vt4g_order_csv_upload' => [
  3989.                             'name' => 'vt4g_plugin.admin.menu.order.csv_upload',
  3990.                             'url' => 'vt4g_admin_order_csv_upload',
  3991.                         ],
  3992.                         'vt4g_order_csv_registration' => [
  3993.                             'name' => 'vt4g_plugin.admin.menu.order.csv_registration',
  3994.                             'url' => 'vt4g_admin_order_csv_registration',
  3995.                         ],
  3996.                         'vt4g_order_csv_request' => [
  3997.                             'name' => 'vt4g_plugin.admin.menu.order.csv_request',
  3998.                             'url' => 'vt4g_admin_order_csv_request',
  3999.                         ],
  4000.                         'vt4g_order_csv_result' => [
  4001.                             'name' => 'vt4g_plugin.admin.menu.order.csv_result',
  4002.                             'url' => 'vt4g_admin_order_csv_result',
  4003.                         ],
  4004.                     ],
  4005.                 ],
  4006.                 'customer' => [
  4007.                     'name' => 'admin.customer.customer_management',
  4008.                     'icon' => 'fa-users',
  4009.                     'children' => [
  4010.                         'customer_master' => [
  4011.                             'name' => 'admin.customer.customer_list',
  4012.                             'url' => 'admin_customer',
  4013.                         ],
  4014.                         'customer_edit' => [
  4015.                             'name' => 'admin.customer.customer_registration',
  4016.                             'url' => 'admin_customer_new',
  4017.                         ],
  4018.                         'vt4g_customer_subsc_history' => [
  4019.                             'name' => 'vt4g_plugin.admin.menu.customer.subsc_history',
  4020.                             'url' => 'vt4g_admin_subsc_customer',
  4021.                         ],
  4022.                     ],
  4023.                 ],
  4024.                 'content' => [
  4025.                     'name' => 'admin.content.contents_management',
  4026.                     'icon' => 'fa-file-text-o',
  4027.                     'children' => [
  4028.                         'news' => [
  4029.                             'name' => 'admin.content.news_management',
  4030.                             'url' => 'admin_content_news',
  4031.                         ],
  4032.                         'file' => [
  4033.                             'name' => 'admin.content.file_management',
  4034.                             'url' => 'admin_content_file',
  4035.                         ],
  4036.                         'layout' => [
  4037.                             'name' => 'admin.content.layout_management',
  4038.                             'url' => 'admin_content_layout',
  4039.                         ],
  4040.                         'page' => [
  4041.                             'name' => 'admin.content.page_management',
  4042.                             'url' => 'admin_content_page',
  4043.                         ],
  4044.                         'css' => [
  4045.                             'name' => 'admin.content.css_management',
  4046.                             'url' => 'admin_content_css',
  4047.                         ],
  4048.                         'js' => [
  4049.                             'name' => 'admin.content.js_management',
  4050.                             'url' => 'admin_content_js',
  4051.                         ],
  4052.                         'block' => [
  4053.                             'name' => 'admin.content.block_management',
  4054.                             'url' => 'admin_content_block',
  4055.                         ],
  4056.                         'cache' => [
  4057.                             'name' => 'admin.content.cache_management',
  4058.                             'url' => 'admin_content_cache',
  4059.                         ],
  4060.                         'maintenance' => [
  4061.                             'name' => 'admin.content.maintenance_management',
  4062.                             'url' => 'admin_content_maintenance',
  4063.                         ],
  4064.                     ],
  4065.                 ],
  4066.                 'setting' => [
  4067.                     'name' => 'admin.setting',
  4068.                     'icon' => 'fa-cog',
  4069.                     'children' => [
  4070.                         'shop' => [
  4071.                             'name' => 'admin.setting.shop',
  4072.                             'children' => [
  4073.                                 'shop_index' => [
  4074.                                     'name' => 'admin.setting.shop.shop_setting',
  4075.                                     'url' => 'admin_setting_shop',
  4076.                                 ],
  4077.                                 'shop_tradelaw' => [
  4078.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4079.                                     'url' => 'admin_setting_shop_tradelaw',
  4080.                                 ],
  4081.                                 'shop_agreement' => [
  4082.                                     'name' => 'admin.setting.shop.agreement_setting',
  4083.                                     'url' => 'admin_content_page_edit',
  4084.                                     'param' => [
  4085.                                         'id' => 19,
  4086.                                         'return' => 'agreement',
  4087.                                     ],
  4088.                                 ],
  4089.                                 'shop_payment' => [
  4090.                                     'name' => 'admin.setting.shop.payment_setting',
  4091.                                     'url' => 'admin_setting_shop_payment',
  4092.                                 ],
  4093.                                 'shop_delivery' => [
  4094.                                     'name' => 'admin.setting.shop.delivery_setting',
  4095.                                     'url' => 'admin_setting_shop_delivery',
  4096.                                 ],
  4097.                                 'shop_tax' => [
  4098.                                     'name' => 'admin.setting.shop.tax_setting',
  4099.                                     'url' => 'admin_setting_shop_tax',
  4100.                                 ],
  4101.                                 'shop_mail' => [
  4102.                                     'name' => 'admin.setting.shop.mail_setting',
  4103.                                     'url' => 'admin_setting_shop_mail',
  4104.                                 ],
  4105.                                 'shop_csv' => [
  4106.                                     'name' => 'admin.setting.shop.csv_setting',
  4107.                                     'url' => 'admin_setting_shop_csv',
  4108.                                 ],
  4109.                                 'shop_order_status' => [
  4110.                                     'name' => 'admin.setting.shop.order_status_setting',
  4111.                                     'url' => 'admin_setting_shop_order_status',
  4112.                                 ],
  4113.                                 'shop_calendar' => [
  4114.                                     'name' => 'admin.setting.shop.calendar_setting',
  4115.                                     'url' => 'admin_setting_shop_calendar',
  4116.                                 ],
  4117.                             ],
  4118.                         ],
  4119.                         'system' => [
  4120.                             'name' => 'admin.setting.system',
  4121.                             'children' => [
  4122.                                 'member' => [
  4123.                                     'name' => 'admin.setting.system.member_management',
  4124.                                     'url' => 'admin_setting_system_member',
  4125.                                 ],
  4126.                                 'authority' => [
  4127.                                     'name' => 'admin.setting.system.authority_management',
  4128.                                     'url' => 'admin_setting_system_authority',
  4129.                                 ],
  4130.                                 'security' => [
  4131.                                     'name' => 'admin.setting.system.security_management',
  4132.                                     'url' => 'admin_setting_system_security',
  4133.                                 ],
  4134.                                 'login_history' => [
  4135.                                     'name' => 'admin.setting.system.login_history',
  4136.                                     'url' => 'admin_setting_system_login_history',
  4137.                                 ],
  4138.                                 'log' => [
  4139.                                     'name' => 'admin.setting.system.log_display',
  4140.                                     'url' => 'admin_setting_system_log',
  4141.                                 ],
  4142.                                 'masterdata' => [
  4143.                                     'name' => 'admin.setting.system.master_data_management',
  4144.                                     'url' => 'admin_setting_system_masterdata',
  4145.                                 ],
  4146.                                 'system_index' => [
  4147.                                     'name' => 'admin.setting.system.system_info',
  4148.                                     'url' => 'admin_setting_system_system',
  4149.                                 ],
  4150.                                 'vt4g_log_download' => [
  4151.                                     'name' => 'vt4g_plugin.admin.menu.setting.system.log_download',
  4152.                                     'url' => 'vt4g_admin_log_download',
  4153.                                 ],
  4154.                             ],
  4155.                         ],
  4156.                     ],
  4157.                 ],
  4158.                 'store' => [
  4159.                     'name' => 'admin.store',
  4160.                     'icon' => 'fa-plug',
  4161.                     'children' => [
  4162.                         'plugin' => [
  4163.                             'name' => 'admin.store.plugin',
  4164.                             'children' => [
  4165.                                 'plugin_owners_search' => [
  4166.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4167.                                     'url' => 'admin_store_plugin_owners_search',
  4168.                                 ],
  4169.                                 'plugin_list' => [
  4170.                                     'name' => 'admin.store.plugin.plugin_list',
  4171.                                     'url' => 'admin_store_plugin',
  4172.                                 ],
  4173.                             ],
  4174.                         ],
  4175.                         'template' => [
  4176.                             'name' => 'admin.store.template',
  4177.                             'children' => [
  4178.                                 'template_list' => [
  4179.                                     'name' => 'admin.store.template.template_list',
  4180.                                     'url' => 'admin_store_template',
  4181.                                 ],
  4182.                                 'template_install' => [
  4183.                                     'name' => 'admin.store.template.template_install',
  4184.                                     'url' => 'admin_store_template_install',
  4185.                                 ],
  4186.                             ],
  4187.                         ],
  4188.                         'authentication_setting' => [
  4189.                             'name' => 'admin.store.setting',
  4190.                             'url' => 'admin_store_authentication_setting',
  4191.                         ],
  4192.                     ],
  4193.                 ],
  4194.                 'advanced_form_smart_it' => [
  4195.                     'name' => 'admin.advanced_form_smart_it.form.manager.title',
  4196.                     'icon' => 'fa fa-pencil-square-o',
  4197.                     'children' => [
  4198.                         'advanced_form_smart_it_dashboard' => [
  4199.                             'name' => 'admin.advanced_form_smart_it.dashboard.title',
  4200.                             'url' => 'admin_advanced_form_smart_it_dashboard',
  4201.                         ],
  4202.                         'advanced_form_smart_it_list' => [
  4203.                             'name' => 'admin.advanced_form_smart_it.list.title',
  4204.                             'url' => 'admin_advanced_form_smart_it_index',
  4205.                         ],
  4206.                         'advanced_form_smart_it_new' => [
  4207.                             'name' => 'admin.advanced_form_smart_it.add_new.title',
  4208.                             'url' => 'admin_advanced_form_smart_it_select_template',
  4209.                         ],
  4210.                         'advanced_form_smart_it_submission' => [
  4211.                             'name' => 'admin.advanced_form_smart_it.form.submission.title',
  4212.                             'url' => 'admin_advanced_form_smart_it_submission_index',
  4213.                         ],
  4214.                         'inventory' => [
  4215.                             'name' => 'admin.advanced_form_smart_it.inventory.title',
  4216.                             'url' => 'admin_advanced_form_smart_it_inventory_index',
  4217.                         ],
  4218.                         'advanced_form_smart_it_config' => [
  4219.                             'name' => 'admin.advanced_form_smart_it.config.title',
  4220.                             'url' => 'advanced_form_smart_it_admin_config',
  4221.                         ],
  4222.                     ],
  4223.                 ],
  4224.                 'campaign' => [
  4225.                     'name' => 'joolencouponformemberregistration42.admin.campaign.campaign_management',
  4226.                     'icon' => 'fa-diamond',
  4227.                     'children' => [
  4228.                         'joolencouponformemberregistration42.admin.campaign.coupon_for_member_registration' => [
  4229.                             'name' => 'joolencouponformemberregistration42.admin.campaign.coupon_for_member_registration',
  4230.                             'url' => 'joolen_coupon_for_member_registration42_admin_coupon_for_member_registration',
  4231.                         ],
  4232.                     ],
  4233.                 ],
  4234.             ],
  4235.             'env(MAILER_DSN)' => 'null://null',
  4236.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  4237.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  4238.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4239.             'product_review_display_count_min' => 1,
  4240.             'product_review_display_count_max' => 30,
  4241.             'plugin_recommend.text_area_len' => 4000,
  4242.             'related_product.text_area_len' => 4000,
  4243.             'related_product.max_item_count' => 6,
  4244.             'sales_report_product_maximum_display' => 20,
  4245.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4246.             'sort_category_product.list_order_by.name' => 'おすすめ順',
  4247.             'env(PLUGIN_ECCUBE_2FA_CUSTOMER_COOKIE_NAME)' => 'plugin_eccube_customer_2fa',
  4248.             'env(PLUGIN_ECCUBE_2FA_CUSTOMER_SMS_SEND_COOKIE_NAME)' => 'plugin_eccube_customer_2fa_sms',
  4249.             'env(PLUGIN_ECCUBE_2FA_CUSTOMER_DEVICE_AUTH_SEND_COOKIE_NAME)' => 'plugin_eccube_device_auth_2fa_sms',
  4250.             'env(PLUGIN_ECCUBE_2FA_CUSTOMER_EXPIRE)' => '3600',
  4251.             'env(PLUGIN_ECCUBE_2FA_ROUTE_CUSTOMER_COOKIE_NAME)' => 'plugin_eccube_route_customer_2fa',
  4252.             'env(PLUGIN_ECCUBE_2FA_ROUTE_CUSTOMER_EXPIRE)' => '3600',
  4253.             'env(PLUGIN_ECCUBE_2FA_ROUTE_COOKIE_VALUE_CHARACTER_LENGTH)' => '64',
  4254.             'env(PLUGIN_ECCUBE_2FA_ONE_TIME_TOKEN_LENGTH)' => '6',
  4255.             'env(PLUGIN_ECCUBE_2FA_ONE_TIME_TOKEN_EXPIRE_AFTER_SECONDS)' => '300',
  4256.             'vt4g_plugin.const' => [
  4257.                 'VT4G_CODE' => 'VeriTrans4G2',
  4258.                 'VT4G_SERVICE_NAME' => 'ベリトランス4G',
  4259.                 'VT4G_PLUGIN_NAME' => 'ベリトランス4G決済プラグイン',
  4260.                 'VT4G_ENCODE' => 'UTF-8',
  4261.                 'VT4G_ENCODE_SJIS' => 'SJIS',
  4262.                 'VT4G_PLUGIN_MODE' => 'vt',
  4263.                 'VT4G_PLUGIN_PATH' => 'vt4g',
  4264.                 'VT4G_PLUGIN_CSS_FILENAME' => 'vt4g_css.twig',
  4265.                 'VT4G_PLUGIN_TOKEN_JS_FILENAME' => '/js/token.js',
  4266.                 'VT4G_PLUGIN_LOADING_IMAGE' => '/img/loading.gif',
  4267.                 'VT4G_PLUGIN_TOKEN_API_ENDPOINT' => 'https://api3.veritrans.co.jp/4gtoken',
  4268.                 'VT4G_USED_MAIL_TO' => 'sales@veritrans.jp',
  4269.                 'VT4G_USED_MAIL_SUBJECT' => '[EC-CUBE4] ベリトランス4Gプラグインご利用通知',
  4270.                 'VT4G_ECCUBE_VERSION_THROTTLING' => '4.2.1',
  4271.                 'VT4G_RECAPTCHA_URL' => 'https://www.google.com/recaptcha/api.js?render=',
  4272.                 'VT4G_RECAPTCHA_SITEVERIFY_URL' => 'https://www.google.com/recaptcha/api/siteverify',
  4273.                 'VT4G_CUSTOMER_ID_DIGITS' => 10,
  4274.                 'VT4G_PAYTYPEID_CREDIT' => 10,
  4275.                 'VT4G_PAYTYPEID_CVS' => 20,
  4276.                 'VT4G_PAYTYPEID_BANK' => 30,
  4277.                 'VT4G_PAYTYPEID_ATM' => 31,
  4278.                 'VT4G_PAYTYPEID_UPOP' => 40,
  4279.                 'VT4G_PAYTYPEID_ALIPAY' => 50,
  4280.                 'VT4G_PAYTYPEID_RAKUTEN' => 60,
  4281.                 'VT4G_PAYTYPEID_RECRUIT' => 61,
  4282.                 'VT4G_PAYTYPEID_LINEPAY' => 62,
  4283.                 'VT4G_PAYTYPEID_RAKUTEN_V2' => 63,
  4284.                 'VT4G_PAYTYPEID_PAYPAL' => 70,
  4285.                 'VT4G_PAYTYPEID_PAYPAY' => 80,
  4286.                 'VT4G_PAYNAME_PAYTYPEID_10' => 'クレジットカード決済',
  4287.                 'VT4G_PAYNAME_PAYTYPEID_12' => '本人認証(クレジットカード決済)',
  4288.                 'VT4G_PAYNAME_PAYTYPEID_20' => 'コンビニ決済',
  4289.                 'VT4G_PAYNAME_PAYTYPEID_30' => 'ネットバンク決済',
  4290.                 'VT4G_PAYNAME_PAYTYPEID_31' => 'ペイジー(Pay-easy)',
  4291.                 'VT4G_PAYNAME_PAYTYPEID_40' => '銀聯ネット決済',
  4292.                 'VT4G_PAYNAME_PAYTYPEID_50' => 'Alipay決済',
  4293.                 'VT4G_PAYNAME_PAYTYPEID_60' => '楽天ペイ',
  4294.                 'VT4G_PAYNAME_PAYTYPEID_61' => 'リクルートかんたん支払い',
  4295.                 'VT4G_PAYNAME_PAYTYPEID_62' => 'LINE Pay',
  4296.                 'VT4G_PAYNAME_PAYTYPEID_63' => '楽天ペイV2',
  4297.                 'VT4G_PAYNAME_PAYTYPEID_70' => 'PayPal決済',
  4298.                 'VT4G_PAYNAME_PAYTYPEID_80' => 'PayPay',
  4299.                 'VT4G_REMOVED_PAYNAME_LABEL' => '(VT4Gプラグイン削除済み)',
  4300.                 'VT4G_PAYNAME_BEFORE_PAYEASY' => 'ATM決済',
  4301.                 'VT4G_CODE_PAYTYPEID_10' => 'Credit',
  4302.                 'VT4G_CODE_PAYTYPEID_20' => 'CVS',
  4303.                 'VT4G_CODE_PAYTYPEID_30' => 'Bank',
  4304.                 'VT4G_CODE_PAYTYPEID_31' => 'ATM',
  4305.                 'VT4G_CODE_PAYTYPEID_40' => 'UPOP',
  4306.                 'VT4G_CODE_PAYTYPEID_50' => 'Alipay',
  4307.                 'VT4G_CODE_PAYTYPEID_60' => 'Rakuten',
  4308.                 'VT4G_CODE_PAYTYPEID_61' => 'Recruit',
  4309.                 'VT4G_CODE_PAYTYPEID_62' => 'LINEPay',
  4310.                 'VT4G_CODE_PAYTYPEID_63' => 'RakutenV2',
  4311.                 'VT4G_CODE_PAYTYPEID_70' => 'PayPal',
  4312.                 'VT4G_CODE_PAYTYPEID_80' => 'PayPay',
  4313.                 'VT4G_PAYTYPEID_SORT_LIST' => [
  4314.                     => 10,
  4315.                     => 20,
  4316.                     => 30,
  4317.                     => 31,
  4318.                     => 40,
  4319.                     => 50,
  4320.                     => 60,
  4321.                     => 63,
  4322.                     => 61,
  4323.                     => 62,
  4324.                     10 => 70,
  4325.                     11 => 80,
  4326.                 ],
  4327.                 'VT4G_METHOD_COMMON' => 'CommonMethod',
  4328.                 'VT4G_SERVICE_PAYTYPEID_30' => 'netbank-pc',
  4329.                 'VT4G_SERVICE_PAYTYPEID_31' => 'atm',
  4330.                 'VT4G_PAYMENT' => [
  4331.                     'URL' => [
  4332.                         'INDEX' => [
  4333.                             'NAME' => 'vt4g_shopping_payment',
  4334.                             'LABEL' => '商品購入/ベリトランス4G決済画面',
  4335.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_payment',
  4336.                         ],
  4337.                         'COMPLETE' => [
  4338.                             'NAME' => 'vt4g_shopping_payment_complete',
  4339.                         ],
  4340.                         'BACK' => [
  4341.                             'NAME' => 'vt4g_shopping_payment_back',
  4342.                         ],
  4343.                     ],
  4344.                 ],
  4345.                 'VT4G_PAY_STATUS' => [
  4346.                     'AUTH' => [
  4347.                         'VALUE' => 1,
  4348.                         'LABEL' => '与信',
  4349.                         'RECV_NAME' => '申込結果',
  4350.                     ],
  4351.                     'CAPTURE' => [
  4352.                         'VALUE' => 2,
  4353.                         'LABEL' => '売上',
  4354.                         'RECV_NAME' => '売上結果',
  4355.                     ],
  4356.                     'CANCEL' => [
  4357.                         'VALUE' => 3,
  4358.                         'LABEL' => '取消',
  4359.                         'RECV_NAME' => '取消結果',
  4360.                     ],
  4361.                     'REQUEST' => [
  4362.                         'VALUE' => 4,
  4363.                         'LABEL' => '申込',
  4364.                     ],
  4365.                     'DEPOSIT' => [
  4366.                         'VALUE' => 5,
  4367.                         'LABEL' => '入金',
  4368.                         'RECV_NAME' => '入金結果',
  4369.                     ],
  4370.                     'REFUND' => [
  4371.                         'VALUE' => 6,
  4372.                         'LABEL' => '返金',
  4373.                         'RECV_NAME' => '返金結果',
  4374.                     ],
  4375.                     'EXPIRED' => [
  4376.                         'VALUE' => 7,
  4377.                         'LABEL' => '期限切れ',
  4378.                     ],
  4379.                     'NEWLY' => [
  4380.                         'VALUE' => 8,
  4381.                         'LABEL' => '新規決済',
  4382.                     ],
  4383.                     'CAPTURE_REQUEST' => [
  4384.                         'VALUE' => 9,
  4385.                         'LABEL' => '売上要求中',
  4386.                     ],
  4387.                     'CANCEL_REQUEST' => [
  4388.                         'VALUE' => 10,
  4389.                         'LABEL' => '取消要求中',
  4390.                     ],
  4391.                     'REDUCTION_REQUEST' => [
  4392.                         'VALUE' => 11,
  4393.                         'LABEL' => '減額要求中',
  4394.                     ],
  4395.                     'UPDATEAUTH_EXTENSION' => [
  4396.                         'VALUE' => 12,
  4397.                         'LABEL' => '与信変更(与信延長)',
  4398.                     ],
  4399.                     'UPDATEAUTH_AMOUNT' => [
  4400.                         'VALUE' => 13,
  4401.                         'LABEL' => '与信変更(金額変更)',
  4402.                     ],
  4403.                     'UPDATEAUTH_AMOUNT_AND_EXTENSION' => [
  4404.                         'VALUE' => 14,
  4405.                         'LABEL' => '与信変更(与信延長+金額変更)',
  4406.                     ],
  4407.                     'FAILURE' => [
  4408.                         'VALUE' => 99,
  4409.                         'LABEL' => '決済失敗',
  4410.                     ],
  4411.                 ],
  4412.                 'VT4G_LABEL_RENAME' => [
  4413.                     'RAKUTEN' => [
  4414.                         'REFUND' => '減額',
  4415.                     ],
  4416.                 ],
  4417.                 'VT4G_CONVENI' => [
  4418.                     'SEVENELEVEN' => [
  4419.                         'CODE' => 'sej',
  4420.                         'LABEL' => 'セブン-イレブン',
  4421.                     ],
  4422.                     'LAWSON' => [
  4423.                         'CODE' => 'lawson',
  4424.                         'LABEL' => 'ローソン(ローソン、ミニストップ、セイコーマート)',
  4425.                     ],
  4426.                     'FAMILYMART' => [
  4427.                         'CODE' => 'famima',
  4428.                         'LABEL' => 'ファミリーマート',
  4429.                     ],
  4430.                     'DAILYYAMAZAKI' => [
  4431.                         'CODE' => 'other',
  4432.                         'LABEL' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4433.                     ],
  4434.                     'ECON' => [
  4435.                         'CODE' => 'econ',
  4436.                         'LABEL' => 'ローソン・ファミリーマート・ミニストップ・セイコーマート',
  4437.                     ],
  4438.                 ],
  4439.                 'VT4G_RECV_CVS_TYPE' => [
  4440.                     'sej' => 'セブン-イレブン',
  4441.                     'econ-lw' => 'ローソン',
  4442.                     'econ-fm' => 'ファミリーマート',
  4443.                     'econ-mini' => 'ミニストップ',
  4444.                     'econ-other' => 'セイコーマート',
  4445.                     'lawson' => 'ローソン、ミニストップ、セイコーマート',
  4446.                     'famima' => 'ファミリーマート',
  4447.                     'other' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4448.                 ],
  4449.                 'VT4G_RECV_PAYPAL_FIXED' => 1,
  4450.                 'VT4G_RECV_TXN_TYPE_AUTH' => 'Authorize',
  4451.                 'VT4G_RECV_TXN_TYPE_CAPTURE' => 'Capture',
  4452.                 'VT4G_RECV_TXN_TYPE_REFUND' => 'Refund',
  4453.                 'VT4G_RECV_TXN_TYPE_CANCEL' => 'Cancel',
  4454.                 'VT4G_RECV_TXN_TYPE_CREDIT' => [
  4455.                     => 'Verify',
  4456.                     => 'AuthorizeConfirm',
  4457.                     => 'VerifyNotify',
  4458.                 ],
  4459.                 'VT4G_RECV_RECODE_HEAD' => [
  4460.                     => 'numberOfNotify',
  4461.                     => 'pushTime',
  4462.                     => 'pushId',
  4463.                 ],
  4464.                 'VT4G_RECV_RECODE_BODY' => [
  4465.                     'VT4G_PAYTYPEID_CREDIT' => [
  4466.                         => 'orderId',
  4467.                         => 'vResultCode',
  4468.                         => 'txnType',
  4469.                         => 'mpiMstatus',
  4470.                         => 'cardMstatus',
  4471.                         => 'dummy',
  4472.                     ],
  4473.                     'VT4G_PAYTYPEID_CVS' => [
  4474.                         => 'orderId',
  4475.                         => 'cvsType',
  4476.                         => 'receiptNo',
  4477.                         => 'receiptDate',
  4478.                         => 'rcvAmount',
  4479.                         => 'dummy',
  4480.                     ],
  4481.                     'VT4G_PAYTYPEID_BANK' => [
  4482.                         => 'orderId',
  4483.                         => 'kikanNo',
  4484.                         => 'kigyoNo',
  4485.                         => 'rcvDate',
  4486.                         => 'customerNo',
  4487.                         => 'confNo',
  4488.                         => 'rcvAmount',
  4489.                         => 'dummy',
  4490.                     ],
  4491.                     'VT4G_PAYTYPEID_UPOP' => [
  4492.                         => 'orderId',
  4493.                         => 'txnType',
  4494.                         => 'mstatus',
  4495.                         => 'traceNumber',
  4496.                         => 'traceTime',
  4497.                         => 'settleAmount',
  4498.                         => 'settleDate',
  4499.                         => 'settleRate',
  4500.                         => 'dummy',
  4501.                     ],
  4502.                     'VT4G_PAYTYPEID_ALIPAY' => [
  4503.                         => 'orderId',
  4504.                         => 'txnType',
  4505.                         => 'mstatus',
  4506.                         => 'vResultCode',
  4507.                         => 'centerTradeId',
  4508.                         => 'dummy',
  4509.                     ],
  4510.                     'VT4G_PAYTYPEID_RAKUTEN_V2' => [
  4511.                         => 'orderId',
  4512.                         => 'txnType',
  4513.                         => 'txnTime',
  4514.                         => 'vResultCode',
  4515.                         => 'mstatus',
  4516.                         => 'usedPoint',
  4517.                         => 'gatewayOrderId',
  4518.                         => 'dummy',
  4519.                     ],
  4520.                     'VT4G_PAYTYPEID_RAKUTEN' => [
  4521.                         => 'orderId',
  4522.                         => 'txnType',
  4523.                         => 'txnTime',
  4524.                         => 'vResultCode',
  4525.                         => 'mstatus',
  4526.                         => 'usedPoint',
  4527.                         => 'dummy',
  4528.                     ],
  4529.                     'VT4G_PAYTYPEID_RECRUIT' => [
  4530.                         => 'orderId',
  4531.                         => 'txnType',
  4532.                         => 'txnTime',
  4533.                         => 'vResultCode',
  4534.                         => 'mstatus',
  4535.                         => 'recruitOrderId',
  4536.                         => 'usePoint',
  4537.                         => 'givePoint',
  4538.                         => 'recruitCoupon',
  4539.                         => 'merchantCoupon',
  4540.                         10 => 'dummy',
  4541.                     ],
  4542.                     'VT4G_PAYTYPEID_LINEPAY' => [
  4543.                         => 'orderId',
  4544.                         => 'txnType',
  4545.                         => 'txnTime',
  4546.                         => 'vResultCode',
  4547.                         => 'mstatus',
  4548.                         => 'linepayOrderId',
  4549.                         => 'dummy',
  4550.                     ],
  4551.                     'VT4G_PAYTYPEID_PAYPAL' => [
  4552.                         => 'orderId',
  4553.                         => 'mstatus',
  4554.                         => 'txnType',
  4555.                         => 'receivedDatetime',
  4556.                         => 'amount',
  4557.                         => 'payerId',
  4558.                         => 'centerTxnId',
  4559.                         => 'dummy',
  4560.                     ],
  4561.                     'VT4G_PAYTYPEID_PAYPAY' => [
  4562.                         => 'orderId',
  4563.                         => 'txnType',
  4564.                         => 'mstatus',
  4565.                         => 'vResultCode',
  4566.                         => 'paypayOrderId',
  4567.                         => 'dummy',
  4568.                     ],
  4569.                 ],
  4570.                 'VT4G_RECV_MAIL_SUBJECT' => [
  4571.                     'ERROR' => ' - 結果通知エラー報知メール',
  4572.                     'RESULT' => '要求結果報知メール',
  4573.                     'PAYMENT_INFO' => '入金報知メール',
  4574.                 ],
  4575.                 'VT4G_OPERATION_AUTH' => 'AUTH',
  4576.                 'VT4G_OPERATION_CAPTURE' => 'CAPTURE',
  4577.                 'VT4G_OPERATION_CANCEL' => 'CANCEL',
  4578.                 'VT4G_OPERATION_REFUND' => 'REFUND',
  4579.                 'VT4G_OPERATION_REFUND_ALL' => 'REFUND_ALL',
  4580.                 'VT4G_OPERATION_NEWLY' => 'NEWLY',
  4581.                 'VT4G_OPERATION_UPDATEAUTH' => 'UPDATEAUTH',
  4582.                 'VT4G_OPERATION_UPDATEAUTH_EXTENSION' => 'UPDATEAUTH_EXTENSION',
  4583.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT' => 'UPDATEAUTH_AMOUNT',
  4584.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT_AND_EXTENSION' => 'UPDATEAUTH_AMOUNT_AND_EXTENSION',
  4585.                 'VT4G_OPERATION_NAME' => [
  4586.                     'REFUND' => '再売上(減額用)',
  4587.                     'REFUND_ALL' => '全額返金',
  4588.                 ],
  4589.                 'VT4G_MAIL_TIMING' => [
  4590.                     'ORDER' => [
  4591.                         'ON_COMPLETE' => 0,
  4592.                         'ON_PAYMENT' => 1,
  4593.                     ],
  4594.                     'BANK' => [
  4595.                         'ON_PAYMENT' => 0,
  4596.                         'ON_RECEIVE' => 1,
  4597.                     ],
  4598.                 ],
  4599.                 'VT4G_MAIL_TARGET' => [
  4600.                     'RAKUTEN' => [
  4601.                         'FAILURE' => 0,
  4602.                         'ALL' => 1,
  4603.                     ],
  4604.                 ],
  4605.                 'VT4G_FORM' => [
  4606.                     'REGEX' => [
  4607.                         'VERITRANS_ID_PREFIX' => '/^[[:alnum:]_\\-\\.]+$/i',
  4608.                         'INTEGER' => '/^[0-9]+$/',
  4609.                     ],
  4610.                     'RANGE' => [
  4611.                         'MIN' => [
  4612.                             'PAYMENT_TERM' => 1,
  4613.                             'CARDINFO_REGIST_MAX' => 1,
  4614.                             'ROLLBACK_TIME' => 1,
  4615.                         ],
  4616.                         'MAX' => [
  4617.                             'PAYMENT_TERM' => 60,
  4618.                             'CARDINFO_REGIST_MAX' => 10,
  4619.                             'ROLLBACK_TIME' => 999,
  4620.                         ],
  4621.                     ],
  4622.                     'LENGTH' => [
  4623.                         'MIN' => [
  4624.                             'VERITRANS_ID_PREFIX' => 1,
  4625.                             'CARD_NO' => 14,
  4626.                             'SECURITY_CODE' => 3,
  4627.                             'CARD_NAME' => 2,
  4628.                         ],
  4629.                         'MAX' => [
  4630.                             'PAYMENT_TERM' => 2,
  4631.                             'CONTENTS' => 12,
  4632.                             'CONTENTS_KANA' => 24,
  4633.                             'ORDER_MAIL_TITLE1' => 50,
  4634.                             'ORDER_MAIL_BODY1' => 1000,
  4635.                             'VERITRANS_ID_PREFIX' => 17,
  4636.                             'MERCHANT_CCID' => 24,
  4637.                             'MERCHANT_PASS' => 64,
  4638.                             'MERCHANT_ID' => 24,
  4639.                             'MERCHANT_HASH' => 24,
  4640.                             'TOKEN_API_KEY' => 36,
  4641.                             'VT4G_ORDER_ID_PREFIX' => 50,
  4642.                             'FREE' => 16,
  4643.                             'CARD_NO' => 16,
  4644.                             'SECURITY_CODE' => 4,
  4645.                             'CARD_NAME' => 45,
  4646.                             'COMMODITY_NAME' => 100,
  4647.                             'REFUND_REASON' => 80,
  4648.                             'ITEM_NAME' => [
  4649.                                 'LEN_255' => 255,
  4650.                                 'LEN_300' => 300,
  4651.                             ],
  4652.                             'ORDER_DESCRIPTION' => 127,
  4653.                             'PAYMENT_TERM_DAY' => 2,
  4654.                             'PUSH_URL' => 256,
  4655.                         ],
  4656.                     ],
  4657.                     'CHOICES' => [
  4658.                         'COMMON_FLG' => [
  4659.                             '利用する' => 1,
  4660.                             '利用しない' => 0,
  4661.                         ],
  4662.                         'WITH_CAPTURE' => [
  4663.                             '与信+売上' => 1,
  4664.                             '与信のみ' => 0,
  4665.                         ],
  4666.                         'CREDIT_PAY_METHOD' => [
  4667.                             '一括払い' => '10',
  4668.                             'ボーナス一括' => '21',
  4669.                             '分割2回払い' => '61C02',
  4670.                             '分割3回払い' => '61C03',
  4671.                             '分割4回払い' => '61C04',
  4672.                             '分割5回払い' => '61C05',
  4673.                             '分割6回払い' => '61C06',
  4674.                             '分割7回払い' => '61C07',
  4675.                             '分割8回払い' => '61C08',
  4676.                             '分割9回払い' => '61C09',
  4677.                             '分割10回払い' => '61C10',
  4678.                             '分割11回払い' => '61C11',
  4679.                             '分割12回払い' => '61C12',
  4680.                             '分割13回払い' => '61C13',
  4681.                             '分割14回払い' => '61C14',
  4682.                             '分割15回払い' => '61C15',
  4683.                             '分割16回払い' => '61C16',
  4684.                             '分割17回払い' => '61C17',
  4685.                             '分割18回払い' => '61C18',
  4686.                             '分割19回払い' => '61C19',
  4687.                             '分割20回払い' => '61C20',
  4688.                             '分割21回払い' => '61C21',
  4689.                             '分割22回払い' => '61C22',
  4690.                             '分割23回払い' => '61C23',
  4691.                             '分割24回払い' => '61C24',
  4692.                             'リボルビング払い' => '80',
  4693.                         ],
  4694.                         'MPI_OPTION' => [
  4695.                             '完全認証' => 'mpi-complete',
  4696.                             '通常認証(カード会社リスク負担)' => 'mpi-company',
  4697.                             '通常認証(カード会社、加盟店リスク負担)' => 'mpi-merchant',
  4698.                         ],
  4699.                         'ONE_CLICK_FLG' => [
  4700.                             'かんたん決済' => 2,
  4701.                             'ベリトランス会員ID決済' => 1,
  4702.                             '利用しない' => 0,
  4703.                         ],
  4704.                         'CONVENI' => [
  4705.                             '01:セブンイレブン' => 'sej',
  4706.                             '02:ローソン・ミニストップ・セイコーマート' => 'lawson',
  4707.                             '03:ファミリーマート' => 'famima',
  4708.                             '04:デイリーヤマザキ・ヤマザキデイリーストア' => 'other',
  4709.                             '05:ローソン・ファミリーマート・ミニストップ・セイコーマート' => 'econ',
  4710.                         ],
  4711.                         'MAIL_TIMING' => [
  4712.                             '入金通知受信時' => 1,
  4713.                             '決済申込完了時' => 0,
  4714.                         ],
  4715.                         'DUMMY_MODE_FLG' => [
  4716.                             '本番モードで稼働' => 0,
  4717.                             'ダミーモードで稼働' => 1,
  4718.                         ],
  4719.                         'RESULT_MAIL_TARGET' => [
  4720.                             'すべて' => 1,
  4721.                             '要求不成立のみ' => 0,
  4722.                         ],
  4723.                         'REGISTRATION_FLG' => [
  4724.                             '登録する' => 1,
  4725.                             '登録しない' => 0,
  4726.                             '初期値なし' => 2,
  4727.                         ],
  4728.                         'RETRADE_FLG' => [
  4729.                             '利用する' => 1,
  4730.                             '利用しない' => 0,
  4731.                         ],
  4732.                         'SEND_PAYMENT_INFO_MAIL' => [
  4733.                             '送信する(TO:注文者、BCC:ショップ)' => 2,
  4734.                             '送信する(TO:ショップ)' => 1,
  4735.                             '送信しない' => 0,
  4736.                         ],
  4737.                         'PUSH_URL_AUTO_SETTING' => [
  4738.                             'MAPの値を利用する(自動設定しない)' => 0,
  4739.                             '自動で設定する' => 1,
  4740.                             '手動で設定する' => 2,
  4741.                         ],
  4742.                         'UPDATE_AUTHORIZE' => [
  4743.                             '使用する' => 1,
  4744.                             '使用しない' => 0,
  4745.                         ],
  4746.                         'USE_RECAPTCHA' => [
  4747.                             '利用する(プラグイン提供決済すべて)' => 2,
  4748.                             '利用する(クレジットカード決済のみ)' => 1,
  4749.                             '利用しない' => 0,
  4750.                         ],
  4751.                         'RECAPTCHA_SCORE' => [
  4752.                             '0.0' => '0.0',
  4753.                             '0.1' => '0.1',
  4754.                             '0.2' => '0.2',
  4755.                             '0.3' => '0.3',
  4756.                             '0.4' => '0.4',
  4757.                             '0.5' => '0.5',
  4758.                             '0.6' => '0.6',
  4759.                             '0.7' => '0.7',
  4760.                             '0.8' => '0.8',
  4761.                             '0.9' => '0.9',
  4762.                             '1.0' => '1.0',
  4763.                         ],
  4764.                     ],
  4765.                     'DEFAULT' => [
  4766.                         'WITH_CAPTURE' => 0,
  4767.                         'CREDIT_PAY_METHOD' => '10',
  4768.                         'SECURITY_FLG' => 1,
  4769.                         'MPI_FLG' => 1,
  4770.                         'MPI_OPTION' => 'mpi-company',
  4771.                         'ONE_CLICK_FLG' => 0,
  4772.                         'DUMMY_MODE_FLG' => 1,
  4773.                         'MAIL_TIMING' => 0,
  4774.                         'RESULT_MAIL_TARGET' => 0,
  4775.                         'CARDINFO_REGIST_DEFAULT' => 2,
  4776.                         'CARDINFO_REGIST_MAX' => 5,
  4777.                         'SEND_PAYMENT_INFO_MAIL' => 0,
  4778.                         'CONTENTS_KANA' => 'ゴチュウモンブン',
  4779.                         'COMMODITY_NAME' => 'ご注文の商品',
  4780.                         'REFUND_REASON' => 'ご注文の返金',
  4781.                         'PUSH_URL_AUTO_SETTING' => 0,
  4782.                         'UPDATE_AUTHORIZE' => 0,
  4783.                         'RATE_LIMIT' => 0,
  4784.                         'USE_RECAPTCHA' => 0,
  4785.                         'ROLLBACK_TIME' => [
  4786.                             'TIME_60' => 60,
  4787.                             'TIME_480' => 480,
  4788.                         ],
  4789.                     ],
  4790.                 ],
  4791.                 'VT4G_WITH_CAPTURE' => [
  4792.                     'AUTH' => 0,
  4793.                     'CAPTURE' => 1,
  4794.                 ],
  4795.                 'VT4G_REQUEST' => [
  4796.                     'CREDIT' => [
  4797.                         'RETRY_LIMIT' => 3,
  4798.                         'RETRY_WAIT' => 3,
  4799.                     ],
  4800.                 ],
  4801.                 'VT4G_RESPONSE' => [
  4802.                     'MSTATUS' => [
  4803.                         'OK' => 'success',
  4804.                         'NG' => 'failure',
  4805.                         'PENDING' => 'pending',
  4806.                     ],
  4807.                     'V_RESULT_CODE' => [
  4808.                         'RAKUTEN' => [
  4809.                             'REQUEST_TIMEOUT' => 'FG26',
  4810.                         ],
  4811.                     ],
  4812.                 ],
  4813.                 'VT4G_PUSH_URL_AUTO_SETTING' => [
  4814.                     'MAP' => 0,
  4815.                     'AUTO' => 1,
  4816.                     'MANUAL' => 2,
  4817.                 ],
  4818.                 'VT4G_DOC_PATH' => '/Resource/doc',
  4819.                 'VT4G_EXPLAIN_FILE_NAME_FMT' => '/explain_%s.txt',
  4820.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR98' => 98,
  4821.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR99' => 99,
  4822.                 'VT4G_CREDIT_MPI_OPTION' => [
  4823.                     'COMPLETE' => 'mpi-complete',
  4824.                     'COMPANY' => 'mpi-company',
  4825.                     'MERCHANT' => 'mpi-merchant',
  4826.                 ],
  4827.                 'VT4G_CREDIT_ONE_CLICK' => [
  4828.                     'RETRADE' => 2,
  4829.                     'VERITRANS_ID' => 1,
  4830.                     'DISABLED' => 0,
  4831.                 ],
  4832.                 'VT4G_CREDIT_RETRADE' => [
  4833.                     'DATETIME_FORMAT' => 'Y-m-d 00:00:00',
  4834.                     'LIMIT_CARDS' => 10,
  4835.                     'VALID_MONTH' => 13,
  4836.                 ],
  4837.                 'VT4G_CREDIT_ERR_TRANS_PREFIX' => 'front.order.vt4g.vresult_code_',
  4838.                 'VT4G_CREDIT_VERITRANS_ID_SESSION_KEY' => 'vt4g_veritrans_id',
  4839.                 'VT4G_CREDIT_VERIFY_TIMEOUT' => 25,
  4840.                 'VT4G_CREDIT_VERIFY_RESULT_LINK' => 2,
  4841.                 'VT4G_CREDIT_PAYNOWID_TEMP_REG' => 1,
  4842.                 'VT4G_CREDIT_DEVICE_CHANNEL' => '02',
  4843.                 'VT4G_CREDIT_CARDHOLDER_HOME_PHONE_COUNTRY' => '81',
  4844.                 'VT4G_RAKUTEN_V2_PAYTYPE' => 2,
  4845.                 'VT4G_ALIPAY_CURRENCY' => 'JPY',
  4846.                 'VT4G_UPOP_TIMEOUT' => 30,
  4847.                 'VT4G_UPOP_CURRENCY' => [
  4848.                     392 => '日本円',
  4849.                     156 => '中国元',
  4850.                 ],
  4851.                 'VT4G_PAYPAL_ACTION' => [
  4852.                     'CREDIT' => 'set',
  4853.                     'COMPLETE' => 'do',
  4854.                 ],
  4855.                 'VT4G_PAYPAL_SHIPPING' => [
  4856.                     'DISABLED' => 0,
  4857.                 ],
  4858.                 'VT4G_PAYPAY_SERVICE_OPTION_TYPE' => 'online',
  4859.                 'VT4G_PAYPAY_TIMEOUT' => 5,
  4860.                 'VT4G_MERCHANT_CCID' => [
  4861.                     'EXCLUDE' => [
  4862.                         => '69951cc',
  4863.                         => '69992cc',
  4864.                     ],
  4865.                 ],
  4866.                 'VT4G_PAYMENT_INFO_MAIL' => [
  4867.                     'TO' => [
  4868.                         'CUSTOMER' => 2,
  4869.                         'SHOP' => 1,
  4870.                         'DISABLED' => 0,
  4871.                     ],
  4872.                 ],
  4873.                 'VT4G_RECAPTCHA_EXECUTE' => [
  4874.                     'ALL_PAYMENT' => 2,
  4875.                     'ONLY_CREDIT' => 1,
  4876.                     'NONE' => 0,
  4877.                 ],
  4878.                 'RULE_MIN_PAYTYPEID_10' => 2,
  4879.                 'RULE_MIN_PAYTYPEID_20' => 1,
  4880.                 'RULE_MIN_PAYTYPEID_30' => 1,
  4881.                 'RULE_MIN_PAYTYPEID_31' => 1,
  4882.                 'RULE_MIN_PAYTYPEID_40' => 1,
  4883.                 'RULE_MIN_PAYTYPEID_50' => 1,
  4884.                 'RULE_MIN_PAYTYPEID_60' => 100,
  4885.                 'RULE_MIN_PAYTYPEID_61' => 1,
  4886.                 'RULE_MIN_PAYTYPEID_62' => 1,
  4887.                 'RULE_MIN_PAYTYPEID_63' => 100,
  4888.                 'RULE_MIN_PAYTYPEID_70' => 1,
  4889.                 'RULE_MIN_PAYTYPEID_80' => 1,
  4890.                 'RULE_MAX_PAYTYPEID_10' => 99999999,
  4891.                 'RULE_MAX_PAYTYPEID_20' => 299999,
  4892.                 'RULE_MAX_PAYTYPEID_30' => 2000000000,
  4893.                 'RULE_MAX_PAYTYPEID_31' => 2000000000,
  4894.                 'RULE_MAX_PAYTYPEID_40' => 999999999,
  4895.                 'RULE_MAX_PAYTYPEID_50' => 9999999,
  4896.                 'RULE_MAX_PAYTYPEID_60' => 99999999,
  4897.                 'RULE_MAX_PAYTYPEID_61' => 9999999,
  4898.                 'RULE_MAX_PAYTYPEID_62' => 9999999,
  4899.                 'RULE_MAX_PAYTYPEID_63' => 99999999,
  4900.                 'RULE_MAX_PAYTYPEID_70' => 1000000,
  4901.                 'RULE_MAX_PAYTYPEID_80' => 500000,
  4902.                 'ORDER_CSV_COLUMN_CONFIG' => [
  4903.                     'NAME' => '注文ID',
  4904.                 ],
  4905.                 'ORDER_CSV_TEMPLATE' => 'order.csv',
  4906.                 'VT4G_MYPAGE' => [
  4907.                     'URL' => [
  4908.                         'INDEX' => [
  4909.                             'NAME' => 'mypage_vt4g_account_id',
  4910.                             'LABEL' => 'MYページ/ベリトランス会員ID',
  4911.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id',
  4912.                         ],
  4913.                     ],
  4914.                 ],
  4915.                 'VT4G_RAKUTEN_BUTTON' => [
  4916.                     'URL' => [
  4917.                         'INDEX' => [
  4918.                             'NAME' => 'vt4g_admin_preview_rakuten_button',
  4919.                             'LABEL' => '商品購入/楽天ペイ支払いボタン',
  4920.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_button_rakuten',
  4921.                         ],
  4922.                     ],
  4923.                 ],
  4924.                 'VT4G_MYPAGE_SUBSC_PAYMENT' => [
  4925.                     'URL' => [
  4926.                         'INDEX' => [
  4927.                             'NAME' => 'mypage_vt4g_subsc_payment',
  4928.                             'LABEL' => 'MYページ/継続課金決済履歴',
  4929.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment',
  4930.                         ],
  4931.                     ],
  4932.                 ],
  4933.                 'VT4G_MYPAGE_SUBSC_PAYMENT_HISTORY' => [
  4934.                     'URL' => [
  4935.                         'INDEX' => [
  4936.                             'NAME' => 'mypage_vt4g_subsc_payment_history',
  4937.                             'LABEL' => 'MYページ/継続課金決済履歴詳細',
  4938.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history',
  4939.                         ],
  4940.                     ],
  4941.                 ],
  4942.                 'VT4G_MYPAGE_RETRADE' => [
  4943.                     'URL' => [
  4944.                         'INDEX' => [
  4945.                             'NAME' => 'mypage_vt4g_retrade',
  4946.                             'LABEL' => 'MYページ/かんたん決済',
  4947.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade',
  4948.                         ],
  4949.                     ],
  4950.                 ],
  4951.                 'VT4G_WITHDRAW_ERROR_MAIL_SUBJECT' => ' - ベリトランス会員ID削除エラー報知メール',
  4952.                 'VT4G_DTB_CSV' => [
  4953.                     'CUSTOMER' => [
  4954.                         'VT4G_ACCOUNT_ID' => [
  4955.                             'DISP_NAME' => 'ベリトランス会員ID',
  4956.                             'FIELD_NAME' => 'vt4g_account_id',
  4957.                         ],
  4958.                     ],
  4959.                     'ORDER' => [
  4960.                         'VT4G_PAYMENT_STATUS' => [
  4961.                             'DISP_NAME' => '決済状況',
  4962.                             'FIELD_NAME' => 'vt4g_payment_status',
  4963.                         ],
  4964.                         'VT4G_ORDER_ID' => [
  4965.                             'DISP_NAME' => '決済取引ID',
  4966.                             'FIELD_NAME' => 'vt4g_order_id',
  4967.                         ],
  4968.                         'VT4G_ROLLBACK_DATE' => [
  4969.                             'DISP_NAME' => 'ベリトランス4Gロールバック日時',
  4970.                             'FIELD_NAME' => 'vt4g_rollback_date',
  4971.                         ],
  4972.                     ],
  4973.                 ],
  4974.                 'VT4G_DTB_MAIL_TEMPLATE' => [
  4975.                     'PAYMENT_INFO' => [
  4976.                         'NAME' => 'ベリトランス4G入金お知らせメール',
  4977.                         'FILE_NAME' => 'VeriTrans4G2/Resource/template/default/Mail/vt4g_payment_recv_payment_info_1_0_0.twig',
  4978.                         'MAIL_SUBJECT' => 'ご入金を確認しました',
  4979.                     ],
  4980.                 ],
  4981.                 'VT4G_SUBSC_PRODUCT_CULUMN' => [
  4982.                     'MY_PAGE_DISP_FLG_ON' => 1,
  4983.                     'MY_PAGE_DISP_FLG_OFF' => 0,
  4984.                 ],
  4985.                 'VT4G_FEW_CREDIT_AMOUNT' => 2,
  4986.                 'VTG4_SUBSC_STATUS_SUBSC' => 1,
  4987.                 'VTG4_SUBSC_STATUS_CANCEL' => 2,
  4988.                 'VTG4_PAYMENT_REQUEST_SQL_PARAMETER' => [
  4989.                     'SORT_NO_FIRST' => 1,
  4990.                     'CONTINUE_PRODUCT_COUNT_ZERO' => 0,
  4991.                 ],
  4992.                 'VTG4_PAYMENT_REQUEST' => [
  4993.                     'REQUEST_STATUS' => [
  4994.                         'BEFORE_CREATION' => 0,
  4995.                         'NOT_APPLICABLE' => 2,
  4996.                         'WAITING_FOR_REFRECTON' => 5,
  4997.                         'SUCCESS_PAYMENT' => 7,
  4998.                         'FAILURE_PAYMENT' => 9,
  4999.                     ],
  5000.                     'REQUEST_STATUS_NAME' => [
  5001.                         'BEFORE_CREATION' => 'CSV未作成',
  5002.                         'NOT_APPLICABLE' => '対象外',
  5003.                         'WAITING_FOR_REFRECTON' => '反映待ち',
  5004.                         'SUCCESS_PAYMENT' => '決済成功',
  5005.                         'FAILURE_PAYMENT' => '決済失敗',
  5006.                     ],
  5007.                 ],
  5008.                 'VG4G_FEW_CREDIT_FLG_ON' => 1,
  5009.                 'VT4G_PAYMENT_TARGET_YES' => 1,
  5010.                 'VT4G_PAYMENT_TARGET_NO' => 0,
  5011.                 'VT4G_LOCK_TIMEOUT' => NULL,
  5012.                 'VT4G_CSV_REQUEST_DETAIL_HEADER' => [
  5013.                     => '決済依頼イベント番号',
  5014.                     => '決済依頼イベント名',
  5015.                     => '継続課金用販売種別名',
  5016.                     => '決済依頼番号',
  5017.                     => '決済依頼ステータス',
  5018.                     => '会員番号',
  5019.                     => '会員名',
  5020.                     => '初回注文ID',
  5021.                     => '取引ID',
  5022.                     => '決済金額',
  5023.                     10 => '決済手数料',
  5024.                     11 => '決済依頼明細番号',
  5025.                     12 => '商品名',
  5026.                     13 => '金額',
  5027.                     14 => '数量',
  5028.                     15 => '付与ポイント',
  5029.                     16 => '出荷ID',
  5030.                     17 => '配送先_お名前',
  5031.                     18 => '配送先_住所',
  5032.                     19 => 'CSV対象',
  5033.                 ],
  5034.             ],
  5035.             'eccube.plugins.enabled' => [
  5036.                 => 'TaxManagement42',
  5037.                 => 'AdvancedFormSmartIT42',
  5038.                 => 'Coupon42',
  5039.                 => 'MypageInvoice',
  5040.                 => 'TwoFactorAuthCustomer42',
  5041.                 => 'JoolenCouponForMemberRegistration42',
  5042.                 => 'SortCategoryProduct42',
  5043.                 => 'VeriTrans4G2',
  5044.             ],
  5045.             'eccube.plugins.disabled' => [
  5046.                 => 'Api42',
  5047.                 => 'ProductDisplayRank42',
  5048.                 => 'ProductReview42',
  5049.                 => 'Recommend42',
  5050.                 => 'RelatedProduct42',
  5051.                 => 'SalesReport42',
  5052.                 => 'Securitychecker42',
  5053.                 => 'SiteKit42',
  5054.             ],
  5055.             'event_dispatcher.event_aliases' => [
  5056.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5057.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5058.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5059.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5060.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5061.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5062.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5063.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5064.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5065.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5066.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5067.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5068.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5069.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5070.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5071.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5072.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5073.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5074.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5075.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5076.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5077.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5078.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5079.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5080.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5081.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5082.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5083.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5084.             ],
  5085.             'fragment.renderer.hinclude.global_template' => NULL,
  5086.             'fragment.path' => '/_fragment',
  5087.             'kernel.http_method_override' => true,
  5088.             'kernel.trusted_hosts' => [
  5089.             ],
  5090.             'kernel.enabled_locales' => [
  5091.             ],
  5092.             'kernel.error_controller' => 'error_controller',
  5093.             'debug.file_link_format' => NULL,
  5094.             'asset.request_context.base_path' => NULL,
  5095.             'asset.request_context.secure' => NULL,
  5096.             'translator.logging' => false,
  5097.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5098.             'debug.error_handler.throw_at' => -1,
  5099.             'router.request_context.host' => 'localhost',
  5100.             'router.request_context.scheme' => 'http',
  5101.             'router.request_context.base_url' => '',
  5102.             'router.resource' => 'kernel::loadRoutes',
  5103.             'request_listener.http_port' => 80,
  5104.             'request_listener.https_port' => 443,
  5105.             'session.metadata.storage_key' => '_sf2_meta',
  5106.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5107.             'session.metadata.update_threshold' => 0,
  5108.             'form.type_extension.csrf.enabled' => true,
  5109.             'form.type_extension.csrf.field_name' => '_token',
  5110.             'validator.translation_domain' => 'validators',
  5111.             'profiler_listener.only_exceptions' => false,
  5112.             'profiler_listener.only_main_requests' => false,
  5113.             'security.role_hierarchy.roles' => [
  5114.             ],
  5115.             'security.access.denied_url' => NULL,
  5116.             'security.authentication.manager.erase_credentials' => true,
  5117.             'security.authentication.session_strategy.strategy' => 'migrate',
  5118.             'security.access.always_authenticate_before_granting' => false,
  5119.             'security.authentication.hide_user_not_found' => true,
  5120.             'security.firewalls' => [
  5121.                 => 'dev',
  5122.                 => 'api',
  5123.                 => 'admin',
  5124.                 => 'customer',
  5125.             ],
  5126.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5127.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5128.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5129.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5130.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5131.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5132.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5133.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5134.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5135.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5136.             'doctrine.entity_managers' => [
  5137.                 'default' => 'doctrine.orm.default_entity_manager',
  5138.             ],
  5139.             'doctrine.default_entity_manager' => 'default',
  5140.             'doctrine.dbal.connection_factory.types' => [
  5141.                 'oauth2_grant' => [
  5142.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  5143.                 ],
  5144.                 'oauth2_redirect_uri' => [
  5145.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  5146.                 ],
  5147.                 'oauth2_scope' => [
  5148.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  5149.                 ],
  5150.                 'datetime' => [
  5151.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5152.                 ],
  5153.                 'datetimetz' => [
  5154.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5155.                 ],
  5156.             ],
  5157.             'doctrine.connections' => [
  5158.                 'default' => 'doctrine.dbal.default_connection',
  5159.             ],
  5160.             'doctrine.default_connection' => 'default',
  5161.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5162.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5163.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5164.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5165.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5166.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5167.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5168.             'doctrine.orm.cache.memcache_port' => 11211,
  5169.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5170.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5171.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5172.             'doctrine.orm.cache.memcached_port' => 11211,
  5173.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5174.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5175.             'doctrine.orm.cache.redis_host' => 'localhost',
  5176.             'doctrine.orm.cache.redis_port' => 6379,
  5177.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5178.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5179.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5180.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5181.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5182.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5183.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5184.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5185.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5186.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5187.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5188.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5189.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5190.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5191.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5192.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5193.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5194.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5195.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5196.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5197.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5198.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5199.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5200.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5201.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5202.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5203.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5204.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5205.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5206.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5207.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5208.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5209.             'monolog.use_microseconds' => true,
  5210.             'monolog.swift_mailer.handlers' => [
  5211.             ],
  5212.             'monolog.handlers_to_channels' => [
  5213.                 'monolog.handler.console' => [
  5214.                     'type' => 'exclusive',
  5215.                     'elements' => [
  5216.                         => 'event',
  5217.                         => 'doctrine',
  5218.                         => 'console',
  5219.                     ],
  5220.                 ],
  5221.                 'monolog.handler.buffered' => [
  5222.                     'type' => 'exclusive',
  5223.                     'elements' => [
  5224.                         => 'event',
  5225.                     ],
  5226.                 ],
  5227.             ],
  5228.             'twig.form.resources' => [
  5229.                 => 'form_div_layout.html.twig',
  5230.                 => 'bootstrap_5_layout.html.twig',
  5231.             ],
  5232.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5233.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5234.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5235.             'web_profiler.debug_toolbar.mode' => 2,
  5236.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5237.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5238.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5239.             'knp_paginator.page_range' => 5,
  5240.             'knp_paginator.page_limit' => NULL,
  5241.             'doctrine.migrations.preferred_em' => NULL,
  5242.             'doctrine.migrations.preferred_connection' => NULL,
  5243.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5244.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5245.             'league.oauth2_server.encryption_key.type' => 'plain',
  5246.             'league.oauth2_server.scopes.default' => [
  5247.                 => 'read',
  5248.             ],
  5249.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5250.             'data_collector.templates' => [
  5251.                 'data_collector.request' => [
  5252.                     => 'request',
  5253.                     => '@WebProfiler/Collector/request.html.twig',
  5254.                 ],
  5255.                 'data_collector.time' => [
  5256.                     => 'time',
  5257.                     => '@WebProfiler/Collector/time.html.twig',
  5258.                 ],
  5259.                 'data_collector.memory' => [
  5260.                     => 'memory',
  5261.                     => '@WebProfiler/Collector/memory.html.twig',
  5262.                 ],
  5263.                 'data_collector.validator' => [
  5264.                     => 'validator',
  5265.                     => '@WebProfiler/Collector/validator.html.twig',
  5266.                 ],
  5267.                 'data_collector.ajax' => [
  5268.                     => 'ajax',
  5269.                     => '@WebProfiler/Collector/ajax.html.twig',
  5270.                 ],
  5271.                 'data_collector.form' => [
  5272.                     => 'form',
  5273.                     => '@WebProfiler/Collector/form.html.twig',
  5274.                 ],
  5275.                 'data_collector.exception' => [
  5276.                     => 'exception',
  5277.                     => '@WebProfiler/Collector/exception.html.twig',
  5278.                 ],
  5279.                 'data_collector.logger' => [
  5280.                     => 'logger',
  5281.                     => '@WebProfiler/Collector/logger.html.twig',
  5282.                 ],
  5283.                 'data_collector.events' => [
  5284.                     => 'events',
  5285.                     => '@WebProfiler/Collector/events.html.twig',
  5286.                 ],
  5287.                 'data_collector.router' => [
  5288.                     => 'router',
  5289.                     => '@WebProfiler/Collector/router.html.twig',
  5290.                 ],
  5291.                 'data_collector.cache' => [
  5292.                     => 'cache',
  5293.                     => '@WebProfiler/Collector/cache.html.twig',
  5294.                 ],
  5295.                 'data_collector.translation' => [
  5296.                     => 'translation',
  5297.                     => '@WebProfiler/Collector/translation.html.twig',
  5298.                 ],
  5299.                 'data_collector.security' => [
  5300.                     => 'security',
  5301.                     => '@Security/Collector/security.html.twig',
  5302.                 ],
  5303.                 'data_collector.twig' => [
  5304.                     => 'twig',
  5305.                     => '@WebProfiler/Collector/twig.html.twig',
  5306.                 ],
  5307.                 'data_collector.doctrine' => [
  5308.                     => 'db',
  5309.                     => '@Doctrine/Collector/db.html.twig',
  5310.                 ],
  5311.                 'doctrine_migrations.migrations_collector' => [
  5312.                     => 'doctrine_migrations',
  5313.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5314.                 ],
  5315.                 'data_collector.dump' => [
  5316.                     => 'dump',
  5317.                     => '@Debug/Profiler/dump.html.twig',
  5318.                 ],
  5319.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5320.                 'mailer.data_collector' => [
  5321.                     => 'mailer',
  5322.                     => '@WebProfiler/Collector/mailer.html.twig',
  5323.                 ],
  5324.                 'data_collector.config' => [
  5325.                     => 'config',
  5326.                     => '@WebProfiler/Collector/config.html.twig',
  5327.                 ],
  5328.                 'eccube.collector.core' => [
  5329.                     => 'eccube_core',
  5330.                     => '@toolbar/eccube.html.twig',
  5331.                 ],
  5332.             ],
  5333.             'console.command.ids' => [
  5334.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5335.             ],
  5336.         ];
  5337.     }
  5338.     protected function throw($message)
  5339.     {
  5340.         throw new RuntimeException($message);
  5341.     }
  5342. }