var/cache/dev/ContainerBmJFNlg/Eccube_KernelDevDebugContainer.php line 699

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