var/cache/dev/ContainerYEn4Vg8/Eccube_KernelDevDebugContainer.php line 2091

Open in your IDE?
  1. <?php
  2. namespace ContainerYEn4Vg8;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'state_machine.order' => 'getStateMachine_OrderService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'twig' => 'getTwigService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  82.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  83.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  84.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  85.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  86.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  87.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  95.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  96.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  98.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  99.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  103.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  104.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  107.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  108.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  110.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  111.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  127.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  128.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  130.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  131.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  132.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  133.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  134.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  135.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  136.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  137.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  138.             'Eccube\\Controller\\HybridController' => 'getHybridControllerService',
  139.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  140.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  141.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  142.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  143.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  144.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  145.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  146.             'Eccube\\Controller\\PartnerContactController' => 'getPartnerContactControllerService',
  147.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  148.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  149.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  150.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  151.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  152.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  153.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  154.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  155.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  156.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  157.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  158.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  159.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  160.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  161.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  162.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  163.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  164.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  165.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController2Service',
  166.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service',
  167.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  168.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  169.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  170.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  171.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  172.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  173.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  174.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  175.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  176.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  177.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  178.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  179.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  180.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  181.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  182.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  183.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  184.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  185.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  186.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  187.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  188.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  189.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  190.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  191.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  192.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  193.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  194.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  195.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  196.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  197.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  198.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  199.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  200.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  201.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  202.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  203.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  204.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  205.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  206.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  207.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  208.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  209.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  210.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  211.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  212.             'cache.app_clearer' => 'getCache_AppClearerService',
  213.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  214.             'cache.system_clearer' => 'getCache_SystemClearerService',
  215.             'cache_warmer' => 'getCacheWarmerService',
  216.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  217.             'console.command_loader' => 'getConsole_CommandLoaderService',
  218.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  219.             'eccube.logger' => 'getEccube_LoggerService',
  220.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  221.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  222.             'error_controller' => 'getErrorControllerService',
  223.             'knp_paginator' => 'getKnpPaginatorService',
  224.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  225.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  226.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  227.             'routing.loader' => 'getRouting_LoaderService',
  228.             'services_resetter' => 'getServicesResetterService',
  229.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  230.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  231.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  232.         ];
  233.         $this->aliases = [
  234.             'database_connection' => 'doctrine.dbal.default_connection',
  235.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  236.         ];
  237.         $this->privates['service_container'] = function () {
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  244.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  248.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  249.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  263.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  272.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  286.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  291.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  292.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  301.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  302.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  491.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  492.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  495.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  496.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  497.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  498.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  499.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  501.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  533.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  574.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  576.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  577.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  608.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  609.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  610.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  611.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  612.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  613.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  614.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  615.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  619.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  620.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  625.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  628.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  630.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  637.         };
  638.     }
  639.     public function compile(): void
  640.     {
  641.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  642.     }
  643.     public function isCompiled(): bool
  644.     {
  645.         return true;
  646.     }
  647.     public function getRemovedIds(): array
  648.     {
  649.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  650.     }
  651.     protected function load($file$lazyLoad true)
  652.     {
  653.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  654.             return $class::do($this$lazyLoad);
  655.         }
  656.         if ('.' === $file[-4]) {
  657.             $class substr($class0, -4);
  658.         } else {
  659.             $file .= '.php';
  660.         }
  661.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  662.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  663.     }
  664.     protected function createProxy($class\Closure $factory)
  665.     {
  666.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  667.         return $factory();
  668.     }
  669.     /**
  670.      * Gets the public '.container.private.profiler' shared service.
  671.      *
  672.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  673.      */
  674.     protected function get_Container_Private_ProfilerService()
  675.     {
  676.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  677.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  678.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  679.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  680.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  681.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  682.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  683.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  684.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  685.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  686.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  687.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  688.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  689.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  690.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  691.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  692.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  693.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  694.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  695.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  696.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  697.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  698.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  699.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  700.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  701.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  702.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  703.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  704.         if ($this->has('kernel')) {
  705.             $e->setKernel($b);
  706.         }
  707.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  708.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  709.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  710.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  711.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  712.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  713.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  714.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  715.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  716.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  717.         $instance->add($d);
  718.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  719.         $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));
  720.         $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())));
  721.         $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([])))));
  722.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  723.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  724.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  725.         $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()))));
  726.         $instance->add($e);
  727.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  728.         return $instance;
  729.     }
  730.     /**
  731.      * Gets the public '.container.private.security.authorization_checker' shared service.
  732.      *
  733.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  734.      */
  735.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  736.     {
  737.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  738.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  739.             return $this->services['.container.private.security.authorization_checker'];
  740.         }
  741.         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);
  742.     }
  743.     /**
  744.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  745.      *
  746.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  747.      */
  748.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  749.     {
  750.         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())));
  751.     }
  752.     /**
  753.      * Gets the public '.container.private.security.token_storage' shared service.
  754.      *
  755.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  756.      */
  757.     protected function get_Container_Private_Security_TokenStorageService()
  758.     {
  759.         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, [
  760.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  761.         ], [
  762.             'request_stack' => '?',
  763.         ]));
  764.     }
  765.     /**
  766.      * Gets the public '.container.private.session' shared service.
  767.      *
  768.      * @return \Symfony\Component\HttpFoundation\Session\Session
  769.      */
  770.     protected function get_Container_Private_SessionService()
  771.     {
  772.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  773.         if (isset($this->services['.container.private.session'])) {
  774.             return $this->services['.container.private.session'];
  775.         }
  776.         return $this->services['.container.private.session'] = $a->createSession();
  777.     }
  778.     /**
  779.      * Gets the public '.container.private.state_machine.order' shared service.
  780.      *
  781.      * @return \Symfony\Component\Workflow\StateMachine
  782.      */
  783.     protected function get_Container_Private_StateMachine_OrderService()
  784.     {
  785.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  786.         if (isset($this->services['.container.private.state_machine.order'])) {
  787.             return $this->services['.container.private.state_machine.order'];
  788.         }
  789.         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);
  790.     }
  791.     /**
  792.      * Gets the public '.container.private.twig' shared service.
  793.      *
  794.      * @return \Twig\Environment
  795.      */
  796.     protected function get_Container_Private_TwigService()
  797.     {
  798.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  799.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  800.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  801.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  802.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  803.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  804.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  805.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  806.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  807.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  809.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  810.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  811.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  812.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  813.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  814.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  815.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  816.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  817.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  818.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  819.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  820.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  821.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  822.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  823.         $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']);
  824.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  825.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  826.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  827.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  828.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  829.         $g = ($this->services['router'] ?? $this->getRouterService());
  830.         $h = new \Symfony\Component\Workflow\Registry();
  831.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  832.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  833.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  834.         $j = new \Symfony\Bridge\Twig\AppVariable();
  835.         $j->setEnvironment('dev');
  836.         $j->setDebug(true);
  837.         if ($this->has('.container.private.security.token_storage')) {
  838.             $j->setTokenStorage($c);
  839.         }
  840.         if ($this->has('request_stack')) {
  841.             $j->setRequestStack($b);
  842.         }
  843.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  844.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  845.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  846.         $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)));
  847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  849.         $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 () {
  850.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  851.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  852.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  853.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  854.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  855.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  856.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  857.         }, 7))));
  858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  860.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  861.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  862.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  863.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  864.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  865.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  866.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  867.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  868.         $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())));
  869.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  870.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  871.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  872.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  873.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  874.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  875.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  876.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  877.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  878.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  879.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  880.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  881.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  882.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  883.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  884.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  885.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  886.         $instance->addGlobal('app'$j);
  887.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  888.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  889.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  890.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  891.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  892.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  893.         ], [
  894.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  895.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  896.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  897.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  898.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  899.         ])));
  900.         $instance->addGlobal('BaseInfo'NULL);
  901.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  902.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  903.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  904.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  905.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  906.         return $instance;
  907.     }
  908.     /**
  909.      * Gets the public '.container.private.validator' shared service.
  910.      *
  911.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  912.      */
  913.     protected function get_Container_Private_ValidatorService()
  914.     {
  915.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  916.         if (isset($this->services['.container.private.validator'])) {
  917.             return $this->services['.container.private.validator'];
  918.         }
  919.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  920.     }
  921.     /**
  922.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  923.      *
  924.      * @return \Detection\MobileDetect
  925.      */
  926.     protected function getMobileDetectService()
  927.     {
  928.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  929.     }
  930.     /**
  931.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  932.      *
  933.      * @return \Eccube\Common\EccubeConfig
  934.      */
  935.     protected function getEccubeConfigService()
  936.     {
  937.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  938.     }
  939.     /**
  940.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  941.      *
  942.      * @return \Eccube\Repository\PluginRepository
  943.      */
  944.     protected function getPluginRepositoryService($lazyLoad true)
  945.     {
  946.         if ($lazyLoad) {
  947.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  948.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  949.                     $wrappedInstance $this->getPluginRepositoryService(false);
  950.                     $proxy->setProxyInitializer(null);
  951.                     return true;
  952.                 });
  953.             });
  954.         }
  955.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  956.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  957.     }
  958.     /**
  959.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  960.      *
  961.      * @return \Eccube\Service\SystemService
  962.      */
  963.     protected function getSystemServiceService($lazyLoad true)
  964.     {
  965.         if ($lazyLoad) {
  966.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  967.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  968.                     $wrappedInstance $this->getSystemServiceService(false);
  969.                     $proxy->setProxyInitializer(null);
  970.                     return true;
  971.                 });
  972.             });
  973.         }
  974.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  975.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  976.     }
  977.     /**
  978.      * Gets the public 'cache.app' shared service.
  979.      *
  980.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  981.      */
  982.     protected function getCache_AppService()
  983.     {
  984.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('w6Y8yoJ2da'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  985.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  986.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  987.     }
  988.     /**
  989.      * Gets the public 'cache.rate_limiter' shared service.
  990.      *
  991.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  992.      */
  993.     protected function getCache_RateLimiterService()
  994.     {
  995.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m6YYNILR7W'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  996.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  997.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  998.     }
  999.     /**
  1000.      * Gets the public 'cache.system' shared service.
  1001.      *
  1002.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1003.      */
  1004.     protected function getCache_SystemService()
  1005.     {
  1006.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q43yY4STqw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1007.     }
  1008.     /**
  1009.      * Gets the public 'cache.validator_expression_language' shared service.
  1010.      *
  1011.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1012.      */
  1013.     protected function getCache_ValidatorExpressionLanguageService()
  1014.     {
  1015.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UZstk2VeN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1016.     }
  1017.     /**
  1018.      * Gets the public 'data_collector.dump' shared service.
  1019.      *
  1020.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1021.      */
  1022.     protected function getDataCollector_DumpService()
  1023.     {
  1024.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  1025.     }
  1026.     /**
  1027.      * Gets the public 'doctrine' shared service.
  1028.      *
  1029.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1030.      */
  1031.     protected function getDoctrineService()
  1032.     {
  1033.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1034.     }
  1035.     /**
  1036.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1037.      *
  1038.      * @return \Doctrine\DBAL\Connection
  1039.      */
  1040.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1041.     {
  1042.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1043.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1044.             return $this->services['doctrine.dbal.default_connection'];
  1045.         }
  1046.         $b = new \Doctrine\DBAL\Configuration();
  1047.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1048.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1049.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1050.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1051.         $c->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1052.         $c->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1053.         $c->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1054.         $c->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1056.         $d = 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))));
  1057.         $d->setConnectionName('default');
  1058.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1059.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1060.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->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']], $b$a, []);
  1061.     }
  1062.     /**
  1063.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1064.      *
  1065.      * @return \Doctrine\ORM\EntityManager
  1066.      */
  1067.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1068.     {
  1069.         if ($lazyLoad) {
  1070.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1071.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1072.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1073.                     $proxy->setProxyInitializer(null);
  1074.                     return true;
  1075.                 });
  1076.             });
  1077.         }
  1078.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1085.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1087.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1100.         $a = new \Doctrine\ORM\Configuration();
  1101.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1102.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1103.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1104.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1105.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1106.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1107.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EntityExtension/Entity')]);
  1108.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1109.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EntityForm/Entity')]);
  1110.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1111.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MigrationSample/Entity')]);
  1112.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1113.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Eccube/Entity')], false))), 'Eccube\\Entity');
  1114.         $b->addDriver($d'Eccube\\Entity');
  1115.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')], false), 'Customize\\Entity');
  1116.         $b->addDriver($e'Plugin\\EccubePaymentLite42\\Entity');
  1117.         $b->addDriver($f'Plugin\\EntityExtension\\Entity');
  1118.         $b->addDriver($g'Plugin\\EntityForm\\Entity');
  1119.         $b->addDriver($h'Plugin\\MigrationSample\\Entity');
  1120.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1121.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1122.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1123.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1124.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1125.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1126.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1127.         ], [
  1128.             'doctrine.ulid_generator' => '?',
  1129.             'doctrine.uuid_generator' => '?',
  1130.         ])));
  1131.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1132.         $a->setProxyNamespace('Proxies');
  1133.         $a->setAutoGenerateProxyClasses(true);
  1134.         $a->setSchemaIgnoreClasses([]);
  1135.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1136.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1137.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1138.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1139.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1140.         $a->setLazyGhostObjectEnabled(false);
  1141.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1142.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1143.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1144.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1145.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1146.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1147.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1148.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1149.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1150.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1151.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1152.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1153.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1154.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1155.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1156.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1157.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1158.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1159.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1160.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1161.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1162.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1163.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1164.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1165.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1166.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1167.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1168.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1169.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1170.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1171.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1172.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1173.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1174.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1175.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1176.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1177.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1178.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1179.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1180.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1181.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1182.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1183.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1184.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1185.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1186.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1187.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1188.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1189.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1190.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1191.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1192.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1193.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1194.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1195.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1196.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1197.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1198.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1199.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1200.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1201.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1202.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1203.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1204.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1205.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1206.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1207.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1208.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1209.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1210.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1211.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1212.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1213.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1214.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1215.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1216.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1217.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1218.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1219.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1220.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1221.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1222.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1223.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1224.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1225.         ], [
  1226.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1227.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1228.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1229.             'Eccube\\Repository\\BlockRepository' => '?',
  1230.             'Eccube\\Repository\\CalendarRepository' => '?',
  1231.             'Eccube\\Repository\\CartItemRepository' => '?',
  1232.             'Eccube\\Repository\\CartRepository' => '?',
  1233.             'Eccube\\Repository\\CategoryRepository' => '?',
  1234.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1235.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1236.             'Eccube\\Repository\\CsvRepository' => '?',
  1237.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1238.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1239.             'Eccube\\Repository\\CustomerRepository' => '?',
  1240.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1241.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1242.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1243.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1244.             'Eccube\\Repository\\LayoutRepository' => '?',
  1245.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1246.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1247.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1248.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1249.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1250.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1251.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1252.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1253.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1254.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1255.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1256.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1257.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1258.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1259.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1260.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1261.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1262.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1263.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1264.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1265.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1266.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1267.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1268.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1269.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1270.             'Eccube\\Repository\\MemberRepository' => '?',
  1271.             'Eccube\\Repository\\NewsRepository' => '?',
  1272.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1273.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1274.             'Eccube\\Repository\\OrderRepository' => '?',
  1275.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1276.             'Eccube\\Repository\\PageRepository' => '?',
  1277.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1278.             'Eccube\\Repository\\PaymentRepository' => '?',
  1279.             'Eccube\\Repository\\PluginRepository' => '?',
  1280.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1281.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1282.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1283.             'Eccube\\Repository\\ProductRepository' => '?',
  1284.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1285.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1286.             'Eccube\\Repository\\ShippingRepository' => '?',
  1287.             'Eccube\\Repository\\TagRepository' => '?',
  1288.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1289.             'Eccube\\Repository\\TemplateRepository' => '?',
  1290.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1291.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1292.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1293.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1294.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1295.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1296.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1297.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1298.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1299.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1300.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1301.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1302.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1303.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1304.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1305.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1306.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1307.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1308.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1309.         ])));
  1310.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1311.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1312.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1313.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1314.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1315.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1316.         return $instance;
  1317.     }
  1318.     /**
  1319.      * Gets the public 'event_dispatcher' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1322.      */
  1323.     protected function getEventDispatcherService()
  1324.     {
  1325.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1326.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1327.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1328.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1329.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1330.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1331.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1332.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1333.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1334.         $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())));
  1335.         $instance->addListener('kernel.request', [=> function () {
  1336.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1337.         }, => 'onKernelRequest'], 1024);
  1338.         $instance->addListener('kernel.controller', [=> function () {
  1339.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1340.         }, => 'onKernelController'], 0);
  1341.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1342.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1343.         }, => 'checkPassport'], 1024);
  1344.         $instance->addListener('kernel.response', [=> function () {
  1345.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1346.         }, => 'onKernelResponse'], 0);
  1347.         $instance->addListener('kernel.response', [=> function () {
  1348.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1349.         }, => 'onKernelResponse'], 0);
  1350.         $instance->addListener('kernel.request', [=> function () {
  1351.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1352.         }, => 'onKernelRequest'], 0);
  1353.         $instance->addListener('kernel.controller', [=> function () {
  1354.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1355.         }, => 'onController'], 0);
  1356.         $instance->addListener('kernel.request', [=> function () {
  1357.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1358.         }, => 'onKernelRequest'], 512);
  1359.         $instance->addListener('kernel.request', [=> function () {
  1360.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1361.         }, => 'onKernelRequestEarly'], 500);
  1362.         $instance->addListener('kernel.request', [=> function () {
  1363.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1364.         }, => 'onKernelRequest'], 6);
  1365.         $instance->addListener('kernel.response', [=> function () {
  1366.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1367.         }, => 'onKernelResponse'], 0);
  1368.         $instance->addListener('kernel.controller', [=> function () {
  1369.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1370.         }, => 'onKernelController'], 0);
  1371.         $instance->addListener('kernel.terminate', [=> function () {
  1372.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1373.         }, => 'onKernelTerminate'], 0);
  1374.         $instance->addListener('kernel.exception', [=> function () {
  1375.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1376.         }, => 'onKernelException'], -4);
  1377.         $instance->addListener('security.interactive_login', [=> function () {
  1378.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1379.         }, => 'onInteractiveLogin'], 0);
  1380.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1381.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1382.         }, => 'onAuthenticationFailure'], 0);
  1383.         $instance->addListener('kernel.response', [=> function () {
  1384.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1385.         }, => 'onResponse'], 0);
  1386.         $instance->addListener('kernel.request', [=> function () {
  1387.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1388.         }, => 'onKernelRequest'], 512);
  1389.         $instance->addListener('kernel.controller', [=> function () {
  1390.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1391.         }, => 'onController'], 0);
  1392.         $instance->addListener('kernel.request', [=> function () {
  1393.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1394.         }, => 'onKernelRequest'], 7);
  1395.         $instance->addListener('security.interactive_login', [=> function () {
  1396.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1397.         }, => 'onInteractiveLogin'], 0);
  1398.         $instance->addListener('security.authentication.failure', [=> function () {
  1399.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1400.         }, => 'onAuthenticationFailure'], 0);
  1401.         $instance->addListener('kernel.request', [=> function () {
  1402.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1403.         }, => 'onKernelRequest'], 0);
  1404.         $instance->addListener('kernel.exception', [=> function () {
  1405.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1406.         }, => 'onKernelException'], 0);
  1407.         $instance->addListener('kernel.terminate', [=> function () {
  1408.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1409.         }, => 'onKernelTerminate'], 0);
  1410.         $instance->addListener('kernel.request', [=> function () {
  1411.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1412.         }, => 'onKernelRequest'], 6);
  1413.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1414.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1415.         }, => 'onKernelController'], 7);
  1416.         $instance->addListener('form.pre_submit', [=> function () {
  1417.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1418.         }, => 'onPreSubmit'], 0);
  1419.         $instance->addListener('form.pre_submit', [=> function () {
  1420.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1421.         }, => 'purifySubmittedData'], 1000001);
  1422.         $instance->addListener('form.pre_submit', [=> function () {
  1423.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1424.         }, => 'onPreSubmit'], 0);
  1425.         $instance->addListener('workflow.order.completed', [=> function () {
  1426.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1427.         }, => 'onCompleted'], 0);
  1428.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1429.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1430.         }, => 'updatePaymentDate'], 0);
  1431.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1432.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1433.         }, => 'rollbackStock'], 0);
  1434.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1435.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1436.         }, => 'rollbackUsePoint'], 0);
  1437.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1438.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1439.         }, => 'commitStock'], 0);
  1440.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1441.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1442.         }, => 'commitUsePoint'], 0);
  1443.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1444.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1445.         }, => 'commitAddPoint'], 0);
  1446.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1447.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1448.         }, => 'rollbackUsePoint'], 0);
  1449.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1450.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1451.         }, => 'rollbackAddPoint'], 0);
  1452.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1453.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1454.         }, => 'commitUsePoint'], 0);
  1455.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1456.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1457.         }, => 'commitAddPoint'], 0);
  1458.         $instance->addListener('kernel.terminate', [=> function () {
  1459.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1460.         }, => 'disableMaintenanceEvent'], 0);
  1461.         $instance->addListener('kernel.terminate', [=> function () {
  1462.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1463.         }, => 'forceClearCache'], 0);
  1464.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1465.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1466.         }, => 'onKernelController'], 0);
  1467.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1468.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddCompletePaymentButtonEventSubscriber()));
  1469.         }, => 'edit'], 0);
  1470.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1471.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddPaymentStatusFormEventSubscriber($this)));
  1472.         }, => 'edit'], 0);
  1473.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1474.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1475.         }, => 'adminOrderEditIndexComplete'], 0);
  1476.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1477.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1478.         }, => 'adminOrderEditIndexComplete'], 0);
  1479.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1480.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1481.         }, => 'index'], 0);
  1482.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1483.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1484.         }, => 'adminOrderEditIndexComplete'], 0);
  1485.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1486.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1487.         }, => 'product'], 0);
  1488.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1489.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1490.         }, => 'index'], 0);
  1491.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1492.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1493.         }, => 'product'], 0);
  1494.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1495.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1496.         }, => 'index'], 0);
  1497.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1498.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1499.         }, => 'product'], 0);
  1500.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1501.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Setting\AddDeliveryCompanyFormEventSubscriber()));
  1502.         }, => 'deliveryEdit'], 0);
  1503.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1504.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1505.         }, => 'frontMypageChangeIndexComplete'], 0);
  1506.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  1507.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1508.         }, => 'frontMypageDeliveryEditComplete'], 0);
  1509.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1510.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1511.         }, => 'delivery'], 0);
  1512.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1513.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1514.         }, => 'change_complete'], 0);
  1515.         $instance->addListener('Mypage/index.twig', [=> function () {
  1516.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1517.         }, => 'index'], 0);
  1518.         $instance->addListener('Mypage/history.twig', [=> function () {
  1519.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1520.         }, => 'index'], 0);
  1521.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1522.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1523.         }, => 'index'], 0);
  1524.         $instance->addListener('Mypage/change.twig', [=> function () {
  1525.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1526.         }, => 'index'], 0);
  1527.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1528.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1529.         }, => 'index'], 0);
  1530.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1531.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1532.         }, => 'index'], 0);
  1533.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1534.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1535.         }, => 'index'], 0);
  1536.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1537.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1538.         }, => 'index'], 0);
  1539.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1540.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1541.         }, => 'index'], 0);
  1542.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1543.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1544.         }, => 'index'], 0);
  1545.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1546.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1547.         }, => 'index'], 0);
  1548.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1549.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1550.         }, => 'index'], 0);
  1551.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1552.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1553.         }, => 'index'], 0);
  1554.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1555.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1556.         }, => 'index'], 0);
  1557.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1558.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1559.         }, => 'index'], 0);
  1560.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1561.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1562.         }, => 'index'], 0);
  1563.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1564.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1565.         }, => 'index'], 0);
  1566.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1567.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1568.         }, => 'index'], 0);
  1569.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1570.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1571.         }, => 'index'], 0);
  1572.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1573.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1574.         }, => 'index'], 0);
  1575.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1576.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1577.         }, => 'index'], 0);
  1578.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1579.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1580.         }, => 'index'], 0);
  1581.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1582.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1583.         }, => 'index'], 0);
  1584.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1585.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1586.         }, => 'index'], 0);
  1587.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1588.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1589.         }, => 'index'], 0);
  1590.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1591.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1592.         }, => 'index'], 0);
  1593.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1594.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1595.         }, => 'index'], 0);
  1596.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1597.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1598.         }, => 'index'], 0);
  1599.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1600.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1601.         }, => 'index'], 0);
  1602.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1603.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1604.         }, => 'index'], 0);
  1605.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1606.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  1607.         }, => 'index'], 0);
  1608.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1609.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  1610.         }, => 'index'], 0);
  1611.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  1612.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  1613.         }, => 'index'], 0);
  1614.         $instance->addListener('Shopping/index.twig', [=> function () {
  1615.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1616.         }, => 'index'], 0);
  1617.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1618.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1619.         }, => 'confirm'], 0);
  1620.         $instance->addListener('Shopping/index.twig', [=> function () {
  1621.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  1622.         }, => 'index'], 0);
  1623.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1624.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  1625.         }, => 'confirm'], 0);
  1626.         $instance->addListener('Shopping/index.twig', [=> function () {
  1627.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1628.         }, => 'index'], 0);
  1629.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1630.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1631.         }, => 'confirm'], 0);
  1632.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1633.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\ChangeButtonTextSubscriber()));
  1634.         }, => 'confirm'], 0);
  1635.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1636.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  1637.         }, => 'confirm'], 0);
  1638.         $instance->addListener('Shopping/index.twig', [=> function () {
  1639.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  1640.         }, => 'index'], 0);
  1641.         $instance->addListener('Shopping/index.twig', [=> function () {
  1642.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\HideAddDeliveryBtnEventSubscriber()));
  1643.         }, => 'index'], 0);
  1644.         $instance->addListener('Shopping/login.twig', [=> function () {
  1645.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  1646.         }, => 'index'], 0);
  1647.         $instance->addListener('Shopping/index.twig', [=> function () {
  1648.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  1649.         }, => 'index'], 0);
  1650.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1651.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  1652.         }, => 'index'], 0);
  1653.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1654.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  1655.         }, => 'index'], 0);
  1656.         $instance->addListener('kernel.request', [=> function () {
  1657.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1658.         }, => 'onKernelRequest'], 4096);
  1659.         $instance->addListener('kernel.response', [=> function () {
  1660.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1661.         }, => 'onKernelResponse'], 0);
  1662.         $instance->addListener('kernel.response', [=> function () {
  1663.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1664.         }, => 'onKernelResponse'], -1024);
  1665.         $instance->addListener('kernel.request', [=> function () {
  1666.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1667.         }, => 'setDefaultLocale'], 100);
  1668.         $instance->addListener('kernel.request', [=> function () {
  1669.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1670.         }, => 'onKernelRequest'], 16);
  1671.         $instance->addListener('kernel.finish_request', [=> function () {
  1672.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1673.         }, => 'onKernelFinishRequest'], 0);
  1674.         $instance->addListener('kernel.request', [=> function () {
  1675.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1676.         }, => 'onKernelRequest'], 256);
  1677.         $instance->addListener('kernel.response', [=> function () {
  1678.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1679.         }, => 'onResponse'], -255);
  1680.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1681.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1682.         }, => 'onControllerArguments'], 0);
  1683.         $instance->addListener('kernel.exception', [=> function () {
  1684.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1685.         }, => 'logKernelException'], 0);
  1686.         $instance->addListener('kernel.exception', [=> function () {
  1687.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1688.         }, => 'onKernelException'], -128);
  1689.         $instance->addListener('kernel.response', [=> function () {
  1690.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1691.         }, => 'removeCspHeader'], -128);
  1692.         $instance->addListener('kernel.request', [=> function () {
  1693.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1694.         }, => 'onKernelRequest'], 15);
  1695.         $instance->addListener('kernel.finish_request', [=> function () {
  1696.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1697.         }, => 'onKernelFinishRequest'], -15);
  1698.         $instance->addListener('console.error', [=> function () {
  1699.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1700.         }, => 'onConsoleError'], -128);
  1701.         $instance->addListener('console.terminate', [=> function () {
  1702.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1703.         }, => 'onConsoleTerminate'], -128);
  1704.         $instance->addListener('console.error', [=> function () {
  1705.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1706.         }, => 'onConsoleError'], 0);
  1707.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1708.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1709.         }, => 'onMessage'], -255);
  1710.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1711.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1712.         }, => 'onMessage'], -255);
  1713.         $instance->addListener('kernel.response', [=> function () {
  1714.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1715.         }, => 'onKernelResponse'], 0);
  1716.         $instance->addListener('kernel.request', [=> function () {
  1717.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1718.         }, => 'onKernelRequest'], 48);
  1719.         $instance->addListener('kernel.request', [=> function () {
  1720.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1721.         }, => 'configure'], 2048);
  1722.         $instance->addListener('console.command', [=> function () {
  1723.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1724.         }, => 'configure'], 2048);
  1725.         $instance->addListener('kernel.request', [=> function () {
  1726.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1727.         }, => 'onKernelRequest'], 32);
  1728.         $instance->addListener('kernel.finish_request', [=> function () {
  1729.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1730.         }, => 'onKernelFinishRequest'], 0);
  1731.         $instance->addListener('kernel.exception', [=> function () {
  1732.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1733.         }, => 'onKernelException'], -64);
  1734.         $instance->addListener('kernel.request', [=> function () {
  1735.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1736.         }, => 'onKernelRequest'], 128);
  1737.         $instance->addListener('kernel.response', [=> function () {
  1738.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1739.         }, => 'onKernelResponse'], -1000);
  1740.         $instance->addListener('kernel.finish_request', [=> function () {
  1741.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1742.         }, => 'onFinishRequest'], 0);
  1743.         $instance->addListener('kernel.response', [=> function () {
  1744.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1745.         }, => 'onKernelResponse'], -100);
  1746.         $instance->addListener('kernel.exception', [=> function () {
  1747.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1748.         }, => 'onKernelException'], 0);
  1749.         $instance->addListener('kernel.terminate', [=> function () {
  1750.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1751.         }, => 'onKernelTerminate'], -1024);
  1752.         $instance->addListener('kernel.controller', [=> function () {
  1753.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1754.         }, => 'onKernelController'], 0);
  1755.         $instance->addListener('kernel.response', [=> function () {
  1756.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1757.         }, => 'onKernelResponse'], 0);
  1758.         $instance->addListener('kernel.response', [=> function () {
  1759.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1760.         }, => 'onKernelResponse'], 0);
  1761.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1762.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1763.         }, => 'checkPassport'], 0);
  1764.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1765.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1766.         }, => 'onLoginSuccess'], 0);
  1767.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1768.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1769.         }, => 'onVoterVote'], 0);
  1770.         $instance->addListener('kernel.request', [=> function () {
  1771.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1772.         }, => 'configureLogoutUrlGenerator'], 8);
  1773.         $instance->addListener('kernel.request', [=> function () {
  1774.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1775.         }, => 'onKernelRequest'], 8);
  1776.         $instance->addListener('kernel.finish_request', [=> function () {
  1777.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1778.         }, => 'onKernelFinishRequest'], 0);
  1779.         $instance->addListener('kernel.controller', [=> function () {
  1780.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1781.         }, => 'onKernelController'], 0);
  1782.         $instance->addListener('kernel.controller', [=> function () {
  1783.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1784.         }, => 'onKernelController'], 0);
  1785.         $instance->addListener('kernel.controller', [=> function () {
  1786.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1787.         }, => 'onKernelController'], -128);
  1788.         $instance->addListener('kernel.view', [=> function () {
  1789.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1790.         }, => 'onKernelView'], 0);
  1791.         $instance->addListener('kernel.controller', [=> function () {
  1792.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1793.         }, => 'onKernelController'], 0);
  1794.         $instance->addListener('kernel.response', [=> function () {
  1795.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1796.         }, => 'onKernelResponse'], 0);
  1797.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1798.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1799.         }, => 'onKernelControllerArguments'], 0);
  1800.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1801.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1802.         }, => 'onKernelControllerArguments'], 0);
  1803.         $instance->addListener('console.command', [=> function () {
  1804.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1805.         }, => 'onCommand'], 255);
  1806.         $instance->addListener('console.terminate', [=> function () {
  1807.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1808.         }, => 'onTerminate'], -255);
  1809.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1810.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1811.         }, => 'onMessage'], 0);
  1812.         $instance->addListener('console.command', [=> function () {
  1813.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1814.         }, => 'configure'], 1024);
  1815.         $instance->addListener('kernel.response', [=> function () {
  1816.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1817.         }, => 'onKernelResponse'], -128);
  1818.         $instance->addListener('console.error', [=> function () {
  1819.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1820.         }, => 'onConsoleError'], 0);
  1821.         $instance->addListener('console.terminate', [=> function () {
  1822.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1823.         }, => 'onConsoleTerminate'], 0);
  1824.         $instance->addListener('knp_pager.before', [=> function () {
  1825.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1826.         }, => 'before'], 0);
  1827.         $instance->addListener('knp_pager.pagination', [=> function () {
  1828.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1829.         }, => 'pagination'], 0);
  1830.         $instance->addListener('knp_pager.before', [=> function () {
  1831.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1832.         }, => 'before'], 1);
  1833.         $instance->addListener('knp_pager.before', [=> function () {
  1834.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1835.         }, => 'before'], 1);
  1836.         $instance->addListener('knp_pager.pagination', [=> function () {
  1837.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1838.         }, => 'pagination'], 1);
  1839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1840.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1841.         }, => 'checkPassport'], 512);
  1842.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1843.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1844.         }, => 'onLogout'], 0);
  1845.         return $instance;
  1846.     }
  1847.     /**
  1848.      * Gets the public 'http_kernel' shared service.
  1849.      *
  1850.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1851.      */
  1852.     protected function getHttpKernelService()
  1853.     {
  1854.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1855.         if (isset($this->services['http_kernel'])) {
  1856.             return $this->services['http_kernel'];
  1857.         }
  1858.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1859.         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 () {
  1860.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1861.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1862.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1863.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1864.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1865.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1866.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1867.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1868.         }, 8)), $b));
  1869.     }
  1870.     /**
  1871.      * Gets the public 'request_stack' shared service.
  1872.      *
  1873.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1874.      */
  1875.     protected function getRequestStackService()
  1876.     {
  1877.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1878.     }
  1879.     /**
  1880.      * Gets the public 'router' shared service.
  1881.      *
  1882.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1883.      */
  1884.     protected function getRouterService()
  1885.     {
  1886.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1887.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1888.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1889.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1890.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1891.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1892.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1893.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1894.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1895.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1896.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1897.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1898.         ], [
  1899.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1900.         ]))->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'));
  1901.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1902.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1903.         return $instance;
  1904.     }
  1905.     /**
  1906.      * Gets the public 'translator' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1909.      */
  1910.     protected function getTranslatorService()
  1911.     {
  1912.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1913.     }
  1914.     /**
  1915.      * Gets the public 'var_dumper.cloner' shared service.
  1916.      *
  1917.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1918.      */
  1919.     protected function getVarDumper_ClonerService()
  1920.     {
  1921.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1922.         $instance->setMaxItems(2500);
  1923.         $instance->setMinDepth(1);
  1924.         $instance->setMaxString(-1);
  1925.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1926.         return $instance;
  1927.     }
  1928.     /**
  1929.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  1930.      *
  1931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1932.      */
  1933.     protected function get_ServiceLocator_HDnBBSZService()
  1934.     {
  1935.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1936.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1937.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  1938.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1939.         ], [
  1940.             'security.firewall.map.context.admin' => '?',
  1941.             'security.firewall.map.context.customer' => '?',
  1942.             'security.firewall.map.context.dev' => '?',
  1943.         ]);
  1944.     }
  1945.     /**
  1946.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  1947.      *
  1948.      * @return \Eccube\DataCollector\EccubeDataCollector
  1949.      */
  1950.     protected function getEccubeDataCollectorService()
  1951.     {
  1952.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  1956.      *
  1957.      * @return \Eccube\EventListener\IpAddrListener
  1958.      */
  1959.     protected function getIpAddrListenerService()
  1960.     {
  1961.         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()));
  1962.     }
  1963.     /**
  1964.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  1965.      *
  1966.      * @return \Eccube\EventListener\LogListener
  1967.      */
  1968.     protected function getLogListenerService()
  1969.     {
  1970.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1971.     }
  1972.     /**
  1973.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  1974.      *
  1975.      * @return \Eccube\EventListener\MaintenanceListener
  1976.      */
  1977.     protected function getMaintenanceListenerService()
  1978.     {
  1979.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1980.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  1981.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  1982.         }
  1983.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  1984.     }
  1985.     /**
  1986.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  1987.      *
  1988.      * @return \Eccube\EventListener\MobileTemplatePathListener
  1989.      */
  1990.     protected function getMobileTemplatePathListenerService()
  1991.     {
  1992.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1993.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  1994.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  1995.         }
  1996.         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))));
  1997.     }
  1998.     /**
  1999.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2000.      *
  2001.      * @return \Eccube\EventListener\RateLimiterListener
  2002.      */
  2003.     protected function getRateLimiterListenerService()
  2004.     {
  2005.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2006.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2007.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2008.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2009.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2010.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2011.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2012.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2013.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2014.         ], [
  2015.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2016.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2017.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2018.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2019.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2020.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2021.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2022.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2023.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2024.     }
  2025.     /**
  2026.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2027.      *
  2028.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2029.      */
  2030.     protected function getRestrictFileUploadListenerService()
  2031.     {
  2032.         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()));
  2033.     }
  2034.     /**
  2035.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2036.      *
  2037.      * @return \Eccube\EventListener\TransactionListener
  2038.      */
  2039.     protected function getTransactionListenerService()
  2040.     {
  2041.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2042.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2043.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2044.         }
  2045.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2046.     }
  2047.     /**
  2048.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2049.      *
  2050.      * @return \Eccube\EventListener\TwigInitializeListener
  2051.      */
  2052.     protected function getTwigInitializeListenerService()
  2053.     {
  2054.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2055.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2056.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2057.         }
  2058.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2059.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2060.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2061.         }
  2062.         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()), $b);
  2063.     }
  2064.     /**
  2065.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2066.      *
  2067.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2068.      */
  2069.     protected function getTwoFactorAuthListenerService()
  2070.     {
  2071.         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()));
  2072.     }
  2073.     /**
  2074.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2075.      *
  2076.      * @return \Eccube\Log\Processor\SessionProcessor
  2077.      */
  2078.     protected function getSessionProcessorService()
  2079.     {
  2080.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2081.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2082.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2083.         }
  2084.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2085.     }
  2086.     /**
  2087.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2088.      *
  2089.      * @return \Eccube\Log\Processor\TokenProcessor
  2090.      */
  2091.     protected function getTokenProcessorService()
  2092.     {
  2093.         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()));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2097.      *
  2098.      * @return \Eccube\Repository\AuthorityRoleRepository
  2099.      */
  2100.     protected function getAuthorityRoleRepositoryService()
  2101.     {
  2102.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2106.      *
  2107.      * @return \Eccube\Repository\BaseInfoRepository
  2108.      */
  2109.     protected function getBaseInfoRepositoryService()
  2110.     {
  2111.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2112.     }
  2113.     /**
  2114.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2115.      *
  2116.      * @return \Eccube\Repository\BlockPositionRepository
  2117.      */
  2118.     protected function getBlockPositionRepositoryService()
  2119.     {
  2120.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2121.     }
  2122.     /**
  2123.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2124.      *
  2125.      * @return \Eccube\Repository\BlockRepository
  2126.      */
  2127.     protected function getBlockRepositoryService()
  2128.     {
  2129.         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))));
  2130.     }
  2131.     /**
  2132.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2133.      *
  2134.      * @return \Eccube\Repository\CartRepository
  2135.      */
  2136.     protected function getCartRepositoryService()
  2137.     {
  2138.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2139.     }
  2140.     /**
  2141.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2142.      *
  2143.      * @return \Eccube\Repository\LayoutRepository
  2144.      */
  2145.     protected function getLayoutRepositoryService()
  2146.     {
  2147.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2148.     }
  2149.     /**
  2150.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2151.      *
  2152.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2153.      */
  2154.     protected function getDeviceTypeRepositoryService()
  2155.     {
  2156.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2157.     }
  2158.     /**
  2159.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2160.      *
  2161.      * @return \Eccube\Repository\OrderRepository
  2162.      */
  2163.     protected function getOrderRepositoryService()
  2164.     {
  2165.         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())));
  2166.     }
  2167.     /**
  2168.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2169.      *
  2170.      * @return \Eccube\Repository\PageLayoutRepository
  2171.      */
  2172.     protected function getPageLayoutRepositoryService()
  2173.     {
  2174.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2175.     }
  2176.     /**
  2177.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2178.      *
  2179.      * @return \Eccube\Repository\PageRepository
  2180.      */
  2181.     protected function getPageRepositoryService()
  2182.     {
  2183.         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);
  2184.     }
  2185.     /**
  2186.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2187.      *
  2188.      * @return \Eccube\Repository\ProductClassRepository
  2189.      */
  2190.     protected function getProductClassRepositoryService()
  2191.     {
  2192.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2193.     }
  2194.     /**
  2195.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2196.      *
  2197.      * @return \Eccube\Repository\ProductRepository
  2198.      */
  2199.     protected function getProductRepositoryService()
  2200.     {
  2201.         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))));
  2202.     }
  2203.     /**
  2204.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2205.      *
  2206.      * @return \Eccube\Repository\TaxRuleRepository
  2207.      */
  2208.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2209.     {
  2210.         if ($lazyLoad) {
  2211.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2212.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2213.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2214.                     $proxy->setProxyInitializer(null);
  2215.                     return true;
  2216.                 });
  2217.             });
  2218.         }
  2219.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2220.         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))));
  2221.     }
  2222.     /**
  2223.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2224.      *
  2225.      * @return \Eccube\Request\Context
  2226.      */
  2227.     protected function getContextService()
  2228.     {
  2229.         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()));
  2230.     }
  2231.     /**
  2232.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2233.      *
  2234.      * @return \Eccube\Service\CartService
  2235.      */
  2236.     protected function getCartServiceService($lazyLoad true)
  2237.     {
  2238.         if ($lazyLoad) {
  2239.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2240.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2241.                     $wrappedInstance $this->getCartServiceService(false);
  2242.                     $proxy->setProxyInitializer(null);
  2243.                     return true;
  2244.                 });
  2245.             });
  2246.         }
  2247.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2248.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2249.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2250.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2251.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2252.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), new \Eccube\Service\Cart\ProductClassComparator(), new \Eccube\Service\Cart\SaleTypeCartAllocator(), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2253.     }
  2254.     /**
  2255.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2256.      *
  2257.      * @return \Eccube\Service\TwoFactorAuthService
  2258.      */
  2259.     protected function getTwoFactorAuthServiceService()
  2260.     {
  2261.         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())));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2265.      *
  2266.      * @return \Eccube\Twig\Extension\EccubeExtension
  2267.      */
  2268.     protected function getEccubeExtensionService()
  2269.     {
  2270.         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()));
  2271.     }
  2272.     /**
  2273.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2274.      *
  2275.      * @return \Eccube\Twig\Extension\TaxExtension
  2276.      */
  2277.     protected function getTaxExtensionService()
  2278.     {
  2279.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2280.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2281.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2282.         }
  2283.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2284.     }
  2285.     /**
  2286.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2287.      *
  2288.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2289.      */
  2290.     protected function getAddRegularNavService()
  2291.     {
  2292.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2293.         if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  2294.             return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  2295.         }
  2296.         return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService()), $a);
  2297.     }
  2298.     /**
  2299.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2300.      *
  2301.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2302.      */
  2303.     protected function getConfigRepositoryService()
  2304.     {
  2305.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2309.      *
  2310.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2311.      */
  2312.     protected function getWebProcessorService()
  2313.     {
  2314.         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']);
  2315.     }
  2316.     /**
  2317.      * Gets the private 'annotations.cache_adapter' shared service.
  2318.      *
  2319.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2320.      */
  2321.     protected function getAnnotations_CacheAdapterService()
  2322.     {
  2323.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'annotations.cached_reader' shared service.
  2327.      *
  2328.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2329.      */
  2330.     protected function getAnnotations_CachedReaderService()
  2331.     {
  2332.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2333.     }
  2334.     /**
  2335.      * Gets the private 'annotations.reader' shared service.
  2336.      *
  2337.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2338.      */
  2339.     protected function getAnnotations_ReaderService()
  2340.     {
  2341.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2342.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2343.         $a->registerUniqueLoader('class_exists');
  2344.         $instance->addGlobalIgnoredName('required'$a);
  2345.         return $instance;
  2346.     }
  2347.     /**
  2348.      * Gets the private 'assets.context' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2351.      */
  2352.     protected function getAssets_ContextService()
  2353.     {
  2354.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2355.         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());
  2356.     }
  2357.     /**
  2358.      * Gets the private 'cache.annotations' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2361.      */
  2362.     protected function getCache_AnnotationsService()
  2363.     {
  2364.         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())));
  2365.     }
  2366.     /**
  2367.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2368.      *
  2369.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2370.      */
  2371.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2372.     {
  2373.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2374.     }
  2375.     /**
  2376.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2377.      *
  2378.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2379.      */
  2380.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2381.     {
  2382.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2383.     }
  2384.     /**
  2385.      * Gets the private 'cache.property_info' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2388.      */
  2389.     protected function getCache_PropertyInfoService()
  2390.     {
  2391.         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())));
  2392.     }
  2393.     /**
  2394.      * Gets the private 'cache.security_expression_language' shared service.
  2395.      *
  2396.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2397.      */
  2398.     protected function getCache_SecurityExpressionLanguageService()
  2399.     {
  2400.         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())));
  2401.     }
  2402.     /**
  2403.      * Gets the private 'cache.security_token_verifier' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2406.      */
  2407.     protected function getCache_SecurityTokenVerifierService()
  2408.     {
  2409.         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())));
  2410.     }
  2411.     /**
  2412.      * Gets the private 'cache.serializer' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2415.      */
  2416.     protected function getCache_SerializerService()
  2417.     {
  2418.         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())));
  2419.     }
  2420.     /**
  2421.      * Gets the private 'cache.validator' shared service.
  2422.      *
  2423.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2424.      */
  2425.     protected function getCache_ValidatorService()
  2426.     {
  2427.         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())));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'config_cache_factory' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2433.      */
  2434.     protected function getConfigCacheFactoryService()
  2435.     {
  2436.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2437.             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)));
  2438.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2439.         }, 2));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'data_collector.form' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2445.      */
  2446.     protected function getDataCollector_FormService()
  2447.     {
  2448.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2449.     }
  2450.     /**
  2451.      * Gets the private 'data_collector.request' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2454.      */
  2455.     protected function getDataCollector_RequestService()
  2456.     {
  2457.         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())));
  2458.     }
  2459.     /**
  2460.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2463.      */
  2464.     protected function getDebug_DebugHandlersListenerService()
  2465.     {
  2466.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2467.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2468.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2469.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2470.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2471.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2472.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2473.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2474.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2475.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2476.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2477.     }
  2478.     /**
  2479.      * Gets the private 'debug.file_link_formatter' shared service.
  2480.      *
  2481.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2482.      */
  2483.     protected function getDebug_FileLinkFormatterService()
  2484.     {
  2485.         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 () {
  2486.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2487.         });
  2488.     }
  2489.     /**
  2490.      * Gets the private 'debug.log_processor' shared service.
  2491.      *
  2492.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2493.      */
  2494.     protected function getDebug_LogProcessorService()
  2495.     {
  2496.         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())));
  2497.     }
  2498.     /**
  2499.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2502.      */
  2503.     protected function getDebug_Security_Access_DecisionManagerService()
  2504.     {
  2505.         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 () {
  2506.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2507.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2508.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2509.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2510.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2511.     }
  2512.     /**
  2513.      * Gets the private 'debug.security.firewall' shared service.
  2514.      *
  2515.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2516.      */
  2517.     protected function getDebug_Security_FirewallService()
  2518.     {
  2519.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2520.         if (isset($this->privates['debug.security.firewall'])) {
  2521.             return $this->privates['debug.security.firewall'];
  2522.         }
  2523.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2524.         if (isset($this->privates['debug.security.firewall'])) {
  2525.             return $this->privates['debug.security.firewall'];
  2526.         }
  2527.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2528.     }
  2529.     /**
  2530.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2531.      *
  2532.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2533.      */
  2534.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2535.     {
  2536.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2537.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  2538.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  2539.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  2540.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2541.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2542.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2543.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2544.         ], [
  2545.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  2546.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  2547.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  2548.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2549.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2550.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2551.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2552.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2553.     }
  2554.     /**
  2555.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2556.      *
  2557.      * @return \Doctrine\Migrations\DependencyFactory
  2558.      */
  2559.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2560.     {
  2561.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2562.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2563.         $a->setAllOrNothing(false);
  2564.         $a->setCheckDatabasePlatform(true);
  2565.         $a->setTransactional(true);
  2566.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2567.         $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()));
  2568.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2569.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2570.         });
  2571.         return $instance;
  2572.     }
  2573.     /**
  2574.      * Gets the private 'eccube.collector.core' shared autowired service.
  2575.      *
  2576.      * @return \Eccube\DataCollector\EccubeDataCollector
  2577.      */
  2578.     protected function getEccube_Collector_CoreService()
  2579.     {
  2580.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2581.     }
  2582.     /**
  2583.      * Gets the private 'esi_listener' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2586.      */
  2587.     protected function getEsiListenerService()
  2588.     {
  2589.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2590.     }
  2591.     /**
  2592.      * Gets the private 'exception_listener' shared service.
  2593.      *
  2594.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2595.      */
  2596.     protected function getExceptionListenerService()
  2597.     {
  2598.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2599.     }
  2600.     /**
  2601.      * Gets the private 'fragment.listener' shared service.
  2602.      *
  2603.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2604.      */
  2605.     protected function getFragment_ListenerService()
  2606.     {
  2607.         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');
  2608.     }
  2609.     /**
  2610.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2611.      *
  2612.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2613.      */
  2614.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2615.     {
  2616.         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())));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2620.      *
  2621.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2622.      */
  2623.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2624.     {
  2625.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2626.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2627.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2628.         }
  2629.         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);
  2630.     }
  2631.     /**
  2632.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2633.      *
  2634.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2635.      */
  2636.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2637.     {
  2638.         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]);
  2639.     }
  2640.     /**
  2641.      * Gets the private 'locale_aware_listener' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2644.      */
  2645.     protected function getLocaleAwareListenerService()
  2646.     {
  2647.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2648.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2649.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2650.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2651.     }
  2652.     /**
  2653.      * Gets the private 'locale_listener' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2656.      */
  2657.     protected function getLocaleListenerService()
  2658.     {
  2659.         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, []);
  2660.     }
  2661.     /**
  2662.      * Gets the private 'monolog.handler.buffered' shared service.
  2663.      *
  2664.      * @return \Monolog\Handler\BufferHandler
  2665.      */
  2666.     protected function getMonolog_Handler_BufferedService()
  2667.     {
  2668.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0'debug'truefalse);
  2669.     }
  2670.     /**
  2671.      * Gets the private 'monolog.handler.console' shared service.
  2672.      *
  2673.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2674.      */
  2675.     protected function getMonolog_Handler_ConsoleService()
  2676.     {
  2677.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2678.     }
  2679.     /**
  2680.      * Gets the private 'monolog.logger' shared service.
  2681.      *
  2682.      * @return \Symfony\Bridge\Monolog\Logger
  2683.      */
  2684.     protected function getMonolog_LoggerService()
  2685.     {
  2686.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2687.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2688.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2689.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2690.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2691.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2692.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2693.         $instance->useMicrosecondTimestamps(true);
  2694.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2695.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2696.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2697.         return $instance;
  2698.     }
  2699.     /**
  2700.      * Gets the private 'monolog.logger.cache' shared service.
  2701.      *
  2702.      * @return \Symfony\Bridge\Monolog\Logger
  2703.      */
  2704.     protected function getMonolog_Logger_CacheService()
  2705.     {
  2706.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2707.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2708.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2709.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2710.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2711.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2712.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2713.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2714.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2715.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2716.         return $instance;
  2717.     }
  2718.     /**
  2719.      * Gets the private 'monolog.logger.request' shared service.
  2720.      *
  2721.      * @return \Symfony\Bridge\Monolog\Logger
  2722.      */
  2723.     protected function getMonolog_Logger_RequestService()
  2724.     {
  2725.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2726.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2727.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2728.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2729.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2730.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2731.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2732.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2733.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2734.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2735.         return $instance;
  2736.     }
  2737.     /**
  2738.      * Gets the private 'monolog.logger.security' shared service.
  2739.      *
  2740.      * @return \Symfony\Bridge\Monolog\Logger
  2741.      */
  2742.     protected function getMonolog_Logger_SecurityService()
  2743.     {
  2744.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2745.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2746.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2747.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2748.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2749.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2750.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2751.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2752.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2753.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the private 'parameter_bag' shared service.
  2758.      *
  2759.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2760.      */
  2761.     protected function getParameterBagService()
  2762.     {
  2763.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2764.     }
  2765.     /**
  2766.      * Gets the private 'profiler_listener' shared service.
  2767.      *
  2768.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2769.      */
  2770.     protected function getProfilerListenerService()
  2771.     {
  2772.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2773.         if (isset($this->privates['profiler_listener'])) {
  2774.             return $this->privates['profiler_listener'];
  2775.         }
  2776.         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);
  2777.     }
  2778.     /**
  2779.      * Gets the private 'property_info' shared service.
  2780.      *
  2781.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2782.      */
  2783.     protected function getPropertyInfoService()
  2784.     {
  2785.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2786.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2787.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2788.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2789.         }, 3), new RewindableGenerator(function () {
  2790.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2791.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2792.         }, 2), new RewindableGenerator(function () {
  2793.             return new \EmptyIterator();
  2794.         }, 0), new RewindableGenerator(function () {
  2795.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2796.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2797.         }, 2), new RewindableGenerator(function () {
  2798.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2799.         }, 1));
  2800.     }
  2801.     /**
  2802.      * Gets the private 'rate_limiter.cache' shared service.
  2803.      *
  2804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2805.      */
  2806.     protected function getRateLimiter_CacheService()
  2807.     {
  2808.         $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))));
  2809.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2810.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2811.     }
  2812.     /**
  2813.      * Gets the private 'router.expression_language_provider' shared service.
  2814.      *
  2815.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2816.      */
  2817.     protected function getRouter_ExpressionLanguageProviderService()
  2818.     {
  2819.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2820.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2821.         ], [
  2822.             'env' => 'Closure',
  2823.         ]));
  2824.     }
  2825.     /**
  2826.      * Gets the private 'router.request_context' shared service.
  2827.      *
  2828.      * @return \Symfony\Component\Routing\RequestContext
  2829.      */
  2830.     protected function getRouter_RequestContextService()
  2831.     {
  2832.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2833.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2834.         return $instance;
  2835.     }
  2836.     /**
  2837.      * Gets the private 'router_listener' shared service.
  2838.      *
  2839.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2840.      */
  2841.     protected function getRouterListenerService()
  2842.     {
  2843.         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);
  2844.     }
  2845.     /**
  2846.      * Gets the private 'security.context_listener.0' shared service.
  2847.      *
  2848.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2849.      */
  2850.     protected function getSecurity_ContextListener_0Service()
  2851.     {
  2852.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2853.         if (isset($this->privates['security.context_listener.0'])) {
  2854.             return $this->privates['security.context_listener.0'];
  2855.         }
  2856.         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 () {
  2857.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2858.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2859.         }, 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']);
  2860.     }
  2861.     /**
  2862.      * Gets the private 'security.context_listener.1' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2865.      */
  2866.     protected function getSecurity_ContextListener_1Service()
  2867.     {
  2868.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  2869.         if (isset($this->privates['security.context_listener.1'])) {
  2870.             return $this->privates['security.context_listener.1'];
  2871.         }
  2872.         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 () {
  2873.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2874.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2875.         }, 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']);
  2876.     }
  2877.     /**
  2878.      * Gets the private 'security.csrf.token_storage' shared service.
  2879.      *
  2880.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2881.      */
  2882.     protected function getSecurity_Csrf_TokenStorageService()
  2883.     {
  2884.         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())));
  2885.     }
  2886.     /**
  2887.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2888.      *
  2889.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2890.      */
  2891.     protected function getSecurity_EventDispatcher_AdminService()
  2892.     {
  2893.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2894.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2895.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2896.         }, => 'checkPassport'], 2048);
  2897.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2898.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2899.         }, => 'onSuccessfulLogin'], 0);
  2900.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2901.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2902.         }, => 'onLogout'], 0);
  2903.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2904.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2905.         }, => 'onLogout'], 0);
  2906.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2907.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2908.         }, => 'checkPassport'], 2080);
  2909.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2910.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2911.         }, => 'onSuccessfulLogin'], 0);
  2912.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2913.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2914.         }, => 'preCheckCredentials'], 256);
  2915.         $instance->addListener('security.authentication.success', [=> function () {
  2916.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2917.         }, => 'postCheckCredentials'], 256);
  2918.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2919.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2920.         }, => 'checkPassport'], 1024);
  2921.         $instance->addListener('security.interactive_login', [=> function () {
  2922.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2923.         }, => 'onInteractiveLogin'], 0);
  2924.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2925.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2926.         }, => 'onAuthenticationFailure'], 0);
  2927.         $instance->addListener('security.interactive_login', [=> function () {
  2928.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2929.         }, => 'onInteractiveLogin'], 0);
  2930.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2931.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2932.         }, => 'checkPassport'], 0);
  2933.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2934.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2935.         }, => 'onLoginSuccess'], 0);
  2936.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2937.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2938.         }, => 'checkPassport'], 512);
  2939.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2940.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2941.         }, => 'onLogout'], 0);
  2942.         return $instance;
  2943.     }
  2944.     /**
  2945.      * Gets the private 'security.event_dispatcher.customer' shared service.
  2946.      *
  2947.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2948.      */
  2949.     protected function getSecurity_EventDispatcher_CustomerService()
  2950.     {
  2951.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2952.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2953.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  2954.         }, => 'checkPassport'], 2048);
  2955.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2956.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  2957.         }, => 'onSuccessfulLogin'], 0);
  2958.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2959.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  2960.         }, => 'onLogout'], 64);
  2961.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2962.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2963.         }, => 'onLogout'], 0);
  2964.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2965.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  2966.         }, => 'checkPassport'], 2080);
  2967.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2968.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  2969.         }, => 'onSuccessfulLogin'], 0);
  2970.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2971.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  2972.         }, => 'onSuccessfulLogin'], -32);
  2973.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2974.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2975.         }, => 'onSuccessfulLogin'], -64);
  2976.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2977.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2978.         }, => 'clearCookie'], 0);
  2979.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2980.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2981.         }, => 'clearCookie'], 0);
  2982.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2983.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2984.         }, => 'clearCookie'], 0);
  2985.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2986.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  2987.         }, => 'preCheckCredentials'], 256);
  2988.         $instance->addListener('security.authentication.success', [=> function () {
  2989.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  2990.         }, => 'postCheckCredentials'], 256);
  2991.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2992.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2993.         }, => 'checkPassport'], 1024);
  2994.         $instance->addListener('security.interactive_login', [=> function () {
  2995.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2996.         }, => 'onInteractiveLogin'], 0);
  2997.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2998.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2999.         }, => 'onAuthenticationFailure'], 0);
  3000.         $instance->addListener('security.interactive_login', [=> function () {
  3001.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3002.         }, => 'onInteractiveLogin'], 0);
  3003.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3004.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3005.         }, => 'checkPassport'], 0);
  3006.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3007.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3008.         }, => 'onLoginSuccess'], 0);
  3009.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3010.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3011.         }, => 'checkPassport'], 512);
  3012.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3013.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3014.         }, => 'onLogout'], 0);
  3015.         return $instance;
  3016.     }
  3017.     /**
  3018.      * Gets the private 'security.firewall.map' shared service.
  3019.      *
  3020.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3021.      */
  3022.     protected function getSecurity_Firewall_MapService()
  3023.     {
  3024.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3025.         if (isset($this->privates['security.firewall.map'])) {
  3026.             return $this->privates['security.firewall.map'];
  3027.         }
  3028.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3029.             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)/')));
  3030.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.BHspKWS'] ?? ($this->privates['.security.request_matcher.BHspKWS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3031.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3032.         }, 3));
  3033.     }
  3034.     /**
  3035.      * Gets the private 'security.logout_url_generator' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3038.      */
  3039.     protected function getSecurity_LogoutUrlGeneratorService()
  3040.     {
  3041.         $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()));
  3042.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3043.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3048.      *
  3049.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3050.      */
  3051.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3052.     {
  3053.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3054.     }
  3055.     /**
  3056.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3057.      *
  3058.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3059.      */
  3060.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3061.     {
  3062.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3063.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3064.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3065.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3066.     }
  3067.     /**
  3068.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3069.      *
  3070.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3071.      */
  3072.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3073.     {
  3074.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3075.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3076.             return $this->privates['sensio_framework_extra.security.listener'];
  3077.         }
  3078.         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()));
  3079.     }
  3080.     /**
  3081.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3082.      *
  3083.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3084.      */
  3085.     protected function getSensioFrameworkExtra_View_ListenerService()
  3086.     {
  3087.         $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))));
  3088.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3089.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3090.         ], [
  3091.             'twig' => '?',
  3092.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3093.         return $instance;
  3094.     }
  3095.     /**
  3096.      * Gets the private 'session.factory' shared service.
  3097.      *
  3098.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3099.      */
  3100.     protected function getSession_FactoryService()
  3101.     {
  3102.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3103.         if (isset($this->privates['session.factory'])) {
  3104.             return $this->privates['session.factory'];
  3105.         }
  3106.         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']);
  3107.     }
  3108.     /**
  3109.      * Gets the private 'session_listener' shared service.
  3110.      *
  3111.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3112.      */
  3113.     protected function getSessionListenerService()
  3114.     {
  3115.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3116.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3117.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3118.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3119.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3120.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3121.         ], [
  3122.             'initialized_session' => '?',
  3123.             'logger' => '?',
  3124.             'session' => '?',
  3125.             'session_collector' => '?',
  3126.             'session_factory' => '?',
  3127.         ]), true$this->getParameter('session.storage.options'));
  3128.     }
  3129.     /**
  3130.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3131.      *
  3132.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3133.      */
  3134.     protected function getStateMachine_Order_MetadataStoreService()
  3135.     {
  3136.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3137.     }
  3138.     /**
  3139.      * Gets the private 'translator.default' shared service.
  3140.      *
  3141.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3142.      */
  3143.     protected function getTranslator_DefaultService()
  3144.     {
  3145.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3146.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3147.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3148.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3149.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3150.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3151.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3152.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3153.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3154.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3155.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3156.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3157.         ], [
  3158.             'translation.loader.csv' => '?',
  3159.             'translation.loader.dat' => '?',
  3160.             'translation.loader.ini' => '?',
  3161.             'translation.loader.json' => '?',
  3162.             'translation.loader.mo' => '?',
  3163.             'translation.loader.php' => '?',
  3164.             'translation.loader.po' => '?',
  3165.             'translation.loader.qt' => '?',
  3166.             'translation.loader.res' => '?',
  3167.             'translation.loader.xliff' => '?',
  3168.             'translation.loader.yml' => '?',
  3169.         ]), 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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), => (\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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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/EccubePaymentLite42/Resource/locale'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Eccube/translations'), 21 => (\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/EccubePaymentLite42/Resource/locale'=> 'src/Eccube/Resource/locale/'=> 'app/Customize/Resource/locale/'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/twig-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/exercise/htmlpurifier-bundle/src/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'vendor/twig/extra-bundle/translations'20 => 'src/Eccube/translations'21 => 'translations']]], []);
  3170.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3171.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3172.         return $instance;
  3173.     }
  3174.     /**
  3175.      * Gets the private 'validator.builder' shared service.
  3176.      *
  3177.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3178.      */
  3179.     protected function getValidator_BuilderService()
  3180.     {
  3181.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3182.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3183.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3184.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3185.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3186.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3187.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3188.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3189.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3190.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3191.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3192.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3193.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3194.         ], [
  3195.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3196.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3197.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3198.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3199.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3200.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3201.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3202.             'doctrine.orm.validator.unique' => '?',
  3203.             'security.validator.user_password' => '?',
  3204.             'validator.expression' => '?',
  3205.         ])));
  3206.         if ($this->has('translator')) {
  3207.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3208.         }
  3209.         $instance->setTranslationDomain('validators');
  3210.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3211.         $instance->enableAnnotationMapping(true);
  3212.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3213.         $instance->addMethodMapping('loadValidatorMetadata');
  3214.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3215.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3216.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3217.         return $instance;
  3218.     }
  3219.     /**
  3220.      * Gets the private 'var_dumper.html_dumper' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3223.      */
  3224.     protected function getVarDumper_HtmlDumperService()
  3225.     {
  3226.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3227.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the private 'web_profiler.csp.handler' shared service.
  3232.      *
  3233.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3234.      */
  3235.     protected function getWebProfiler_Csp_HandlerService()
  3236.     {
  3237.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3238.     }
  3239.     /**
  3240.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3241.      *
  3242.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3243.      */
  3244.     protected function getWebProfiler_DebugToolbarService()
  3245.     {
  3246.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3247.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3248.             return $this->privates['web_profiler.debug_toolbar'];
  3249.         }
  3250.         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()));
  3251.     }
  3252.     /**
  3253.      * Gets the public 'cache_clearer' alias.
  3254.      *
  3255.      * @return object The ".container.private.cache_clearer" service.
  3256.      */
  3257.     protected function getCacheClearerService()
  3258.     {
  3259.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3260.         return $this->get('.container.private.cache_clearer');
  3261.     }
  3262.     /**
  3263.      * Gets the public 'filesystem' alias.
  3264.      *
  3265.      * @return object The ".container.private.filesystem" service.
  3266.      */
  3267.     protected function getFilesystemService()
  3268.     {
  3269.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3270.         return $this->get('.container.private.filesystem');
  3271.     }
  3272.     /**
  3273.      * Gets the public 'state_machine.order' alias.
  3274.      *
  3275.      * @return object The ".container.private.state_machine.order" service.
  3276.      */
  3277.     protected function getStateMachine_OrderService()
  3278.     {
  3279.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3280.         return $this->get('.container.private.state_machine.order');
  3281.     }
  3282.     /**
  3283.      * Gets the public 'serializer' alias.
  3284.      *
  3285.      * @return object The ".container.private.serializer" service.
  3286.      */
  3287.     protected function getSerializerService()
  3288.     {
  3289.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3290.         return $this->get('.container.private.serializer');
  3291.     }
  3292.     /**
  3293.      * Gets the public 'security.csrf.token_manager' alias.
  3294.      *
  3295.      * @return object The ".container.private.security.csrf.token_manager" service.
  3296.      */
  3297.     protected function getSecurity_Csrf_TokenManagerService()
  3298.     {
  3299.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3300.         return $this->get('.container.private.security.csrf.token_manager');
  3301.     }
  3302.     /**
  3303.      * Gets the public 'form.factory' alias.
  3304.      *
  3305.      * @return object The ".container.private.form.factory" service.
  3306.      */
  3307.     protected function getForm_FactoryService()
  3308.     {
  3309.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3310.         return $this->get('.container.private.form.factory');
  3311.     }
  3312.     /**
  3313.      * Gets the public 'form.type.file' alias.
  3314.      *
  3315.      * @return object The ".container.private.form.type.file" service.
  3316.      */
  3317.     protected function getForm_Type_FileService()
  3318.     {
  3319.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3320.         return $this->get('.container.private.form.type.file');
  3321.     }
  3322.     /**
  3323.      * Gets the public 'profiler' alias.
  3324.      *
  3325.      * @return object The ".container.private.profiler" service.
  3326.      */
  3327.     protected function getProfilerService()
  3328.     {
  3329.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3330.         return $this->get('.container.private.profiler');
  3331.     }
  3332.     /**
  3333.      * Gets the public 'security.authorization_checker' alias.
  3334.      *
  3335.      * @return object The ".container.private.security.authorization_checker" service.
  3336.      */
  3337.     protected function getSecurity_AuthorizationCheckerService()
  3338.     {
  3339.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3340.         return $this->get('.container.private.security.authorization_checker');
  3341.     }
  3342.     /**
  3343.      * Gets the public 'security.token_storage' alias.
  3344.      *
  3345.      * @return object The ".container.private.security.token_storage" service.
  3346.      */
  3347.     protected function getSecurity_TokenStorageService()
  3348.     {
  3349.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3350.         return $this->get('.container.private.security.token_storage');
  3351.     }
  3352.     /**
  3353.      * Gets the public 'twig' alias.
  3354.      *
  3355.      * @return object The ".container.private.twig" service.
  3356.      */
  3357.     protected function getTwigService()
  3358.     {
  3359.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3360.         return $this->get('.container.private.twig');
  3361.     }
  3362.     /**
  3363.      * Gets the public 'security.password_encoder' alias.
  3364.      *
  3365.      * @return object The ".container.private.security.password_encoder" service.
  3366.      */
  3367.     protected function getSecurity_PasswordEncoderService()
  3368.     {
  3369.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3370.         return $this->get('.container.private.security.password_encoder');
  3371.     }
  3372.     /**
  3373.      * Gets the public 'session' alias.
  3374.      *
  3375.      * @return object The ".container.private.session" service.
  3376.      */
  3377.     protected function getSessionService()
  3378.     {
  3379.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3380.         return $this->get('.container.private.session');
  3381.     }
  3382.     /**
  3383.      * Gets the public 'validator' alias.
  3384.      *
  3385.      * @return object The ".container.private.validator" service.
  3386.      */
  3387.     protected function getValidatorService()
  3388.     {
  3389.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3390.         return $this->get('.container.private.validator');
  3391.     }
  3392.     /**
  3393.      * @return array|bool|float|int|string|\UnitEnum|null
  3394.      */
  3395.     public function getParameter(string $name)
  3396.     {
  3397.         if (isset($this->buildParameters[$name])) {
  3398.             return $this->buildParameters[$name];
  3399.         }
  3400.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3401.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3402.         }
  3403.         if (isset($this->loadedDynamicParameters[$name])) {
  3404.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3405.         }
  3406.         return $this->parameters[$name];
  3407.     }
  3408.     public function hasParameter(string $name): bool
  3409.     {
  3410.         if (isset($this->buildParameters[$name])) {
  3411.             return true;
  3412.         }
  3413.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3414.     }
  3415.     public function setParameter(string $name$value): void
  3416.     {
  3417.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3418.     }
  3419.     public function getParameterBag(): ParameterBagInterface
  3420.     {
  3421.         if (null === $this->parameterBag) {
  3422.             $parameters $this->parameters;
  3423.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3424.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3425.             }
  3426.             foreach ($this->buildParameters as $name => $value) {
  3427.                 $parameters[$name] = $value;
  3428.             }
  3429.             $this->parameterBag = new FrozenParameterBag($parameters);
  3430.         }
  3431.         return $this->parameterBag;
  3432.     }
  3433.     private $loadedDynamicParameters = [
  3434.         'kernel.runtime_environment' => false,
  3435.         'kernel.build_dir' => false,
  3436.         'kernel.cache_dir' => false,
  3437.         'locale' => false,
  3438.         'timezone' => false,
  3439.         'currency' => false,
  3440.         'eccube_database_url' => false,
  3441.         'eccube_mailer_dsn' => false,
  3442.         'eccube_admin_route' => false,
  3443.         'eccube_user_data_route' => false,
  3444.         'eccube_front_allow_hosts' => false,
  3445.         'eccube_front_deny_hosts' => false,
  3446.         'eccube_admin_allow_hosts' => false,
  3447.         'eccube_admin_deny_hosts' => false,
  3448.         'eccube_force_ssl' => false,
  3449.         'eccube.theme' => false,
  3450.         'eccube_theme_code' => false,
  3451.         'eccube_auth_magic' => false,
  3452.         'eccube_theme_front_dir' => false,
  3453.         'eccube_html_front_dir' => false,
  3454.         'eccube_csv_temp_realdir' => false,
  3455.         'eccube_owners_store_url' => false,
  3456.         'eccube_package_api_url' => false,
  3457.         'eccube_content_maintenance_file_path' => false,
  3458.         'eccube_2fa_enabled' => false,
  3459.         'eccube_2fa_cookie_name' => false,
  3460.         'eccube_2fa_expire' => false,
  3461.         'eccube_restrict_file_upload' => false,
  3462.         'kernel.secret' => false,
  3463.         'kernel.default_locale' => false,
  3464.         'debug.container.dump' => false,
  3465.         'serializer.mapping.cache.file' => false,
  3466.         'session.storage.options' => false,
  3467.         'validator.mapping.cache.file' => false,
  3468.         'profiler.storage.dsn' => false,
  3469.         'doctrine.orm.proxy_dir' => false,
  3470.     ];
  3471.     private $dynamicParameters = [];
  3472.     private function getDynamicParameter(string $name)
  3473.     {
  3474.         switch ($name) {
  3475.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3476.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3477.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3478.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3479.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3480.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3481.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3482.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3483.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3484.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3485.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3486.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3487.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3488.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3489.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3490.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3491.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3492.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3493.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3494.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3495.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3496.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3497.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3498.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3499.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3500.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3501.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3502.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3503.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3504.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3505.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3506.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3507.             case 'session.storage.options'$value = [
  3508.                 'cache_limiter' => '0',
  3509.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3510.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3511.                 'cookie_httponly' => true,
  3512.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3513.                 'gc_probability' => 1,
  3514.             ]; break;
  3515.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3516.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3517.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3518.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3519.         }
  3520.         $this->loadedDynamicParameters[$name] = true;
  3521.         return $this->dynamicParameters[$name] = $value;
  3522.     }
  3523.     protected function getDefaultParameters(): array
  3524.     {
  3525.         return [
  3526.             'kernel.project_dir' => \dirname(__DIR__4),
  3527.             'kernel.environment' => 'dev',
  3528.             'kernel.debug' => true,
  3529.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3530.             'kernel.bundles' => [
  3531.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3532.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3533.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3534.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3535.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3536.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3537.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3538.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3539.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3540.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3541.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3542.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3543.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3544.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3545.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3546.             ],
  3547.             'kernel.bundles_metadata' => [
  3548.                 'FrameworkBundle' => [
  3549.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3550.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3551.                 ],
  3552.                 'SecurityBundle' => [
  3553.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3554.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3555.                 ],
  3556.                 'DoctrineBundle' => [
  3557.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3558.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3559.                 ],
  3560.                 'DoctrineFixturesBundle' => [
  3561.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3562.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3563.                 ],
  3564.                 'SensioFrameworkExtraBundle' => [
  3565.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3566.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3567.                 ],
  3568.                 'MonologBundle' => [
  3569.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3570.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3571.                 ],
  3572.                 'TwigBundle' => [
  3573.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3574.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3575.                 ],
  3576.                 'DebugBundle' => [
  3577.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3578.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3579.                 ],
  3580.                 'WebProfilerBundle' => [
  3581.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3582.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3583.                 ],
  3584.                 'MakerBundle' => [
  3585.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3586.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3587.                 ],
  3588.                 'KnpPaginatorBundle' => [
  3589.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3590.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3591.                 ],
  3592.                 'ExerciseHTMLPurifierBundle' => [
  3593.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3594.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3595.                 ],
  3596.                 'DoctrineMigrationsBundle' => [
  3597.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3598.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3599.                 ],
  3600.                 'TwigExtraBundle' => [
  3601.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3602.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3603.                 ],
  3604.                 'EccubeBundle' => [
  3605.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3606.                     'namespace' => 'Eccube',
  3607.                 ],
  3608.             ],
  3609.             'kernel.charset' => 'UTF-8',
  3610.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3611.             'container.dumper.inline_class_loader' => true,
  3612.             'env(ECCUBE_LOCALE)' => 'ja',
  3613.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3614.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3615.             'env(DATABASE_URL)' => '',
  3616.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3617.             'env(DATABASE_CHARSET)' => 'utf8',
  3618.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3619.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3620.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3621.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3622.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3623.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3624.             'env(ECCUBE_FORCE_SSL)' => '0',
  3625.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3626.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3627.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3628.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3629.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3630.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3631.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3632.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3633.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3634.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3635.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3636.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3637.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3638.             'eccube_auth_type' => 'HMAC',
  3639.             'eccube_password_hash_algos' => 'SHA256',
  3640.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3641.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3642.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3643.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3644.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3645.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3646.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3647.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3648.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3649.             'eccube_twig_block_templates' => [
  3650.             ],
  3651.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3652.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3653.             'eccube_csv_size' => 5,
  3654.             'eccube_csv_split_lines' => 100,
  3655.             'eccube_default_password' => 'abc********123',
  3656.             'eccube_deliv_addr_max' => 20,
  3657.             'eccube_deliv_date_end_max' => 21,
  3658.             'eccube_id_max_len' => 50,
  3659.             'eccube_id_min_len' => 4,
  3660.             'eccube_int_len' => 9,
  3661.             'eccube_category_nest_level' => 5,
  3662.             'eccube_lltext_len' => 99999,
  3663.             'eccube_ltext_len' => 3000,
  3664.             'eccube_max_total_fee' => 9999999999,
  3665.             'eccube_mltext_len' => 1000,
  3666.             'eccube_mtext_len' => 200,
  3667.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3668.             'plugin_html_urlpath' => '/plugin/',
  3669.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3670.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3671.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3672.             'eccube_price_len' => 8,
  3673.             'eccube_search_pmax' => 12,
  3674.             'eccube_sitemap_products_per_page' => 1000,
  3675.             'eccube_stext_len' => 255,
  3676.             'eccube_sltext_len' => 500,
  3677.             'eccube_smtext_len' => 100,
  3678.             'eccube_tax_rule_priority' => [
  3679.                 => 'product_id',
  3680.                 => 'product_class_id',
  3681.                 => 'pref_id',
  3682.                 => 'country_id',
  3683.             ],
  3684.             'eccube_url_len' => 1024,
  3685.             'eccube_default_page_count' => 50,
  3686.             'eccube_admin_product_stock_status' => 3,
  3687.             'eccube_customer_reset_expire' => 10,
  3688.             'eccube_csv_export_separator' => ',',
  3689.             'eccube_csv_export_encoding' => 'SJIS-win',
  3690.             'eccube_csv_import_encoding' => [
  3691.                 => 'UTF-8',
  3692.                 => 'SJIS-win',
  3693.                 => 'SJIS',
  3694.                 => 'EUC-JP',
  3695.                 => 'ASCII',
  3696.                 => 'JIS',
  3697.             ],
  3698.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3699.             'eccube_csv_export_multidata_separator' => ',',
  3700.             'eccube_csv_import_delimiter' => ',',
  3701.             'eccube_csv_import_enclosure' => '"',
  3702.             'eccube_csv_import_escape' => '\\',
  3703.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3704.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3705.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3706.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3707.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3708.             'eccube_name_len' => 16,
  3709.             'eccube_kana_len' => 25,
  3710.             'eccube_address1_len' => 32,
  3711.             'eccube_address2_len' => 32,
  3712.             'eccube_birth_max' => 110,
  3713.             'eccube_product_order_price_lower' => 1,
  3714.             'eccube_product_order_newer' => 2,
  3715.             'eccube_product_order_price_higher' => 3,
  3716.             'eccube_price_max' => 2147483647,
  3717.             'eccube_tel_len_max' => 14,
  3718.             'eccube_postal_code' => 8,
  3719.             'eccube_password_min_len' => 8,
  3720.             'eccube_password_max_len' => 50,
  3721.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3722.             'eccube_composer_memory_limit' => '1536M',
  3723.             'eccube_order_mail_template_id' => 1,
  3724.             'eccube_entry_confirm_mail_template_id' => 2,
  3725.             'eccube_entry_complete_mail_template_id' => 3,
  3726.             'eccube_customer_withdraw_mail_template_id' => 4,
  3727.             'eccube_contact_mail_template_id' => 5,
  3728.             'eccube_forgot_mail_template_id' => 6,
  3729.             'eccube_reset_complete_mail_template_id' => 7,
  3730.             'eccube_shipping_notify_mail_template_id' => 8,
  3731.             'eccube_partnercontact_mail_template_id' => 28,
  3732.             'eccube_rfc_email_check' => false,
  3733.             'eccube_email_len' => 254,
  3734.             'eccube_order_no_format' => '',
  3735.             'eccube_order_pdf_message_len' => 30,
  3736.             'eccube_news_start_year' => 2000,
  3737.             'eccube_result_cache_lifetime' => 3600,
  3738.             'eccube_result_cache_lifetime_short' => 10,
  3739.             'eccube_restrict_file_upload_urls' => [
  3740.                 => 'admin_content_file',
  3741.                 => 'admin_store_plugin_install',
  3742.                 => 'admin_content_page_new',
  3743.                 => 'admin_content_page_edit',
  3744.                 => 'admin_content_block_new',
  3745.                 => 'admin_content_block_edit',
  3746.                 => 'admin_content_css',
  3747.                 => 'admin_content_js',
  3748.                 => 'admin_store_template_install',
  3749.             ],
  3750.             'eccube_file_uploadable_extensions' => [
  3751.                 => 'jpg',
  3752.                 => 'jpeg',
  3753.                 => 'png',
  3754.                 => 'gif',
  3755.                 => 'webp',
  3756.                 => 'svg',
  3757.                 => 'ico',
  3758.                 => 'html',
  3759.                 => 'htm',
  3760.                 => 'js',
  3761.                 10 => 'css',
  3762.                 11 => 'txt',
  3763.                 12 => 'pdf',
  3764.             ],
  3765.             'eccube_login_throttling_max_attempts' => 5,
  3766.             'eccube_login_throttling_interval' => '30 minutes',
  3767.             'eccube_nav' => [
  3768.                 'product' => [
  3769.                     'name' => 'admin.product.product_management',
  3770.                     'icon' => 'fa-cube',
  3771.                     'children' => [
  3772.                         'product_master' => [
  3773.                             'name' => 'admin.product.product_list',
  3774.                             'url' => 'admin_product',
  3775.                         ],
  3776.                         'product_edit' => [
  3777.                             'name' => 'admin.product.product_registration',
  3778.                             'url' => 'admin_product_product_new',
  3779.                         ],
  3780.                         'class_name' => [
  3781.                             'name' => 'admin.product.class_management',
  3782.                             'url' => 'admin_product_class_name',
  3783.                         ],
  3784.                         'class_category' => [
  3785.                             'name' => 'admin.product.category_management',
  3786.                             'url' => 'admin_product_category',
  3787.                         ],
  3788.                         'product_tag' => [
  3789.                             'name' => 'admin.product.tag_management',
  3790.                             'url' => 'admin_product_tag',
  3791.                         ],
  3792.                         'product_csv_import' => [
  3793.                             'name' => 'admin.product.product_csv_upload',
  3794.                             'url' => 'admin_product_csv_import',
  3795.                         ],
  3796.                         'category_csv_import' => [
  3797.                             'name' => 'admin.product.category_csv_upload',
  3798.                             'url' => 'admin_product_category_csv_import',
  3799.                         ],
  3800.                     ],
  3801.                 ],
  3802.                 'order' => [
  3803.                     'name' => 'admin.order.order_management',
  3804.                     'icon' => 'fa-shopping-cart',
  3805.                     'children' => [
  3806.                         'order_master' => [
  3807.                             'name' => 'admin.order.order_list',
  3808.                             'url' => 'admin_order',
  3809.                         ],
  3810.                         'order_edit' => [
  3811.                             'name' => 'admin.order.order_registration',
  3812.                             'url' => 'admin_order_new',
  3813.                         ],
  3814.                         'shipping_csv_import' => [
  3815.                             'name' => 'admin.order.shipping_csv_upload',
  3816.                             'url' => 'admin_shipping_csv_import',
  3817.                         ],
  3818.                     ],
  3819.                 ],
  3820.                 'customer' => [
  3821.                     'name' => 'admin.customer.customer_management',
  3822.                     'icon' => 'fa-users',
  3823.                     'children' => [
  3824.                         'customer_master' => [
  3825.                             'name' => 'admin.customer.customer_list',
  3826.                             'url' => 'admin_customer',
  3827.                         ],
  3828.                         'customer_edit' => [
  3829.                             'name' => 'admin.customer.customer_registration',
  3830.                             'url' => 'admin_customer_new',
  3831.                         ],
  3832.                     ],
  3833.                 ],
  3834.                 'content' => [
  3835.                     'name' => 'admin.content.contents_management',
  3836.                     'icon' => 'fa-file-text-o',
  3837.                     'children' => [
  3838.                         'news' => [
  3839.                             'name' => 'admin.content.news_management',
  3840.                             'url' => 'admin_content_news',
  3841.                         ],
  3842.                         'file' => [
  3843.                             'name' => 'admin.content.file_management',
  3844.                             'url' => 'admin_content_file',
  3845.                         ],
  3846.                         'layout' => [
  3847.                             'name' => 'admin.content.layout_management',
  3848.                             'url' => 'admin_content_layout',
  3849.                         ],
  3850.                         'page' => [
  3851.                             'name' => 'admin.content.page_management',
  3852.                             'url' => 'admin_content_page',
  3853.                         ],
  3854.                         'css' => [
  3855.                             'name' => 'admin.content.css_management',
  3856.                             'url' => 'admin_content_css',
  3857.                         ],
  3858.                         'js' => [
  3859.                             'name' => 'admin.content.js_management',
  3860.                             'url' => 'admin_content_js',
  3861.                         ],
  3862.                         'block' => [
  3863.                             'name' => 'admin.content.block_management',
  3864.                             'url' => 'admin_content_block',
  3865.                         ],
  3866.                         'cache' => [
  3867.                             'name' => 'admin.content.cache_management',
  3868.                             'url' => 'admin_content_cache',
  3869.                         ],
  3870.                         'maintenance' => [
  3871.                             'name' => 'admin.content.maintenance_management',
  3872.                             'url' => 'admin_content_maintenance',
  3873.                         ],
  3874.                     ],
  3875.                 ],
  3876.                 'setting' => [
  3877.                     'name' => 'admin.setting',
  3878.                     'icon' => 'fa-cog',
  3879.                     'children' => [
  3880.                         'shop' => [
  3881.                             'name' => 'admin.setting.shop',
  3882.                             'children' => [
  3883.                                 'shop_index' => [
  3884.                                     'name' => 'admin.setting.shop.shop_setting',
  3885.                                     'url' => 'admin_setting_shop',
  3886.                                 ],
  3887.                                 'shop_tradelaw' => [
  3888.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  3889.                                     'url' => 'admin_setting_shop_tradelaw',
  3890.                                 ],
  3891.                                 'shop_agreement' => [
  3892.                                     'name' => 'admin.setting.shop.agreement_setting',
  3893.                                     'url' => 'admin_content_page_edit',
  3894.                                     'param' => [
  3895.                                         'id' => 19,
  3896.                                         'return' => 'agreement',
  3897.                                     ],
  3898.                                 ],
  3899.                                 'shop_payment' => [
  3900.                                     'name' => 'admin.setting.shop.payment_setting',
  3901.                                     'url' => 'admin_setting_shop_payment',
  3902.                                 ],
  3903.                                 'shop_delivery' => [
  3904.                                     'name' => 'admin.setting.shop.delivery_setting',
  3905.                                     'url' => 'admin_setting_shop_delivery',
  3906.                                 ],
  3907.                                 'shop_tax' => [
  3908.                                     'name' => 'admin.setting.shop.tax_setting',
  3909.                                     'url' => 'admin_setting_shop_tax',
  3910.                                 ],
  3911.                                 'shop_mail' => [
  3912.                                     'name' => 'admin.setting.shop.mail_setting',
  3913.                                     'url' => 'admin_setting_shop_mail',
  3914.                                 ],
  3915.                                 'shop_csv' => [
  3916.                                     'name' => 'admin.setting.shop.csv_setting',
  3917.                                     'url' => 'admin_setting_shop_csv',
  3918.                                 ],
  3919.                                 'shop_order_status' => [
  3920.                                     'name' => 'admin.setting.shop.order_status_setting',
  3921.                                     'url' => 'admin_setting_shop_order_status',
  3922.                                 ],
  3923.                                 'shop_calendar' => [
  3924.                                     'name' => 'admin.setting.shop.calendar_setting',
  3925.                                     'url' => 'admin_setting_shop_calendar',
  3926.                                 ],
  3927.                             ],
  3928.                         ],
  3929.                         'system' => [
  3930.                             'name' => 'admin.setting.system',
  3931.                             'children' => [
  3932.                                 'member' => [
  3933.                                     'name' => 'admin.setting.system.member_management',
  3934.                                     'url' => 'admin_setting_system_member',
  3935.                                 ],
  3936.                                 'authority' => [
  3937.                                     'name' => 'admin.setting.system.authority_management',
  3938.                                     'url' => 'admin_setting_system_authority',
  3939.                                 ],
  3940.                                 'security' => [
  3941.                                     'name' => 'admin.setting.system.security_management',
  3942.                                     'url' => 'admin_setting_system_security',
  3943.                                 ],
  3944.                                 'login_history' => [
  3945.                                     'name' => 'admin.setting.system.login_history',
  3946.                                     'url' => 'admin_setting_system_login_history',
  3947.                                 ],
  3948.                                 'log' => [
  3949.                                     'name' => 'admin.setting.system.log_display',
  3950.                                     'url' => 'admin_setting_system_log',
  3951.                                 ],
  3952.                                 'masterdata' => [
  3953.                                     'name' => 'admin.setting.system.master_data_management',
  3954.                                     'url' => 'admin_setting_system_masterdata',
  3955.                                 ],
  3956.                                 'system_index' => [
  3957.                                     'name' => 'admin.setting.system.system_info',
  3958.                                     'url' => 'admin_setting_system_system',
  3959.                                 ],
  3960.                             ],
  3961.                         ],
  3962.                     ],
  3963.                 ],
  3964.                 'store' => [
  3965.                     'name' => 'admin.store',
  3966.                     'icon' => 'fa-plug',
  3967.                     'children' => [
  3968.                         'plugin' => [
  3969.                             'name' => 'admin.store.plugin',
  3970.                             'children' => [
  3971.                                 'plugin_owners_search' => [
  3972.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  3973.                                     'url' => 'admin_store_plugin_owners_search',
  3974.                                 ],
  3975.                                 'plugin_list' => [
  3976.                                     'name' => 'admin.store.plugin.plugin_list',
  3977.                                     'url' => 'admin_store_plugin',
  3978.                                 ],
  3979.                             ],
  3980.                         ],
  3981.                         'template' => [
  3982.                             'name' => 'admin.store.template',
  3983.                             'children' => [
  3984.                                 'template_list' => [
  3985.                                     'name' => 'admin.store.template.template_list',
  3986.                                     'url' => 'admin_store_template',
  3987.                                 ],
  3988.                                 'template_install' => [
  3989.                                     'name' => 'admin.store.template.template_install',
  3990.                                     'url' => 'admin_store_template_install',
  3991.                                 ],
  3992.                             ],
  3993.                         ],
  3994.                         'authentication_setting' => [
  3995.                             'name' => 'admin.store.setting',
  3996.                             'url' => 'admin_store_authentication_setting',
  3997.                         ],
  3998.                     ],
  3999.                 ],
  4000.             ],
  4001.             'env(MAILER_DSN)' => 'null://null',
  4002.             'eccube.twig_sandbox.allowed_tags' => [
  4003.                 => 'apply',
  4004.                 => 'block',
  4005.                 => 'deprecated',
  4006.                 => 'embed',
  4007.                 => 'extends',
  4008.                 => 'flush',
  4009.                 => 'for',
  4010.                 => 'if',
  4011.                 => 'set',
  4012.                 => 'spaceless',
  4013.                 10 => 'verbatim',
  4014.                 11 => 'with',
  4015.                 12 => 'form_theme',
  4016.                 13 => 'stopwatch',
  4017.                 14 => 'trans',
  4018.                 15 => 'trans_default_domain',
  4019.             ],
  4020.             'eccube.twig_sandbox.allowed_filters' => [
  4021.                 => 'abs',
  4022.                 => 'batch',
  4023.                 => 'capitalize',
  4024.                 => 'column',
  4025.                 => 'convert_encoding',
  4026.                 => 'country_name',
  4027.                 => 'currency_name',
  4028.                 => 'currency_symbol',
  4029.                 => 'date',
  4030.                 => 'date_modify',
  4031.                 10 => 'default',
  4032.                 11 => 'escape',
  4033.                 12 => 'first',
  4034.                 13 => 'format',
  4035.                 14 => 'format_currency',
  4036.                 15 => 'format_date',
  4037.                 16 => 'format_datetime',
  4038.                 17 => 'format_number',
  4039.                 18 => 'format_time',
  4040.                 19 => 'join',
  4041.                 20 => 'json_encode',
  4042.                 21 => 'keys',
  4043.                 22 => 'language_name',
  4044.                 23 => 'last',
  4045.                 24 => 'length',
  4046.                 25 => 'locale_name',
  4047.                 26 => 'lower',
  4048.                 27 => 'merge',
  4049.                 28 => 'nl2br',
  4050.                 29 => 'number_format',
  4051.                 30 => 'replace',
  4052.                 31 => 'reverse',
  4053.                 32 => 'round',
  4054.                 33 => 'slice',
  4055.                 34 => 'spaceless',
  4056.                 35 => 'split',
  4057.                 36 => 'striptags',
  4058.                 37 => 'timezone_name',
  4059.                 38 => 'title',
  4060.                 39 => 'trim',
  4061.                 40 => 'upper',
  4062.                 41 => 'url_encode',
  4063.                 42 => 'abbr_class',
  4064.                 43 => 'abbr_method',
  4065.                 44 => 'file_link',
  4066.                 45 => 'file_relative',
  4067.                 46 => 'format_args',
  4068.                 47 => 'format_args_as_text',
  4069.                 48 => 'humanize',
  4070.                 49 => 'serialize',
  4071.                 50 => 'trans',
  4072.                 51 => 'yaml_dump',
  4073.                 52 => 'yaml_encode',
  4074.                 53 => 'currency_symbol',
  4075.                 54 => 'date_day',
  4076.                 55 => 'date_day_with_weekday',
  4077.                 56 => 'date_format',
  4078.                 57 => 'date_min',
  4079.                 58 => 'date_sec',
  4080.                 59 => 'doctrine_format_sql',
  4081.                 60 => 'doctrine_prettify_sql',
  4082.                 61 => 'doctrine_pretty_query',
  4083.                 62 => 'doctrine_replace_query_parameters',
  4084.                 63 => 'e',
  4085.                 64 => 'ellipsis',
  4086.                 65 => 'file_ext_icon',
  4087.                 66 => 'form_encode_currency',
  4088.                 67 => 'format_*_number',
  4089.                 68 => 'format_log_message',
  4090.                 69 => 'no_image_product',
  4091.                 70 => 'price',
  4092.                 71 => 'purify',
  4093.                 72 => 'time_ago',
  4094.             ],
  4095.             'eccube.twig_sandbox.allowed_functions' => [
  4096.                 => 'cycle',
  4097.                 => 'date',
  4098.                 => 'max',
  4099.                 => 'min',
  4100.                 => 'random',
  4101.                 => 'range',
  4102.                 => 'country_timezones',
  4103.                 => 'absolute_url',
  4104.                 => 'asset',
  4105.                 => 'asset_version',
  4106.                 10 => 'csrf_token',
  4107.                 11 => 'form_parent',
  4108.                 12 => 'fragment_uri',
  4109.                 13 => 'impersonation_exit_path',
  4110.                 14 => 'impersonation_exit_url',
  4111.                 15 => 'is_granted',
  4112.                 16 => 'logout_path',
  4113.                 17 => 'logout_url',
  4114.                 18 => 'path',
  4115.                 19 => 'relative_path',
  4116.                 20 => 't',
  4117.                 21 => 'url',
  4118.                 22 => 'active_menus',
  4119.                 23 => 'class_categories_as_json',
  4120.                 24 => 'country_names',
  4121.                 25 => 'csrf_token_for_anchor',
  4122.                 26 => 'currency_names',
  4123.                 27 => 'currency_symbol',
  4124.                 28 => 'field_choices',
  4125.                 29 => 'field_errors',
  4126.                 30 => 'field_help',
  4127.                 31 => 'field_label',
  4128.                 32 => 'field_name',
  4129.                 33 => 'field_value',
  4130.                 34 => 'get_all_carts',
  4131.                 35 => 'get_cart',
  4132.                 36 => 'get_carts_total_price',
  4133.                 37 => 'get_carts_total_quantity',
  4134.                 38 => 'has_errors',
  4135.                 39 => 'is_reduced_tax_rate',
  4136.                 40 => 'language_names',
  4137.                 41 => 'product',
  4138.                 42 => 'workflow_can',
  4139.                 43 => 'workflow_has_marked_place',
  4140.                 44 => 'workflow_marked_places',
  4141.                 45 => 'workflow_metadata',
  4142.                 46 => 'workflow_transition',
  4143.                 47 => 'workflow_transition_blockers',
  4144.                 48 => 'workflow_transitions',
  4145.             ],
  4146.             'eccube.twig_sandbox.allowed_methods' => [
  4147.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4148.                     => 'getrequest',
  4149.                 ],
  4150.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4151.                     => 'geturi',
  4152.                 ],
  4153.             ],
  4154.             'eccube.twig_sandbox.allowed_properties' => [
  4155.             ],
  4156.             'gmo_epsilon' => [
  4157.                 'pay_id' => [
  4158.                     'credit' => '1',
  4159.                     'reg_credit' => '2',
  4160.                     'conveni' => '3',
  4161.                     'netbank_jnb' => '4',
  4162.                     'netbank_rakuten' => '5',
  4163.                     'payeasy' => '7',
  4164.                     'webmoney' => '8',
  4165.                     'ywallet' => '9',
  4166.                     'paypal' => '11',
  4167.                     'bitcash' => '12',
  4168.                     'chocom' => '13',
  4169.                     'sphone' => '15',
  4170.                     'jcb' => '16',
  4171.                     'sumishin' => '17',
  4172.                     'deferred' => '18',
  4173.                     'virtual_account' => '22',
  4174.                     'paypay' => '25',
  4175.                     'maillink' => '99',
  4176.                 ],
  4177.                 'pay_name' => [
  4178.                     'credit' => 'クレジットカード決済',
  4179.                     'reg_credit' => '登録済みのクレジットカードで決済',
  4180.                     'conveni' => 'コンビニ決済',
  4181.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4182.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4183.                     'payeasy' => 'ペイジー決済',
  4184.                     'webmoney' => 'WebMoney決済',
  4185.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  4186.                     'paypal' => 'Paypal決済',
  4187.                     'bitcash' => 'Bitcash決済',
  4188.                     'chocom' => '電子マネーちょコム決済',
  4189.                     'sphone' => 'スマートフォンキャリア決済',
  4190.                     'jcb' => 'JCB PREMO',
  4191.                     'sumishin' => '住信SBIネット銀行決済',
  4192.                     'deferred' => 'GMO後払い',
  4193.                     'virtual_account' => 'バーチャル口座',
  4194.                     'paypay' => 'Paypay',
  4195.                     'maillink' => 'メールリンク決済',
  4196.                 ],
  4197.                 'st_code' => [
  4198.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4199.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4200.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4201.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4202.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4203.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4204.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4205.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4206.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4207.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4208.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4209.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4210.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4211.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4212.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4213.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4214.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4215.                     'maillink' => 'maillink',
  4216.                 ],
  4217.                 'mission_code' => [
  4218.                     'every_month' => '21',
  4219.                     'every_other' => '25',
  4220.                     'every_three_month' => '27',
  4221.                     'every_six_month' => '29',
  4222.                     'every_year' => '31',
  4223.                 ],
  4224.                 'regular_pay_id' => [
  4225.                     'every_month' => '101',
  4226.                     'every_other_month' => '102',
  4227.                     'every_three_month' => '103',
  4228.                     'every_six_month' => '104',
  4229.                     'every_year' => '105',
  4230.                 ],
  4231.                 'regular_pay_name' => [
  4232.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  4233.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4234.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4235.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4236.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4237.                 ],
  4238.                 'regular' => [
  4239.                     'rule_max' => '9999999',
  4240.                     'st_code' => '10000-0000-00000',
  4241.                     'sale_type' => '定期購入商品',
  4242.                 ],
  4243.                 'rule_max' => [
  4244.                     'credit' => '9999999',
  4245.                     'reg_credit' => '9999999',
  4246.                     'conveni' => '299999',
  4247.                     'netbank_jnb' => '9999999',
  4248.                     'netbank_rakuten' => '9999999',
  4249.                     'payeasy' => '9999999',
  4250.                     'webmoney' => '199999',
  4251.                     'ywallet' => '499999',
  4252.                     'paypal' => '499999',
  4253.                     'bitcash' => '199999',
  4254.                     'chocom' => '99999',
  4255.                     'sphone' => '50000',
  4256.                     'jcb' => '500000',
  4257.                     'sumishin' => '9999999',
  4258.                     'deferred' => '49999',
  4259.                     'virtual_account' => '9999999',
  4260.                     'paypay' => '9999999',
  4261.                     'maillink' => '9999999',
  4262.                 ],
  4263.                 'url' => [
  4264.                     'dev' => [
  4265.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4266.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4267.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4268.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4269.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4270.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4271.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4272.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4273.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  4274.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4275.                     ],
  4276.                     'prod' => [
  4277.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4278.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4279.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4280.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4281.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4282.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4283.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4284.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4285.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  4286.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4287.                     ],
  4288.                 ],
  4289.                 'conveni_id' => [
  4290.                     'seveneleven' => '11',
  4291.                     'familymart' => '21',
  4292.                     'lawson' => '31',
  4293.                     'seicomart' => '32',
  4294.                     'ministop' => '33',
  4295.                 ],
  4296.                 'conveni_name' => [
  4297.                     'seveneleven' => 'セブンイレブン',
  4298.                     'familymart' => 'ファミリーマート',
  4299.                     'lawson' => 'ローソン',
  4300.                     'seicomart' => 'セイコーマート',
  4301.                     'ministop' => 'ミニストップ',
  4302.                 ],
  4303.                 'conveni_pre_message' => [
  4304.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  4305.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  4306.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  4307.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  4308.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  4309.                 ],
  4310.                 'conveni_message' => [
  4311.                     'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4312.                     'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4313.                     'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4314.                     'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4315.                     'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4316.                 ],
  4317.                 'receive_parameters' => [
  4318.                     'result' => [
  4319.                         'ok' => 1,
  4320.                         'ng' => 9,
  4321.                         '3ds' => 5,
  4322.                         '3ds2' => 6,
  4323.                     ],
  4324.                 ],
  4325.                 'payment' => [
  4326.                     'gmo_epsilon4' => 'GmoEpsilon4',
  4327.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  4328.                 ],
  4329.             ],
  4330.             'eccube_rate_limiter_configs' => [
  4331.             ],
  4332.             'eccube.plugins.enabled' => [
  4333.                 => 'EccubePaymentLite42',
  4334.             ],
  4335.             'eccube.plugins.disabled' => [
  4336.                 => 'AnnotatedRouting',
  4337.                 => 'EntityExtension',
  4338.                 => 'EntityForm',
  4339.                 => 'FormExtension',
  4340.                 => 'HogePlugin',
  4341.                 => 'MigrationSample',
  4342.                 => 'PurchaseProcessors',
  4343.                 => 'QueryCustomize',
  4344.             ],
  4345.             'event_dispatcher.event_aliases' => [
  4346.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4347.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4348.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4349.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4350.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4351.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4352.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4353.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4354.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4355.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4356.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4357.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4358.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4359.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4360.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4361.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4362.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4363.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4364.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4365.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4366.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4367.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4368.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4369.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4370.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4371.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4372.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4373.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4374.             ],
  4375.             'fragment.renderer.hinclude.global_template' => NULL,
  4376.             'fragment.path' => '/_fragment',
  4377.             'kernel.http_method_override' => true,
  4378.             'kernel.trusted_hosts' => [
  4379.             ],
  4380.             'kernel.enabled_locales' => [
  4381.             ],
  4382.             'kernel.error_controller' => 'error_controller',
  4383.             'debug.file_link_format' => NULL,
  4384.             'asset.request_context.base_path' => NULL,
  4385.             'asset.request_context.secure' => NULL,
  4386.             'translator.logging' => false,
  4387.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4388.             'debug.error_handler.throw_at' => -1,
  4389.             'router.request_context.host' => 'localhost',
  4390.             'router.request_context.scheme' => 'http',
  4391.             'router.request_context.base_url' => '',
  4392.             'router.resource' => 'kernel::loadRoutes',
  4393.             'request_listener.http_port' => 80,
  4394.             'request_listener.https_port' => 443,
  4395.             'session.metadata.storage_key' => '_sf2_meta',
  4396.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4397.             'session.metadata.update_threshold' => 0,
  4398.             'form.type_extension.csrf.enabled' => true,
  4399.             'form.type_extension.csrf.field_name' => '_token',
  4400.             'validator.translation_domain' => 'validators',
  4401.             'profiler_listener.only_exceptions' => false,
  4402.             'profiler_listener.only_main_requests' => false,
  4403.             'security.role_hierarchy.roles' => [
  4404.             ],
  4405.             'security.access.denied_url' => NULL,
  4406.             'security.authentication.manager.erase_credentials' => true,
  4407.             'security.authentication.session_strategy.strategy' => 'migrate',
  4408.             'security.access.always_authenticate_before_granting' => false,
  4409.             'security.authentication.hide_user_not_found' => true,
  4410.             'security.firewalls' => [
  4411.                 => 'dev',
  4412.                 => 'admin',
  4413.                 => 'customer',
  4414.             ],
  4415.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4416.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4417.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4418.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4419.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4420.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4421.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4422.             'doctrine.entity_managers' => [
  4423.                 'default' => 'doctrine.orm.default_entity_manager',
  4424.             ],
  4425.             'doctrine.default_entity_manager' => 'default',
  4426.             'doctrine.dbal.connection_factory.types' => [
  4427.                 'datetime' => [
  4428.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4429.                 ],
  4430.                 'datetimetz' => [
  4431.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4432.                 ],
  4433.             ],
  4434.             'doctrine.connections' => [
  4435.                 'default' => 'doctrine.dbal.default_connection',
  4436.             ],
  4437.             'doctrine.default_connection' => 'default',
  4438.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4439.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4440.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4441.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4442.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4443.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4444.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4445.             'doctrine.orm.cache.memcache_port' => 11211,
  4446.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4447.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4448.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4449.             'doctrine.orm.cache.memcached_port' => 11211,
  4450.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4451.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4452.             'doctrine.orm.cache.redis_host' => 'localhost',
  4453.             'doctrine.orm.cache.redis_port' => 6379,
  4454.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4455.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4456.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4457.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4458.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4459.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4460.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4461.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4462.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4463.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4464.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4465.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4466.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4467.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4468.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4469.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4470.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4471.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4472.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4473.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4474.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4475.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4476.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4477.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4478.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4479.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4480.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4481.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4482.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4483.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4484.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4485.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4486.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4487.             'monolog.use_microseconds' => true,
  4488.             'monolog.swift_mailer.handlers' => [
  4489.             ],
  4490.             'monolog.handlers_to_channels' => [
  4491.                 'monolog.handler.gmo_epsilon' => [
  4492.                     'type' => 'inclusive',
  4493.                     'elements' => [
  4494.                         => 'gmo_epsilon',
  4495.                     ],
  4496.                 ],
  4497.                 'monolog.handler.console' => [
  4498.                     'type' => 'exclusive',
  4499.                     'elements' => [
  4500.                         => 'event',
  4501.                         => 'doctrine',
  4502.                         => 'console',
  4503.                     ],
  4504.                 ],
  4505.                 'monolog.handler.buffered' => [
  4506.                     'type' => 'exclusive',
  4507.                     'elements' => [
  4508.                         => 'event',
  4509.                     ],
  4510.                 ],
  4511.             ],
  4512.             'twig.form.resources' => [
  4513.                 => 'form_div_layout.html.twig',
  4514.                 => 'bootstrap_5_layout.html.twig',
  4515.             ],
  4516.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4517.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4518.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4519.             'web_profiler.debug_toolbar.mode' => 2,
  4520.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4521.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4522.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4523.             'knp_paginator.page_range' => 5,
  4524.             'knp_paginator.page_limit' => NULL,
  4525.             'doctrine.migrations.preferred_em' => NULL,
  4526.             'doctrine.migrations.preferred_connection' => NULL,
  4527.             'data_collector.templates' => [
  4528.                 'data_collector.request' => [
  4529.                     => 'request',
  4530.                     => '@WebProfiler/Collector/request.html.twig',
  4531.                 ],
  4532.                 'data_collector.time' => [
  4533.                     => 'time',
  4534.                     => '@WebProfiler/Collector/time.html.twig',
  4535.                 ],
  4536.                 'data_collector.memory' => [
  4537.                     => 'memory',
  4538.                     => '@WebProfiler/Collector/memory.html.twig',
  4539.                 ],
  4540.                 'data_collector.validator' => [
  4541.                     => 'validator',
  4542.                     => '@WebProfiler/Collector/validator.html.twig',
  4543.                 ],
  4544.                 'data_collector.ajax' => [
  4545.                     => 'ajax',
  4546.                     => '@WebProfiler/Collector/ajax.html.twig',
  4547.                 ],
  4548.                 'data_collector.form' => [
  4549.                     => 'form',
  4550.                     => '@WebProfiler/Collector/form.html.twig',
  4551.                 ],
  4552.                 'data_collector.exception' => [
  4553.                     => 'exception',
  4554.                     => '@WebProfiler/Collector/exception.html.twig',
  4555.                 ],
  4556.                 'data_collector.logger' => [
  4557.                     => 'logger',
  4558.                     => '@WebProfiler/Collector/logger.html.twig',
  4559.                 ],
  4560.                 'data_collector.events' => [
  4561.                     => 'events',
  4562.                     => '@WebProfiler/Collector/events.html.twig',
  4563.                 ],
  4564.                 'data_collector.router' => [
  4565.                     => 'router',
  4566.                     => '@WebProfiler/Collector/router.html.twig',
  4567.                 ],
  4568.                 'data_collector.cache' => [
  4569.                     => 'cache',
  4570.                     => '@WebProfiler/Collector/cache.html.twig',
  4571.                 ],
  4572.                 'data_collector.translation' => [
  4573.                     => 'translation',
  4574.                     => '@WebProfiler/Collector/translation.html.twig',
  4575.                 ],
  4576.                 'data_collector.security' => [
  4577.                     => 'security',
  4578.                     => '@Security/Collector/security.html.twig',
  4579.                 ],
  4580.                 'data_collector.twig' => [
  4581.                     => 'twig',
  4582.                     => '@WebProfiler/Collector/twig.html.twig',
  4583.                 ],
  4584.                 'data_collector.doctrine' => [
  4585.                     => 'db',
  4586.                     => '@Doctrine/Collector/db.html.twig',
  4587.                 ],
  4588.                 'doctrine_migrations.migrations_collector' => [
  4589.                     => 'doctrine_migrations',
  4590.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4591.                 ],
  4592.                 'data_collector.dump' => [
  4593.                     => 'dump',
  4594.                     => '@Debug/Profiler/dump.html.twig',
  4595.                 ],
  4596.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  4597.                 'mailer.data_collector' => [
  4598.                     => 'mailer',
  4599.                     => '@WebProfiler/Collector/mailer.html.twig',
  4600.                 ],
  4601.                 'data_collector.config' => [
  4602.                     => 'config',
  4603.                     => '@WebProfiler/Collector/config.html.twig',
  4604.                 ],
  4605.                 'eccube.collector.core' => [
  4606.                     => 'eccube_core',
  4607.                     => '@toolbar/eccube.html.twig',
  4608.                 ],
  4609.             ],
  4610.             'console.command.ids' => [
  4611.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  4612.             ],
  4613.         ];
  4614.     }
  4615.     protected function throw($message)
  4616.     {
  4617.         throw new RuntimeException($message);
  4618.     }
  4619. }