var/cache/dev/ContainerDVXWnSu/Eccube_KernelDevDebugContainer.php line 2713

Open in your IDE?
  1. <?php
  2. namespace ContainerDVXWnSu;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  46.             'Plugin\\NZCategoryBackground42\\EventSubscriber\\ResponseSubscriber' => 'getResponseSubscriberService',
  47.             'Plugin\\NZCategoryBackground42\\Repository\\CategoryBackgroundRepository' => 'getCategoryBackgroundRepositoryService',
  48.             'Plugin\\NZCategoryBackground42\\Twig\\CategoryBackgroundExtension' => 'getCategoryBackgroundExtensionService',
  49.             'Plugin\\NZCustomPlugin\\EventListener\\LoginEventListener' => 'getLoginEventListenerService',
  50.             'Plugin\\NZCustomPlugin\\EventListener\\RegistrationEventListener' => 'getRegistrationEventListenerService',
  51.             'cache.app' => 'getCache_AppService',
  52.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  53.             'cache.system' => 'getCache_SystemService',
  54.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  55.             'data_collector.dump' => 'getDataCollector_DumpService',
  56.             'doctrine' => 'getDoctrineService',
  57.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  58.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  59.             'event_dispatcher' => 'getEventDispatcherService',
  60.             'http_kernel' => 'getHttpKernelService',
  61.             'request_stack' => 'getRequestStackService',
  62.             'router' => 'getRouterService',
  63.             'translator' => 'getTranslatorService',
  64.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  65.             'cache_clearer' => 'getCacheClearerService',
  66.             'filesystem' => 'getFilesystemService',
  67.             'state_machine.order' => 'getStateMachine_OrderService',
  68.             'serializer' => 'getSerializerService',
  69.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  70.             'form.factory' => 'getForm_FactoryService',
  71.             'form.type.file' => 'getForm_Type_FileService',
  72.             'profiler' => 'getProfilerService',
  73.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  74.             'security.token_storage' => 'getSecurity_TokenStorageService',
  75.             'twig' => 'getTwigService',
  76.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  77.             'session' => 'getSessionService',
  78.             'validator' => 'getValidatorService',
  79.         ];
  80.         $this->fileMap = [
  81.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  82.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  83.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  84.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  85.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87.             'Customize\\Controller\\Contact2Controller' => 'getContact2ControllerService',
  88.             'Customize\\Controller\\Contact3Controller' => 'getContact3ControllerService',
  89.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  90.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  91.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  92.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  93.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  96.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  97.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  98.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  102.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  103.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  104.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  105.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  106.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  107.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  108.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  109.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  110.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  111.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  112.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  113.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  114.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  115.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  117.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  122.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  135.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  136.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  137.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  138.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  139.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  140.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  141.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  142.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  143.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  144.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  145.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  146.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  147.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  148.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  149.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  150.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  151.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  152.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  153.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  154.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  155.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  156.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  157.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  158.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  159.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  160.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  161.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  162.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  163.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  164.             'Plugin\\CategoryDelete42\\Controller\\CategoryController' => 'getCategoryController2Service',
  165.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  166.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  167.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  168.             'Plugin\\JoolenCategoryIcon42\\Controller\\Admin\\CategoryIconController' => 'getCategoryIconControllerService',
  169.             'Plugin\\JoolenCategoryIcon42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  170.             'Plugin\\NZCategoryBackground42\\Controller\\Admin\\CategoryBackgroundController' => 'getCategoryBackgroundControllerService',
  171.             'Plugin\\NZCategoryBackground42\\Service\\PatternService' => 'getPatternServiceService',
  172.             'Plugin\\NZCategoryBackground42\\Service\\PresetService' => 'getPresetServiceService',
  173.             'Plugin\\NZCustomPlugin\\Controller\\Admin\\AdminFormController' => 'getAdminFormControllerService',
  174.             'Plugin\\NZCustomPlugin\\Controller\\Admin\\FormFieldController' => 'getFormFieldControllerService',
  175.             'Plugin\\NZCustomPlugin\\Controller\\Admin\\SubmissionController' => 'getSubmissionControllerService',
  176.             'Plugin\\NZCustomPlugin\\Controller\\FormController' => 'getFormControllerService',
  177.             'Plugin\\NZCustomPlugin\\Event\\NZCustomPluginEvent' => 'getNZCustomPluginEventService',
  178.             'Plugin\\NZCustomPlugin\\Form\\Type\\Admin\\FormFieldType' => 'getFormFieldTypeService',
  179.             'Plugin\\NZCustomPlugin\\Form\\Type\\Admin\\FormType' => 'getFormTypeService',
  180.             'Plugin\\NZCustomPlugin\\Nav' => 'getNavService',
  181.             'Plugin\\NZCustomPlugin\\PluginManager' => 'getPluginManagerService',
  182.             'Plugin\\NZCustomPlugin\\Repository\\CustomFormRepository' => 'getCustomFormRepositoryService',
  183.             'Plugin\\NZCustomPlugin\\Repository\\FormFieldRepository' => 'getFormFieldRepositoryService',
  184.             'Plugin\\NZCustomPlugin\\Repository\\FormSubmissionRepository' => 'getFormSubmissionRepositoryService',
  185.             'Plugin\\NZCustomPlugin\\Service\\FormBuilderService' => 'getFormBuilderServiceService',
  186.             'Plugin\\NZCustomPlugin\\Service\\MailService' => 'getMailServiceService',
  187.             'Plugin\\NZEstimateSystem42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  188.             'Plugin\\NZEstimateSystem42\\Controller\\Admin\\PartsCategoryController' => 'getPartsCategoryControllerService',
  189.             'Plugin\\NZEstimateSystem42\\Controller\\Admin\\PartsController' => 'getPartsControllerService',
  190.             'Plugin\\NZEstimateSystem42\\Controller\\EstimateSimulatorController' => 'getEstimateSimulatorControllerService',
  191.             'Plugin\\NZMailSystem42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  192.             'Plugin\\NZMailSystem42\\Controller\\Admin\\MailController' => 'getMailController3Service',
  193.             'Plugin\\Paidy42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  194.             'Plugin\\Paidy42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  195.             'Plugin\\Paidy42\\Controller\\PaidyPaymentController' => 'getPaidyPaymentControllerService',
  196.             'Plugin\\Paidy42\\Service\\Method\\Paidy' => 'getPaidyService',
  197.             'Plugin\\PaygentPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  198.             'Plugin\\PaygentPayment42\\Controller\\Admin\\FileController' => 'getFileController2Service',
  199.             'Plugin\\PaygentPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusController2Service',
  200.             'Plugin\\PaygentPayment42\\Controller\\PaymentAtmController' => 'getPaymentAtmControllerService',
  201.             'Plugin\\PaygentPayment42\\Controller\\PaymentBankController' => 'getPaymentBankControllerService',
  202.             'Plugin\\PaygentPayment42\\Controller\\PaymentCareerController' => 'getPaymentCareerControllerService',
  203.             'Plugin\\PaygentPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  204.             'Plugin\\PaygentPayment42\\Controller\\PaymentConveniController' => 'getPaymentConveniControllerService',
  205.             'Plugin\\PaygentPayment42\\Controller\\PaymentCreditController' => 'getPaymentCreditControllerService',
  206.             'Plugin\\PaygentPayment42\\Controller\\PaymentPaidyController' => 'getPaymentPaidyControllerService',
  207.             'Plugin\\PaygentPayment42\\Service\\Method\\Atm' => 'getAtmService',
  208.             'Plugin\\PaygentPayment42\\Service\\Method\\Bank' => 'getBankService',
  209.             'Plugin\\PaygentPayment42\\Service\\Method\\Career' => 'getCareerService',
  210.             'Plugin\\PaygentPayment42\\Service\\Method\\Conveni' => 'getConveniService',
  211.             'Plugin\\PaygentPayment42\\Service\\Method\\Credit' => 'getCreditService',
  212.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Atm' => 'getAtm2Service',
  213.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Bank' => 'getBank2Service',
  214.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Career' => 'getCareer2Service',
  215.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Conveni' => 'getConveni2Service',
  216.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Credit' => 'getCredit2Service',
  217.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Paidy' => 'getPaidy2Service',
  218.             'Plugin\\ProductContact42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  219.             'Plugin\\ProductOption42\\Controller\\AddcartController' => 'getAddcartControllerService',
  220.             'Plugin\\ProductOption42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  221.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionCategoryController' => 'getOptionCategoryControllerService',
  222.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionController' => 'getOptionControllerService',
  223.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionCsvController' => 'getOptionCsvControllerService',
  224.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionConfigCsvController' => 'getProductOptionConfigCsvControllerService',
  225.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionController' => 'getProductOptionControllerService',
  226.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionDesignController' => 'getProductOptionDesignControllerService',
  227.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionRankController' => 'getProductOptionRankControllerService',
  228.             'Plugin\\ProductOption42\\Controller\\CartOperationController' => 'getCartOperationControllerService',
  229.             'Plugin\\ProductOption42\\Controller\\ReorderController' => 'getReorderControllerService',
  230.             'Plugin\\ProductOption42\\Service\\ProductOptionService' => 'getProductOptionServiceService',
  231.             'Plugin\\RestrictEmailDomain42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  232.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigController9Service',
  233.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  234.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  235.             'cache.app_clearer' => 'getCache_AppClearerService',
  236.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  237.             'cache.system_clearer' => 'getCache_SystemClearerService',
  238.             'cache_warmer' => 'getCacheWarmerService',
  239.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  240.             'console.command_loader' => 'getConsole_CommandLoaderService',
  241.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  242.             'eccube.logger' => 'getEccube_LoggerService',
  243.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  244.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  245.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  246.             'error_controller' => 'getErrorControllerService',
  247.             'knp_paginator' => 'getKnpPaginatorService',
  248.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  249.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  250.             'monolog.logger.paidy' => 'getMonolog_Logger_PaidyService',
  251.             'monolog.logger.paygent_payment' => 'getMonolog_Logger_PaygentPaymentService',
  252.             'routing.loader' => 'getRouting_LoaderService',
  253.             'services_resetter' => 'getServicesResetterService',
  254.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  255.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  256.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  257.         ];
  258.         $this->aliases = [
  259.             'database_connection' => 'doctrine.dbal.default_connection',
  260.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  261.         ];
  262.         $this->privates['service_container'] = function () {
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  312.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  317.             include_once \dirname(__DIR__4).'/app/Plugin/NZCategoryBackground42/EventSubscriber/ResponseSubscriber.php';
  318.             include_once \dirname(__DIR__4).'/app/Plugin/NZCategoryBackground42/Repository/CategoryBackgroundRepository.php';
  319.             include_once \dirname(__DIR__4).'/app/Plugin/NZCategoryBackground42/Twig/CategoryBackgroundExtension.php';
  320.             include_once \dirname(__DIR__4).'/app/Plugin/NZCustomPlugin/EventListener/LoginEventListener.php';
  321.             include_once \dirname(__DIR__4).'/app/Plugin/NZCustomPlugin/EventListener/RegistrationEventListener.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  330.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  331.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  333.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/Cart/ProductClassAndOptionComparator.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  367.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  637.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  638.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  639.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  640.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  641.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  642.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  644.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Twig/Extension/PriceIncTaxExtension.php';
  645.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Twig/PriceDifferenceExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  651.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  663.         };
  664.     }
  665.     public function compile(): void
  666.     {
  667.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  668.     }
  669.     public function isCompiled(): bool
  670.     {
  671.         return true;
  672.     }
  673.     public function getRemovedIds(): array
  674.     {
  675.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  676.     }
  677.     protected function load($file$lazyLoad true)
  678.     {
  679.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  680.             return $class::do($this$lazyLoad);
  681.         }
  682.         if ('.' === $file[-4]) {
  683.             $class substr($class0, -4);
  684.         } else {
  685.             $file .= '.php';
  686.         }
  687.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  688.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  689.     }
  690.     protected function createProxy($class, \Closure $factory)
  691.     {
  692.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  693.         return $factory();
  694.     }
  695.     /**
  696.      * Gets the public '.container.private.profiler' shared service.
  697.      *
  698.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  699.      */
  700.     protected function get_Container_Private_ProfilerService()
  701.     {
  702.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  703.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  704.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  705.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  706.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  707.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  708.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  709.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  710.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  711.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  712.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  713.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  714.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  715.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  716.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  717.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  718.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  719.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  720.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  721.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  722.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  723.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  724.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  725.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  726.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  727.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  728.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  729.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  730.         if ($this->has('kernel')) {
  731.             $e->setKernel($b);
  732.         }
  733.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  734.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  735.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  736.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  737.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  738.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  739.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  740.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  741.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  742.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  743.         $instance->add($d);
  744.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  745.         $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));
  746.         $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())));
  747.         $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([])))));
  748.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  749.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  750.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  751.         $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()))));
  752.         $instance->add($e);
  753.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  754.         return $instance;
  755.     }
  756.     /**
  757.      * Gets the public '.container.private.security.authorization_checker' shared service.
  758.      *
  759.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  760.      */
  761.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  762.     {
  763.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  764.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  765.             return $this->services['.container.private.security.authorization_checker'];
  766.         }
  767.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  768.     }
  769.     /**
  770.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  771.      *
  772.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  773.      */
  774.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  775.     {
  776.         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())));
  777.     }
  778.     /**
  779.      * Gets the public '.container.private.security.token_storage' shared service.
  780.      *
  781.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  782.      */
  783.     protected function get_Container_Private_Security_TokenStorageService()
  784.     {
  785.         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, [
  786.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  787.         ], [
  788.             'request_stack' => '?',
  789.         ]));
  790.     }
  791.     /**
  792.      * Gets the public '.container.private.session' shared service.
  793.      *
  794.      * @return \Symfony\Component\HttpFoundation\Session\Session
  795.      */
  796.     protected function get_Container_Private_SessionService()
  797.     {
  798.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  799.         if (isset($this->services['.container.private.session'])) {
  800.             return $this->services['.container.private.session'];
  801.         }
  802.         return $this->services['.container.private.session'] = $a->createSession();
  803.     }
  804.     /**
  805.      * Gets the public '.container.private.state_machine.order' shared service.
  806.      *
  807.      * @return \Symfony\Component\Workflow\StateMachine
  808.      */
  809.     protected function get_Container_Private_StateMachine_OrderService()
  810.     {
  811.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  812.         if (isset($this->services['.container.private.state_machine.order'])) {
  813.             return $this->services['.container.private.state_machine.order'];
  814.         }
  815.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  816.     }
  817.     /**
  818.      * Gets the public '.container.private.twig' shared service.
  819.      *
  820.      * @return \Twig\Environment
  821.      */
  822.     protected function get_Container_Private_TwigService()
  823.     {
  824.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  825.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  826.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  827.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/template'), 'ProductContact42');
  828.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/JoolenCategoryIcon42/Resource/template'), 'JoolenCategoryIcon42');
  829.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/template'), 'ProductOption42');
  830.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Resource/template'), 'PaygentPayment42');
  831.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RestrictEmailDomain42/Resource/template'), 'RestrictEmailDomain42');
  832.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Resource/template'), 'RefineProductSalesTimer42');
  833.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Paidy42/Resource/template'), 'Paidy42');
  834.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/NZCustomPlugin/Resource/template'), 'NZCustomPlugin');
  835.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/NZMailSystem42/Resource/template'), 'NZMailSystem42');
  836.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/NZCategoryBackground42/Resource/template'), 'NZCategoryBackground42');
  837.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/NZEstimateSystem42/Resource/template'), 'NZEstimateSystem42');
  838.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  839.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  840.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  841.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  842.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  843.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  844.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  845.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  861.         $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']);
  862.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  863.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  864.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  865.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  866.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  867.         $g = ($this->services['router'] ?? $this->getRouterService());
  868.         $h = new \Symfony\Component\Workflow\Registry();
  869.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  870.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  871.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  872.         $j = new \Symfony\Bridge\Twig\AppVariable();
  873.         $j->setEnvironment('dev');
  874.         $j->setDebug(true);
  875.         if ($this->has('.container.private.security.token_storage')) {
  876.             $j->setTokenStorage($c);
  877.         }
  878.         if ($this->has('request_stack')) {
  879.             $j->setRequestStack($b);
  880.         }
  881.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  884.         $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)));
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  888.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  889.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  890.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  891.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  892.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  893.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  894.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  895.         }, 7))));
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  906.         $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())));
  907.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  908.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  909.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  910.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  911.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  912.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  913.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  914.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  915.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  916.         $instance->addExtension(($this->services['Plugin\\NZCategoryBackground42\\Twig\\CategoryBackgroundExtension'] ?? $this->getCategoryBackgroundExtensionService()));
  917.         $instance->addExtension(new \Plugin\ProductOption42\Twig\Extension\PriceIncTaxExtension(($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  918.         $instance->addExtension(new \Plugin\ProductOption42\Twig\PriceDifferenceExtension());
  919.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  920.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  921.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  922.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  923.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  924.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  925.         $instance->addGlobal('app'$j);
  926.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  927.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  928.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  929.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  930.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  931.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  932.         ], [
  933.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  934.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  935.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  936.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  937.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  938.         ])));
  939.         $instance->addGlobal('BaseInfo'NULL);
  940.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  941.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  942.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  943.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  944.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  945.         return $instance;
  946.     }
  947.     /**
  948.      * Gets the public '.container.private.validator' shared service.
  949.      *
  950.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  951.      */
  952.     protected function get_Container_Private_ValidatorService()
  953.     {
  954.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  955.         if (isset($this->services['.container.private.validator'])) {
  956.             return $this->services['.container.private.validator'];
  957.         }
  958.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  959.     }
  960.     /**
  961.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  962.      *
  963.      * @return \Detection\MobileDetect
  964.      */
  965.     protected function getMobileDetectService()
  966.     {
  967.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  968.     }
  969.     /**
  970.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  971.      *
  972.      * @return \Eccube\Common\EccubeConfig
  973.      */
  974.     protected function getEccubeConfigService()
  975.     {
  976.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  977.     }
  978.     /**
  979.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  980.      *
  981.      * @return \Eccube\Repository\PluginRepository
  982.      */
  983.     protected function getPluginRepositoryService($lazyLoad true)
  984.     {
  985.         if ($lazyLoad) {
  986.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  987.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  988.                     $wrappedInstance $this->getPluginRepositoryService(false);
  989.                     $proxy->setProxyInitializer(null);
  990.                     return true;
  991.                 });
  992.             });
  993.         }
  994.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  995.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  996.     }
  997.     /**
  998.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  999.      *
  1000.      * @return \Eccube\Service\SystemService
  1001.      */
  1002.     protected function getSystemServiceService($lazyLoad true)
  1003.     {
  1004.         if ($lazyLoad) {
  1005.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1006.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1007.                     $wrappedInstance $this->getSystemServiceService(false);
  1008.                     $proxy->setProxyInitializer(null);
  1009.                     return true;
  1010.                 });
  1011.             });
  1012.         }
  1013.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1014.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1015.     }
  1016.     /**
  1017.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1018.      *
  1019.      * @return \Eccube\Service\TaxRuleService
  1020.      */
  1021.     protected function getTaxRuleServiceService($lazyLoad true)
  1022.     {
  1023.         if ($lazyLoad) {
  1024.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1025.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1026.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1027.                     $proxy->setProxyInitializer(null);
  1028.                     return true;
  1029.                 });
  1030.             });
  1031.         }
  1032.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1033.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1034.     }
  1035.     /**
  1036.      * Gets the public 'Plugin\NZCategoryBackground42\EventSubscriber\ResponseSubscriber' shared autowired service.
  1037.      *
  1038.      * @return \Plugin\NZCategoryBackground42\EventSubscriber\ResponseSubscriber
  1039.      */
  1040.     protected function getResponseSubscriberService()
  1041.     {
  1042.         return $this->services['Plugin\\NZCategoryBackground42\\EventSubscriber\\ResponseSubscriber'] = new \Plugin\NZCategoryBackground42\EventSubscriber\ResponseSubscriber(($this->services['Plugin\\NZCategoryBackground42\\Repository\\CategoryBackgroundRepository'] ?? $this->getCategoryBackgroundRepositoryService()));
  1043.     }
  1044.     /**
  1045.      * Gets the public 'Plugin\NZCategoryBackground42\Repository\CategoryBackgroundRepository' shared autowired service.
  1046.      *
  1047.      * @return \Plugin\NZCategoryBackground42\Repository\CategoryBackgroundRepository
  1048.      */
  1049.     protected function getCategoryBackgroundRepositoryService()
  1050.     {
  1051.         return $this->services['Plugin\\NZCategoryBackground42\\Repository\\CategoryBackgroundRepository'] = new \Plugin\NZCategoryBackground42\Repository\CategoryBackgroundRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1052.     }
  1053.     /**
  1054.      * Gets the public 'Plugin\NZCategoryBackground42\Twig\CategoryBackgroundExtension' shared autowired service.
  1055.      *
  1056.      * @return \Plugin\NZCategoryBackground42\Twig\CategoryBackgroundExtension
  1057.      */
  1058.     protected function getCategoryBackgroundExtensionService()
  1059.     {
  1060.         return $this->services['Plugin\\NZCategoryBackground42\\Twig\\CategoryBackgroundExtension'] = new \Plugin\NZCategoryBackground42\Twig\CategoryBackgroundExtension(($this->services['Plugin\\NZCategoryBackground42\\Repository\\CategoryBackgroundRepository'] ?? $this->getCategoryBackgroundRepositoryService()));
  1061.     }
  1062.     /**
  1063.      * Gets the public 'Plugin\NZCustomPlugin\EventListener\LoginEventListener' shared autowired service.
  1064.      *
  1065.      * @return \Plugin\NZCustomPlugin\EventListener\LoginEventListener
  1066.      */
  1067.     protected function getLoginEventListenerService()
  1068.     {
  1069.         return $this->services['Plugin\\NZCustomPlugin\\EventListener\\LoginEventListener'] = new \Plugin\NZCustomPlugin\EventListener\LoginEventListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['router'] ?? $this->getRouterService()));
  1070.     }
  1071.     /**
  1072.      * Gets the public 'Plugin\NZCustomPlugin\EventListener\RegistrationEventListener' shared autowired service.
  1073.      *
  1074.      * @return \Plugin\NZCustomPlugin\EventListener\RegistrationEventListener
  1075.      */
  1076.     protected function getRegistrationEventListenerService()
  1077.     {
  1078.         return $this->services['Plugin\\NZCustomPlugin\\EventListener\\RegistrationEventListener'] = new \Plugin\NZCustomPlugin\EventListener\RegistrationEventListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['router'] ?? $this->getRouterService()));
  1079.     }
  1080.     /**
  1081.      * Gets the public 'cache.app' shared service.
  1082.      *
  1083.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1084.      */
  1085.     protected function getCache_AppService()
  1086.     {
  1087.         $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))));
  1088.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1089.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1090.     }
  1091.     /**
  1092.      * Gets the public 'cache.rate_limiter' shared service.
  1093.      *
  1094.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1095.      */
  1096.     protected function getCache_RateLimiterService()
  1097.     {
  1098.         $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))));
  1099.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1100.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1101.     }
  1102.     /**
  1103.      * Gets the public 'cache.system' shared service.
  1104.      *
  1105.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1106.      */
  1107.     protected function getCache_SystemService()
  1108.     {
  1109.         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())));
  1110.     }
  1111.     /**
  1112.      * Gets the public 'cache.validator_expression_language' shared service.
  1113.      *
  1114.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1115.      */
  1116.     protected function getCache_ValidatorExpressionLanguageService()
  1117.     {
  1118.         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())));
  1119.     }
  1120.     /**
  1121.      * Gets the public 'data_collector.dump' shared service.
  1122.      *
  1123.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1124.      */
  1125.     protected function getDataCollector_DumpService()
  1126.     {
  1127.         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);
  1128.     }
  1129.     /**
  1130.      * Gets the public 'doctrine' shared service.
  1131.      *
  1132.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1133.      */
  1134.     protected function getDoctrineService()
  1135.     {
  1136.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1137.     }
  1138.     /**
  1139.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1140.      *
  1141.      * @return \Doctrine\DBAL\Connection
  1142.      */
  1143.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1144.     {
  1145.         $a = new \Doctrine\DBAL\Configuration();
  1146.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1147.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1148.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1149.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1150.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1151.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1152.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1153.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1154.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1155.         $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))));
  1156.         $c->setConnectionName('default');
  1157.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1158.         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, [
  1159.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1160.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1161.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1162.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => ['privates''Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber''getCartItemEventSubscriberService'true],
  1163.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1164.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1165.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1166.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1167.         ], [
  1168.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1169.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1170.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1171.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => '?',
  1172.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1173.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1174.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1175.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1176.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber'=> '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']]), []);
  1177.     }
  1178.     /**
  1179.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1180.      *
  1181.      * @return \Doctrine\ORM\EntityManager
  1182.      */
  1183.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1184.     {
  1185.         if ($lazyLoad) {
  1186.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1187.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1188.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1189.                     $proxy->setProxyInitializer(null);
  1190.                     return true;
  1191.                 });
  1192.             });
  1193.         }
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1202.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1214.         $a = new \Doctrine\ORM\Configuration();
  1215.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1216.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1217.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1218.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1219.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CMBlogPro42/Entity')]);
  1220.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1221.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ChatGpt/Entity')]);
  1222.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1223.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Entity')]);
  1224.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1225.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1226.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1227.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Entity')]);
  1228.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1229.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EtunaGa4GoogleAnalytics42/Entity')]);
  1230.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1231.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/JoolenCategoryIcon42/Entity')]);
  1232.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1233.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1234.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1235.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/NZCategoryBackground42/Entity')]);
  1236.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1237.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/NZCustomPlugin/Entity')]);
  1238.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1239.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/NZEstimateSystem42/Entity')]);
  1240.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1241.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/NZMailSystem42/Entity')]);
  1242.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1243.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Paidy42/Entity')]);
  1244.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1245.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Entity')]);
  1246.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1247.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Entity')]);
  1248.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1249.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Entity')]);
  1250.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1251.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1252.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1253.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1254.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1255.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Entity')]);
  1256.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1257.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1258.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1259.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RestrictEmailDomain42/Entity')]);
  1260.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1261.         $z = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1262.         $z->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1263.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Eccube\\Entity');
  1264.         $b->addDriver($d'Eccube\\Entity');
  1265.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1266.         $b->addDriver($e'Plugin\\CMBlogPro42\\Entity');
  1267.         $b->addDriver($f'Plugin\\ChatGpt\\Entity');
  1268.         $b->addDriver($g'Plugin\\ContactManagement42\\Entity');
  1269.         $b->addDriver($h'Plugin\\Coupon42\\Entity');
  1270.         $b->addDriver($i'Plugin\\DesignTag42\\Entity');
  1271.         $b->addDriver($j'Plugin\\EtunaGa4GoogleAnalytics42\\Entity');
  1272.         $b->addDriver($k'Plugin\\JoolenCategoryIcon42\\Entity');
  1273.         $b->addDriver($l'Plugin\\MailMagazine42\\Entity');
  1274.         $b->addDriver($m'Plugin\\NZCategoryBackground42\\Entity');
  1275.         $b->addDriver($n'Plugin\\NZCustomPlugin\\Entity');
  1276.         $b->addDriver($o'Plugin\\NZEstimateSystem42\\Entity');
  1277.         $b->addDriver($p'Plugin\\NZMailSystem42\\Entity');
  1278.         $b->addDriver($q'Plugin\\Paidy42\\Entity');
  1279.         $b->addDriver($r'Plugin\\PaygentPayment42\\Entity');
  1280.         $b->addDriver($s'Plugin\\ProductContact42\\Entity');
  1281.         $b->addDriver($t'Plugin\\ProductOption42\\Entity');
  1282.         $b->addDriver($u'Plugin\\ProductReview42\\Entity');
  1283.         $b->addDriver($v'Plugin\\Recommend42\\Entity');
  1284.         $b->addDriver($w'Plugin\\RefineProductSalesTimer42\\Entity');
  1285.         $b->addDriver($x'Plugin\\RelatedProduct42\\Entity');
  1286.         $b->addDriver($y'Plugin\\RestrictEmailDomain42\\Entity');
  1287.         $b->addDriver($z'Plugin\\Securitychecker42\\Entity');
  1288.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1289.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1290.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1291.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1292.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1293.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1294.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1295.         ], [
  1296.             'doctrine.ulid_generator' => '?',
  1297.             'doctrine.uuid_generator' => '?',
  1298.         ])));
  1299.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1300.         $a->setProxyNamespace('Proxies');
  1301.         $a->setAutoGenerateProxyClasses(true);
  1302.         $a->setSchemaIgnoreClasses([]);
  1303.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1304.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1305.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1306.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1307.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1308.         $a->setLazyGhostObjectEnabled(false);
  1309.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1310.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1311.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1312.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1313.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1314.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1315.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1316.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1317.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1318.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1319.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1320.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1321.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1322.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1323.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1324.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1325.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1326.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1327.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1328.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1329.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1330.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1331.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1332.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1333.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1334.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1335.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1336.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1337.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1338.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1339.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1340.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1341.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1342.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1343.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1344.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1345.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1346.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1347.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1348.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1349.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1350.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1351.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1352.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1353.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1354.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1355.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1356.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1357.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1358.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1359.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1360.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1361.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1362.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1363.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1364.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1365.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1366.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1367.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1368.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1369.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1370.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1371.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1372.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1373.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1374.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1375.             'Plugin\\CMBlogPro42\\Repository\\BlogCategoryRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogCategoryRepository''getBlogCategoryRepositoryService'true],
  1376.             'Plugin\\CMBlogPro42\\Repository\\BlogImageRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogImageRepository''getBlogImageRepositoryService'true],
  1377.             'Plugin\\CMBlogPro42\\Repository\\BlogProductRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogProductRepository''getBlogProductRepositoryService'true],
  1378.             'Plugin\\CMBlogPro42\\Repository\\BlogRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogRepository''getBlogRepositoryService'true],
  1379.             'Plugin\\CMBlogPro42\\Repository\\BlogSortRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogSortRepository''getBlogSortRepositoryService'true],
  1380.             'Plugin\\CMBlogPro42\\Repository\\BlogStatusRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogStatusRepository''getBlogStatusRepositoryService'true],
  1381.             'Plugin\\CMBlogPro42\\Repository\\CategoryRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\CategoryRepository''getCategoryRepository2Service'true],
  1382.             'Plugin\\CMBlogPro42\\Repository\\ConfigRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1383.             'Plugin\\CMBlogPro42\\Repository\\ProductRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\ProductRepository''getProductRepository2Service'true],
  1384.             'Plugin\\ChatGpt\\Repository\\ChatGptRepository' => ['privates''Plugin\\ChatGpt\\Repository\\ChatGptRepository''getChatGptRepositoryService'true],
  1385.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1386.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactReplyRepository''getContactReplyRepositoryService'true],
  1387.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1388.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1389.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1390.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1391.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1392.             'Plugin\\EtunaGa4GoogleAnalytics42\\Repository\\EtunaGa4GoogleAnalyticsConfigRepository' => ['privates''Plugin\\EtunaGa4GoogleAnalytics42\\Repository\\EtunaGa4GoogleAnalyticsConfigRepository''getEtunaGa4GoogleAnalyticsConfigRepositoryService'true],
  1393.             'Plugin\\JoolenCategoryIcon42\\Repository\\CategoryImageRepository' => ['privates''Plugin\\JoolenCategoryIcon42\\Repository\\CategoryImageRepository''getCategoryImageRepositoryService'true],
  1394.             'Plugin\\JoolenCategoryIcon42\\Repository\\ConfigRepository' => ['privates''Plugin\\JoolenCategoryIcon42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1395.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1396.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1397.             'Plugin\\NZCategoryBackground42\\Repository\\CategoryBackgroundRepository' => ['services''Plugin\\NZCategoryBackground42\\Repository\\CategoryBackgroundRepository''getCategoryBackgroundRepositoryService'false],
  1398.             'Plugin\\NZCustomPlugin\\Repository\\CustomFormRepository' => ['services''Plugin\\NZCustomPlugin\\Repository\\CustomFormRepository''getCustomFormRepositoryService'true],
  1399.             'Plugin\\NZCustomPlugin\\Repository\\FormFieldRepository' => ['services''Plugin\\NZCustomPlugin\\Repository\\FormFieldRepository''getFormFieldRepositoryService'true],
  1400.             'Plugin\\NZCustomPlugin\\Repository\\FormSubmissionRepository' => ['services''Plugin\\NZCustomPlugin\\Repository\\FormSubmissionRepository''getFormSubmissionRepositoryService'true],
  1401.             'Plugin\\NZEstimateSystem42\\Repository\\ConfigRepository' => ['privates''Plugin\\NZEstimateSystem42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1402.             'Plugin\\NZEstimateSystem42\\Repository\\PartsCategoryRepository' => ['privates''Plugin\\NZEstimateSystem42\\Repository\\PartsCategoryRepository''getPartsCategoryRepositoryService'true],
  1403.             'Plugin\\NZEstimateSystem42\\Repository\\PartsRepository' => ['privates''Plugin\\NZEstimateSystem42\\Repository\\PartsRepository''getPartsRepositoryService'true],
  1404.             'Plugin\\NZMailSystem42\\Repository\\NZMailConfigRepository' => ['privates''Plugin\\NZMailSystem42\\Repository\\NZMailConfigRepository''getNZMailConfigRepositoryService'true],
  1405.             'Plugin\\Paidy42\\Repository\\ConfigRepository' => ['privates''Plugin\\Paidy42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1406.             'Plugin\\Paidy42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\Paidy42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1407.             'Plugin\\PaygentPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\ConfigRepository''getConfigRepository6Service'true],
  1408.             'Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository''getCredit3dSecure2OrderRepositoryService'true],
  1409.             'Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository''getPaidyOrderRepositoryService'true],
  1410.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductContact42\\Repository\\ConfigRepository''getConfigRepository7Service'true],
  1411.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository''getCartItemOptionCategoryRepositoryService'true],
  1412.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionRepository''getCartItemOptionRepositoryService'true],
  1413.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ConfigRepository''getConfigRepository8Service'true],
  1414.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionCategoryRepository''getOptionCategoryRepositoryService'true],
  1415.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionImageRepository''getOptionImageRepositoryService'true],
  1416.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionRepository''getOptionRepositoryService'true],
  1417.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository''getOrderItemOptionCategoryRepositoryService'true],
  1418.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository''getOrderItemOptionRepositoryService'true],
  1419.             'Plugin\\ProductOption42\\Repository\\ProductOptionConfigRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ProductOptionConfigRepository''getProductOptionConfigRepositoryService'true],
  1420.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ProductOptionRepository''getProductOptionRepositoryService'true],
  1421.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1422.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1423.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1424.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1425.             'Plugin\\RefineProductSalesTimer42\\Repository\\ProductRepository' => ['privates''Plugin\\RefineProductSalesTimer42\\Repository\\ProductRepository''getProductRepository3Service'true],
  1426.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1427.             'Plugin\\RestrictEmailDomain42\\Repository\\ConfigRepository' => ['privates''Plugin\\RestrictEmailDomain42\\Repository\\ConfigRepository''getConfigRepository9Service'true],
  1428.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository10Service'true],
  1429.         ], [
  1430.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1431.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1432.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1433.             'Eccube\\Repository\\BlockRepository' => '?',
  1434.             'Eccube\\Repository\\CalendarRepository' => '?',
  1435.             'Eccube\\Repository\\CartItemRepository' => '?',
  1436.             'Eccube\\Repository\\CartRepository' => '?',
  1437.             'Eccube\\Repository\\CategoryRepository' => '?',
  1438.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1439.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1440.             'Eccube\\Repository\\CsvRepository' => '?',
  1441.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1442.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1443.             'Eccube\\Repository\\CustomerRepository' => '?',
  1444.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1445.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1446.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1447.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1448.             'Eccube\\Repository\\LayoutRepository' => '?',
  1449.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1450.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1451.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1452.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1453.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1454.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1455.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1456.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1457.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1458.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1459.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1460.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1461.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1462.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1463.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1464.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1465.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1466.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1467.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1468.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1469.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1470.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1471.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1472.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1473.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1474.             'Eccube\\Repository\\MemberRepository' => '?',
  1475.             'Eccube\\Repository\\NewsRepository' => '?',
  1476.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1477.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1478.             'Eccube\\Repository\\OrderRepository' => '?',
  1479.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1480.             'Eccube\\Repository\\PageRepository' => '?',
  1481.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1482.             'Eccube\\Repository\\PaymentRepository' => '?',
  1483.             'Eccube\\Repository\\PluginRepository' => '?',
  1484.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1485.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1486.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1487.             'Eccube\\Repository\\ProductRepository' => '?',
  1488.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1489.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1490.             'Eccube\\Repository\\ShippingRepository' => '?',
  1491.             'Eccube\\Repository\\TagRepository' => '?',
  1492.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1493.             'Eccube\\Repository\\TemplateRepository' => '?',
  1494.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1495.             'Plugin\\CMBlogPro42\\Repository\\BlogCategoryRepository' => '?',
  1496.             'Plugin\\CMBlogPro42\\Repository\\BlogImageRepository' => '?',
  1497.             'Plugin\\CMBlogPro42\\Repository\\BlogProductRepository' => '?',
  1498.             'Plugin\\CMBlogPro42\\Repository\\BlogRepository' => '?',
  1499.             'Plugin\\CMBlogPro42\\Repository\\BlogSortRepository' => '?',
  1500.             'Plugin\\CMBlogPro42\\Repository\\BlogStatusRepository' => '?',
  1501.             'Plugin\\CMBlogPro42\\Repository\\CategoryRepository' => '?',
  1502.             'Plugin\\CMBlogPro42\\Repository\\ConfigRepository' => '?',
  1503.             'Plugin\\CMBlogPro42\\Repository\\ProductRepository' => '?',
  1504.             'Plugin\\ChatGpt\\Repository\\ChatGptRepository' => '?',
  1505.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => '?',
  1506.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => '?',
  1507.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => '?',
  1508.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => '?',
  1509.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1510.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1511.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1512.             'Plugin\\EtunaGa4GoogleAnalytics42\\Repository\\EtunaGa4GoogleAnalyticsConfigRepository' => '?',
  1513.             'Plugin\\JoolenCategoryIcon42\\Repository\\CategoryImageRepository' => '?',
  1514.             'Plugin\\JoolenCategoryIcon42\\Repository\\ConfigRepository' => '?',
  1515.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1516.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1517.             'Plugin\\NZCategoryBackground42\\Repository\\CategoryBackgroundRepository' => '?',
  1518.             'Plugin\\NZCustomPlugin\\Repository\\CustomFormRepository' => '?',
  1519.             'Plugin\\NZCustomPlugin\\Repository\\FormFieldRepository' => '?',
  1520.             'Plugin\\NZCustomPlugin\\Repository\\FormSubmissionRepository' => '?',
  1521.             'Plugin\\NZEstimateSystem42\\Repository\\ConfigRepository' => '?',
  1522.             'Plugin\\NZEstimateSystem42\\Repository\\PartsCategoryRepository' => '?',
  1523.             'Plugin\\NZEstimateSystem42\\Repository\\PartsRepository' => '?',
  1524.             'Plugin\\NZMailSystem42\\Repository\\NZMailConfigRepository' => '?',
  1525.             'Plugin\\Paidy42\\Repository\\ConfigRepository' => '?',
  1526.             'Plugin\\Paidy42\\Repository\\PaymentStatusRepository' => '?',
  1527.             'Plugin\\PaygentPayment42\\Repository\\ConfigRepository' => '?',
  1528.             'Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository' => '?',
  1529.             'Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository' => '?',
  1530.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => '?',
  1531.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => '?',
  1532.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => '?',
  1533.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => '?',
  1534.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => '?',
  1535.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => '?',
  1536.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => '?',
  1537.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => '?',
  1538.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => '?',
  1539.             'Plugin\\ProductOption42\\Repository\\ProductOptionConfigRepository' => '?',
  1540.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => '?',
  1541.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1542.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1543.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1544.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1545.             'Plugin\\RefineProductSalesTimer42\\Repository\\ProductRepository' => '?',
  1546.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1547.             'Plugin\\RestrictEmailDomain42\\Repository\\ConfigRepository' => '?',
  1548.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1549.         ])));
  1550.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1551.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1552.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1553.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1554.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1555.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'event_dispatcher' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1562.      */
  1563.     protected function getEventDispatcherService()
  1564.     {
  1565.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1566.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1567.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1568.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1569.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1570.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1571.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1572.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1573.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1574.         $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())));
  1575.         $instance->addListener('kernel.request', [=> function () {
  1576.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1577.         }, => 'onKernelRequest'], 1024);
  1578.         $instance->addListener('kernel.controller', [=> function () {
  1579.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1580.         }, => 'onKernelController'], 0);
  1581.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1582.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1583.         }, => 'checkPassport'], 1024);
  1584.         $instance->addListener('kernel.response', [=> function () {
  1585.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1586.         }, => 'onKernelResponse'], 0);
  1587.         $instance->addListener('kernel.response', [=> function () {
  1588.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1589.         }, => 'onKernelResponse'], 0);
  1590.         $instance->addListener('kernel.request', [=> function () {
  1591.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1592.         }, => 'onKernelRequest'], 0);
  1593.         $instance->addListener('kernel.controller', [=> function () {
  1594.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1595.         }, => 'onController'], 0);
  1596.         $instance->addListener('kernel.request', [=> function () {
  1597.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1598.         }, => 'onKernelRequest'], 512);
  1599.         $instance->addListener('kernel.request', [=> function () {
  1600.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1601.         }, => 'onKernelRequestEarly'], 500);
  1602.         $instance->addListener('kernel.request', [=> function () {
  1603.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1604.         }, => 'onKernelRequest'], 6);
  1605.         $instance->addListener('kernel.response', [=> function () {
  1606.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1607.         }, => 'onKernelResponse'], 0);
  1608.         $instance->addListener('kernel.controller', [=> function () {
  1609.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1610.         }, => 'onKernelController'], 0);
  1611.         $instance->addListener('kernel.terminate', [=> function () {
  1612.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1613.         }, => 'onKernelTerminate'], 0);
  1614.         $instance->addListener('kernel.exception', [=> function () {
  1615.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1616.         }, => 'onKernelException'], -4);
  1617.         $instance->addListener('security.interactive_login', [=> function () {
  1618.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1619.         }, => 'onInteractiveLogin'], 0);
  1620.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1621.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1622.         }, => 'onAuthenticationFailure'], 0);
  1623.         $instance->addListener('kernel.response', [=> function () {
  1624.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1625.         }, => 'onResponse'], 0);
  1626.         $instance->addListener('kernel.request', [=> function () {
  1627.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1628.         }, => 'onKernelRequest'], 512);
  1629.         $instance->addListener('kernel.controller', [=> function () {
  1630.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1631.         }, => 'onController'], 0);
  1632.         $instance->addListener('kernel.request', [=> function () {
  1633.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1634.         }, => 'onKernelRequest'], 7);
  1635.         $instance->addListener('security.interactive_login', [=> function () {
  1636.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1637.         }, => 'onInteractiveLogin'], 0);
  1638.         $instance->addListener('security.authentication.failure', [=> function () {
  1639.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1640.         }, => 'onAuthenticationFailure'], 0);
  1641.         $instance->addListener('kernel.request', [=> function () {
  1642.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1643.         }, => 'onKernelRequest'], 0);
  1644.         $instance->addListener('kernel.exception', [=> function () {
  1645.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1646.         }, => 'onKernelException'], 0);
  1647.         $instance->addListener('kernel.terminate', [=> function () {
  1648.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1649.         }, => 'onKernelTerminate'], 0);
  1650.         $instance->addListener('kernel.request', [=> function () {
  1651.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1652.         }, => 'onKernelRequest'], 6);
  1653.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1654.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1655.         }, => 'onKernelController'], 7);
  1656.         $instance->addListener('form.pre_submit', [=> function () {
  1657.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1658.         }, => 'onPreSubmit'], 0);
  1659.         $instance->addListener('form.pre_submit', [=> function () {
  1660.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1661.         }, => 'purifySubmittedData'], 1000001);
  1662.         $instance->addListener('form.pre_submit', [=> function () {
  1663.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1664.         }, => 'onPreSubmit'], 0);
  1665.         $instance->addListener('workflow.order.completed', [=> function () {
  1666.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1667.         }, => 'onCompleted'], 0);
  1668.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1669.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1670.         }, => 'updatePaymentDate'], 0);
  1671.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1672.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1673.         }, => 'rollbackStock'], 0);
  1674.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1675.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1676.         }, => 'rollbackUsePoint'], 0);
  1677.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1678.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1679.         }, => 'commitStock'], 0);
  1680.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1681.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1682.         }, => 'commitUsePoint'], 0);
  1683.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1684.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1685.         }, => 'commitAddPoint'], 0);
  1686.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1687.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1688.         }, => 'rollbackUsePoint'], 0);
  1689.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1690.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1691.         }, => 'rollbackAddPoint'], 0);
  1692.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1693.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1694.         }, => 'commitUsePoint'], 0);
  1695.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1696.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1697.         }, => 'commitAddPoint'], 0);
  1698.         $instance->addListener('kernel.terminate', [=> function () {
  1699.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1700.         }, => 'disableMaintenanceEvent'], 0);
  1701.         $instance->addListener('kernel.terminate', [=> function () {
  1702.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1703.         }, => 'forceClearCache'], 0);
  1704.         $instance->addListener('@admin/Product/category.twig', [=> function () {
  1705.             return ($this->privates['Plugin\\CategoryDelete42\\Event'] ?? ($this->privates['Plugin\\CategoryDelete42\\Event'] = new \Plugin\CategoryDelete42\Event()));
  1706.         }, => 'onAdminProductCategoryTwig'], 0);
  1707.         $instance->addListener('Shopping/index.twig', [=> function () {
  1708.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1709.         }, => 'index'], 0);
  1710.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1711.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1712.         }, => 'index'], 0);
  1713.         $instance->addListener('Mypage/history.twig', [=> function () {
  1714.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1715.         }, => 'onRenderMypageHistory'], 0);
  1716.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1717.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1718.         }, => 'onRenderAdminOrderEdit'], 0);
  1719.         $instance->addListener('JoolenCategoryIcon42/Resource/template/default/category_icon_pc.twig', [=> function () {
  1720.             return ($this->privates['Plugin\\JoolenCategoryIcon42\\Event'] ?? $this->load('getEvent3Service'));
  1721.         }, => 'changeImageToNaviPc'], 0);
  1722.         $instance->addListener('JoolenCategoryIcon42/Resource/template/default/category_icon_sp.twig', [=> function () {
  1723.             return ($this->privates['Plugin\\JoolenCategoryIcon42\\Event'] ?? $this->load('getEvent3Service'));
  1724.         }, => 'changeImageToNaviSp'], 0);
  1725.         $instance->addListener('kernel.response', [=> function () {
  1726.             return ($this->services['Plugin\\NZCategoryBackground42\\EventSubscriber\\ResponseSubscriber'] ?? $this->getResponseSubscriberService());
  1727.         }, => 'onKernelResponse'], 0);
  1728.         $instance->addListener('Mypage/login.twig', [=> function () {
  1729.             return ($this->services['Plugin\\NZCustomPlugin\\Event\\NZCustomPluginEvent'] ?? ($this->services['Plugin\\NZCustomPlugin\\Event\\NZCustomPluginEvent'] = new \Plugin\NZCustomPlugin\Event\NZCustomPluginEvent()));
  1730.         }, => 'onMypageLoginTwig'], 0);
  1731.         $instance->addListener('security.interactive_login', [=> function () {
  1732.             return ($this->services['Plugin\\NZCustomPlugin\\EventListener\\LoginEventListener'] ?? $this->getLoginEventListenerService());
  1733.         }, => 'onInteractiveLogin'], 0);
  1734.         $instance->addListener('kernel.response', [=> function () {
  1735.             return ($this->services['Plugin\\NZCustomPlugin\\EventListener\\LoginEventListener'] ?? $this->getLoginEventListenerService());
  1736.         }, => 'onKernelResponse'], -1000);
  1737.         $instance->addListener('front.entry.index.complete', [=> function () {
  1738.             return ($this->services['Plugin\\NZCustomPlugin\\EventListener\\RegistrationEventListener'] ?? $this->getRegistrationEventListenerService());
  1739.         }, => 'onRegistrationComplete'], 0);
  1740.         $instance->addListener('kernel.response', [=> function () {
  1741.             return ($this->services['Plugin\\NZCustomPlugin\\EventListener\\RegistrationEventListener'] ?? $this->getRegistrationEventListenerService());
  1742.         }, => 'onKernelResponse'], 0);
  1743.         $instance->addListener('nz.mail.payment.confirm', [=> function () {
  1744.             return ($this->privates['Plugin\\NZMailSystem42\\Event'] ?? $this->load('getEvent4Service'));
  1745.         }, => 'onPaymentConfirm'], 0);
  1746.         $instance->addListener('nz.mail.payment.received', [=> function () {
  1747.             return ($this->privates['Plugin\\NZMailSystem42\\Event'] ?? $this->load('getEvent4Service'));
  1748.         }, => 'onPaymentReceived'], 0);
  1749.         $instance->addListener('nz.mail.order.cancel', [=> function () {
  1750.             return ($this->privates['Plugin\\NZMailSystem42\\Event'] ?? $this->load('getEvent4Service'));
  1751.         }, => 'onOrderCancel'], 0);
  1752.         $instance->addListener('nz.mail.payment.complete', [=> function () {
  1753.             return ($this->privates['Plugin\\NZMailSystem42\\Event'] ?? $this->load('getEvent4Service'));
  1754.         }, => 'onPaymentComplete'], 0);
  1755.         $instance->addListener('nz.mail.test', [=> function () {
  1756.             return ($this->privates['Plugin\\NZMailSystem42\\Event'] ?? $this->load('getEvent4Service'));
  1757.         }, => 'onTestMail'], 0);
  1758.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1759.             return ($this->privates['Plugin\\NZMailSystem42\\Event'] ?? $this->load('getEvent4Service'));
  1760.         }, => 'onAdminOrderIndexTwig'], 0);
  1761.         $instance->addListener('Shopping/index.twig', [=> function () {
  1762.             return ($this->privates['Plugin\\Paidy42\\PaidyEvent'] ?? $this->load('getPaidyEventService'));
  1763.         }, => 'index'], 0);
  1764.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1765.             return ($this->privates['Plugin\\Paidy42\\PaidyEvent'] ?? $this->load('getPaidyEventService'));
  1766.         }, => 'confirm'], 0);
  1767.         $instance->addListener('Shopping/index.twig', [=> function () {
  1768.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1769.         }, => 'index'], 0);
  1770.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1771.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1772.         }, => 'confirm'], 0);
  1773.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1774.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1775.         }, => 'onAdminOrderEditTwig'], 0);
  1776.         $instance->addListener('admin.order.edit.index.initialize', [=> function () {
  1777.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1778.         }, => 'onAdminOrderEditIndexInitialize'], 0);
  1779.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1780.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1781.         }, => 'complete'], 0);
  1782.         $instance->addListener('Product/detail.twig', [=> function () {
  1783.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent5Service'));
  1784.         }, => 'onRenderProductDetail'], 0);
  1785.         $instance->addListener('front.contact.index.initialize', [=> function () {
  1786.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent5Service'));
  1787.         }, => 'onFrontContactIndexInitialize'], 0);
  1788.         $instance->addListener('plugin.contact.index.complete', [=> function () {
  1789.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent5Service'));
  1790.         }, => 'onFrontContactIndexComplete'], 0);
  1791.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1792.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1793.         }, => 'onTemplateAdminOrderEdit'], 0);
  1794.         $instance->addListener('@admin/Order/order_item_prototype.twig', [=> function () {
  1795.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1796.         }, => 'onTemplateAdminOrderItemPrototype'], 0);
  1797.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1798.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1799.         }, => 'onTemplateAdminOrderEdit'], 0);
  1800.         $instance->addListener('@admin/Order/search_product.twig', [=> function () {
  1801.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1802.         }, => 'onTemplateAdminOrderSearchProduct'], 0);
  1803.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1804.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1805.         }, => 'hookAdminOrderCsvExport'], 0);
  1806.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1807.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1808.         }, => 'onTemplateAdminProduct'], 0);
  1809.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1810.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1811.         }, => 'onTemplateAdminProductEdit'], 0);
  1812.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1813.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1814.         }, => 'hookAdminProductCopyComplete'], 0);
  1815.         $instance->addListener('admin.product.csv.export', [=> function () {
  1816.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1817.         }, => 'hookAdminProductCsvExport'], 0);
  1818.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1819.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductSaveEvent'] ?? $this->load('getAdminProductSaveEventService'));
  1820.         }, => 'onAdminProductEditComplete'], 0);
  1821.         $instance->addListener('Cart/index.twig', [=> function () {
  1822.             return ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] ?? ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] = new \Plugin\ProductOption42\Event\CartEvent()));
  1823.         }, => 'onTemplateCart'], 0);
  1824.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1825.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1826.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1827.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1828.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1829.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1830.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1831.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1832.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1833.         $instance->addListener('Mypage/index.twig', [=> function () {
  1834.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1835.         }, => 'onTemplateMypageIndex'], 0);
  1836.         $instance->addListener('Mypage/history.twig', [=> function () {
  1837.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1838.         }, => 'onTemplateMypageHistory'], 0);
  1839.         $instance->addListener('Product/list.twig', [=> function () {
  1840.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1841.         }, => 'onTemplateProductList'], 0);
  1842.         $instance->addListener('Product/detail.twig', [=> function () {
  1843.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1844.         }, => 'onTemplateProductDetail'], 0);
  1845.         $instance->addListener('Shopping/index.twig', [=> function () {
  1846.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1847.         }, => 'onTempleteShoppingIndex'], 0);
  1848.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1849.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1850.         }, => 'onTempleteShoppingIndex'], 0);
  1851.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1852.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1853.         }, => 'onTempleteShoppingShippingMultiple'], 0);
  1854.         $instance->addListener('front.shopping.shipping.multiple.initialize', [=> function () {
  1855.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1856.         }, => 'onHookShoppingShippingMultipleInitialize'], 0);
  1857.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1858.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1859.         }, => 'onHookShoppingShippingMultipleComplete'], 0);
  1860.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1861.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\Admin\\ProductEventListener'] ?? ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\Admin\\ProductEventListener'] = new \Plugin\RefineProductSalesTimer42\EventListener\Admin\ProductEventListener()));
  1862.         }, => 'onProductRender'], 0);
  1863.         $instance->addListener('Product/list.twig', [=> function () {
  1864.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListener2Service'));
  1865.         }, => 'onProductListRender'], 0);
  1866.         $instance->addListener('Product/detail.twig', [=> function () {
  1867.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListener2Service'));
  1868.         }, => 'onProductDetailRender'], 0);
  1869.         $instance->addListener('front.product.cart.add.initialize', [=> function () {
  1870.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListener2Service'));
  1871.         }, => 'onCartAddInitialize'], 0);
  1872.         $instance->addListener('kernel.request', [=> function () {
  1873.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1874.         }, => 'onKernelRequest'], 4096);
  1875.         $instance->addListener('kernel.response', [=> function () {
  1876.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1877.         }, => 'onKernelResponse'], 0);
  1878.         $instance->addListener('kernel.response', [=> function () {
  1879.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1880.         }, => 'onKernelResponse'], -1024);
  1881.         $instance->addListener('kernel.request', [=> function () {
  1882.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1883.         }, => 'setDefaultLocale'], 100);
  1884.         $instance->addListener('kernel.request', [=> function () {
  1885.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1886.         }, => 'onKernelRequest'], 16);
  1887.         $instance->addListener('kernel.finish_request', [=> function () {
  1888.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1889.         }, => 'onKernelFinishRequest'], 0);
  1890.         $instance->addListener('kernel.request', [=> function () {
  1891.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1892.         }, => 'onKernelRequest'], 256);
  1893.         $instance->addListener('kernel.response', [=> function () {
  1894.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1895.         }, => 'onResponse'], -255);
  1896.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1897.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1898.         }, => 'onControllerArguments'], 0);
  1899.         $instance->addListener('kernel.exception', [=> function () {
  1900.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1901.         }, => 'logKernelException'], 0);
  1902.         $instance->addListener('kernel.exception', [=> function () {
  1903.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1904.         }, => 'onKernelException'], -128);
  1905.         $instance->addListener('kernel.response', [=> function () {
  1906.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1907.         }, => 'removeCspHeader'], -128);
  1908.         $instance->addListener('kernel.request', [=> function () {
  1909.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1910.         }, => 'onKernelRequest'], 15);
  1911.         $instance->addListener('kernel.finish_request', [=> function () {
  1912.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1913.         }, => 'onKernelFinishRequest'], -15);
  1914.         $instance->addListener('console.error', [=> function () {
  1915.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1916.         }, => 'onConsoleError'], -128);
  1917.         $instance->addListener('console.terminate', [=> function () {
  1918.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1919.         }, => 'onConsoleTerminate'], -128);
  1920.         $instance->addListener('console.error', [=> function () {
  1921.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1922.         }, => 'onConsoleError'], 0);
  1923.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1924.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1925.         }, => 'onMessage'], -255);
  1926.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1927.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1928.         }, => 'onMessage'], -255);
  1929.         $instance->addListener('kernel.response', [=> function () {
  1930.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1931.         }, => 'onKernelResponse'], 0);
  1932.         $instance->addListener('kernel.request', [=> function () {
  1933.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1934.         }, => 'onKernelRequest'], 48);
  1935.         $instance->addListener('kernel.request', [=> function () {
  1936.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1937.         }, => 'configure'], 2048);
  1938.         $instance->addListener('console.command', [=> function () {
  1939.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1940.         }, => 'configure'], 2048);
  1941.         $instance->addListener('kernel.request', [=> function () {
  1942.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1943.         }, => 'onKernelRequest'], 32);
  1944.         $instance->addListener('kernel.finish_request', [=> function () {
  1945.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1946.         }, => 'onKernelFinishRequest'], 0);
  1947.         $instance->addListener('kernel.exception', [=> function () {
  1948.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1949.         }, => 'onKernelException'], -64);
  1950.         $instance->addListener('kernel.request', [=> function () {
  1951.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1952.         }, => 'onKernelRequest'], 128);
  1953.         $instance->addListener('kernel.response', [=> function () {
  1954.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1955.         }, => 'onKernelResponse'], -1000);
  1956.         $instance->addListener('kernel.finish_request', [=> function () {
  1957.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1958.         }, => 'onFinishRequest'], 0);
  1959.         $instance->addListener('kernel.response', [=> function () {
  1960.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1961.         }, => 'onKernelResponse'], -100);
  1962.         $instance->addListener('kernel.exception', [=> function () {
  1963.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1964.         }, => 'onKernelException'], 0);
  1965.         $instance->addListener('kernel.terminate', [=> function () {
  1966.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1967.         }, => 'onKernelTerminate'], -1024);
  1968.         $instance->addListener('kernel.controller', [=> function () {
  1969.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1970.         }, => 'onKernelController'], 0);
  1971.         $instance->addListener('kernel.response', [=> function () {
  1972.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1973.         }, => 'onKernelResponse'], 0);
  1974.         $instance->addListener('kernel.response', [=> function () {
  1975.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1976.         }, => 'onKernelResponse'], 0);
  1977.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1978.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1979.         }, => 'checkPassport'], 0);
  1980.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1981.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1982.         }, => 'onLoginSuccess'], 0);
  1983.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1984.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1985.         }, => 'onVoterVote'], 0);
  1986.         $instance->addListener('kernel.request', [=> function () {
  1987.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1988.         }, => 'configureLogoutUrlGenerator'], 8);
  1989.         $instance->addListener('kernel.request', [=> function () {
  1990.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1991.         }, => 'onKernelRequest'], 8);
  1992.         $instance->addListener('kernel.finish_request', [=> function () {
  1993.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1994.         }, => 'onKernelFinishRequest'], 0);
  1995.         $instance->addListener('kernel.controller', [=> function () {
  1996.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1997.         }, => 'onKernelController'], 0);
  1998.         $instance->addListener('kernel.controller', [=> function () {
  1999.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2000.         }, => 'onKernelController'], 0);
  2001.         $instance->addListener('kernel.controller', [=> function () {
  2002.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2003.         }, => 'onKernelController'], -128);
  2004.         $instance->addListener('kernel.view', [=> function () {
  2005.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2006.         }, => 'onKernelView'], 0);
  2007.         $instance->addListener('kernel.controller', [=> function () {
  2008.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2009.         }, => 'onKernelController'], 0);
  2010.         $instance->addListener('kernel.response', [=> function () {
  2011.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2012.         }, => 'onKernelResponse'], 0);
  2013.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2014.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2015.         }, => 'onKernelControllerArguments'], 0);
  2016.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2017.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2018.         }, => 'onKernelControllerArguments'], 0);
  2019.         $instance->addListener('console.command', [=> function () {
  2020.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2021.         }, => 'onCommand'], 255);
  2022.         $instance->addListener('console.terminate', [=> function () {
  2023.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2024.         }, => 'onTerminate'], -255);
  2025.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2026.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2027.         }, => 'onMessage'], 0);
  2028.         $instance->addListener('console.command', [=> function () {
  2029.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2030.         }, => 'configure'], 1024);
  2031.         $instance->addListener('kernel.response', [=> function () {
  2032.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2033.         }, => 'onKernelResponse'], -128);
  2034.         $instance->addListener('console.error', [=> function () {
  2035.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2036.         }, => 'onConsoleError'], 0);
  2037.         $instance->addListener('console.terminate', [=> function () {
  2038.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2039.         }, => 'onConsoleTerminate'], 0);
  2040.         $instance->addListener('knp_pager.before', [=> function () {
  2041.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2042.         }, => 'before'], 0);
  2043.         $instance->addListener('knp_pager.pagination', [=> function () {
  2044.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2045.         }, => 'pagination'], 0);
  2046.         $instance->addListener('knp_pager.before', [=> function () {
  2047.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2048.         }, => 'before'], 1);
  2049.         $instance->addListener('knp_pager.before', [=> function () {
  2050.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2051.         }, => 'before'], 1);
  2052.         $instance->addListener('knp_pager.pagination', [=> function () {
  2053.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2054.         }, => 'pagination'], 1);
  2055.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2056.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2057.         }, => 'checkPassport'], 512);
  2058.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2059.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2060.         }, => 'onLogout'], 0);
  2061.         return $instance;
  2062.     }
  2063.     /**
  2064.      * Gets the public 'http_kernel' shared service.
  2065.      *
  2066.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2067.      */
  2068.     protected function getHttpKernelService()
  2069.     {
  2070.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2071.         if (isset($this->services['http_kernel'])) {
  2072.             return $this->services['http_kernel'];
  2073.         }
  2074.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2075.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2076.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2077.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2078.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2079.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2080.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2081.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2082.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2083.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2084.         }, 8)), $b));
  2085.     }
  2086.     /**
  2087.      * Gets the public 'request_stack' shared service.
  2088.      *
  2089.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2090.      */
  2091.     protected function getRequestStackService()
  2092.     {
  2093.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2094.     }
  2095.     /**
  2096.      * Gets the public 'router' shared service.
  2097.      *
  2098.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2099.      */
  2100.     protected function getRouterService()
  2101.     {
  2102.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2103.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2104.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2105.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2106.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2107.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2108.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2109.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2110.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2111.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2112.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2113.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2114.         ], [
  2115.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2116.         ]))->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'));
  2117.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2118.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2119.         return $instance;
  2120.     }
  2121.     /**
  2122.      * Gets the public 'translator' shared service.
  2123.      *
  2124.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2125.      */
  2126.     protected function getTranslatorService()
  2127.     {
  2128.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2129.     }
  2130.     /**
  2131.      * Gets the public 'var_dumper.cloner' shared service.
  2132.      *
  2133.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2134.      */
  2135.     protected function getVarDumper_ClonerService()
  2136.     {
  2137.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2138.         $instance->setMaxItems(2500);
  2139.         $instance->setMinDepth(1);
  2140.         $instance->setMaxString(-1);
  2141.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2142.         return $instance;
  2143.     }
  2144.     /**
  2145.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2148.      */
  2149.     protected function get_ServiceLocator_HDnBBSZService()
  2150.     {
  2151.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2152.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2153.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2154.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2155.         ], [
  2156.             'security.firewall.map.context.admin' => '?',
  2157.             'security.firewall.map.context.customer' => '?',
  2158.             'security.firewall.map.context.dev' => '?',
  2159.         ]);
  2160.     }
  2161.     /**
  2162.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2163.      *
  2164.      * @return \Eccube\DataCollector\EccubeDataCollector
  2165.      */
  2166.     protected function getEccubeDataCollectorService()
  2167.     {
  2168.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2169.     }
  2170.     /**
  2171.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2172.      *
  2173.      * @return \Eccube\EventListener\IpAddrListener
  2174.      */
  2175.     protected function getIpAddrListenerService()
  2176.     {
  2177.         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()));
  2178.     }
  2179.     /**
  2180.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2181.      *
  2182.      * @return \Eccube\EventListener\LogListener
  2183.      */
  2184.     protected function getLogListenerService()
  2185.     {
  2186.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2187.     }
  2188.     /**
  2189.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2190.      *
  2191.      * @return \Eccube\EventListener\MaintenanceListener
  2192.      */
  2193.     protected function getMaintenanceListenerService()
  2194.     {
  2195.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2196.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2197.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2198.         }
  2199.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2200.     }
  2201.     /**
  2202.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2203.      *
  2204.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2205.      */
  2206.     protected function getMobileTemplatePathListenerService()
  2207.     {
  2208.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2209.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2210.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2211.         }
  2212.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2213.     }
  2214.     /**
  2215.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2216.      *
  2217.      * @return \Eccube\EventListener\RateLimiterListener
  2218.      */
  2219.     protected function getRateLimiterListenerService()
  2220.     {
  2221.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2222.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2223.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2224.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2225.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2226.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2227.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2228.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2229.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2230.         ], [
  2231.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2232.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2233.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2234.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2235.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2236.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2237.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2238.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2239.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2243.      *
  2244.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2245.      */
  2246.     protected function getRestrictFileUploadListenerService()
  2247.     {
  2248.         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()));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2252.      *
  2253.      * @return \Eccube\EventListener\TransactionListener
  2254.      */
  2255.     protected function getTransactionListenerService()
  2256.     {
  2257.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2258.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2259.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2260.         }
  2261.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2262.     }
  2263.     /**
  2264.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2265.      *
  2266.      * @return \Eccube\EventListener\TwigInitializeListener
  2267.      */
  2268.     protected function getTwigInitializeListenerService()
  2269.     {
  2270.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2271.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2272.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2273.         }
  2274.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2275.     }
  2276.     /**
  2277.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2278.      *
  2279.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2280.      */
  2281.     protected function getTwoFactorAuthListenerService()
  2282.     {
  2283.         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()));
  2284.     }
  2285.     /**
  2286.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2287.      *
  2288.      * @return \Eccube\Log\Processor\SessionProcessor
  2289.      */
  2290.     protected function getSessionProcessorService()
  2291.     {
  2292.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2293.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2294.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2295.         }
  2296.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2297.     }
  2298.     /**
  2299.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2300.      *
  2301.      * @return \Eccube\Log\Processor\TokenProcessor
  2302.      */
  2303.     protected function getTokenProcessorService()
  2304.     {
  2305.         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()));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2309.      *
  2310.      * @return \Eccube\Repository\AuthorityRoleRepository
  2311.      */
  2312.     protected function getAuthorityRoleRepositoryService()
  2313.     {
  2314.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2315.     }
  2316.     /**
  2317.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2318.      *
  2319.      * @return \Eccube\Repository\BaseInfoRepository
  2320.      */
  2321.     protected function getBaseInfoRepositoryService()
  2322.     {
  2323.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2327.      *
  2328.      * @return \Eccube\Repository\BlockPositionRepository
  2329.      */
  2330.     protected function getBlockPositionRepositoryService()
  2331.     {
  2332.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2333.     }
  2334.     /**
  2335.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2336.      *
  2337.      * @return \Eccube\Repository\BlockRepository
  2338.      */
  2339.     protected function getBlockRepositoryService()
  2340.     {
  2341.         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))));
  2342.     }
  2343.     /**
  2344.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2345.      *
  2346.      * @return \Eccube\Repository\CartRepository
  2347.      */
  2348.     protected function getCartRepositoryService()
  2349.     {
  2350.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2351.     }
  2352.     /**
  2353.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2354.      *
  2355.      * @return \Eccube\Repository\LayoutRepository
  2356.      */
  2357.     protected function getLayoutRepositoryService()
  2358.     {
  2359.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2360.     }
  2361.     /**
  2362.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2363.      *
  2364.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2365.      */
  2366.     protected function getDeviceTypeRepositoryService()
  2367.     {
  2368.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2369.     }
  2370.     /**
  2371.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2372.      *
  2373.      * @return \Eccube\Repository\OrderRepository
  2374.      */
  2375.     protected function getOrderRepositoryService()
  2376.     {
  2377.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())));
  2378.     }
  2379.     /**
  2380.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2381.      *
  2382.      * @return \Eccube\Repository\PageLayoutRepository
  2383.      */
  2384.     protected function getPageLayoutRepositoryService()
  2385.     {
  2386.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2387.     }
  2388.     /**
  2389.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2390.      *
  2391.      * @return \Eccube\Repository\PageRepository
  2392.      */
  2393.     protected function getPageRepositoryService()
  2394.     {
  2395.         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);
  2396.     }
  2397.     /**
  2398.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2399.      *
  2400.      * @return \Eccube\Repository\ProductClassRepository
  2401.      */
  2402.     protected function getProductClassRepositoryService()
  2403.     {
  2404.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2405.     }
  2406.     /**
  2407.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2408.      *
  2409.      * @return \Eccube\Repository\ProductRepository
  2410.      */
  2411.     protected function getProductRepositoryService()
  2412.     {
  2413.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2414.     }
  2415.     /**
  2416.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2417.      *
  2418.      * @return \Eccube\Repository\TaxRuleRepository
  2419.      */
  2420.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2421.     {
  2422.         if ($lazyLoad) {
  2423.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2424.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2425.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2426.                     $proxy->setProxyInitializer(null);
  2427.                     return true;
  2428.                 });
  2429.             });
  2430.         }
  2431.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2432.         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))));
  2433.     }
  2434.     /**
  2435.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2436.      *
  2437.      * @return \Eccube\Request\Context
  2438.      */
  2439.     protected function getContextService()
  2440.     {
  2441.         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()));
  2442.     }
  2443.     /**
  2444.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2445.      *
  2446.      * @return \Eccube\Service\CartService
  2447.      */
  2448.     protected function getCartServiceService($lazyLoad true)
  2449.     {
  2450.         if ($lazyLoad) {
  2451.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2452.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2453.                     $wrappedInstance $this->getCartServiceService(false);
  2454.                     $proxy->setProxyInitializer(null);
  2455.                     return true;
  2456.                 });
  2457.             });
  2458.         }
  2459.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2460.         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()), ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] = new \Plugin\ProductOption42\Service\Cart\ProductClassAndOptionComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = 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()));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2464.      *
  2465.      * @return \Eccube\Service\TwoFactorAuthService
  2466.      */
  2467.     protected function getTwoFactorAuthServiceService()
  2468.     {
  2469.         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())));
  2470.     }
  2471.     /**
  2472.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2473.      *
  2474.      * @return \Eccube\Twig\Extension\EccubeExtension
  2475.      */
  2476.     protected function getEccubeExtensionService()
  2477.     {
  2478.         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()));
  2479.     }
  2480.     /**
  2481.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2482.      *
  2483.      * @return \Eccube\Twig\Extension\TaxExtension
  2484.      */
  2485.     protected function getTaxExtensionService()
  2486.     {
  2487.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2488.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2489.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2490.         }
  2491.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2492.     }
  2493.     /**
  2494.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2495.      *
  2496.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2497.      */
  2498.     protected function getWebProcessorService()
  2499.     {
  2500.         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']);
  2501.     }
  2502.     /**
  2503.      * Gets the private 'annotations.cache_adapter' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2506.      */
  2507.     protected function getAnnotations_CacheAdapterService()
  2508.     {
  2509.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2510.     }
  2511.     /**
  2512.      * Gets the private 'annotations.cached_reader' shared service.
  2513.      *
  2514.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2515.      */
  2516.     protected function getAnnotations_CachedReaderService()
  2517.     {
  2518.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2519.     }
  2520.     /**
  2521.      * Gets the private 'annotations.reader' shared service.
  2522.      *
  2523.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2524.      */
  2525.     protected function getAnnotations_ReaderService()
  2526.     {
  2527.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2528.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2529.         $a->registerUniqueLoader('class_exists');
  2530.         $instance->addGlobalIgnoredName('required'$a);
  2531.         return $instance;
  2532.     }
  2533.     /**
  2534.      * Gets the private 'assets.context' shared service.
  2535.      *
  2536.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2537.      */
  2538.     protected function getAssets_ContextService()
  2539.     {
  2540.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2541.         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());
  2542.     }
  2543.     /**
  2544.      * Gets the private 'cache.annotations' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2547.      */
  2548.     protected function getCache_AnnotationsService()
  2549.     {
  2550.         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())));
  2551.     }
  2552.     /**
  2553.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2556.      */
  2557.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2558.     {
  2559.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2560.     }
  2561.     /**
  2562.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2563.      *
  2564.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2565.      */
  2566.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2567.     {
  2568.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2569.     }
  2570.     /**
  2571.      * Gets the private 'cache.property_info' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2574.      */
  2575.     protected function getCache_PropertyInfoService()
  2576.     {
  2577.         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())));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'cache.security_expression_language' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2583.      */
  2584.     protected function getCache_SecurityExpressionLanguageService()
  2585.     {
  2586.         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())));
  2587.     }
  2588.     /**
  2589.      * Gets the private 'cache.security_token_verifier' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2592.      */
  2593.     protected function getCache_SecurityTokenVerifierService()
  2594.     {
  2595.         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())));
  2596.     }
  2597.     /**
  2598.      * Gets the private 'cache.serializer' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2601.      */
  2602.     protected function getCache_SerializerService()
  2603.     {
  2604.         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())));
  2605.     }
  2606.     /**
  2607.      * Gets the private 'cache.validator' shared service.
  2608.      *
  2609.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2610.      */
  2611.     protected function getCache_ValidatorService()
  2612.     {
  2613.         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())));
  2614.     }
  2615.     /**
  2616.      * Gets the private 'config_cache_factory' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2619.      */
  2620.     protected function getConfigCacheFactoryService()
  2621.     {
  2622.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2623.             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)));
  2624.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2625.         }, 2));
  2626.     }
  2627.     /**
  2628.      * Gets the private 'data_collector.form' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2631.      */
  2632.     protected function getDataCollector_FormService()
  2633.     {
  2634.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2635.     }
  2636.     /**
  2637.      * Gets the private 'data_collector.request' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2640.      */
  2641.     protected function getDataCollector_RequestService()
  2642.     {
  2643.         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())));
  2644.     }
  2645.     /**
  2646.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2649.      */
  2650.     protected function getDebug_DebugHandlersListenerService()
  2651.     {
  2652.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2653.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2654.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2655.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2656.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2657.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2658.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2659.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2660.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2661.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2662.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2663.     }
  2664.     /**
  2665.      * Gets the private 'debug.file_link_formatter' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2668.      */
  2669.     protected function getDebug_FileLinkFormatterService()
  2670.     {
  2671.         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 () {
  2672.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2673.         });
  2674.     }
  2675.     /**
  2676.      * Gets the private 'debug.log_processor' shared service.
  2677.      *
  2678.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2679.      */
  2680.     protected function getDebug_LogProcessorService()
  2681.     {
  2682.         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())));
  2683.     }
  2684.     /**
  2685.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2686.      *
  2687.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2688.      */
  2689.     protected function getDebug_Security_Access_DecisionManagerService()
  2690.     {
  2691.         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 () {
  2692.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2693.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2694.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2695.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2696.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2697.     }
  2698.     /**
  2699.      * Gets the private 'debug.security.firewall' shared service.
  2700.      *
  2701.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2702.      */
  2703.     protected function getDebug_Security_FirewallService()
  2704.     {
  2705.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2706.         if (isset($this->privates['debug.security.firewall'])) {
  2707.             return $this->privates['debug.security.firewall'];
  2708.         }
  2709.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2710.         if (isset($this->privates['debug.security.firewall'])) {
  2711.             return $this->privates['debug.security.firewall'];
  2712.         }
  2713.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2714.     }
  2715.     /**
  2716.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2717.      *
  2718.      * @return \Doctrine\Migrations\DependencyFactory
  2719.      */
  2720.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2721.     {
  2722.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2723.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2724.         $a->setAllOrNothing(false);
  2725.         $a->setCheckDatabasePlatform(true);
  2726.         $a->setTransactional(true);
  2727.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2728.         $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()));
  2729.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2730.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2731.         });
  2732.         return $instance;
  2733.     }
  2734.     /**
  2735.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2736.      *
  2737.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2738.      */
  2739.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2740.     {
  2741.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  2742.     }
  2743.     /**
  2744.      * Gets the private 'eccube.collector.core' shared autowired service.
  2745.      *
  2746.      * @return \Eccube\DataCollector\EccubeDataCollector
  2747.      */
  2748.     protected function getEccube_Collector_CoreService()
  2749.     {
  2750.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2751.     }
  2752.     /**
  2753.      * Gets the private 'esi_listener' shared service.
  2754.      *
  2755.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2756.      */
  2757.     protected function getEsiListenerService()
  2758.     {
  2759.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2760.     }
  2761.     /**
  2762.      * Gets the private 'exception_listener' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2765.      */
  2766.     protected function getExceptionListenerService()
  2767.     {
  2768.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2769.     }
  2770.     /**
  2771.      * Gets the private 'fragment.listener' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2774.      */
  2775.     protected function getFragment_ListenerService()
  2776.     {
  2777.         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');
  2778.     }
  2779.     /**
  2780.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2781.      *
  2782.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2783.      */
  2784.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2785.     {
  2786.         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())));
  2787.     }
  2788.     /**
  2789.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2790.      *
  2791.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2792.      */
  2793.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2794.     {
  2795.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2796.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2797.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2798.         }
  2799.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2800.     }
  2801.     /**
  2802.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2803.      *
  2804.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2805.      */
  2806.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2807.     {
  2808.         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]);
  2809.     }
  2810.     /**
  2811.      * Gets the private 'locale_aware_listener' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2814.      */
  2815.     protected function getLocaleAwareListenerService()
  2816.     {
  2817.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2818.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2819.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2820.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2821.     }
  2822.     /**
  2823.      * Gets the private 'locale_listener' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2826.      */
  2827.     protected function getLocaleListenerService()
  2828.     {
  2829.         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, []);
  2830.     }
  2831.     /**
  2832.      * Gets the private 'monolog.handler.buffered' shared service.
  2833.      *
  2834.      * @return \Monolog\Handler\BufferHandler
  2835.      */
  2836.     protected function getMonolog_Handler_BufferedService()
  2837.     {
  2838.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2839.     }
  2840.     /**
  2841.      * Gets the private 'monolog.handler.console' shared service.
  2842.      *
  2843.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2844.      */
  2845.     protected function getMonolog_Handler_ConsoleService()
  2846.     {
  2847.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2848.     }
  2849.     /**
  2850.      * Gets the private 'monolog.logger' shared service.
  2851.      *
  2852.      * @return \Symfony\Bridge\Monolog\Logger
  2853.      */
  2854.     protected function getMonolog_LoggerService()
  2855.     {
  2856.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2857.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2858.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2859.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2860.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2861.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2862.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2863.         $instance->useMicrosecondTimestamps(true);
  2864.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2865.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2866.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2867.         return $instance;
  2868.     }
  2869.     /**
  2870.      * Gets the private 'monolog.logger.cache' shared service.
  2871.      *
  2872.      * @return \Symfony\Bridge\Monolog\Logger
  2873.      */
  2874.     protected function getMonolog_Logger_CacheService()
  2875.     {
  2876.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2877.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2878.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2879.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2880.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2881.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2882.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2883.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2884.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2885.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2886.         return $instance;
  2887.     }
  2888.     /**
  2889.      * Gets the private 'monolog.logger.request' shared service.
  2890.      *
  2891.      * @return \Symfony\Bridge\Monolog\Logger
  2892.      */
  2893.     protected function getMonolog_Logger_RequestService()
  2894.     {
  2895.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2896.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2897.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2898.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2899.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2900.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2901.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2902.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2903.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2904.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2905.         return $instance;
  2906.     }
  2907.     /**
  2908.      * Gets the private 'monolog.logger.security' shared service.
  2909.      *
  2910.      * @return \Symfony\Bridge\Monolog\Logger
  2911.      */
  2912.     protected function getMonolog_Logger_SecurityService()
  2913.     {
  2914.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2915.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2916.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2917.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2918.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2919.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2920.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2921.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2922.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2923.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2924.         return $instance;
  2925.     }
  2926.     /**
  2927.      * Gets the private 'parameter_bag' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2930.      */
  2931.     protected function getParameterBagService()
  2932.     {
  2933.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2934.     }
  2935.     /**
  2936.      * Gets the private 'profiler_listener' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2939.      */
  2940.     protected function getProfilerListenerService()
  2941.     {
  2942.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2943.         if (isset($this->privates['profiler_listener'])) {
  2944.             return $this->privates['profiler_listener'];
  2945.         }
  2946.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2947.     }
  2948.     /**
  2949.      * Gets the private 'property_info' shared service.
  2950.      *
  2951.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2952.      */
  2953.     protected function getPropertyInfoService()
  2954.     {
  2955.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2956.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2957.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2958.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2959.         }, 3), new RewindableGenerator(function () {
  2960.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2961.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2962.         }, 2), new RewindableGenerator(function () {
  2963.             return new \EmptyIterator();
  2964.         }, 0), new RewindableGenerator(function () {
  2965.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2966.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2967.         }, 2), new RewindableGenerator(function () {
  2968.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2969.         }, 1));
  2970.     }
  2971.     /**
  2972.      * Gets the private 'rate_limiter.cache' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2975.      */
  2976.     protected function getRateLimiter_CacheService()
  2977.     {
  2978.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('635t6d-tz-'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2979.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2980.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2981.     }
  2982.     /**
  2983.      * Gets the private 'router.expression_language_provider' shared service.
  2984.      *
  2985.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2986.      */
  2987.     protected function getRouter_ExpressionLanguageProviderService()
  2988.     {
  2989.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2990.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2991.         ], [
  2992.             'env' => 'Closure',
  2993.         ]));
  2994.     }
  2995.     /**
  2996.      * Gets the private 'router.request_context' shared service.
  2997.      *
  2998.      * @return \Symfony\Component\Routing\RequestContext
  2999.      */
  3000.     protected function getRouter_RequestContextService()
  3001.     {
  3002.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3003.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3004.         return $instance;
  3005.     }
  3006.     /**
  3007.      * Gets the private 'router_listener' shared service.
  3008.      *
  3009.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3010.      */
  3011.     protected function getRouterListenerService()
  3012.     {
  3013.         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);
  3014.     }
  3015.     /**
  3016.      * Gets the private 'security.context_listener.0' shared service.
  3017.      *
  3018.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3019.      */
  3020.     protected function getSecurity_ContextListener_0Service()
  3021.     {
  3022.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3023.         if (isset($this->privates['security.context_listener.0'])) {
  3024.             return $this->privates['security.context_listener.0'];
  3025.         }
  3026.         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 () {
  3027.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3028.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3029.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3030.     }
  3031.     /**
  3032.      * Gets the private 'security.context_listener.1' shared service.
  3033.      *
  3034.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3035.      */
  3036.     protected function getSecurity_ContextListener_1Service()
  3037.     {
  3038.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3039.         if (isset($this->privates['security.context_listener.1'])) {
  3040.             return $this->privates['security.context_listener.1'];
  3041.         }
  3042.         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 () {
  3043.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3044.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3045.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3046.     }
  3047.     /**
  3048.      * Gets the private 'security.csrf.token_storage' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3051.      */
  3052.     protected function getSecurity_Csrf_TokenStorageService()
  3053.     {
  3054.         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())));
  3055.     }
  3056.     /**
  3057.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3058.      *
  3059.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3060.      */
  3061.     protected function getSecurity_EventDispatcher_AdminService()
  3062.     {
  3063.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3064.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3065.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3066.         }, => 'checkPassport'], 2048);
  3067.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3068.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3069.         }, => 'onSuccessfulLogin'], 0);
  3070.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3071.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3072.         }, => 'onLogout'], 0);
  3073.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3074.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3075.         }, => 'onLogout'], 0);
  3076.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3077.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3078.         }, => 'checkPassport'], 2080);
  3079.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3080.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3081.         }, => 'onSuccessfulLogin'], 0);
  3082.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3083.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3084.         }, => 'preCheckCredentials'], 256);
  3085.         $instance->addListener('security.authentication.success', [=> function () {
  3086.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3087.         }, => 'postCheckCredentials'], 256);
  3088.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3089.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3090.         }, => 'checkPassport'], 1024);
  3091.         $instance->addListener('security.interactive_login', [=> function () {
  3092.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3093.         }, => 'onInteractiveLogin'], 0);
  3094.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3095.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3096.         }, => 'onAuthenticationFailure'], 0);
  3097.         $instance->addListener('security.interactive_login', [=> function () {
  3098.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3099.         }, => 'onInteractiveLogin'], 0);
  3100.         $instance->addListener('security.interactive_login', [=> function () {
  3101.             return ($this->services['Plugin\\NZCustomPlugin\\EventListener\\LoginEventListener'] ?? $this->getLoginEventListenerService());
  3102.         }, => 'onInteractiveLogin'], 0);
  3103.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3104.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3105.         }, => 'checkPassport'], 0);
  3106.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3107.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3108.         }, => 'onLoginSuccess'], 0);
  3109.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3110.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3111.         }, => 'checkPassport'], 512);
  3112.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3113.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3114.         }, => 'onLogout'], 0);
  3115.         return $instance;
  3116.     }
  3117.     /**
  3118.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3119.      *
  3120.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3121.      */
  3122.     protected function getSecurity_EventDispatcher_CustomerService()
  3123.     {
  3124.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3126.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3127.         }, => 'checkPassport'], 2048);
  3128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3129.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3130.         }, => 'onSuccessfulLogin'], 0);
  3131.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3132.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3133.         }, => 'onLogout'], 64);
  3134.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3135.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3136.         }, => 'onLogout'], 0);
  3137.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3138.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3139.         }, => 'checkPassport'], 2080);
  3140.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3141.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3142.         }, => 'onSuccessfulLogin'], 0);
  3143.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3144.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3145.         }, => 'onSuccessfulLogin'], -32);
  3146.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3147.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3148.         }, => 'onSuccessfulLogin'], -64);
  3149.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3150.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3151.         }, => 'clearCookie'], 0);
  3152.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3153.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3154.         }, => 'clearCookie'], 0);
  3155.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3156.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3157.         }, => 'clearCookie'], 0);
  3158.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3159.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3160.         }, => 'preCheckCredentials'], 256);
  3161.         $instance->addListener('security.authentication.success', [=> function () {
  3162.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3163.         }, => 'postCheckCredentials'], 256);
  3164.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3165.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3166.         }, => 'checkPassport'], 1024);
  3167.         $instance->addListener('security.interactive_login', [=> function () {
  3168.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3169.         }, => 'onInteractiveLogin'], 0);
  3170.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3171.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3172.         }, => 'onAuthenticationFailure'], 0);
  3173.         $instance->addListener('security.interactive_login', [=> function () {
  3174.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3175.         }, => 'onInteractiveLogin'], 0);
  3176.         $instance->addListener('security.interactive_login', [=> function () {
  3177.             return ($this->services['Plugin\\NZCustomPlugin\\EventListener\\LoginEventListener'] ?? $this->getLoginEventListenerService());
  3178.         }, => 'onInteractiveLogin'], 0);
  3179.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3180.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3181.         }, => 'checkPassport'], 0);
  3182.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3183.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3184.         }, => 'onLoginSuccess'], 0);
  3185.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3186.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3187.         }, => 'checkPassport'], 512);
  3188.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3189.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3190.         }, => 'onLogout'], 0);
  3191.         return $instance;
  3192.     }
  3193.     /**
  3194.      * Gets the private 'security.firewall.map' shared service.
  3195.      *
  3196.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3197.      */
  3198.     protected function getSecurity_Firewall_MapService()
  3199.     {
  3200.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3201.         if (isset($this->privates['security.firewall.map'])) {
  3202.             return $this->privates['security.firewall.map'];
  3203.         }
  3204.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3205.             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)/')));
  3206.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.e2B3eKn'] ?? ($this->privates['.security.request_matcher.e2B3eKn'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3207.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3208.         }, 3));
  3209.     }
  3210.     /**
  3211.      * Gets the private 'security.logout_url_generator' shared service.
  3212.      *
  3213.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3214.      */
  3215.     protected function getSecurity_LogoutUrlGeneratorService()
  3216.     {
  3217.         $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()));
  3218.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3219.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3220.         return $instance;
  3221.     }
  3222.     /**
  3223.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3224.      *
  3225.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3226.      */
  3227.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3228.     {
  3229.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3230.     }
  3231.     /**
  3232.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3233.      *
  3234.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3235.      */
  3236.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3237.     {
  3238.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3239.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3240.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3241.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3242.     }
  3243.     /**
  3244.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3245.      *
  3246.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3247.      */
  3248.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3249.     {
  3250.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3251.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3252.             return $this->privates['sensio_framework_extra.security.listener'];
  3253.         }
  3254.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3255.     }
  3256.     /**
  3257.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3258.      *
  3259.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3260.      */
  3261.     protected function getSensioFrameworkExtra_View_ListenerService()
  3262.     {
  3263.         $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))));
  3264.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3265.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3266.         ], [
  3267.             'twig' => '?',
  3268.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3269.         return $instance;
  3270.     }
  3271.     /**
  3272.      * Gets the private 'session.factory' shared service.
  3273.      *
  3274.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3275.      */
  3276.     protected function getSession_FactoryService()
  3277.     {
  3278.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3279.         if (isset($this->privates['session.factory'])) {
  3280.             return $this->privates['session.factory'];
  3281.         }
  3282.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  3283.     }
  3284.     /**
  3285.      * Gets the private 'session_listener' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3288.      */
  3289.     protected function getSessionListenerService()
  3290.     {
  3291.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3292.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3293.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3294.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3295.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3296.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3297.         ], [
  3298.             'initialized_session' => '?',
  3299.             'logger' => '?',
  3300.             'session' => '?',
  3301.             'session_collector' => '?',
  3302.             'session_factory' => '?',
  3303.         ]), true$this->getParameter('session.storage.options'));
  3304.     }
  3305.     /**
  3306.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3307.      *
  3308.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3309.      */
  3310.     protected function getStateMachine_Order_MetadataStoreService()
  3311.     {
  3312.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3313.     }
  3314.     /**
  3315.      * Gets the private 'translator.default' shared service.
  3316.      *
  3317.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3318.      */
  3319.     protected function getTranslator_DefaultService()
  3320.     {
  3321.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3322.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3323.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3324.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3325.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3326.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3327.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3328.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3329.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3330.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3331.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3332.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3333.         ], [
  3334.             'translation.loader.csv' => '?',
  3335.             'translation.loader.dat' => '?',
  3336.             'translation.loader.ini' => '?',
  3337.             'translation.loader.json' => '?',
  3338.             'translation.loader.mo' => '?',
  3339.             'translation.loader.php' => '?',
  3340.             'translation.loader.po' => '?',
  3341.             'translation.loader.qt' => '?',
  3342.             'translation.loader.res' => '?',
  3343.             'translation.loader.xliff' => '?',
  3344.             'translation.loader.yml' => '?',
  3345.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/app/Plugin/RestrictEmailDomain42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/JoolenCategoryIcon42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/validators.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/RestrictEmailDomain42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/Paidy42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/NZEstimateSystem42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 16 => (\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')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/JoolenCategoryIcon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RestrictEmailDomain42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/Paidy42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/NZEstimateSystem42/Resource/locale'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 14 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Eccube/translations'), 29 => (\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/Coupon42/Resource/locale'=> 'app/Plugin/ProductContact42/Resource/locale'=> 'app/Plugin/JoolenCategoryIcon42/Resource/locale'=> 'app/Plugin/ProductOption42/Resource/locale'=> 'app/Plugin/PaygentPayment42/Resource/locale'=> 'app/Plugin/RestrictEmailDomain42/Resource/locale'10 => 'app/Plugin/RefineProductSalesTimer42/Resource/locale'11 => 'app/Plugin/Paidy42/Resource/locale'12 => 'app/Plugin/NZEstimateSystem42/Resource/locale'13 => 'src/Eccube/Resource/locale/'14 => 'app/Customize/Resource/locale/'15 => 'vendor/symfony/framework-bundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'vendor/symfony/twig-bundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'vendor/symfony/web-profiler-bundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'vendor/exercise/htmlpurifier-bundle/src/translations'26 => 'vendor/doctrine/doctrine-migrations-bundle/translations'27 => 'vendor/twig/extra-bundle/translations'28 => 'src/Eccube/translations'29 => 'translations']]], []);
  3346.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3347.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3348.         return $instance;
  3349.     }
  3350.     /**
  3351.      * Gets the private 'validator.builder' shared service.
  3352.      *
  3353.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3354.      */
  3355.     protected function getValidator_BuilderService()
  3356.     {
  3357.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3358.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3359.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3360.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3361.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3362.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3363.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3364.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3365.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3366.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3367.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3368.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3369.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3370.         ], [
  3371.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3372.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3373.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3374.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3375.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3376.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3377.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3378.             'doctrine.orm.validator.unique' => '?',
  3379.             'security.validator.user_password' => '?',
  3380.             'validator.expression' => '?',
  3381.         ])));
  3382.         if ($this->has('translator')) {
  3383.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3384.         }
  3385.         $instance->setTranslationDomain('validators');
  3386.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3387.         $instance->enableAnnotationMapping(true);
  3388.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3389.         $instance->addMethodMapping('loadValidatorMetadata');
  3390.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3391.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3392.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3393.         return $instance;
  3394.     }
  3395.     /**
  3396.      * Gets the private 'var_dumper.html_dumper' shared service.
  3397.      *
  3398.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3399.      */
  3400.     protected function getVarDumper_HtmlDumperService()
  3401.     {
  3402.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3403.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'web_profiler.csp.handler' shared service.
  3408.      *
  3409.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3410.      */
  3411.     protected function getWebProfiler_Csp_HandlerService()
  3412.     {
  3413.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3414.     }
  3415.     /**
  3416.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3417.      *
  3418.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3419.      */
  3420.     protected function getWebProfiler_DebugToolbarService()
  3421.     {
  3422.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3423.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3424.             return $this->privates['web_profiler.debug_toolbar'];
  3425.         }
  3426.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3427.     }
  3428.     /**
  3429.      * Gets the public 'cache_clearer' alias.
  3430.      *
  3431.      * @return object The ".container.private.cache_clearer" service.
  3432.      */
  3433.     protected function getCacheClearerService()
  3434.     {
  3435.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3436.         return $this->get('.container.private.cache_clearer');
  3437.     }
  3438.     /**
  3439.      * Gets the public 'filesystem' alias.
  3440.      *
  3441.      * @return object The ".container.private.filesystem" service.
  3442.      */
  3443.     protected function getFilesystemService()
  3444.     {
  3445.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3446.         return $this->get('.container.private.filesystem');
  3447.     }
  3448.     /**
  3449.      * Gets the public 'state_machine.order' alias.
  3450.      *
  3451.      * @return object The ".container.private.state_machine.order" service.
  3452.      */
  3453.     protected function getStateMachine_OrderService()
  3454.     {
  3455.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3456.         return $this->get('.container.private.state_machine.order');
  3457.     }
  3458.     /**
  3459.      * Gets the public 'serializer' alias.
  3460.      *
  3461.      * @return object The ".container.private.serializer" service.
  3462.      */
  3463.     protected function getSerializerService()
  3464.     {
  3465.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3466.         return $this->get('.container.private.serializer');
  3467.     }
  3468.     /**
  3469.      * Gets the public 'security.csrf.token_manager' alias.
  3470.      *
  3471.      * @return object The ".container.private.security.csrf.token_manager" service.
  3472.      */
  3473.     protected function getSecurity_Csrf_TokenManagerService()
  3474.     {
  3475.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3476.         return $this->get('.container.private.security.csrf.token_manager');
  3477.     }
  3478.     /**
  3479.      * Gets the public 'form.factory' alias.
  3480.      *
  3481.      * @return object The ".container.private.form.factory" service.
  3482.      */
  3483.     protected function getForm_FactoryService()
  3484.     {
  3485.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3486.         return $this->get('.container.private.form.factory');
  3487.     }
  3488.     /**
  3489.      * Gets the public 'form.type.file' alias.
  3490.      *
  3491.      * @return object The ".container.private.form.type.file" service.
  3492.      */
  3493.     protected function getForm_Type_FileService()
  3494.     {
  3495.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3496.         return $this->get('.container.private.form.type.file');
  3497.     }
  3498.     /**
  3499.      * Gets the public 'profiler' alias.
  3500.      *
  3501.      * @return object The ".container.private.profiler" service.
  3502.      */
  3503.     protected function getProfilerService()
  3504.     {
  3505.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3506.         return $this->get('.container.private.profiler');
  3507.     }
  3508.     /**
  3509.      * Gets the public 'security.authorization_checker' alias.
  3510.      *
  3511.      * @return object The ".container.private.security.authorization_checker" service.
  3512.      */
  3513.     protected function getSecurity_AuthorizationCheckerService()
  3514.     {
  3515.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3516.         return $this->get('.container.private.security.authorization_checker');
  3517.     }
  3518.     /**
  3519.      * Gets the public 'security.token_storage' alias.
  3520.      *
  3521.      * @return object The ".container.private.security.token_storage" service.
  3522.      */
  3523.     protected function getSecurity_TokenStorageService()
  3524.     {
  3525.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3526.         return $this->get('.container.private.security.token_storage');
  3527.     }
  3528.     /**
  3529.      * Gets the public 'twig' alias.
  3530.      *
  3531.      * @return object The ".container.private.twig" service.
  3532.      */
  3533.     protected function getTwigService()
  3534.     {
  3535.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3536.         return $this->get('.container.private.twig');
  3537.     }
  3538.     /**
  3539.      * Gets the public 'security.password_encoder' alias.
  3540.      *
  3541.      * @return object The ".container.private.security.password_encoder" service.
  3542.      */
  3543.     protected function getSecurity_PasswordEncoderService()
  3544.     {
  3545.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3546.         return $this->get('.container.private.security.password_encoder');
  3547.     }
  3548.     /**
  3549.      * Gets the public 'session' alias.
  3550.      *
  3551.      * @return object The ".container.private.session" service.
  3552.      */
  3553.     protected function getSessionService()
  3554.     {
  3555.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3556.         return $this->get('.container.private.session');
  3557.     }
  3558.     /**
  3559.      * Gets the public 'validator' alias.
  3560.      *
  3561.      * @return object The ".container.private.validator" service.
  3562.      */
  3563.     protected function getValidatorService()
  3564.     {
  3565.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3566.         return $this->get('.container.private.validator');
  3567.     }
  3568.     /**
  3569.      * @return array|bool|float|int|string|\UnitEnum|null
  3570.      */
  3571.     public function getParameter(string $name)
  3572.     {
  3573.         if (isset($this->buildParameters[$name])) {
  3574.             return $this->buildParameters[$name];
  3575.         }
  3576.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3577.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3578.         }
  3579.         if (isset($this->loadedDynamicParameters[$name])) {
  3580.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3581.         }
  3582.         return $this->parameters[$name];
  3583.     }
  3584.     public function hasParameter(string $name): bool
  3585.     {
  3586.         if (isset($this->buildParameters[$name])) {
  3587.             return true;
  3588.         }
  3589.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3590.     }
  3591.     public function setParameter(string $name$value): void
  3592.     {
  3593.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3594.     }
  3595.     public function getParameterBag(): ParameterBagInterface
  3596.     {
  3597.         if (null === $this->parameterBag) {
  3598.             $parameters $this->parameters;
  3599.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3600.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3601.             }
  3602.             foreach ($this->buildParameters as $name => $value) {
  3603.                 $parameters[$name] = $value;
  3604.             }
  3605.             $this->parameterBag = new FrozenParameterBag($parameters);
  3606.         }
  3607.         return $this->parameterBag;
  3608.     }
  3609.     private $loadedDynamicParameters = [
  3610.         'kernel.runtime_environment' => false,
  3611.         'kernel.build_dir' => false,
  3612.         'kernel.cache_dir' => false,
  3613.         'locale' => false,
  3614.         'timezone' => false,
  3615.         'currency' => false,
  3616.         'eccube_database_url' => false,
  3617.         'eccube_mailer_dsn' => false,
  3618.         'eccube_admin_route' => false,
  3619.         'eccube_user_data_route' => false,
  3620.         'eccube_front_allow_hosts' => false,
  3621.         'eccube_front_deny_hosts' => false,
  3622.         'eccube_admin_allow_hosts' => false,
  3623.         'eccube_admin_deny_hosts' => false,
  3624.         'eccube_force_ssl' => false,
  3625.         'eccube.theme' => false,
  3626.         'eccube_theme_code' => false,
  3627.         'eccube_auth_magic' => false,
  3628.         'eccube_theme_front_dir' => false,
  3629.         'eccube_html_front_dir' => false,
  3630.         'eccube_csv_temp_realdir' => false,
  3631.         'eccube_owners_store_url' => false,
  3632.         'eccube_package_api_url' => false,
  3633.         'eccube_content_maintenance_file_path' => false,
  3634.         'eccube_2fa_enabled' => false,
  3635.         'eccube_2fa_cookie_name' => false,
  3636.         'eccube_2fa_expire' => false,
  3637.         'eccube_restrict_file_upload' => false,
  3638.         'open_ai_key' => false,
  3639.         'kernel.secret' => false,
  3640.         'kernel.default_locale' => false,
  3641.         'debug.container.dump' => false,
  3642.         'serializer.mapping.cache.file' => false,
  3643.         'session.storage.options' => false,
  3644.         'validator.mapping.cache.file' => false,
  3645.         'profiler.storage.dsn' => false,
  3646.         'doctrine.orm.proxy_dir' => false,
  3647.     ];
  3648.     private $dynamicParameters = [];
  3649.     private function getDynamicParameter(string $name)
  3650.     {
  3651.         switch ($name) {
  3652.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3653.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3654.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3655.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3656.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3657.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3658.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3659.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3660.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3661.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3662.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3663.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3664.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3665.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3666.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3667.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3668.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3669.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3670.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3671.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3672.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3673.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3674.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3675.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3676.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3677.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3678.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3679.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3680.             case 'open_ai_key'$value $this->getEnv('OPENAI_API_KEY'); break;
  3681.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3682.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3683.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3684.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3685.             case 'session.storage.options'$value = [
  3686.                 'cache_limiter' => '0',
  3687.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3688.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3689.                 'cookie_httponly' => true,
  3690.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3691.                 'gc_probability' => 1,
  3692.             ]; break;
  3693.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3694.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3695.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3696.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3697.         }
  3698.         $this->loadedDynamicParameters[$name] = true;
  3699.         return $this->dynamicParameters[$name] = $value;
  3700.     }
  3701.     protected function getDefaultParameters(): array
  3702.     {
  3703.         return [
  3704.             'kernel.project_dir' => \dirname(__DIR__4),
  3705.             'kernel.environment' => 'dev',
  3706.             'kernel.debug' => true,
  3707.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3708.             'kernel.bundles' => [
  3709.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3710.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3711.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3712.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3713.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3714.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3715.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3716.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3717.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3718.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3719.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3720.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3721.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3722.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3723.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3724.             ],
  3725.             'kernel.bundles_metadata' => [
  3726.                 'FrameworkBundle' => [
  3727.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3728.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3729.                 ],
  3730.                 'SecurityBundle' => [
  3731.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3732.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3733.                 ],
  3734.                 'DoctrineBundle' => [
  3735.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3736.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3737.                 ],
  3738.                 'DoctrineFixturesBundle' => [
  3739.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3740.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3741.                 ],
  3742.                 'SensioFrameworkExtraBundle' => [
  3743.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3744.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3745.                 ],
  3746.                 'MonologBundle' => [
  3747.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3748.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3749.                 ],
  3750.                 'TwigBundle' => [
  3751.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3752.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3753.                 ],
  3754.                 'DebugBundle' => [
  3755.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3756.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3757.                 ],
  3758.                 'WebProfilerBundle' => [
  3759.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3760.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3761.                 ],
  3762.                 'MakerBundle' => [
  3763.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3764.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3765.                 ],
  3766.                 'KnpPaginatorBundle' => [
  3767.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3768.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3769.                 ],
  3770.                 'ExerciseHTMLPurifierBundle' => [
  3771.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3772.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3773.                 ],
  3774.                 'DoctrineMigrationsBundle' => [
  3775.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3776.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3777.                 ],
  3778.                 'TwigExtraBundle' => [
  3779.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3780.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3781.                 ],
  3782.                 'EccubeBundle' => [
  3783.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3784.                     'namespace' => 'Eccube',
  3785.                 ],
  3786.             ],
  3787.             'kernel.charset' => 'UTF-8',
  3788.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3789.             'container.dumper.inline_class_loader' => true,
  3790.             'env(ECCUBE_LOCALE)' => 'ja',
  3791.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3792.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3793.             'env(DATABASE_URL)' => '',
  3794.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3795.             'env(DATABASE_CHARSET)' => 'utf8',
  3796.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3797.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3798.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3799.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3800.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3801.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3802.             'env(ECCUBE_FORCE_SSL)' => '0',
  3803.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3804.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3805.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3806.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3807.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3808.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3809.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3810.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3811.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3812.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3813.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3814.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3815.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3816.             'eccube_auth_type' => 'HMAC',
  3817.             'eccube_password_hash_algos' => 'SHA256',
  3818.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3819.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3820.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3821.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3822.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3823.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3824.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3825.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3826.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3827.             'eccube_twig_block_templates' => [
  3828.             ],
  3829.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3830.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3831.             'eccube_csv_size' => 5,
  3832.             'eccube_csv_split_lines' => 100,
  3833.             'eccube_default_password' => 'abc********123',
  3834.             'eccube_deliv_addr_max' => 20,
  3835.             'eccube_deliv_date_end_max' => 21,
  3836.             'eccube_id_max_len' => 50,
  3837.             'eccube_id_min_len' => 4,
  3838.             'eccube_int_len' => 9,
  3839.             'eccube_category_nest_level' => 5,
  3840.             'eccube_lltext_len' => 99999,
  3841.             'eccube_ltext_len' => 3000,
  3842.             'eccube_max_total_fee' => 9999999999,
  3843.             'eccube_mltext_len' => 1000,
  3844.             'eccube_mtext_len' => 200,
  3845.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3846.             'plugin_html_urlpath' => '/plugin/',
  3847.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3848.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3849.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3850.             'eccube_price_len' => 8,
  3851.             'eccube_search_pmax' => 12,
  3852.             'eccube_sitemap_products_per_page' => 1000,
  3853.             'eccube_stext_len' => 255,
  3854.             'eccube_sltext_len' => 500,
  3855.             'eccube_smtext_len' => 100,
  3856.             'eccube_tax_rule_priority' => [
  3857.                 => 'product_id',
  3858.                 => 'product_class_id',
  3859.                 => 'pref_id',
  3860.                 => 'country_id',
  3861.             ],
  3862.             'eccube_url_len' => 1024,
  3863.             'eccube_default_page_count' => 50,
  3864.             'eccube_admin_product_stock_status' => 3,
  3865.             'eccube_customer_reset_expire' => 10,
  3866.             'eccube_csv_export_separator' => ',',
  3867.             'eccube_csv_export_encoding' => 'SJIS-win',
  3868.             'eccube_csv_import_encoding' => [
  3869.                 => 'UTF-8',
  3870.                 => 'SJIS-win',
  3871.                 => 'SJIS',
  3872.                 => 'EUC-JP',
  3873.                 => 'ASCII',
  3874.                 => 'JIS',
  3875.             ],
  3876.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3877.             'eccube_csv_export_multidata_separator' => ',',
  3878.             'eccube_csv_import_delimiter' => ',',
  3879.             'eccube_csv_import_enclosure' => '"',
  3880.             'eccube_csv_import_escape' => '\\',
  3881.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3882.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3883.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3884.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3885.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3886.             'eccube_name_len' => 16,
  3887.             'eccube_kana_len' => 25,
  3888.             'eccube_address1_len' => 32,
  3889.             'eccube_address2_len' => 32,
  3890.             'eccube_birth_max' => 110,
  3891.             'eccube_product_order_price_lower' => 1,
  3892.             'eccube_product_order_newer' => 2,
  3893.             'eccube_product_order_price_higher' => 3,
  3894.             'eccube_price_max' => 2147483647,
  3895.             'eccube_tel_len_max' => 14,
  3896.             'eccube_postal_code' => 8,
  3897.             'eccube_password_min_len' => 8,
  3898.             'eccube_password_max_len' => 50,
  3899.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3900.             'eccube_composer_memory_limit' => '1536M',
  3901.             'eccube_order_mail_template_id' => 1,
  3902.             'eccube_entry_confirm_mail_template_id' => 2,
  3903.             'eccube_entry_complete_mail_template_id' => 3,
  3904.             'eccube_customer_withdraw_mail_template_id' => 4,
  3905.             'eccube_contact_mail_template_id' => 5,
  3906.             'eccube_forgot_mail_template_id' => 6,
  3907.             'eccube_reset_complete_mail_template_id' => 7,
  3908.             'eccube_shipping_notify_mail_template_id' => 8,
  3909.             'eccube_rfc_email_check' => false,
  3910.             'eccube_email_len' => 254,
  3911.             'eccube_order_no_format' => '',
  3912.             'eccube_order_pdf_message_len' => 30,
  3913.             'eccube_news_start_year' => 2000,
  3914.             'eccube_result_cache_lifetime' => 3600,
  3915.             'eccube_result_cache_lifetime_short' => 10,
  3916.             'eccube_restrict_file_upload_urls' => [
  3917.                 => 'admin_content_file',
  3918.                 => 'admin_store_plugin_install',
  3919.                 => 'admin_content_page_new',
  3920.                 => 'admin_content_page_edit',
  3921.                 => 'admin_content_block_new',
  3922.                 => 'admin_content_block_edit',
  3923.                 => 'admin_content_css',
  3924.                 => 'admin_content_js',
  3925.                 => 'admin_store_template_install',
  3926.             ],
  3927.             'eccube_file_uploadable_extensions' => [
  3928.                 => 'jpg',
  3929.                 => 'jpeg',
  3930.                 => 'png',
  3931.                 => 'gif',
  3932.                 => 'webp',
  3933.                 => 'svg',
  3934.                 => 'ico',
  3935.                 => 'html',
  3936.                 => 'htm',
  3937.                 => 'js',
  3938.                 10 => 'css',
  3939.                 11 => 'txt',
  3940.                 12 => 'pdf',
  3941.             ],
  3942.             'eccube_login_throttling_max_attempts' => 5,
  3943.             'eccube_login_throttling_interval' => '30 minutes',
  3944.             'eccube_nav' => [
  3945.                 'product' => [
  3946.                     'name' => 'admin.product.product_management',
  3947.                     'icon' => 'fa-cube',
  3948.                     'children' => [
  3949.                         'product_master' => [
  3950.                             'name' => 'admin.product.product_list',
  3951.                             'url' => 'admin_product',
  3952.                         ],
  3953.                         'product_edit' => [
  3954.                             'name' => 'admin.product.product_registration',
  3955.                             'url' => 'admin_product_product_new',
  3956.                         ],
  3957.                         'class_name' => [
  3958.                             'name' => 'admin.product.class_management',
  3959.                             'url' => 'admin_product_class_name',
  3960.                         ],
  3961.                         'class_category' => [
  3962.                             'name' => 'admin.product.category_management',
  3963.                             'url' => 'admin_product_category',
  3964.                         ],
  3965.                         'product_tag' => [
  3966.                             'name' => 'admin.product.tag_management',
  3967.                             'url' => 'admin_product_tag',
  3968.                         ],
  3969.                         'product_csv_import' => [
  3970.                             'name' => 'admin.product.product_csv_upload',
  3971.                             'url' => 'admin_product_csv_import',
  3972.                         ],
  3973.                         'category_csv_import' => [
  3974.                             'name' => 'admin.product.category_csv_upload',
  3975.                             'url' => 'admin_product_category_csv_import',
  3976.                         ],
  3977.                         'nz_estimate_system' => [
  3978.                             'name' => '見積もりシステム',
  3979.                             'children' => [
  3980.                                 'nz_estimate_category' => [
  3981.                                     'name' => 'パーツカテゴリ管理',
  3982.                                     'url' => 'nz_estimate_admin_category',
  3983.                                 ],
  3984.                                 'nz_estimate_parts' => [
  3985.                                     'name' => 'パーツ管理',
  3986.                                     'url' => 'nz_estimate_admin_parts',
  3987.                                 ],
  3988.                                 'nz_estimate_config' => [
  3989.                                     'name' => '各種設定',
  3990.                                     'url' => 'nz_estimate_admin_config',
  3991.                                 ],
  3992.                             ],
  3993.                         ],
  3994.                         'product_option' => [
  3995.                             'name' => 'オプション管理',
  3996.                             'icon' => 'fa-cube',
  3997.                             'children' => [
  3998.                                 'product_option_list' => [
  3999.                                     'name' => 'オプション一覧',
  4000.                                     'url' => 'admin_product_option',
  4001.                                 ],
  4002.                                 'product_option_csv' => [
  4003.                                     'name' => 'CSV管理',
  4004.                                     'url' => 'admin_product_option_csv',
  4005.                                 ],
  4006.                             ],
  4007.                         ],
  4008.                         'option' => [
  4009.                             'id' => 'admin_product_option',
  4010.                             'name' => 'productoption.admin.nav.product.option',
  4011.                             'url' => 'admin_product_option',
  4012.                         ],
  4013.                     ],
  4014.                 ],
  4015.                 'order' => [
  4016.                     'name' => 'admin.order.order_management',
  4017.                     'icon' => 'fa-shopping-cart',
  4018.                     'children' => [
  4019.                         'order_master' => [
  4020.                             'name' => 'admin.order.order_list',
  4021.                             'url' => 'admin_order',
  4022.                         ],
  4023.                         'order_edit' => [
  4024.                             'name' => 'admin.order.order_registration',
  4025.                             'url' => 'admin_order_new',
  4026.                         ],
  4027.                         'shipping_csv_import' => [
  4028.                             'name' => 'admin.order.shipping_csv_upload',
  4029.                             'url' => 'admin_shipping_csv_import',
  4030.                         ],
  4031.                         'plugin_coupon' => [
  4032.                             'name' => 'クーポン',
  4033.                             'url' => 'plugin_coupon_list',
  4034.                         ],
  4035.                         'paidy42_admin_payment_status' => [
  4036.                             'name' => 'paidy.admin.nav.payment_list',
  4037.                             'url' => 'paidy42_admin_payment_status',
  4038.                         ],
  4039.                         'paygent_payment_admin_payment_status' => [
  4040.                             'name' => 'paygent_payment.admin.nav.payment_list',
  4041.                             'url' => 'paygent_payment_admin_payment_status',
  4042.                         ],
  4043.                     ],
  4044.                 ],
  4045.                 'customer' => [
  4046.                     'name' => 'admin.customer.customer_management',
  4047.                     'icon' => 'fa-users',
  4048.                     'children' => [
  4049.                         'customer_master' => [
  4050.                             'name' => 'admin.customer.customer_list',
  4051.                             'url' => 'admin_customer',
  4052.                         ],
  4053.                         'customer_edit' => [
  4054.                             'name' => 'admin.customer.customer_registration',
  4055.                             'url' => 'admin_customer_new',
  4056.                         ],
  4057.                     ],
  4058.                 ],
  4059.                 'content' => [
  4060.                     'name' => 'admin.content.contents_management',
  4061.                     'icon' => 'fa-file-text-o',
  4062.                     'children' => [
  4063.                         'news' => [
  4064.                             'name' => 'admin.content.news_management',
  4065.                             'url' => 'admin_content_news',
  4066.                         ],
  4067.                         'file' => [
  4068.                             'name' => 'admin.content.file_management',
  4069.                             'url' => 'admin_content_file',
  4070.                         ],
  4071.                         'layout' => [
  4072.                             'name' => 'admin.content.layout_management',
  4073.                             'url' => 'admin_content_layout',
  4074.                         ],
  4075.                         'page' => [
  4076.                             'name' => 'admin.content.page_management',
  4077.                             'url' => 'admin_content_page',
  4078.                         ],
  4079.                         'css' => [
  4080.                             'name' => 'admin.content.css_management',
  4081.                             'url' => 'admin_content_css',
  4082.                         ],
  4083.                         'js' => [
  4084.                             'name' => 'admin.content.js_management',
  4085.                             'url' => 'admin_content_js',
  4086.                         ],
  4087.                         'block' => [
  4088.                             'name' => 'admin.content.block_management',
  4089.                             'url' => 'admin_content_block',
  4090.                         ],
  4091.                         'cache' => [
  4092.                             'name' => 'admin.content.cache_management',
  4093.                             'url' => 'admin_content_cache',
  4094.                         ],
  4095.                         'maintenance' => [
  4096.                             'name' => 'admin.content.maintenance_management',
  4097.                             'url' => 'admin_content_maintenance',
  4098.                         ],
  4099.                         'joolen_category_icon42_menu' => [
  4100.                             'name' => 'plg.joolen_category_icon42.category_icon_manager',
  4101.                             'url' => 'plg_joolen_category_icon42_category_icon',
  4102.                         ],
  4103.                         'nz_category_background' => [
  4104.                             'name' => 'カテゴリ背景管理',
  4105.                             'icon' => 'fa-paint-brush',
  4106.                             'children' => [
  4107.                                 'nz_category_background_index' => [
  4108.                                     'name' => '背景一覧',
  4109.                                     'url' => 'nz_category_background_admin_index',
  4110.                                 ],
  4111.                             ],
  4112.                         ],
  4113.                         'nzcustomplugin' => [
  4114.                             'name' => 'カスタムフォーム',
  4115.                             'url' => 'nzcustomplugin_admin_list',
  4116.                         ],
  4117.                         'nz_mail_system' => [
  4118.                             'name' => 'メール管理',
  4119.                             'icon' => 'fa-envelope',
  4120.                             'children' => [
  4121.                                 'nz_mail_config' => [
  4122.                                     'name' => '基本設定',
  4123.                                     'url' => 'nz_mail_config',
  4124.                                 ],
  4125.                             ],
  4126.                         ],
  4127.                         'productoption' => [
  4128.                             'id' => 'admin_content_productoption',
  4129.                             'name' => 'productoption.admin.nav.content.productoption',
  4130.                             'children' => [
  4131.                                 'option' => [
  4132.                                     'id' => 'admin_content_productoption_option',
  4133.                                     'name' => 'productoption.admin.nav.content.productoption.option',
  4134.                                     'url' => 'admin_content_productoption_option',
  4135.                                 ],
  4136.                                 'description' => [
  4137.                                     'id' => 'admin_content_productoption_description',
  4138.                                     'name' => 'productoption.admin.nav.content.productoption.description',
  4139.                                     'url' => 'admin_content_productoption_description',
  4140.                                 ],
  4141.                                 'css' => [
  4142.                                     'id' => 'admin_content_productoption_css',
  4143.                                     'name' => 'productoption.admin.nav.content.productoption.css',
  4144.                                     'url' => 'admin_content_productoption_css',
  4145.                                 ],
  4146.                             ],
  4147.                         ],
  4148.                     ],
  4149.                 ],
  4150.                 'setting' => [
  4151.                     'name' => 'admin.setting',
  4152.                     'icon' => 'fa-cog',
  4153.                     'children' => [
  4154.                         'shop' => [
  4155.                             'name' => 'admin.setting.shop',
  4156.                             'children' => [
  4157.                                 'shop_index' => [
  4158.                                     'name' => 'admin.setting.shop.shop_setting',
  4159.                                     'url' => 'admin_setting_shop',
  4160.                                 ],
  4161.                                 'shop_tradelaw' => [
  4162.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4163.                                     'url' => 'admin_setting_shop_tradelaw',
  4164.                                 ],
  4165.                                 'shop_agreement' => [
  4166.                                     'name' => 'admin.setting.shop.agreement_setting',
  4167.                                     'url' => 'admin_content_page_edit',
  4168.                                     'param' => [
  4169.                                         'id' => 19,
  4170.                                         'return' => 'agreement',
  4171.                                     ],
  4172.                                 ],
  4173.                                 'shop_payment' => [
  4174.                                     'name' => 'admin.setting.shop.payment_setting',
  4175.                                     'url' => 'admin_setting_shop_payment',
  4176.                                 ],
  4177.                                 'shop_delivery' => [
  4178.                                     'name' => 'admin.setting.shop.delivery_setting',
  4179.                                     'url' => 'admin_setting_shop_delivery',
  4180.                                 ],
  4181.                                 'shop_tax' => [
  4182.                                     'name' => 'admin.setting.shop.tax_setting',
  4183.                                     'url' => 'admin_setting_shop_tax',
  4184.                                 ],
  4185.                                 'shop_mail' => [
  4186.                                     'name' => 'admin.setting.shop.mail_setting',
  4187.                                     'url' => 'admin_setting_shop_mail',
  4188.                                 ],
  4189.                                 'shop_csv' => [
  4190.                                     'name' => 'admin.setting.shop.csv_setting',
  4191.                                     'url' => 'admin_setting_shop_csv',
  4192.                                 ],
  4193.                                 'shop_order_status' => [
  4194.                                     'name' => 'admin.setting.shop.order_status_setting',
  4195.                                     'url' => 'admin_setting_shop_order_status',
  4196.                                 ],
  4197.                                 'shop_calendar' => [
  4198.                                     'name' => 'admin.setting.shop.calendar_setting',
  4199.                                     'url' => 'admin_setting_shop_calendar',
  4200.                                 ],
  4201.                             ],
  4202.                         ],
  4203.                         'system' => [
  4204.                             'name' => 'admin.setting.system',
  4205.                             'children' => [
  4206.                                 'member' => [
  4207.                                     'name' => 'admin.setting.system.member_management',
  4208.                                     'url' => 'admin_setting_system_member',
  4209.                                 ],
  4210.                                 'authority' => [
  4211.                                     'name' => 'admin.setting.system.authority_management',
  4212.                                     'url' => 'admin_setting_system_authority',
  4213.                                 ],
  4214.                                 'security' => [
  4215.                                     'name' => 'admin.setting.system.security_management',
  4216.                                     'url' => 'admin_setting_system_security',
  4217.                                 ],
  4218.                                 'login_history' => [
  4219.                                     'name' => 'admin.setting.system.login_history',
  4220.                                     'url' => 'admin_setting_system_login_history',
  4221.                                 ],
  4222.                                 'log' => [
  4223.                                     'name' => 'admin.setting.system.log_display',
  4224.                                     'url' => 'admin_setting_system_log',
  4225.                                 ],
  4226.                                 'masterdata' => [
  4227.                                     'name' => 'admin.setting.system.master_data_management',
  4228.                                     'url' => 'admin_setting_system_masterdata',
  4229.                                 ],
  4230.                                 'system_index' => [
  4231.                                     'name' => 'admin.setting.system.system_info',
  4232.                                     'url' => 'admin_setting_system_system',
  4233.                                 ],
  4234.                                 'paygent_payment_admin_paygent_file' => [
  4235.                                     'name' => 'paygent_payment.admin.nav.paygent_file',
  4236.                                     'url' => 'paygent_payment_admin_paygent_file',
  4237.                                 ],
  4238.                             ],
  4239.                         ],
  4240.                     ],
  4241.                 ],
  4242.                 'store' => [
  4243.                     'name' => 'admin.store',
  4244.                     'icon' => 'fa-plug',
  4245.                     'children' => [
  4246.                         'plugin' => [
  4247.                             'name' => 'admin.store.plugin',
  4248.                             'children' => [
  4249.                                 'plugin_owners_search' => [
  4250.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4251.                                     'url' => 'admin_store_plugin_owners_search',
  4252.                                 ],
  4253.                                 'plugin_list' => [
  4254.                                     'name' => 'admin.store.plugin.plugin_list',
  4255.                                     'url' => 'admin_store_plugin',
  4256.                                 ],
  4257.                             ],
  4258.                         ],
  4259.                         'template' => [
  4260.                             'name' => 'admin.store.template',
  4261.                             'children' => [
  4262.                                 'template_list' => [
  4263.                                     'name' => 'admin.store.template.template_list',
  4264.                                     'url' => 'admin_store_template',
  4265.                                 ],
  4266.                                 'template_install' => [
  4267.                                     'name' => 'admin.store.template.template_install',
  4268.                                     'url' => 'admin_store_template_install',
  4269.                                 ],
  4270.                             ],
  4271.                         ],
  4272.                         'authentication_setting' => [
  4273.                             'name' => 'admin.store.setting',
  4274.                             'url' => 'admin_store_authentication_setting',
  4275.                         ],
  4276.                         'joolen_plugin' => [
  4277.                             'name' => 'joolenプラグイン設定',
  4278.                             'children' => [
  4279.                                 'joolen_category_icon42_config' => [
  4280.                                     'name' => 'plg.joolen_category_icon42.config',
  4281.                                     'url' => 'plg_joolen_category_icon42_config',
  4282.                                 ],
  4283.                             ],
  4284.                         ],
  4285.                     ],
  4286.                 ],
  4287.             ],
  4288.             'env(MAILER_DSN)' => 'null://null',
  4289.             'env(OPENAI_API_KEY)' => '',
  4290.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4291.             'paidy' => [
  4292.                 'checkout_js' => 'https://apps.paidy.com/',
  4293.                 'api_url' => 'https://api.paidy.com/payments/',
  4294.                 'paidy_customer_link' => 'https://paidy.com/landing/',
  4295.                 'tax_rate' => 8,
  4296.                 'currency' => 'JPY',
  4297.                 'version' => '2018-04-10',
  4298.                 'title' => 'あと払い(ペイディ)',
  4299.                 'default_webhook_ip' => NULL,
  4300.                 'charge_type' => [
  4301.                     'authorize' => 1,
  4302.                     'capture' => 2,
  4303.                 ],
  4304.                 'status_color_code' => [
  4305.                     'authorized' => '#437ec4',
  4306.                     'closed' => '#25B877',
  4307.                     'empty' => '#A3A3A3',
  4308.                 ],
  4309.                 'plugin_error' => [
  4310.                     'payment_method_error' => '操作に対応していない決済です。',
  4311.                     'capture_colse_failed' => 'Paidy状態が「オーソリ」の受注のみ可能です。',
  4312.                     'capture_expired' => 'Paidy有効期限外のため完了できませんでした。',
  4313.                     'close_failed' => 'キャプチャー済みの受注のみ可能です。',
  4314.                     'all_refunded' => '全額返金済みのため完了できませんでした。',
  4315.                     'refund_amount_exceeded' => '返金可能額を上回るため完了できませんでした。',
  4316.                     'numeric_error' => '部分返金額が数値でないため完了できませんでした。',
  4317.                 ],
  4318.                 'api_error' => [
  4319.                     404 => 'リクエストしたリソースが見つかりませんでした。',
  4320.                     'authentication.failed' => 'Paidyに認証は成功しませんでした。',
  4321.                     'authorization.failed' => 'Paidyに決済のAuthorizeは成功しませんでした。',
  4322.                     'method.invalid' => 'HTTPメソッドを使用できません。',
  4323.                     'media_type.unsupported' => 'サポートされていないメディアタイプ 。',
  4324.                     'request_content.malformed' => 'リクエスト本文のフォーマットが正しくありません。',
  4325.                     'service.conflict' => 'HTTPメソッドを使用できません。',
  4326.                     'service.exception' => 'サービス内部エラー。',
  4327.                     'service.forbidden' => '許可されていませんでした。',
  4328.                     'request_entity.invalid' => 'エンティティの検証失敗。',
  4329.                     'version.unknown' => 'リクエストしたバージョンは存在しません。',
  4330.                 ],
  4331.             ],
  4332.             'paygent_payment' => [
  4333.                 'paygent_payment_code' => 'PaygentPayment42',
  4334.                 'transaction_id_name' => 'transactionid',
  4335.                 'paygent_token_connect_url' => '',
  4336.                 'paygentb2bmodule__telegram_key_length' => 30,
  4337.                 'paygentb2bmodule__telegram_value_length' => 102400,
  4338.                 'paygentb2bmodule__telegram_length' => 102400,
  4339.                 'paygentb2bmodule__telegram_length_file' => 10485760,
  4340.                 'paygentb2bmodule__connect_id_key' => 'connect_id',
  4341.                 'paygentb2bmodule__connect_password_key' => 'connect_password',
  4342.                 'paygentb2bmodule__telegram_kind_key' => 'telegram_kind',
  4343.                 'paygentb2bmodule__limit_count_key' => 'limit_count',
  4344.                 'paygentb2bmodule__data_key' => 'data',
  4345.                 'paygentb2bmodule__result_status_error' => '1',
  4346.                 'paygentb2bmodule__response_code_9003' => '9003',
  4347.                 'paygentb2bmodule__telegram_kind_file_payment_res' => '201',
  4348.                 'paygentb2bmoduleresources__properties_file_name' => 'modenv_properties.conf',
  4349.                 'paygentb2bmoduleresources__telegram_kind_separator' => ',',
  4350.                 'paygentb2bmoduleresources__telegram_kind_first_chars' => 2,
  4351.                 'paygentb2bmoduleresources__client_file_path' => 'paygentB2Bmodule.client_file_path',
  4352.                 'paygentb2bmoduleresources__not_use_client_cert' => 'paygentB2Bmodule.not_use_client_cert',
  4353.                 'paygentb2bmoduleresources__ca_file_path' => 'paygentB2Bmodule.ca_file_path',
  4354.                 'paygentb2bmoduleresources__not_use_ca_cert' => 'paygentB2Bmodule.not_use_ca_cert',
  4355.                 'paygentb2bmoduleresources__proxy_server_name' => 'paygentB2Bmodule.proxy_server_name',
  4356.                 'paygentb2bmoduleresources__proxy_server_ip' => 'paygentB2Bmodule.proxy_server_ip',
  4357.                 'paygentb2bmoduleresources__proxy_server_port' => 'paygentB2Bmodule.proxy_server_port',
  4358.                 'paygentb2bmoduleresources__default_id' => 'paygentB2Bmodule.default_id',
  4359.                 'paygentb2bmoduleresources__default_password' => 'paygentB2Bmodule.default_password',
  4360.                 'paygentb2bmoduleresources__timeout_value' => 'paygentB2Bmodule.timeout_value',
  4361.                 'paygentb2bmoduleresources__log_output_path' => 'paygentB2Bmodule.log_output_path',
  4362.                 'paygentb2bmoduleresources__select_max_cnt' => 'paygentB2Bmodule.select_max_cnt',
  4363.                 'paygentb2bmoduleresources__telegram_kind_utf8' => 'paygentB2Bmodule.telegram_kind.utf8',
  4364.                 'paygentb2bmoduleresources__telegram_kind_refs' => 'paygentB2Bmodule.telegram_kind.ref',
  4365.                 'paygentb2bmoduleresources__url_comm' => 'paygentB2Bmodule.url.',
  4366.                 'paygentb2bmoduleresources__debug_flg' => 'paygentB2Bmodule.debug_flg',
  4367.                 'paygentb2bmoduleconnectexception__module_param_required_error' => 'E02001',
  4368.                 'paygentb2bmoduleconnectexception__teregram_param_required_error' => 'E02002',
  4369.                 'paygentb2bmoduleconnectexception__teregram_param_outside_error' => 'E02003',
  4370.                 'paygentb2bmoduleconnectexception__certificate_error' => 'E02004',
  4371.                 'paygentb2bmoduleconnectexception__ks_connect_error' => 'E02005',
  4372.                 'paygentb2bmoduleconnectexception__response_type_error' => 'E02007',
  4373.                 'paygentb2bmoduleexception__resource_file_not_found_error' => 'E01001',
  4374.                 'paygentb2bmoduleexception__resource_file_required_error' => 'E01002',
  4375.                 'paygentb2bmoduleexception__other_error' => 'E01901',
  4376.                 'paygentb2bmoduleexception__csv_output_error' => 'E01004',
  4377.                 'paygentb2bmoduleexception__file_payment_error' => 'E01005',
  4378.                 'paygentb2bmoduleexception__encoding_error' => 'E01006',
  4379.                 'csvtokenizer__def_separator' => ',',
  4380.                 'csvtokenizer__def_item_envelope' => '"',
  4381.                 'csvtokenizer__no_item_envelope' => 'chr(0)',
  4382.                 'csvwriter__windows_newline' => ' '."\n".'',
  4383.                 'httpsrequestsender__curle_couldnt_connect' => 7,
  4384.                 'httpsrequestsender__curle_ssl_certproblem' => 58,
  4385.                 'httpsrequestsender__curle_ssl_cacert' => 60,
  4386.                 'httpsrequestsender__curle_ssl_cacert_badfile' => 77,
  4387.                 'httpsrequestsender__curle_http_returned_error' => 22,
  4388.                 'httpsrequestsender__http' => 'HTTP',
  4389.                 'httpsrequestsender__http_success' => 200,
  4390.                 'httpsrequestsender__http_partial_content' => 206,
  4391.                 'httpsrequestsender__crlf' => '/ '."\n".'/',
  4392.                 'httpsrequestsender__http_status_init_value' => -1,
  4393.                 'httpsrequestsender__regexpstatus_len' => 3,
  4394.                 'httpsrequestsender__content_length' => 'Content-Length',
  4395.                 'httpsrequestsender__user_agent' => 'User-Agent',
  4396.                 'httpsrequestsender__content_type' => 'Content-Type=application/x-www-form-urlencoded',
  4397.                 'httpsrequestsender__http_encoding' => 'charset=Windows-31J',
  4398.                 'httpsrequestsender__mask_string' => 'X',
  4399.                 'filepaymentresponsedataimpl__lineno_header' => '1',
  4400.                 'filepaymentresponsedataimpl__line_record_division' => 0,
  4401.                 'filepaymentresponsedataimpl__line_header_result' => 6,
  4402.                 'filepaymentresponsedataimpl__line_header_response_code' => 7,
  4403.                 'filepaymentresponsedataimpl__line_header_response_detail' => 8,
  4404.                 'filepaymentresponsedataimpl__line_separator' => ' '."\n".'',
  4405.                 'paymentresponsedataimpl__properties_regex' => '=',
  4406.                 'paymentresponsedataimpl__properties_regex_count' => 2,
  4407.                 'paymentresponsedataimpl__line_separator' => ' '."\n".'',
  4408.                 'responsedata__result' => 'result',
  4409.                 'responsedata__response_code' => 'response_code',
  4410.                 'responsedata__response_detail' => 'response_detail',
  4411.                 'responsedata__html_item' => '_html',
  4412.                 'responsedata__lineno_header' => '1',
  4413.                 'referenceresponsedataimpl__lineno_data_header' => '2',
  4414.                 'referenceresponsedataimpl__lineno_data' => '3',
  4415.                 'referenceresponsedataimpl__lineno_trailer' => '4',
  4416.                 'referenceresponsedataimpl__line_record_division' => 0,
  4417.                 'referenceresponsedataimpl__line_header_result' => 1,
  4418.                 'referenceresponsedataimpl__line_header_response_code' => 2,
  4419.                 'referenceresponsedataimpl__line_header_response_detail' => 3,
  4420.                 'referenceresponsedataimpl__line_trailer_data_count' => 1,
  4421.                 'referenceresponsedataimpl__line_separator' => ' '."\n".'',
  4422.                 'paygent_settlement_detail' => '094',
  4423.                 'paygent_atm' => '010',
  4424.                 'paygent_credit' => '020',
  4425.                 'paygent_credit_processing' => '0201',
  4426.                 'paygent_auth_cancel' => '021',
  4427.                 'paygent_card_commit' => '022',
  4428.                 'paygent_card_commit_cancel' => '023',
  4429.                 'paygent_card_3d' => '024',
  4430.                 'paygent_card_stock_set' => '025',
  4431.                 'paygent_card_stock_del' => '026',
  4432.                 'paygent_card_stock_get' => '027',
  4433.                 'paygent_card_commit_revice' => '029',
  4434.                 'paygent_card_commit_revice_processing' => '0291',
  4435.                 'payment_card_3d2' => '450',
  4436.                 'paygent_conveni_num' => '030',
  4437.                 'paygent_bank' => '060',
  4438.                 'paygent_career' => '100',
  4439.                 'paygent_career_commit' => '101',
  4440.                 'paygent_career_commit_cancel' => '102',
  4441.                 'paygent_career_commit_revice' => '103',
  4442.                 'paygent_career_commit_auth' => '104',
  4443.                 'paygent_career_d' => '100_1',
  4444.                 'paygent_career_a' => '100_2',
  4445.                 'paygent_career_s' => '100_3',
  4446.                 'paygent_career_auth_d' => '104_1',
  4447.                 'paygent_career_auth_a' => '104_2',
  4448.                 'paygent_paidy' => 'paidy',
  4449.                 'paygent_paidy_auth_canceled' => '340',
  4450.                 'paygent_paidy_commit' => '341',
  4451.                 'paygent_paidy_refund' => '342',
  4452.                 'paygent_paidy_authorized' => 'ETC_1',
  4453.                 'paygent_paidy_auth_expired' => 'ETC_2',
  4454.                 'paygent_paidy_commit_expired' => 'ETC_3',
  4455.                 'paygent_paidy_commit_canceled' => 'ETC_4',
  4456.                 'paygent_paidy_commit_revice' => 'ETC_5',
  4457.                 'paygent_ref' => '091',
  4458.                 'payment_type_atm' => '01',
  4459.                 'payment_type_credit' => '02',
  4460.                 'payment_type_conveni_num' => '03',
  4461.                 'payment_type_bank' => '05',
  4462.                 'payment_type_career' => '06',
  4463.                 'payment_type_paidy' => '22',
  4464.                 'status_pre_registration' => '10',
  4465.                 'status_ng_authority' => '11',
  4466.                 'status_payment_expired' => '12',
  4467.                 'status_3dsecure_interruption' => '13',
  4468.                 'status_3dsecure_authorize' => '14',
  4469.                 'status_registration_suspended' => '15',
  4470.                 'status_authority_ok' => '20',
  4471.                 'status_authority_completed' => '21',
  4472.                 'status_clear_requesting' => '30',
  4473.                 'status_authority_canceling' => '31',
  4474.                 'status_authority_canceled' => '32',
  4475.                 'status_authority_expired' => '33',
  4476.                 'status_correct_requesting' => '34',
  4477.                 'status_pre_cleared' => '40',
  4478.                 'status_pre_cleared_expiration_cancellation_sales' => '41',
  4479.                 'status_pre_sales_canceling' => '42',
  4480.                 'status_preliminary_pre_detection' => '43',
  4481.                 'status_complete_cleared' => '44',
  4482.                 'status_pre_sales_cancel_arranging' => '50',
  4483.                 'status_pre_sales_cancellation' => '60',
  4484.                 'status_preliminary_cancellation' => '61',
  4485.                 'status_complete_cancellation' => '62',
  4486.                 'telegram_version' => '1.0',
  4487.                 'settlement_id' => [
  4488.                     'module' => 1,
  4489.                     'link' => 2,
  4490.                 ],
  4491.                 'settlement_names' => [
  4492.                     'module' => 'モジュール型',
  4493.                     'link' => 'リンク型',
  4494.                 ],
  4495.                 'payment_type_id' => [
  4496.                     'pay_paygent_credit' => 1,
  4497.                     'pay_paygent_conveni_num' => 2,
  4498.                     'pay_paygent_atm' => 4,
  4499.                     'pay_paygent_bank' => 5,
  4500.                     'pay_paygent_career' => 6,
  4501.                     'pay_paygent_paidy' => 11,
  4502.                 ],
  4503.                 'payment_type_names' => [
  4504.                     'pay_paygent_credit' => 'クレジット',
  4505.                     'pay_paygent_conveni_num' => 'コンビニ(番号方式)',
  4506.                     'pay_paygent_atm' => 'ATM決済',
  4507.                     'pay_paygent_bank' => '銀行ネット',
  4508.                     'pay_paygent_career' => '携帯キャリア',
  4509.                     'pay_paygent_paidy' => 'Paidy',
  4510.                 ],
  4511.                 'payment_division_id' => [
  4512.                     'pay_paygent_lump_sum' => 10,
  4513.                     'pay_paygent_install' => 61,
  4514.                     'pay_paygent_revolving_credit' => 80,
  4515.                     'pay_paygent_bonus_lump_sum' => 23,
  4516.                 ],
  4517.                 'payment_division_names' => [
  4518.                     'pay_paygent_lump_sum' => '一括払い',
  4519.                     'pay_paygent_install' => '分割払い',
  4520.                     'pay_paygent_revolving_credit' => 'リボ払い',
  4521.                     'pay_paygent_bonus_lump_sum' => 'ボーナス一括払い',
  4522.                 ],
  4523.                 'career_division_id' => [
  4524.                     'career_type_docomo' => '5',
  4525.                     'career_type_au' => '4',
  4526.                     'career_type_softbank' => '6',
  4527.                 ],
  4528.                 'career_division_names' => [
  4529.                     'career_type_docomo' => 'd払い',
  4530.                     'career_type_au' => 'auかんたん決済(au / UQ mobile / povo)',
  4531.                     'career_type_softbank' => 'ソフトバンクまとめて支払い・ワイモバイルまとめて支払い',
  4532.                 ],
  4533.                 'career_session' => [
  4534.                     'career_type' => 'paygent_payment.front.career.career_type',
  4535.                     'redirect_html' => 'paygent_payment.front.career.redirect_html',
  4536.                     'error' => 'paygent_payment.front.career.error',
  4537.                 ],
  4538.                 'career_pc_mobile_type' => [
  4539.                     'pc' => '0',
  4540.                     'smartphone' => '4',
  4541.                 ],
  4542.                 'admin_target_payment_method_names' => [
  4543.                     'paygent_career_d' => '携帯キャリア',
  4544.                     'paygent_career_a' => '携帯キャリア',
  4545.                     'paygent_career_s' => '携帯キャリア',
  4546.                     'paygent_credit' => 'クレジット',
  4547.                     'paygent_paidy' => 'Paidy',
  4548.                 ],
  4549.                 'admin_payment_status_names' => [
  4550.                     'paygent_career_commit' => '売上',
  4551.                     'paygent_career_commit_cancel' => '取消',
  4552.                     'paygent_career_commit_revice' => '売上変更',
  4553.                     'paygent_credit' => 'オーソリ変更',
  4554.                     'paygent_credit_processing' => 'オーソリ変更処理中',
  4555.                     'paygent_auth_cancel' => 'オーソリキャンセル',
  4556.                     'paygent_card_commit' => '売上',
  4557.                     'paygent_card_commit_cancel' => '売上キャンセル',
  4558.                     'paygent_card_commit_revice_processing' => '売上変更処理中',
  4559.                     'paygent_paidy_auth_canceled' => 'オーソリキャンセル',
  4560.                     'paygent_paidy_commit' => '売上',
  4561.                     'paygent_paidy_authorized' => 'オーソリOK',
  4562.                     'paygent_paidy_auth_expired' => 'オーソリ期限切れ',
  4563.                     'paygent_paidy_commit_expired' => '売上(売上取消期限切れ)',
  4564.                     'paygent_paidy_commit_canceled' => '売上キャンセル',
  4565.                 ],
  4566.                 'create_payment_param' => [
  4567.                     'credit' => [
  4568.                         'payment_type' => 1,
  4569.                         'method' => 'ペイジェントクレジット',
  4570.                         'method_class' => [
  4571.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Credit',
  4572.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Credit',
  4573.                         ],
  4574.                     ],
  4575.                     'conveni' => [
  4576.                         'payment_type' => 2,
  4577.                         'method' => 'ペイジェントコンビニ(番号方式)',
  4578.                         'method_class' => [
  4579.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Conveni',
  4580.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Conveni',
  4581.                         ],
  4582.                     ],
  4583.                     'atm' => [
  4584.                         'payment_type' => 4,
  4585.                         'method' => 'ペイジェントATM決済',
  4586.                         'method_class' => [
  4587.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Atm',
  4588.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Atm',
  4589.                         ],
  4590.                     ],
  4591.                     'bank' => [
  4592.                         'payment_type' => 5,
  4593.                         'method' => 'ペイジェント銀行ネット',
  4594.                         'method_class' => [
  4595.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Bank',
  4596.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Bank',
  4597.                         ],
  4598.                     ],
  4599.                     'career' => [
  4600.                         'payment_type' => 6,
  4601.                         'method' => 'ペイジェント携帯キャリア',
  4602.                         'method_class' => [
  4603.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Career',
  4604.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Career',
  4605.                         ],
  4606.                     ],
  4607.                     'paidy' => [
  4608.                         'payment_type' => 11,
  4609.                         'method' => 'ペイジェントPaidy',
  4610.                         'method_class' => [
  4611.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Paidy',
  4612.                         ],
  4613.                     ],
  4614.                 ],
  4615.                 'create_page_param' => [
  4616.                     'link' => [
  4617.                         'error_page' => [
  4618.                             'name' => 'PAYGENT決済エラーページ',
  4619.                             'url' => 'shopping_paygent_error',
  4620.                             'file_name' => 'PaygentPayment42/Resource/template/default/Shopping/shopping_error',
  4621.                         ],
  4622.                     ],
  4623.                     'module' => [
  4624.                         'credit' => [
  4625.                             'payment_type' => 1,
  4626.                             'name' => 'PAYGENT クレジット',
  4627.                             'url' => 'paygent_payment/payment_credit',
  4628.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_credit',
  4629.                         ],
  4630.                         'conveni' => [
  4631.                             'payment_type' => 2,
  4632.                             'name' => 'PAYGENT コンビニ(番号方式)',
  4633.                             'url' => 'paygent_payment/payment_conveni',
  4634.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_conveni',
  4635.                         ],
  4636.                         'atm' => [
  4637.                             'payment_type' => 4,
  4638.                             'name' => 'PAYGENT ATM決済',
  4639.                             'url' => 'paygent_payment/payment_atm',
  4640.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_atm',
  4641.                         ],
  4642.                         'bank' => [
  4643.                             'payment_type' => 5,
  4644.                             'name' => 'PAYGENT 銀行ネット',
  4645.                             'url' => 'paygent_payment/payment_bank',
  4646.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_bank',
  4647.                         ],
  4648.                         'career' => [
  4649.                             'payment_type' => 6,
  4650.                             'name' => 'PAYGENT 携帯キャリア決済',
  4651.                             'url' => 'paygent_payment/payment_career',
  4652.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_career',
  4653.                         ],
  4654.                         'paidy' => [
  4655.                             'payment_type' => 11,
  4656.                             'name' => 'PAYGENT Paidy決済',
  4657.                             'url' => 'paygent_payment/payment_paidy',
  4658.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_paidy',
  4659.                         ],
  4660.                     ],
  4661.                 ],
  4662.                 'char_code' => 'UTF-8',
  4663.                 'char_code_ks' => 'SJIS-win',
  4664.                 'result_success' => '0',
  4665.                 'result_error' => '1',
  4666.                 'result_unknown' => '2',
  4667.                 'result_3dsecure' => '7',
  4668.                 'credit_token_env_id' => [
  4669.                     'dev' => 0,
  4670.                     'prod' => 1,
  4671.                 ],
  4672.                 'credit_token_env_names' => [
  4673.                     'dev' => '試験環境',
  4674.                     'prod' => '本番環境',
  4675.                 ],
  4676.                 'credit_token_env_js_url' => [
  4677.                     'dev' => 'https://sandbox.paygent.co.jp/js/PaygentToken.js',
  4678.                     'prod' => 'https://token.paygent.co.jp/js/PaygentToken.js',
  4679.                 ],
  4680.                 'card_stock_max' => 10,
  4681.                 'credit_authority_retry_limit' => 10,
  4682.                 'credit_authority_lock_message' => 'クレジットカード情報の誤入力が所定回数を超えました。<br>別の決済手段をご検討ください。',
  4683.                 'credit_session' => [
  4684.                     'card_error_count' => 'paygent_payment.front.credit.card_error_count',
  4685.                     'credit_3dError' => 'paygent_payment.front.credit.credit_3dError',
  4686.                     'credit_3d2_input' => 'paygent_payment.front.credit.credit_3d_input',
  4687.                 ],
  4688.                 'credit_3d' => [
  4689.                     '3dSecure_off' => 0,
  4690.                     '3dSecure_1' => 1,
  4691.                     '3dSecure_2' => 2,
  4692.                 ],
  4693.                 'attempt_auth_kbn' => [
  4694.                     'auth_none' => 0,
  4695.                     'auth_success' => 1,
  4696.                     'auth_all' => 2,
  4697.                 ],
  4698.                 'attempt_kbn' => [
  4699.                     'success' => '0',
  4700.                     'error' => '1',
  4701.                 ],
  4702.                 'credit_3dSecure2_apply_input' => [
  4703.                     'authentication_type' => '01',
  4704.                     'country_code_jp' => '392',
  4705.                     'login_guest' => '01',
  4706.                     'login_user' => '02',
  4707.                     'account_indicator_guest' => '01',
  4708.                     'account_indicator_30_under' => '03',
  4709.                     'account_indicator_60_under' => '04',
  4710.                     'account_indicator_60_over' => '05',
  4711.                     'account_change_indicator_30_under' => '02',
  4712.                     'account_change_indicator_60_under' => '03',
  4713.                     'account_change_indicator_60_over' => '04',
  4714.                     'ship_address_use_indicator_this_trade' => '01',
  4715.                     'ship_address_use_indicator_30_under' => '02',
  4716.                     'ship_address_use_indicator_60_under' => '03',
  4717.                     'ship_address_use_indicator_60_over' => '04',
  4718.                     'address_match' => '01',
  4719.                     'address_not_match' => '02',
  4720.                     'account_indicator_30_day' => 30,
  4721.                     'account_indicator_60_day' => 60,
  4722.                     'half_year_ago' => 180,
  4723.                     'one_year_ago' => 365,
  4724.                     'one_day_ago' => 24,
  4725.                     'ship_address_first_use_date_match' => '01',
  4726.                     'ship_address_first_use_date_not_match' => '03',
  4727.                     'reorder_indicator_first_order' => '01',
  4728.                     'reorder_indicator_reorder' => '02',
  4729.                     'card_set_method_token' => 'token',
  4730.                     'card_set_method_customer' => 'customer',
  4731.                 ],
  4732.                 'credit_auth_apply_input' => [
  4733.                     'security_code_use_on' => '1',
  4734.                     'security_code_token_on' => '1',
  4735.                     'stock_card_mode_on' => '1',
  4736.                     '3dsecure_use_type_2' => '2',
  4737.                 ],
  4738.                 'no_mapping_message' => '恐れ入りますが店舗にお問い合わせ下さいますようお願い致します。',
  4739.                 'telegram_error_member' => 'マイページの「会員情報編集」から登録内容を変更してください。',
  4740.                 'telegram_error_guest' => '<br>「カートに戻る」ボタンを押し、ショッピングカート画面で「レジに進む」ボタンを押して、ご注文手続き画面でお客様情報を変更してください。',
  4741.                 'module_telegram_error_guest' => '「戻る」ボタンを押して、ご注文手続き画面でお客様情報を変更してください。',
  4742.                 'retry_message' => '端末を再起動して注文をやり直してください。<br>',
  4743.                 'temp_order_mail_title' => 'ご注文を受け付けました',
  4744.                 'paygent_support_mail_address' => 'pg-support@paygent.co.jp',
  4745.                 'status_alert_mail_title' => '【ペイジェント】ステータス不整合のお知らせ',
  4746.                 'paidy_mismatch_mail_title' => '【ペイジェント】Paidy決済金額改竄検知',
  4747.                 'cvs_form_non_select' => 'ご選択ください',
  4748.                 'cvs_company_id' => [
  4749.                     'seven-eleven' => '00C001',
  4750.                     'law-son' => '00C002',
  4751.                     'family-mart' => '00C005',
  4752.                     'mini-stop' => '00C004',
  4753.                     'seiko-mart' => '00C016',
  4754.                     'daily-yamazaki' => '00C014',
  4755.                 ],
  4756.                 'cvs_type_f_company_id' => [
  4757.                     'seven-eleven' => '00C001',
  4758.                     'law-son_mini-stop' => 'P0C002',
  4759.                     'family-mart' => '00C005',
  4760.                     'seiko-mart' => 'P0C016',
  4761.                     'daily-yamazaki' => '00C014',
  4762.                 ],
  4763.                 'cvs_type_f_company_id_to_name' => [
  4764.                     '00C001' => 'セブンイレブン',
  4765.                     'P0C002' => 'ローソン/ミニストップ',
  4766.                     '00C005' => 'ファミリーマート',
  4767.                     'P0C016' => 'セイコーマート',
  4768.                     '00C014' => 'デイリーヤマザキ',
  4769.                 ],
  4770.                 'cvs_company_name' => [
  4771.                     'seven-eleven' => 'セブンイレブン',
  4772.                     'law-son' => 'ローソン',
  4773.                     'family-mart' => 'ファミリーマート',
  4774.                     'mini-stop' => 'ミニストップ',
  4775.                     'seiko-mart' => 'セイコーマート',
  4776.                     'daily-yamazaki' => 'デイリーヤマザキ',
  4777.                 ],
  4778.                 'cvs_connect_type' => [
  4779.                     'a_b_d' => 0,
  4780.                     'f' => 1,
  4781.                 ],
  4782.                 'sales_type' => '1',
  4783.                 'complete_message' => [
  4784.                     'atm' => [
  4785.                         'title' => '■ATMお支払情報',
  4786.                         'pay_center_number' => '収納機関番号',
  4787.                         'customer_number' => 'お客様番号',
  4788.                         'conf_number' => '確認番号',
  4789.                         'payment_limit_date' => 'お支払期日',
  4790.                         'payment_help_urlname' => 'お支払方法の説明',
  4791.                         'payment_help_url' => 'http://www.paygent.co.jp/merchant_info/help/shophelp_atm.html',
  4792.                     ],
  4793.                     'conveni' => [
  4794.                         'title' => '■コンビニお支払情報',
  4795.                         'confirm_memo' => '特筆事項',
  4796.                         'confirm_name' => '確認番号',
  4797.                         'confirm_number' => '400008',
  4798.                         'customer_tel' => '電話番号',
  4799.                         'receipt_print_url' => '払込票URL',
  4800.                         'usable_cvs_company_id' => 'お支払い可能なコンビニ',
  4801.                         'payment_limit_date' => 'お支払期日',
  4802.                         'payment_help_urlname' => 'お支払方法の説明',
  4803.                         'payment_help_url' => 'https://www.paygent.co.jp/payment_service/way_to_pay/cvs/',
  4804.                     ],
  4805.                 ],
  4806.                 'session_pre_order_id' => 'paygent.front.shopping.pre_order_id',
  4807.             ],
  4808.             'product_review_display_count_min' => 1,
  4809.             'product_review_display_count_max' => 30,
  4810.             'plugin_recommend.text_area_len' => 4000,
  4811.             'related_product.text_area_len' => 4000,
  4812.             'related_product.max_item_count' => 6,
  4813.             'sales_report_product_maximum_display' => 20,
  4814.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4815.             'eccube_rate_limiter_configs' => [
  4816.             ],
  4817.             'eccube.plugins.enabled' => [
  4818.                 => 'Coupon42',
  4819.                 => 'Securitychecker42',
  4820.                 => 'ProductContact42',
  4821.                 => 'JoolenCategoryIcon42',
  4822.                 => 'ProductOption42',
  4823.                 => 'PaygentPayment42',
  4824.                 => 'RestrictEmailDomain42',
  4825.                 => 'RefineProductSalesTimer42',
  4826.                 => 'CategoryDelete42',
  4827.                 => 'Paidy42',
  4828.                 10 => 'NZCustomPlugin',
  4829.                 11 => 'NZMailSystem42',
  4830.                 12 => 'NZCategoryBackground42',
  4831.                 13 => 'NZEstimateSystem42',
  4832.             ],
  4833.             'eccube.plugins.disabled' => [
  4834.                 => 'CMBlogPro42',
  4835.                 => 'ChatGpt',
  4836.                 => 'ContactManagement42',
  4837.                 => 'DesignTag42',
  4838.                 => 'EtunaGa4GoogleAnalytics42',
  4839.                 => 'JoolenPluginTemplateManager42',
  4840.                 => 'MailMagazine42',
  4841.                 => 'ProductReview42',
  4842.                 => 'Recommend42',
  4843.                 => 'RelatedProduct42',
  4844.                 10 => 'SalesReport42',
  4845.             ],
  4846.             'event_dispatcher.event_aliases' => [
  4847.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4848.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4849.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4850.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4851.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4852.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4853.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4854.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4855.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4856.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4857.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4858.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4859.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4860.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4861.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4862.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4863.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4864.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4865.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4866.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4867.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4868.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4869.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4870.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4871.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4872.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4873.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4874.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4875.             ],
  4876.             'fragment.renderer.hinclude.global_template' => NULL,
  4877.             'fragment.path' => '/_fragment',
  4878.             'kernel.http_method_override' => true,
  4879.             'kernel.trusted_hosts' => [
  4880.             ],
  4881.             'kernel.enabled_locales' => [
  4882.             ],
  4883.             'kernel.error_controller' => 'error_controller',
  4884.             'debug.file_link_format' => NULL,
  4885.             'asset.request_context.base_path' => NULL,
  4886.             'asset.request_context.secure' => NULL,
  4887.             'translator.logging' => false,
  4888.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4889.             'debug.error_handler.throw_at' => -1,
  4890.             'router.request_context.host' => 'localhost',
  4891.             'router.request_context.scheme' => 'http',
  4892.             'router.request_context.base_url' => '',
  4893.             'router.resource' => 'kernel::loadRoutes',
  4894.             'request_listener.http_port' => 80,
  4895.             'request_listener.https_port' => 443,
  4896.             'session.metadata.storage_key' => '_sf2_meta',
  4897.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4898.             'session.metadata.update_threshold' => 0,
  4899.             'form.type_extension.csrf.enabled' => true,
  4900.             'form.type_extension.csrf.field_name' => '_token',
  4901.             'validator.translation_domain' => 'validators',
  4902.             'profiler_listener.only_exceptions' => false,
  4903.             'profiler_listener.only_main_requests' => false,
  4904.             'security.role_hierarchy.roles' => [
  4905.             ],
  4906.             'security.access.denied_url' => NULL,
  4907.             'security.authentication.manager.erase_credentials' => true,
  4908.             'security.authentication.session_strategy.strategy' => 'migrate',
  4909.             'security.access.always_authenticate_before_granting' => false,
  4910.             'security.authentication.hide_user_not_found' => true,
  4911.             'security.firewalls' => [
  4912.                 => 'dev',
  4913.                 => 'admin',
  4914.                 => 'customer',
  4915.             ],
  4916.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4917.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4918.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4919.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4920.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4921.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4922.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4923.             'doctrine.entity_managers' => [
  4924.                 'default' => 'doctrine.orm.default_entity_manager',
  4925.             ],
  4926.             'doctrine.default_entity_manager' => 'default',
  4927.             'doctrine.dbal.connection_factory.types' => [
  4928.                 'datetime' => [
  4929.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4930.                 ],
  4931.                 'datetimetz' => [
  4932.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4933.                 ],
  4934.             ],
  4935.             'doctrine.connections' => [
  4936.                 'default' => 'doctrine.dbal.default_connection',
  4937.             ],
  4938.             'doctrine.default_connection' => 'default',
  4939.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4940.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4941.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4942.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4943.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4944.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4945.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4946.             'doctrine.orm.cache.memcache_port' => 11211,
  4947.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4948.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4949.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4950.             'doctrine.orm.cache.memcached_port' => 11211,
  4951.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4952.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4953.             'doctrine.orm.cache.redis_host' => 'localhost',
  4954.             'doctrine.orm.cache.redis_port' => 6379,
  4955.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4956.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4957.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4958.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4959.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4960.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4961.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4962.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4963.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4964.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4965.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4966.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4967.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4968.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4969.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4970.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4971.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4972.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4973.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4974.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4975.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4976.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4977.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4978.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4979.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4980.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4981.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4982.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4983.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4984.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4985.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4986.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4987.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4988.             'monolog.use_microseconds' => true,
  4989.             'monolog.swift_mailer.handlers' => [
  4990.             ],
  4991.             'monolog.handlers_to_channels' => [
  4992.                 'monolog.handler.paygent_payment' => [
  4993.                     'type' => 'inclusive',
  4994.                     'elements' => [
  4995.                         => 'paygent_payment',
  4996.                     ],
  4997.                 ],
  4998.                 'monolog.handler.paidy' => [
  4999.                     'type' => 'inclusive',
  5000.                     'elements' => [
  5001.                         => 'paidy',
  5002.                     ],
  5003.                 ],
  5004.                 'monolog.handler.console' => [
  5005.                     'type' => 'exclusive',
  5006.                     'elements' => [
  5007.                         => 'event',
  5008.                         => 'doctrine',
  5009.                         => 'console',
  5010.                     ],
  5011.                 ],
  5012.                 'monolog.handler.buffered' => [
  5013.                     'type' => 'exclusive',
  5014.                     'elements' => [
  5015.                         => 'event',
  5016.                     ],
  5017.                 ],
  5018.             ],
  5019.             'twig.form.resources' => [
  5020.                 => 'form_div_layout.html.twig',
  5021.                 => 'bootstrap_5_layout.html.twig',
  5022.             ],
  5023.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5024.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5025.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5026.             'web_profiler.debug_toolbar.mode' => 2,
  5027.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5028.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5029.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5030.             'knp_paginator.page_range' => 5,
  5031.             'knp_paginator.page_limit' => NULL,
  5032.             'doctrine.migrations.preferred_em' => NULL,
  5033.             'doctrine.migrations.preferred_connection' => NULL,
  5034.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5035.             'data_collector.templates' => [
  5036.                 'data_collector.request' => [
  5037.                     => 'request',
  5038.                     => '@WebProfiler/Collector/request.html.twig',
  5039.                 ],
  5040.                 'data_collector.time' => [
  5041.                     => 'time',
  5042.                     => '@WebProfiler/Collector/time.html.twig',
  5043.                 ],
  5044.                 'data_collector.memory' => [
  5045.                     => 'memory',
  5046.                     => '@WebProfiler/Collector/memory.html.twig',
  5047.                 ],
  5048.                 'data_collector.validator' => [
  5049.                     => 'validator',
  5050.                     => '@WebProfiler/Collector/validator.html.twig',
  5051.                 ],
  5052.                 'data_collector.ajax' => [
  5053.                     => 'ajax',
  5054.                     => '@WebProfiler/Collector/ajax.html.twig',
  5055.                 ],
  5056.                 'data_collector.form' => [
  5057.                     => 'form',
  5058.                     => '@WebProfiler/Collector/form.html.twig',
  5059.                 ],
  5060.                 'data_collector.exception' => [
  5061.                     => 'exception',
  5062.                     => '@WebProfiler/Collector/exception.html.twig',
  5063.                 ],
  5064.                 'data_collector.logger' => [
  5065.                     => 'logger',
  5066.                     => '@WebProfiler/Collector/logger.html.twig',
  5067.                 ],
  5068.                 'data_collector.events' => [
  5069.                     => 'events',
  5070.                     => '@WebProfiler/Collector/events.html.twig',
  5071.                 ],
  5072.                 'data_collector.router' => [
  5073.                     => 'router',
  5074.                     => '@WebProfiler/Collector/router.html.twig',
  5075.                 ],
  5076.                 'data_collector.cache' => [
  5077.                     => 'cache',
  5078.                     => '@WebProfiler/Collector/cache.html.twig',
  5079.                 ],
  5080.                 'data_collector.translation' => [
  5081.                     => 'translation',
  5082.                     => '@WebProfiler/Collector/translation.html.twig',
  5083.                 ],
  5084.                 'data_collector.security' => [
  5085.                     => 'security',
  5086.                     => '@Security/Collector/security.html.twig',
  5087.                 ],
  5088.                 'data_collector.twig' => [
  5089.                     => 'twig',
  5090.                     => '@WebProfiler/Collector/twig.html.twig',
  5091.                 ],
  5092.                 'data_collector.doctrine' => [
  5093.                     => 'db',
  5094.                     => '@Doctrine/Collector/db.html.twig',
  5095.                 ],
  5096.                 'doctrine_migrations.migrations_collector' => [
  5097.                     => 'doctrine_migrations',
  5098.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5099.                 ],
  5100.                 'data_collector.dump' => [
  5101.                     => 'dump',
  5102.                     => '@Debug/Profiler/dump.html.twig',
  5103.                 ],
  5104.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5105.                 'mailer.data_collector' => [
  5106.                     => 'mailer',
  5107.                     => '@WebProfiler/Collector/mailer.html.twig',
  5108.                 ],
  5109.                 'data_collector.config' => [
  5110.                     => 'config',
  5111.                     => '@WebProfiler/Collector/config.html.twig',
  5112.                 ],
  5113.                 'eccube.collector.core' => [
  5114.                     => 'eccube_core',
  5115.                     => '@toolbar/eccube.html.twig',
  5116.                 ],
  5117.             ],
  5118.             'console.command.ids' => [
  5119.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5120.             ],
  5121.         ];
  5122.     }
  5123.     protected function throw($message)
  5124.     {
  5125.         throw new RuntimeException($message);
  5126.     }
  5127. }