var/cache/dev/ContainerRcKCuCz/Eccube_KernelDevDebugContainer.php line 2359

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