var/cache/dev/ContainerXD3AlZI/Eccube_KernelDevDebugContainer.php line 689

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