var/cache/dev/Container5lcpiCO/Eccube_KernelDevDebugContainer.php line 2557

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