var/cache/dev/ContainerZrUTkEM/Eccube_KernelDevDebugContainer.php line 2639

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