var/cache/dev/ContainerXv8yqKm/Customize_KernelDevDebugContainer.php line 1066

Open in your IDE?
  1. <?php
  2. namespace ContainerXv8yqKm;
  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 Customize_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.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'state_machine.order' => 'getStateMachine_OrderService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'twig' => 'getTwigService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'Customize\\Controller\\Admin\\CsvImportController' => 'getCsvImportControllerService',
  83.             'Customize\\Controller\\Admin\\ProductController' => 'getProductControllerService',
  84.             'Customize\\Controller\\AjaxController' => 'getAjaxControllerService',
  85.             'Customize\\Controller\\ApiController' => 'getApiControllerService',
  86.             'Customize\\Controller\\AutoLoadController' => 'getAutoLoadControllerService',
  87.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  88.             'Customize\\Controller\\CompanyController' => 'getCompanyControllerService',
  89.             'Customize\\Controller\\EntryController' => 'getEntryControllerService',
  90.             'Customize\\Controller\\ErrorController' => 'getErrorControllerService',
  91.             'Customize\\Controller\\EstimateController' => 'getEstimateControllerService',
  92.             'Customize\\Controller\\FollowUpController' => 'getFollowUpControllerService',
  93.             'Customize\\Controller\\ForgotController' => 'getForgotControllerService',
  94.             'Customize\\Controller\\ItemController' => 'getItemControllerService',
  95.             'Customize\\Controller\\KakuninController' => 'getKakuninControllerService',
  96.             'Customize\\Controller\\KeppinController' => 'getKeppinControllerService',
  97.             'Customize\\Controller\\MailController' => 'getMailControllerService',
  98.             'Customize\\Controller\\MessageController' => 'getMessageControllerService',
  99.             'Customize\\Controller\\MessageMailController' => 'getMessageMailControllerService',
  100.             'Customize\\Controller\\MitsumoriController' => 'getMitsumoriControllerService',
  101.             'Customize\\Controller\\Mypage\\DeliveryController' => 'getDeliveryControllerService',
  102.             'Customize\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  103.             'Customize\\Controller\\Mypage\\UpdateController' => 'getUpdateControllerService',
  104.             'Customize\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  105.             'Customize\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  106.             'Customize\\Controller\\PageController' => 'getPageControllerService',
  107.             'Customize\\Controller\\PrintMihonController' => 'getPrintMihonControllerService',
  108.             'Customize\\Controller\\ProductController' => 'getProductController2Service',
  109.             'Customize\\Controller\\RedirectController' => 'getRedirectControllerService',
  110.             'Customize\\Controller\\RepeaterMagController' => 'getRepeaterMagControllerService',
  111.             'Customize\\Controller\\ReviewController' => 'getReviewControllerService',
  112.             'Customize\\Controller\\ReviewMailController' => 'getReviewMailControllerService',
  113.             'Customize\\Controller\\SearchPopController' => 'getSearchPopControllerService',
  114.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  115.             'Customize\\Controller\\SitemapController' => 'getSitemapControllerService',
  116.             'Customize\\Controller\\SpController' => 'getSpControllerService',
  117.             'Customize\\Controller\\TopController' => 'getTopControllerService',
  118.             'Customize\\Controller\\TopicsController' => 'getTopicsControllerService',
  119.             'Customize\\Plugin\\AmazonPayV2_42\\Controller\\AmazonRedirectController' => 'getAmazonRedirectControllerService',
  120.             'Customize\\Plugin\\AmazonPayV2_42\\Controller\\AmazonShoppingController' => 'getAmazonShoppingControllerService',
  121.             'Customize\\Plugin\\ZeusPayment42\\Controller\\ZeusPaymentReturn' => 'getZeusPaymentReturnService',
  122.             'Customize\\Plugin\\ZeusPayment42\\Service\\Method\\CreditPayment' => 'getCreditPaymentService',
  123.             'Customize\\Service\\Payment\\Method\\Card' => 'getCardService',
  124.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  125.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  126.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  127.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  128.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  129.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  130.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  131.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  132.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  133.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  134.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  135.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  136.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  137.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageController2Service',
  138.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  139.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  140.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  141.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportController2Service',
  142.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  143.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailController2Service',
  144.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  145.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  146.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  147.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  148.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  149.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController3Service',
  150.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  151.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController3Service',
  152.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  153.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  154.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  155.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryController2Service',
  156.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController3Service',
  157.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  158.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  159.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  160.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  161.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  162.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  163.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  164.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  165.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  166.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  167.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  168.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  169.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  170.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  171.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  172.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  173.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  174.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  175.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  176.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  177.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  178.             'Eccube\\Controller\\EntryController' => 'getEntryController2Service',
  179.             'Eccube\\Controller\\ForgotController' => 'getForgotController2Service',
  180.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  181.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  182.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  183.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  184.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController3Service',
  185.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageController2Service',
  186.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawController2Service',
  187.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingController2Service',
  188.             'Eccube\\Controller\\ProductController' => 'getProductController4Service',
  189.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  190.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  191.             'Eccube\\Controller\\SitemapController' => 'getSitemapController2Service',
  192.             'Eccube\\Controller\\TopController' => 'getTopController2Service',
  193.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  194.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  195.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  196.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  197.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  198.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  199.             'Plugin\\AmazonPayV2_42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  200.             'Plugin\\AmazonPayV2_42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  201.             'Plugin\\AmazonPayV2_42\\Controller\\AmazonRedirectController' => 'getAmazonRedirectController2Service',
  202.             'Plugin\\AmazonPayV2_42\\Controller\\AmazonShoppingController' => 'getAmazonShoppingController2Service',
  203.             'Plugin\\AmazonPayV2_42\\Service\\AmazonRequestService' => 'getAmazonRequestServiceService',
  204.             'Plugin\\AmazonPayV2_42\\Service\\Method\\AmazonPay' => 'getAmazonPayService',
  205.             'Plugin\\ZeusPayment42\\Controller\\Admin\\CancelCsvController' => 'getCancelCsvControllerService',
  206.             'Plugin\\ZeusPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  207.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderController' => 'getOrderController2Service',
  208.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderCsvController' => 'getOrderCsvControllerService',
  209.             'Plugin\\ZeusPayment42\\Controller\\ZeusPaymentReturn' => 'getZeusPaymentReturn2Service',
  210.             'Plugin\\ZeusPayment42\\Service\\Method\\CreditPayment' => 'getCreditPayment2Service',
  211.             'Plugin\\ZeusPayment42\\Service\\Method\\CvsPayment' => 'getCvsPaymentService',
  212.             'Plugin\\ZeusPayment42\\Service\\Method\\EbankPayment' => 'getEbankPaymentService',
  213.             'Plugin\\ZeusPayment42\\Service\\Method\\LaterPayment' => 'getLaterPaymentService',
  214.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  215.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  216.             'cache.app_clearer' => 'getCache_AppClearerService',
  217.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  218.             'cache.system_clearer' => 'getCache_SystemClearerService',
  219.             'cache_warmer' => 'getCacheWarmerService',
  220.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  221.             'console.command_loader' => 'getConsole_CommandLoaderService',
  222.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  223.             'eccube.logger' => 'getEccube_LoggerService',
  224.             'error_controller' => 'getErrorController2Service',
  225.             'knp_paginator' => 'getKnpPaginatorService',
  226.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  227.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  228.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  229.             'monolog.logger.amazon_pay_v2' => 'getMonolog_Logger_AmazonPayV2Service',
  230.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  231.             'routing.loader' => 'getRouting_LoaderService',
  232.             'services_resetter' => 'getServicesResetterService',
  233.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  234.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  235.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  236.         ];
  237.         $this->aliases = [
  238.             'database_connection' => 'doctrine.dbal.default_connection',
  239.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  240.         ];
  241.         $this->privates['service_container'] = function () {
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  248.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  249.             include_once \dirname(__DIR__4).'/app/Customize/Kernel.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  257.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  259.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  260.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  266.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  267.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  268.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartItemRepository.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ClassCategoryRepository.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CustomerRepository.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryFeeRepository.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryRepository.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailHistoryRepository.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailTemplateRepository.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/JobRepository.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderItemTypeRepository.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderStatusRepository.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/PrefRepository.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxDisplayTypeRepository.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxTypeRepository.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PaymentRepository.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductStockRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Service/MailService.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderHelper.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderStateMachine.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PointHelper.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ValidatorTrait.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPostValidator.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AddPointProcessor.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseProcessor.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AbstractPurchaseProcessor.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/CustomerPurchaseInfoProcessor.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemValidator.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliverySettingValidator.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderValidator.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/EmptyItemsValidator.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPreprocessor.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderNoProcessor.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalLimitValidator.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalNegativeValidator.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/DiscountProcessor.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PointProcessor.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PriceChangeValidator.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/ProductStatusValidator.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/TaxProcessor.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  331.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  336.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Repository/ConfigRepository.php';
  337.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Service/ZeusPaymentService.php';
  338.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/ZeusPaymentEvent.php';
  339.             include_once \dirname(__DIR__4).'/app/Customize/Converter/CustomerConverter.php';
  340.             include_once \dirname(__DIR__4).'/vendor/lm/cache/src/LmCachePluggableTrait.php';
  341.             include_once \dirname(__DIR__4).'/vendor/lm/cache/src/LmCacheTrait.php';
  342.             include_once \dirname(__DIR__4).'/app/Customize/Service/LmAbstractService.php';
  343.             include_once \dirname(__DIR__4).'/app/Customize/Converter/DynamicConverter.php';
  344.             include_once \dirname(__DIR__4).'/app/Customize/Entity/CacheTrait.php';
  345.             include_once \dirname(__DIR__4).'/app/Customize/Service/DynamicConverterService.php';
  346.             include_once \dirname(__DIR__4).'/app/Customize/Converter/EstimateConverter.php';
  347.             include_once \dirname(__DIR__4).'/app/Customize/Converter/OrderConverter.php';
  348.             include_once \dirname(__DIR__4).'/vendor/lm/engine-cs/src/Cs.php';
  349.             include_once \dirname(__DIR__4).'/vendor/lm/engine-order-bunkatsu/src/OrderBunkatsu.php';
  350.             include_once \dirname(__DIR__4).'/vendor/lm/engine-special-price/src/SpecialPrice.php';
  351.             include_once \dirname(__DIR__4).'/app/Customize/Converter/PaymentConverter.php';
  352.             include_once \dirname(__DIR__4).'/app/Customize/Converter/ProductConverter.php';
  353.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/FilterListener.php';
  354.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/GoogleTrustedStoreEventListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  356.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/KarteEventListener.php';
  357.             include_once \dirname(__DIR__4).'/app/Customize/Service/Karte/KarteService.php';
  358.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/LandingPageEventListener.php';
  359.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/MobileTemplatePathListener.php';
  360.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/RequestListener.php';
  361.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/SentrySubscriber.php';
  362.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/ShoppingEventListener.php';
  363.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/TwigInitializeListener.php';
  364.             include_once \dirname(__DIR__4).'/app/Customize/Plugin/ZeusPayment42/ZeusPaymentEvent.php';
  365.             include_once \dirname(__DIR__4).'/app/Customize/Service/AutoLoadService.php';
  366.             include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  367.             include_once \dirname(__DIR__4).'/app/Customize/Service/CartHelper.php';
  368.             include_once \dirname(__DIR__4).'/app/Customize/Service/CartService.php';
  369.             include_once \dirname(__DIR__4).'/app/Customize/Service/CatalogService.php';
  370.             include_once \dirname(__DIR__4).'/app/Customize/Service/CommonService.php';
  371.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderOptionsService.php';
  372.             include_once \dirname(__DIR__4).'/app/Customize/Service/CustomerService.php';
  373.             include_once \dirname(__DIR__4).'/app/Customize/Service/EstimateCharacterizer.php';
  374.             include_once \dirname(__DIR__4).'/app/Customize/Service/EstimateService.php';
  375.             include_once \dirname(__DIR__4).'/app/Customize/Service/FavoriteService.php';
  376.             include_once \dirname(__DIR__4).'/app/Customize/Service/GoodsPriceService.php';
  377.             include_once \dirname(__DIR__4).'/app/Customize/Service/GoodsService.php';
  378.             include_once \dirname(__DIR__4).'/app/Customize/Service/Google/ReCaptchaService.php';
  379.             include_once \dirname(__DIR__4).'/app/Customize/Service/LandingPageService.php';
  380.             include_once \dirname(__DIR__4).'/app/Customize/Service/LmDeliveryFee.php';
  381.             include_once \dirname(__DIR__4).'/app/Customize/Service/LmHelper.php';
  382.             include_once \dirname(__DIR__4).'/app/Customize/Service/PrefectureService.php';
  383.             include_once \dirname(__DIR__4).'/app/Customize/Service/MailService.php';
  384.             include_once \dirname(__DIR__4).'/app/Customize/Converter/MailConverter.php';
  385.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  386.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  387.             include_once \dirname(__DIR__4).'/app/Customize/Service/MobileDetector.php';
  388.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderConverterHelper.php';
  389.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderHelper.php';
  390.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderService.php';
  391.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargePreprocessor.php';
  392.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/PaymentChargePreprocessor.php';
  393.             include_once \dirname(__DIR__4).'/app/Customize/Service/RecentGoodsService.php';
  394.             include_once \dirname(__DIR__4).'/app/Customize/Service/ReviewService.php';
  395.             include_once \dirname(__DIR__4).'/app/Customize/Service/SampleService.php';
  396.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  397.             include_once \dirname(__DIR__4).'/app/Customize/Service/TaxRuleService.php';
  398.             include_once \dirname(__DIR__4).'/app/Customize/Service/YamlService.php';
  399.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php';
  402.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  403.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  408.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  410.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  411.             include_once \dirname(__DIR__4).'/app/Customize/Service/Cart/ProductClassAndOptionComparator.php';
  412.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseFlow.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php';
  416.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockMultipleValidator.php';
  417.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/SaleLimitMultipleValidator.php';
  418.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/DiscountPreprocessor.php';
  419.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeePreprocessor.php';
  420.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/DeliveryFeePreprocessor.php';
  421.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeFreeByShippingPreprocessor.php';
  422.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/DeliveryFeeFreeByShippingPreprocessor.php';
  423.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargeChangeValidator.php';
  424.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/PaymentChargeChangeValidator.php';
  425.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeChangeValidator.php';
  426.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PreOrderIdValidator.php';
  427.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderUpdateProcessor.php';
  428.             include_once \dirname(__DIR__4).'/vendor/lm/cache/src/CacheService.php';
  429.             include_once \dirname(__DIR__4).'/vendor/lm/db/src/SqlService.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  607.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  610.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  614.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  617.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  618.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  619.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  620.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  625.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  627.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  628.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  629.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  631.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  632.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  633.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  635.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  650.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  708.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  709.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  710.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  711.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  719.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  742.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  743.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  744.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  745.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  746.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  747.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  748.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  749.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  750.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/CustomExtension.php';
  751.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/ServiceExtension.php';
  752.             include_once \dirname(__DIR__4).'/app/Customize/Service/MetaTagService.php';
  753.             include_once \dirname(__DIR__4).'/app/Customize/Service/Payment/PaymentService.php';
  754.             include_once \dirname(__DIR__4).'/app/Customize/Service/InventoryMatrixService.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  758.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  759.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  760.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  764.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  767.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  769.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  776.         };
  777.     }
  778.     public function compile(): void
  779.     {
  780.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  781.     }
  782.     public function isCompiled(): bool
  783.     {
  784.         return true;
  785.     }
  786.     public function getRemovedIds(): array
  787.     {
  788.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  789.     }
  790.     protected function load($file$lazyLoad true)
  791.     {
  792.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  793.             return $class::do($this$lazyLoad);
  794.         }
  795.         if ('.' === $file[-4]) {
  796.             $class substr($class0, -4);
  797.         } else {
  798.             $file .= '.php';
  799.         }
  800.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  801.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  802.     }
  803.     protected function createProxy($class\Closure $factory)
  804.     {
  805.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  806.         return $factory();
  807.     }
  808.     /**
  809.      * Gets the public '.container.private.profiler' shared service.
  810.      *
  811.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  812.      */
  813.     protected function get_Container_Private_ProfilerService()
  814.     {
  815.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  816.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  817.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  818.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  819.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  820.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  821.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  822.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  823.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  824.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  825.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  826.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  827.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  828.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  829.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  830.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  831.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  832.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  833.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  834.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  835.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  836.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  837.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  838.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  839.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  840.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  841.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  842.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  843.         if ($this->has('kernel')) {
  844.             $e->setKernel($b);
  845.         }
  846.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  847.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  848.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  849.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  850.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  851.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  852.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  853.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Customize_KernelDevDebugContainer'), $c));
  854.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  855.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  856.         $instance->add($d);
  857.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  858.         $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));
  859.         $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())));
  860.         $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([])))));
  861.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  862.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  863.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  864.         $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()))));
  865.         $instance->add($e);
  866.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  867.         return $instance;
  868.     }
  869.     /**
  870.      * Gets the public '.container.private.security.authorization_checker' shared service.
  871.      *
  872.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  873.      */
  874.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  875.     {
  876.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  877.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  878.             return $this->services['.container.private.security.authorization_checker'];
  879.         }
  880.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  881.     }
  882.     /**
  883.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  884.      *
  885.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  886.      */
  887.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  888.     {
  889.         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())));
  890.     }
  891.     /**
  892.      * Gets the public '.container.private.security.token_storage' shared service.
  893.      *
  894.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  895.      */
  896.     protected function get_Container_Private_Security_TokenStorageService()
  897.     {
  898.         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, [
  899.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  900.         ], [
  901.             'request_stack' => '?',
  902.         ]));
  903.     }
  904.     /**
  905.      * Gets the public '.container.private.session' shared service.
  906.      *
  907.      * @return \Symfony\Component\HttpFoundation\Session\Session
  908.      */
  909.     protected function get_Container_Private_SessionService()
  910.     {
  911.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  912.         if (isset($this->services['.container.private.session'])) {
  913.             return $this->services['.container.private.session'];
  914.         }
  915.         return $this->services['.container.private.session'] = $a->createSession();
  916.     }
  917.     /**
  918.      * Gets the public '.container.private.state_machine.order' shared service.
  919.      *
  920.      * @return \Symfony\Component\Workflow\StateMachine
  921.      */
  922.     protected function get_Container_Private_StateMachine_OrderService()
  923.     {
  924.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  925.         if (isset($this->services['.container.private.state_machine.order'])) {
  926.             return $this->services['.container.private.state_machine.order'];
  927.         }
  928.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  929.     }
  930.     /**
  931.      * Gets the public '.container.private.twig' shared service.
  932.      *
  933.      * @return \Twig\Environment
  934.      */
  935.     protected function get_Container_Private_TwigService()
  936.     {
  937.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  938.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Resource/template'), 'AmazonPayV2_42');
  939.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/ZeusPayment42'), 'ZeusPayment42');
  940.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Resource/template'), 'ZeusPayment42');
  941.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  942.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  943.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  944.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  945.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  946.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  947.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  948.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  949.         $a->addPath((\dirname(__DIR__4).'/app/template/sato'), 'sato');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  958.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  959.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  960.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  961.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  962.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  963.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  964.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  965.         $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']);
  966.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  967.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  968.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  969.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  970.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  971.         $g = ($this->services['router'] ?? $this->getRouterService());
  972.         $h = new \Symfony\Component\Workflow\Registry();
  973.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  974.         $i = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  975.         $j = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  976.         $k = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  977.         $l = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  978.         $m = ($this->privates['Customize\\Service\\GoodsPriceService'] ?? $this->getGoodsPriceServiceService());
  979.         $n = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  980.         $o = ($this->privates['Lm\\Service\\Cache\\CacheService'] ?? ($this->privates['Lm\\Service\\Cache\\CacheService'] = new \Lm\Service\Cache\CacheService()));
  981.         $p = ($this->privates['Customize\\Service\\MobileDetector'] ?? ($this->privates['Customize\\Service\\MobileDetector'] = new \Customize\Service\MobileDetector()));
  982.         $q = ($this->privates['Customize\\Converter\\ProductConverter'] ?? ($this->privates['Customize\\Converter\\ProductConverter'] = new \Customize\Converter\ProductConverter()));
  983.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  984.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  985.         $s = new \Symfony\Bridge\Twig\AppVariable();
  986.         $s->setEnvironment('dev');
  987.         $s->setDebug(true);
  988.         if ($this->has('.container.private.security.token_storage')) {
  989.             $s->setTokenStorage($c);
  990.         }
  991.         if ($this->has('request_stack')) {
  992.             $s->setRequestStack($b);
  993.         }
  994.         $t = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  997.         $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)));
  998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  999.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1000.         $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 () {
  1001.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  1002.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  1003.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  1004.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  1005.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  1006.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  1007.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  1008.         }, 7))));
  1009.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1010.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1011.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1012.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1013.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1014.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1015.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1016.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  1017.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1018.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1019.         $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())));
  1020.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension($i));
  1021.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1022.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  1023.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  1024.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  1025.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  1026.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1027.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  1028.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  1029.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  1030.         $instance->addExtension(new \Customize\Twig\Extension\CustomExtension(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $b$instance$j$i$k$l, ($this->privates['Customize\\Converter\\DynamicConverter'] ?? $this->getDynamicConverterService()), ($this->privates['Customize\\Service\\ReviewService'] ?? ($this->privates['Customize\\Service\\ReviewService'] = new \Customize\Service\ReviewService())), $m, ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Customize\\Service\\RecentGoodsService'] ?? $this->getRecentGoodsServiceService()), $i$n));
  1031.         $instance->addExtension(new \Customize\Twig\Extension\ServiceExtension($this, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $b$l, ($this->privates['Customize\\Service\\CustomerService'] ?? $this->getCustomerServiceService()), $k, ($this->privates['Eccube\\Repository\\Master\\PrefRepository'] ?? $this->getPrefRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\JobRepository'] ?? $this->getJobRepositoryService()), ($this->privates['Customize\\Service\\CatalogService'] ?? $this->getCatalogServiceService()), $i$n$instance, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\ClassCategoryRepository'] ?? $this->getClassCategoryRepositoryService()), $o, new \Customize\Service\MetaTagService($b$k$l), ($this->privates['Customize\\Service\\EstimateCharacterizer'] ?? $this->getEstimateCharacterizerService()), ($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), ($this->privates['Customize\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Customize\\Converter\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), $m, ($this->privates['Customize\\Service\\AutoLoadService'] ?? $this->getAutoLoadServiceService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), $p, ($this->privates['Customize\\Service\\FavoriteService'] ?? $this->getFavoriteServiceService()), ($this->privates['Customize\\Service\\SampleService'] ?? $this->getSampleServiceService()), new \Customize\Service\Payment\PaymentService($l), new \Customize\Service\InventoryMatrixService($o$n$q$p), ($this->privates['Customize\\Service\\Google\\ReCaptchaService'] ?? ($this->privates['Customize\\Service\\Google\\ReCaptchaService'] = new \Customize\Service\Google\ReCaptchaService())), $q));
  1032.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  1033.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  1034.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1035.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1036.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  1037.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1038.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1039.         $instance->addGlobal('app'$s);
  1040.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1041.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1042.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1043.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1044.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1045.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1046.         ], [
  1047.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1048.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1049.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1050.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1051.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1052.         ])));
  1053.         $instance->addGlobal('BaseInfo'NULL);
  1054.         $instance->addGlobal('eccube_config'$j);
  1055.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1056.         $instance->registerUndefinedFilterCallback([=> $t=> 'suggestFilter']);
  1057.         $instance->registerUndefinedFunctionCallback([=> $t=> 'suggestFunction']);
  1058.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1059.         return $instance;
  1060.     }
  1061.     /**
  1062.      * Gets the public '.container.private.validator' shared service.
  1063.      *
  1064.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1065.      */
  1066.     protected function get_Container_Private_ValidatorService()
  1067.     {
  1068.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1069.         if (isset($this->services['.container.private.validator'])) {
  1070.             return $this->services['.container.private.validator'];
  1071.         }
  1072.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1073.     }
  1074.     /**
  1075.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1076.      *
  1077.      * @return \Detection\MobileDetect
  1078.      */
  1079.     protected function getMobileDetectService()
  1080.     {
  1081.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1082.     }
  1083.     /**
  1084.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1085.      *
  1086.      * @return \Eccube\Common\EccubeConfig
  1087.      */
  1088.     protected function getEccubeConfigService()
  1089.     {
  1090.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1091.     }
  1092.     /**
  1093.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1094.      *
  1095.      * @return \Eccube\Repository\PluginRepository
  1096.      */
  1097.     protected function getPluginRepositoryService($lazyLoad true)
  1098.     {
  1099.         if ($lazyLoad) {
  1100.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1101.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1102.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1103.                     $proxy->setProxyInitializer(null);
  1104.                     return true;
  1105.                 });
  1106.             });
  1107.         }
  1108.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1109.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1110.     }
  1111.     /**
  1112.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1113.      *
  1114.      * @return \Eccube\Service\SystemService
  1115.      */
  1116.     protected function getSystemServiceService($lazyLoad true)
  1117.     {
  1118.         if ($lazyLoad) {
  1119.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1120.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1121.                     $wrappedInstance $this->getSystemServiceService(false);
  1122.                     $proxy->setProxyInitializer(null);
  1123.                     return true;
  1124.                 });
  1125.             });
  1126.         }
  1127.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1128.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1129.     }
  1130.     /**
  1131.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1132.      *
  1133.      * @return \Eccube\Service\TaxRuleService
  1134.      */
  1135.     protected function getTaxRuleServiceService($lazyLoad true)
  1136.     {
  1137.         if ($lazyLoad) {
  1138.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1139.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1140.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1141.                     $proxy->setProxyInitializer(null);
  1142.                     return true;
  1143.                 });
  1144.             });
  1145.         }
  1146.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1147.     }
  1148.     /**
  1149.      * Gets the public 'cache.app' shared service.
  1150.      *
  1151.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1152.      */
  1153.     protected function getCache_AppService()
  1154.     {
  1155.         $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))));
  1156.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1157.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1158.     }
  1159.     /**
  1160.      * Gets the public 'cache.rate_limiter' shared service.
  1161.      *
  1162.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1163.      */
  1164.     protected function getCache_RateLimiterService()
  1165.     {
  1166.         $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))));
  1167.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1168.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1169.     }
  1170.     /**
  1171.      * Gets the public 'cache.system' shared service.
  1172.      *
  1173.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1174.      */
  1175.     protected function getCache_SystemService()
  1176.     {
  1177.         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())));
  1178.     }
  1179.     /**
  1180.      * Gets the public 'cache.validator_expression_language' shared service.
  1181.      *
  1182.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1183.      */
  1184.     protected function getCache_ValidatorExpressionLanguageService()
  1185.     {
  1186.         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())));
  1187.     }
  1188.     /**
  1189.      * Gets the public 'data_collector.dump' shared service.
  1190.      *
  1191.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1192.      */
  1193.     protected function getDataCollector_DumpService()
  1194.     {
  1195.         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);
  1196.     }
  1197.     /**
  1198.      * Gets the public 'doctrine' shared service.
  1199.      *
  1200.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1201.      */
  1202.     protected function getDoctrineService()
  1203.     {
  1204.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1205.     }
  1206.     /**
  1207.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1208.      *
  1209.      * @return \Doctrine\DBAL\Connection
  1210.      */
  1211.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1212.     {
  1213.         $a = new \Doctrine\DBAL\Configuration();
  1214.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1215.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1216.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1217.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1218.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1219.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1220.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1221.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1222.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1223.         $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))));
  1224.         $c->setConnectionName('default');
  1225.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1226.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => 'utf8''url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['collate' => 'utf8_general_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1227.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1228.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1229.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1230.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1231.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1232.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1233.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1234.         ], [
  1235.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1236.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1237.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1238.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1239.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1240.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1241.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1242.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1243.     }
  1244.     /**
  1245.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1246.      *
  1247.      * @return \Doctrine\ORM\EntityManager
  1248.      */
  1249.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1250.     {
  1251.         if ($lazyLoad) {
  1252.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1253.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1254.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1255.                     $proxy->setProxyInitializer(null);
  1256.                     return true;
  1257.                 });
  1258.             });
  1259.         }
  1260.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1270.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1279.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1280.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1281.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1282.         $a = new \Doctrine\ORM\Configuration();
  1283.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1284.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Eccube/Entity'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')])));
  1285.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1286.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1287.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1288.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Entity')]);
  1289.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1290.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1291.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1292.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1293.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1294.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1295.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1296.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1297.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1298.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1299.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1300.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1301.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1302.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1303.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1304.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1305.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1306.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Entity')]);
  1307.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1308.         $b->addDriver($c'Eccube\\Entity');
  1309.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1310.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1311.         $b->addDriver($e'Eccube\\Entity');
  1312.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1313.         $b->addDriver($f'Plugin\\AmazonPayV2_42\\Entity');
  1314.         $b->addDriver($g'Plugin\\Api42\\Entity');
  1315.         $b->addDriver($h'Plugin\\Coupon42\\Entity');
  1316.         $b->addDriver($i'Plugin\\MailMagazine42\\Entity');
  1317.         $b->addDriver($j'Plugin\\ProductReview42\\Entity');
  1318.         $b->addDriver($k'Plugin\\Recommend42\\Entity');
  1319.         $b->addDriver($l'Plugin\\RelatedProduct42\\Entity');
  1320.         $b->addDriver($m'Plugin\\Securitychecker42\\Entity');
  1321.         $b->addDriver($n'Plugin\\SiteKit42\\Entity');
  1322.         $b->addDriver($o'Plugin\\ZeusPayment42\\Entity');
  1323.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1324.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1325.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1326.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1327.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1328.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1329.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1330.         ], [
  1331.             'doctrine.ulid_generator' => '?',
  1332.             'doctrine.uuid_generator' => '?',
  1333.         ])));
  1334.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1335.         $a->setProxyNamespace('Proxies');
  1336.         $a->setAutoGenerateProxyClasses(true);
  1337.         $a->setSchemaIgnoreClasses([]);
  1338.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1339.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1340.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1341.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1342.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1343.         $a->setLazyGhostObjectEnabled(false);
  1344.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1345.             'Customize\\Repository\\CustomerFavoriteProductRepository' => ['privates''Customize\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1346.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1347.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1348.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1349.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1350.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1351.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'false],
  1352.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1353.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1354.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'false],
  1355.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1356.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1357.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1358.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepository2Service'true],
  1359.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1360.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1361.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'false],
  1362.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'false],
  1363.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1364.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1365.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1366.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'false],
  1367.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'false],
  1368.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1369.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1370.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1371.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1372.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1373.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1374.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'false],
  1375.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1376.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'false],
  1377.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1378.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'false],
  1379.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1380.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'false],
  1381.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1382.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1383.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1384.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1385.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1386.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1387.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'false],
  1388.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'false],
  1389.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1390.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1391.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1392.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1393.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1394.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1395.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1396.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1397.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1398.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1399.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1400.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1401.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1402.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1403.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1404.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'false],
  1405.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1406.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1407.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1408.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1409.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1410.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1411.             'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository''getAmazonBannerRepositoryService'true],
  1412.             'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1413.             'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository''getAmazonStatusRepositoryService'true],
  1414.             'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1415.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1416.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1417.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1418.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1419.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1420.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1421.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1422.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1423.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1424.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1425.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1426.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1427.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1428.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\ZeusPayment42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1429.         ], [
  1430.             'Customize\\Repository\\CustomerFavoriteProductRepository' => '?',
  1431.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1432.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1433.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1434.             'Eccube\\Repository\\BlockRepository' => '?',
  1435.             'Eccube\\Repository\\CalendarRepository' => '?',
  1436.             'Eccube\\Repository\\CartItemRepository' => '?',
  1437.             'Eccube\\Repository\\CartRepository' => '?',
  1438.             'Eccube\\Repository\\CategoryRepository' => '?',
  1439.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1440.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1441.             'Eccube\\Repository\\CsvRepository' => '?',
  1442.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1443.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1444.             'Eccube\\Repository\\CustomerRepository' => '?',
  1445.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1446.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1447.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1448.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1449.             'Eccube\\Repository\\LayoutRepository' => '?',
  1450.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1451.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1452.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1453.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1454.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1455.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1456.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1457.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1458.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1459.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1460.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1461.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1462.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1463.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1464.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1465.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1466.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1467.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1468.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1469.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1470.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1471.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1472.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1473.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1474.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1475.             'Eccube\\Repository\\MemberRepository' => '?',
  1476.             'Eccube\\Repository\\NewsRepository' => '?',
  1477.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1478.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1479.             'Eccube\\Repository\\OrderRepository' => '?',
  1480.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1481.             'Eccube\\Repository\\PageRepository' => '?',
  1482.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1483.             'Eccube\\Repository\\PaymentRepository' => '?',
  1484.             'Eccube\\Repository\\PluginRepository' => '?',
  1485.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1486.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1487.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1488.             'Eccube\\Repository\\ProductRepository' => '?',
  1489.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1490.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1491.             'Eccube\\Repository\\ShippingRepository' => '?',
  1492.             'Eccube\\Repository\\TagRepository' => '?',
  1493.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1494.             'Eccube\\Repository\\TemplateRepository' => '?',
  1495.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1496.             'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => '?',
  1497.             'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => '?',
  1498.             'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => '?',
  1499.             'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => '?',
  1500.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1501.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1502.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1503.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1504.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1505.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1506.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1507.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1508.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1509.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1510.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1511.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1512.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1513.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => '?',
  1514.         ])));
  1515.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1516.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1517.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1518.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1519.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1520.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1521.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1522.         return $instance;
  1523.     }
  1524.     /**
  1525.      * Gets the public 'event_dispatcher' shared service.
  1526.      *
  1527.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1528.      */
  1529.     protected function getEventDispatcherService()
  1530.     {
  1531.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1532.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1533.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1534.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1535.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1536.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1537.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1538.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1539.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1540.         $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())));
  1541.         $instance->addListener('kernel.request', [=> function () {
  1542.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1543.         }, => 'onKernelRequest'], 1024);
  1544.         $instance->addListener('kernel.controller', [=> function () {
  1545.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1546.         }, => 'onKernelController'], 0);
  1547.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1548.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1549.         }, => 'checkPassport'], 1024);
  1550.         $instance->addListener('kernel.response', [=> function () {
  1551.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1552.         }, => 'onKernelResponse'], 0);
  1553.         $instance->addListener('kernel.response', [=> function () {
  1554.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1555.         }, => 'onKernelResponse'], 0);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1558.         }, => 'onKernelRequest'], 0);
  1559.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1560.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1561.         }, => 'onAuthorizationRequest'], 1024);
  1562.         $instance->addListener('kernel.controller', [=> function () {
  1563.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1564.         }, => 'onController'], 0);
  1565.         $instance->addListener('kernel.request', [=> function () {
  1566.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1567.         }, => 'onKernelRequest'], 512);
  1568.         $instance->addListener('kernel.request', [=> function () {
  1569.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1570.         }, => 'onKernelRequestEarly'], 500);
  1571.         $instance->addListener('kernel.request', [=> function () {
  1572.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1573.         }, => 'onKernelRequest'], 6);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1576.         }, => 'onKernelResponse'], 0);
  1577.         $instance->addListener('kernel.controller', [=> function () {
  1578.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1579.         }, => 'onKernelController'], 0);
  1580.         $instance->addListener('kernel.terminate', [=> function () {
  1581.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1582.         }, => 'onKernelTerminate'], 0);
  1583.         $instance->addListener('kernel.exception', [=> function () {
  1584.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1585.         }, => 'onKernelException'], -4);
  1586.         $instance->addListener('security.interactive_login', [=> function () {
  1587.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1588.         }, => 'onInteractiveLogin'], 0);
  1589.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1590.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1591.         }, => 'onAuthenticationFailure'], 0);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1594.         }, => 'onResponse'], 0);
  1595.         $instance->addListener('kernel.request', [=> function () {
  1596.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListener2Service());
  1597.         }, => 'onKernelRequest'], 512);
  1598.         $instance->addListener('kernel.controller', [=> function () {
  1599.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1600.         }, => 'onController'], 0);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1603.         }, => 'onKernelRequest'], 7);
  1604.         $instance->addListener('security.interactive_login', [=> function () {
  1605.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1606.         }, => 'onInteractiveLogin'], 0);
  1607.         $instance->addListener('security.authentication.failure', [=> function () {
  1608.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1609.         }, => 'onAuthenticationFailure'], 0);
  1610.         $instance->addListener('kernel.request', [=> function () {
  1611.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1612.         }, => 'onKernelRequest'], 0);
  1613.         $instance->addListener('kernel.exception', [=> function () {
  1614.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1615.         }, => 'onKernelException'], 0);
  1616.         $instance->addListener('kernel.terminate', [=> function () {
  1617.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1618.         }, => 'onKernelTerminate'], 0);
  1619.         $instance->addListener('kernel.request', [=> function () {
  1620.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListener2Service());
  1621.         }, => 'onKernelRequest'], 6);
  1622.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1623.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1624.         }, => 'onKernelController'], 7);
  1625.         $instance->addListener('form.pre_submit', [=> function () {
  1626.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1627.         }, => 'onPreSubmit'], 0);
  1628.         $instance->addListener('form.pre_submit', [=> function () {
  1629.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1630.         }, => 'purifySubmittedData'], 1000001);
  1631.         $instance->addListener('form.pre_submit', [=> function () {
  1632.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1633.         }, => 'onPreSubmit'], 0);
  1634.         $instance->addListener('workflow.order.completed', [=> function () {
  1635.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1636.         }, => 'onCompleted'], 0);
  1637.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1638.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1639.         }, => 'updatePaymentDate'], 0);
  1640.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1641.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1642.         }, => 'rollbackStock'], 0);
  1643.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1644.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1645.         }, => 'rollbackUsePoint'], 0);
  1646.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1647.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1648.         }, => 'commitStock'], 0);
  1649.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1650.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1651.         }, => 'commitUsePoint'], 0);
  1652.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1653.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1654.         }, => 'commitAddPoint'], 0);
  1655.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1656.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1657.         }, => 'rollbackUsePoint'], 0);
  1658.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1659.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1660.         }, => 'rollbackAddPoint'], 0);
  1661.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1662.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1663.         }, => 'commitUsePoint'], 0);
  1664.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1665.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1666.         }, => 'commitAddPoint'], 0);
  1667.         $instance->addListener('kernel.terminate', [=> function () {
  1668.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1669.         }, => 'disableMaintenanceEvent'], 0);
  1670.         $instance->addListener('kernel.terminate', [=> function () {
  1671.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1672.         }, => 'forceClearCache'], 0);
  1673.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1674.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1675.         }, => 'amazon_cart_buystep'], 0);
  1676.         $instance->addListener('Cart/index.twig', [=> function () {
  1677.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1678.         }, => 'cart'], 0);
  1679.         $instance->addListener('Shopping/index.twig', [=> function () {
  1680.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1681.         }, => 'amazon_pay_shopping'], 0);
  1682.         $instance->addListener('Mypage/login.twig', [=> function () {
  1683.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1684.         }, => 'mypage_login'], 0);
  1685.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1686.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1687.         }, => 'amazon_pay_shopping_confirm'], 0);
  1688.         $instance->addListener('index.twig', [=> function () {
  1689.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1690.         }, => 'add_banner_on_top'], 0);
  1691.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1692.             return ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusCancelService'] ?? $this->load('getZeusCancelServiceService'));
  1693.         }, => 'cancel'], 0);
  1694.         $instance->addListener('Shopping/index.twig', [=> function () {
  1695.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1696.         }, => 'onShoppingIndexTwig'], 0);
  1697.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1698.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1699.         }, => 'onShoppingConfirmTwig'], 0);
  1700.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1701.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1702.         }, => 'adminOrderIndexTwig'], 0);
  1703.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1704.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1705.         }, => 'adminOrderEditTwig'], 0);
  1706.         $instance->addListener('kernel.controller', [=> function () {
  1707.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1708.         }, => 'onKernelController'], 130);
  1709.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1710.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1711.         }, => 'onKernelControllerArguments'], 0);
  1712.         $instance->addListener('kernel.response', [=> function () {
  1713.             return ($this->privates['Customize\\EventListener\\FilterListener'] ?? $this->getFilterListenerService());
  1714.         }, => 'onResponse'], 0);
  1715.         $instance->addListener('kernel.view', [=> function () {
  1716.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1717.         }, => 'onKernelView'], 0);
  1718.         $instance->addListener('Contact/index.twig', [=> function () {
  1719.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1720.         }, => 'onContactIndex'], 0);
  1721.         $instance->addListener('Contact/confirm.twig', [=> function () {
  1722.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1723.         }, => 'onContactConfirm'], 0);
  1724.         $instance->addListener('Entry/index.twig', [=> function () {
  1725.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1726.         }, => 'onEntryIndex'], 0);
  1727.         $instance->addListener('Entry/confirm.twig', [=> function () {
  1728.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1729.         }, => 'onEntryIndex'], 0);
  1730.         $instance->addListener('Forgot/index.twig', [=> function () {
  1731.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1732.         }, => 'onForgotIndex'], 0);
  1733.         $instance->addListener('Mail/question.twig', [=> function () {
  1734.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1735.         }, => 'onMailQuestionIndex'], 0);
  1736.         $instance->addListener('Mail/question_confirm.twig', [=> function () {
  1737.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1738.         }, => 'onMailQuestionConfirm'], 0);
  1739.         $instance->addListener('kernel.response', [=> function () {
  1740.             return ($this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'] ?? $this->getGoogleTrustedStoreEventListenerService());
  1741.         }, => 'onKernelResponse'], 0);
  1742.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1743.             return ($this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'] ?? $this->getGoogleTrustedStoreEventListenerService());
  1744.         }, => 'onShoppingComplete'], 0);
  1745.         $instance->addListener('kernel.response', [=> function () {
  1746.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1747.         }, => 'onKernelResponse'], 0);
  1748.         $instance->addListener('Entry/activate.twig', [=> function () {
  1749.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1750.         }, => 'onEntryActivate'], 0);
  1751.         $instance->addListener('Shopping/index.twig', [=> function () {
  1752.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1753.         }, => 'onEntryActivate'], 0);
  1754.         $instance->addListener('Mypage/index.twig', [=> function () {
  1755.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1756.         }, => 'onEntryActivate'], 0);
  1757.         $instance->addListener('Top/index.twig', [=> function () {
  1758.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1759.         }, => 'onEntryActivate'], 0);
  1760.         $instance->addListener('security.interactive_login', [=> function () {
  1761.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1762.         }, => 'onInteractiveLogin'], 0);
  1763.         $instance->addListener('Item/detail.twig', [=> function () {
  1764.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1765.         }, => 'onProductDetail'], 0);
  1766.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1767.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1768.         }, => 'onFavoriteUpdate'], 0);
  1769.         $instance->addListener('Cart/index.twig', [=> function () {
  1770.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1771.         }, => 'onTrackInformationOfCart'], 0);
  1772.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1773.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1774.         }, => 'onPurchaseCompleted'], 0);
  1775.         $instance->addListener('Estimate/index.twig', [=> function () {
  1776.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1777.         }, => 'onQuotation'], 0);
  1778.         $instance->addListener('Mypage/update.twig', [=> function () {
  1779.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1780.         }, => 'onMyPageUpdateInformation'], 0);
  1781.         $instance->addListener('Mypage/withdraw_complete.twig', [=> function () {
  1782.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1783.         }, => 'onMyPageUpdateInformation'], 0);
  1784.         $instance->addListener('Mitsumori/index.twig', [=> function () {
  1785.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1786.         }, => 'onQuotation'], 0);
  1787.         $instance->addListener('Contact/complete.twig', [=> function () {
  1788.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1789.         }, => 'onEntryActivate'], 0);
  1790.         $instance->addListener('front.entry.index.complete', [=> function () {
  1791.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1792.         }, => 'onEccubeFrontEntryIndexComplete'], 0);
  1793.         $instance->addListener('lm.front.product.favorite.add.complete', [=> function () {
  1794.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1795.         }, => 'onLmFrontFavoriteAddComplete'], 0);
  1796.         $instance->addListener('lm.front.product.favorite.delete.complete', [=> function () {
  1797.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1798.         }, => 'onLmFrontFavoriteDeleteComplete'], 0);
  1799.         $instance->addListener('session.front.product.user.cart.step2.register.completed', [=> function () {
  1800.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1801.         }, => 'onCartStep2RegisterCompleted'], 0);
  1802.         $instance->addListener('session.front.cart.add_product', [=> function () {
  1803.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1804.         }, => 'onAddProduct'], 0);
  1805.         $instance->addListener('session.front.cart.delete_product', [=> function () {
  1806.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1807.         }, => 'onDeleteProduct'], 0);
  1808.         $instance->addListener('session.front.quotation.send.quotation.by.email', [=> function () {
  1809.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1810.         }, => 'onSendQuotationByEmail'], 0);
  1811.         $instance->addListener('session.front.quotation.send.quotation.by.fax', [=> function () {
  1812.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1813.         }, => 'onSendQuotationByFax'], 0);
  1814.         $instance->addListener('kernel.response', [=> function () {
  1815.             return ($this->privates['Customize\\EventListener\\LandingPageEventListener'] ?? $this->getLandingPageEventListenerService());
  1816.         }, => 'onKernelRequest'], 6);
  1817.         $instance->addListener('kernel.request', [=> function () {
  1818.             return ($this->privates['Customize\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1819.         }, => 'onKernelRequest'], 512);
  1820.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1821.             return ($this->privates['Customize\\EventListener\\OrderBunkatsuEventListener'] ?? ($this->privates['Customize\\EventListener\\OrderBunkatsuEventListener'] = new \Customize\EventListener\OrderBunkatsuEventListener()));
  1822.         }, => 'onShoppingConfirm'], 0);
  1823.         $instance->addListener('kernel.request', [=> function () {
  1824.             return ($this->privates['Customize\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1825.         }, => 'onKernelRequest'], 40);
  1826.         $instance->addListener('Item/detail.twig', [=> function () {
  1827.             return ($this->privates['Customize\\EventListener\\SchemaOrgEventListener'] ?? ($this->privates['Customize\\EventListener\\SchemaOrgEventListener'] = new \Customize\EventListener\SchemaOrgEventListener()));
  1828.         }, => 'onProductDetail'], 0);
  1829.         $instance->addListener('kernel.controller', [=> function () {
  1830.             return ($this->privates['Customize\\EventListener\\SentrySubscriber'] ?? ($this->privates['Customize\\EventListener\\SentrySubscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1831.         }, => 'onControllerStart'], 0);
  1832.         $instance->addListener('kernel.terminate', [=> function () {
  1833.             return ($this->privates['Customize\\EventListener\\SentrySubscriber'] ?? ($this->privates['Customize\\EventListener\\SentrySubscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1834.         }, => 'onControllerEnd'], 0);
  1835.         $instance->addListener('kernel.response', [=> function () {
  1836.             return ($this->privates['Customize\\EventListener\\ShoppingEventListener'] ?? $this->getShoppingEventListenerService());
  1837.         }, => 'onKernelRequest'], 6);
  1838.         $instance->addListener('kernel.request', [=> function () {
  1839.             return ($this->privates['Customize\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1840.         }, => 'onKernelRequest'], 6);
  1841.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1842.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1843.         }, => 'amazon_cart_buystep'], 0);
  1844.         $instance->addListener('Cart/index.twig', [=> function () {
  1845.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1846.         }, => 'cart'], 0);
  1847.         $instance->addListener('Shopping/index.twig', [=> function () {
  1848.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1849.         }, => 'amazon_pay_shopping'], 0);
  1850.         $instance->addListener('Mypage/login.twig', [=> function () {
  1851.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1852.         }, => 'mypage_login'], 0);
  1853.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1854.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1855.         }, => 'amazon_pay_shopping_confirm'], 0);
  1856.         $instance->addListener('Shopping/index.twig', [=> function () {
  1857.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1858.         }, => 'onShoppingIndexTwig'], 0);
  1859.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1860.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1861.         }, => 'onShoppingConfirmTwig'], 0);
  1862.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1863.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1864.         }, => 'adminOrderIndexTwig'], 0);
  1865.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1866.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1867.         }, => 'adminOrderEditTwig'], 0);
  1868.         $instance->addListener('kernel.controller', [=> function () {
  1869.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1870.         }, => 'onKernelController'], 130);
  1871.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1872.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1873.         }, => 'onKernelControllerArguments'], 0);
  1874.         $instance->addListener('kernel.request', [=> function () {
  1875.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1876.         }, => 'onKernelRequest'], 4096);
  1877.         $instance->addListener('kernel.controller', [=> function () {
  1878.             return ($this->privates['sentry_subscriber'] ?? ($this->privates['sentry_subscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1879.         }, => 'onControllerStart'], 0);
  1880.         $instance->addListener('kernel.terminate', [=> function () {
  1881.             return ($this->privates['sentry_subscriber'] ?? ($this->privates['sentry_subscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1882.         }, => 'onControllerEnd'], 0);
  1883.         $instance->addListener('kernel.response', [=> function () {
  1884.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1885.         }, => 'onKernelResponse'], 0);
  1886.         $instance->addListener('kernel.response', [=> function () {
  1887.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1888.         }, => 'onKernelResponse'], -1024);
  1889.         $instance->addListener('kernel.request', [=> function () {
  1890.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1891.         }, => 'setDefaultLocale'], 100);
  1892.         $instance->addListener('kernel.request', [=> function () {
  1893.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1894.         }, => 'onKernelRequest'], 16);
  1895.         $instance->addListener('kernel.finish_request', [=> function () {
  1896.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1897.         }, => 'onKernelFinishRequest'], 0);
  1898.         $instance->addListener('kernel.request', [=> function () {
  1899.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1900.         }, => 'onKernelRequest'], 256);
  1901.         $instance->addListener('kernel.response', [=> function () {
  1902.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1903.         }, => 'onResponse'], -255);
  1904.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1905.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1906.         }, => 'onControllerArguments'], 0);
  1907.         $instance->addListener('kernel.exception', [=> function () {
  1908.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1909.         }, => 'logKernelException'], 0);
  1910.         $instance->addListener('kernel.exception', [=> function () {
  1911.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1912.         }, => 'onKernelException'], -128);
  1913.         $instance->addListener('kernel.response', [=> function () {
  1914.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1915.         }, => 'removeCspHeader'], -128);
  1916.         $instance->addListener('kernel.request', [=> function () {
  1917.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1918.         }, => 'onKernelRequest'], 15);
  1919.         $instance->addListener('kernel.finish_request', [=> function () {
  1920.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1921.         }, => 'onKernelFinishRequest'], -15);
  1922.         $instance->addListener('console.error', [=> function () {
  1923.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1924.         }, => 'onConsoleError'], -128);
  1925.         $instance->addListener('console.terminate', [=> function () {
  1926.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1927.         }, => 'onConsoleTerminate'], -128);
  1928.         $instance->addListener('console.error', [=> function () {
  1929.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1930.         }, => 'onConsoleError'], 0);
  1931.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1932.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1933.         }, => 'onMessage'], -255);
  1934.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1935.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1936.         }, => 'onMessage'], -255);
  1937.         $instance->addListener('kernel.response', [=> function () {
  1938.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1939.         }, => 'onKernelResponse'], 0);
  1940.         $instance->addListener('kernel.request', [=> function () {
  1941.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1942.         }, => 'onKernelRequest'], 48);
  1943.         $instance->addListener('kernel.request', [=> function () {
  1944.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1945.         }, => 'configure'], 2048);
  1946.         $instance->addListener('console.command', [=> function () {
  1947.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1948.         }, => 'configure'], 2048);
  1949.         $instance->addListener('kernel.request', [=> function () {
  1950.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1951.         }, => 'onKernelRequest'], 32);
  1952.         $instance->addListener('kernel.finish_request', [=> function () {
  1953.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1954.         }, => 'onKernelFinishRequest'], 0);
  1955.         $instance->addListener('kernel.exception', [=> function () {
  1956.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1957.         }, => 'onKernelException'], -64);
  1958.         $instance->addListener('kernel.request', [=> function () {
  1959.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1960.         }, => 'onKernelRequest'], 128);
  1961.         $instance->addListener('kernel.response', [=> function () {
  1962.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1963.         }, => 'onKernelResponse'], -1000);
  1964.         $instance->addListener('kernel.finish_request', [=> function () {
  1965.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1966.         }, => 'onFinishRequest'], 0);
  1967.         $instance->addListener('kernel.response', [=> function () {
  1968.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1969.         }, => 'onKernelResponse'], -100);
  1970.         $instance->addListener('kernel.exception', [=> function () {
  1971.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1972.         }, => 'onKernelException'], 0);
  1973.         $instance->addListener('kernel.terminate', [=> function () {
  1974.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1975.         }, => 'onKernelTerminate'], -1024);
  1976.         $instance->addListener('kernel.controller', [=> function () {
  1977.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1978.         }, => 'onKernelController'], 0);
  1979.         $instance->addListener('kernel.response', [=> function () {
  1980.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1981.         }, => 'onKernelResponse'], 0);
  1982.         $instance->addListener('kernel.response', [=> function () {
  1983.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1984.         }, => 'onKernelResponse'], 0);
  1985.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1986.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1987.         }, => 'checkPassport'], 0);
  1988.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1989.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1990.         }, => 'onLoginSuccess'], 0);
  1991.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1992.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1993.         }, => 'onVoterVote'], 0);
  1994.         $instance->addListener('kernel.request', [=> function () {
  1995.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1996.         }, => 'configureLogoutUrlGenerator'], 8);
  1997.         $instance->addListener('kernel.request', [=> function () {
  1998.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1999.         }, => 'onKernelRequest'], 8);
  2000.         $instance->addListener('kernel.finish_request', [=> function () {
  2001.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2002.         }, => 'onKernelFinishRequest'], 0);
  2003.         $instance->addListener('kernel.controller', [=> function () {
  2004.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2005.         }, => 'onKernelController'], 0);
  2006.         $instance->addListener('kernel.controller', [=> function () {
  2007.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2008.         }, => 'onKernelController'], 0);
  2009.         $instance->addListener('kernel.controller', [=> function () {
  2010.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2011.         }, => 'onKernelController'], -128);
  2012.         $instance->addListener('kernel.view', [=> function () {
  2013.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2014.         }, => 'onKernelView'], 0);
  2015.         $instance->addListener('kernel.controller', [=> function () {
  2016.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2017.         }, => 'onKernelController'], 0);
  2018.         $instance->addListener('kernel.response', [=> function () {
  2019.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2020.         }, => 'onKernelResponse'], 0);
  2021.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2022.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2023.         }, => 'onKernelControllerArguments'], 0);
  2024.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2025.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2026.         }, => 'onKernelControllerArguments'], 0);
  2027.         $instance->addListener('console.command', [=> function () {
  2028.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2029.         }, => 'onCommand'], 255);
  2030.         $instance->addListener('console.terminate', [=> function () {
  2031.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2032.         }, => 'onTerminate'], -255);
  2033.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2034.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2035.         }, => 'onMessage'], 0);
  2036.         $instance->addListener('console.command', [=> function () {
  2037.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2038.         }, => 'configure'], 1024);
  2039.         $instance->addListener('kernel.response', [=> function () {
  2040.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2041.         }, => 'onKernelResponse'], -128);
  2042.         $instance->addListener('console.error', [=> function () {
  2043.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2044.         }, => 'onConsoleError'], 0);
  2045.         $instance->addListener('console.terminate', [=> function () {
  2046.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2047.         }, => 'onConsoleTerminate'], 0);
  2048.         $instance->addListener('knp_pager.before', [=> function () {
  2049.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2050.         }, => 'before'], 0);
  2051.         $instance->addListener('knp_pager.pagination', [=> function () {
  2052.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2053.         }, => 'pagination'], 0);
  2054.         $instance->addListener('knp_pager.before', [=> function () {
  2055.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2056.         }, => 'before'], 1);
  2057.         $instance->addListener('knp_pager.before', [=> function () {
  2058.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2059.         }, => 'before'], 1);
  2060.         $instance->addListener('knp_pager.pagination', [=> function () {
  2061.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2062.         }, => 'pagination'], 1);
  2063.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2064.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2065.         }, => 'checkPassport'], 256);
  2066.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2067.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2068.         }, => 'checkPassport'], 512);
  2069.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2070.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2071.         }, => 'onLogout'], 0);
  2072.         return $instance;
  2073.     }
  2074.     /**
  2075.      * Gets the public 'http_kernel' shared service.
  2076.      *
  2077.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2078.      */
  2079.     protected function getHttpKernelService()
  2080.     {
  2081.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2082.         if (isset($this->services['http_kernel'])) {
  2083.             return $this->services['http_kernel'];
  2084.         }
  2085.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2086.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2087.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2088.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2089.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2090.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2091.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2092.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2093.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2094.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2095.         }, 8)), $b));
  2096.     }
  2097.     /**
  2098.      * Gets the public 'request_stack' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2101.      */
  2102.     protected function getRequestStackService()
  2103.     {
  2104.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2105.     }
  2106.     /**
  2107.      * Gets the public 'router' shared service.
  2108.      *
  2109.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2110.      */
  2111.     protected function getRouterService()
  2112.     {
  2113.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2114.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2115.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2116.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2117.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2118.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2119.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2120.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2121.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2122.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2123.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2124.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2125.         ], [
  2126.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2127.         ]))->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'));
  2128.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2129.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2130.         return $instance;
  2131.     }
  2132.     /**
  2133.      * Gets the public 'translator' shared service.
  2134.      *
  2135.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2136.      */
  2137.     protected function getTranslatorService()
  2138.     {
  2139.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2140.     }
  2141.     /**
  2142.      * Gets the public 'var_dumper.cloner' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2145.      */
  2146.     protected function getVarDumper_ClonerService()
  2147.     {
  2148.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2149.         $instance->setMaxItems(2500);
  2150.         $instance->setMinDepth(1);
  2151.         $instance->setMaxString(-1);
  2152.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2153.         return $instance;
  2154.     }
  2155.     /**
  2156.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2157.      *
  2158.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2159.      */
  2160.     protected function get_ServiceLocator_YP_F1XaService()
  2161.     {
  2162.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2163.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2164.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2165.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2166.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2167.         ], [
  2168.             'security.firewall.map.context.admin' => '?',
  2169.             'security.firewall.map.context.api' => '?',
  2170.             'security.firewall.map.context.customer' => '?',
  2171.             'security.firewall.map.context.dev' => '?',
  2172.         ]);
  2173.     }
  2174.     /**
  2175.      * Gets the private 'Customize\Converter\CustomerConverter' shared autowired service.
  2176.      *
  2177.      * @return \Customize\Converter\CustomerConverter
  2178.      */
  2179.     protected function getCustomerConverterService()
  2180.     {
  2181.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2182.         if (isset($this->privates['Customize\\Converter\\CustomerConverter'])) {
  2183.             return $this->privates['Customize\\Converter\\CustomerConverter'];
  2184.         }
  2185.         $b = ($this->privates['Customize\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2186.         if (isset($this->privates['Customize\\Converter\\CustomerConverter'])) {
  2187.             return $this->privates['Customize\\Converter\\CustomerConverter'];
  2188.         }
  2189.         return $this->privates['Customize\\Converter\\CustomerConverter'] = new \Customize\Converter\CustomerConverter($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  2190.     }
  2191.     /**
  2192.      * Gets the private 'Customize\Converter\DynamicConverter' shared autowired service.
  2193.      *
  2194.      * @return \Customize\Converter\DynamicConverter
  2195.      */
  2196.     protected function getDynamicConverterService()
  2197.     {
  2198.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2199.         if (isset($this->privates['Customize\\Converter\\DynamicConverter'])) {
  2200.             return $this->privates['Customize\\Converter\\DynamicConverter'];
  2201.         }
  2202.         return $this->privates['Customize\\Converter\\DynamicConverter'] = new \Customize\Converter\DynamicConverter($a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Customize\\Converter\\ProductConverter'] ?? ($this->privates['Customize\\Converter\\ProductConverter'] = new \Customize\Converter\ProductConverter())), new \Customize\Service\DynamicConverterService());
  2203.     }
  2204.     /**
  2205.      * Gets the private 'Customize\Converter\OrderConverter' shared autowired service.
  2206.      *
  2207.      * @return \Customize\Converter\OrderConverter
  2208.      */
  2209.     protected function getOrderConverterService()
  2210.     {
  2211.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2212.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2213.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2214.         }
  2215.         $b = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2216.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2217.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2218.         }
  2219.         $c = ($this->privates['Customize\\Converter\\PaymentConverter'] ?? $this->getPaymentConverterService());
  2220.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2221.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2222.         }
  2223.         $d = ($this->privates['Customize\\Service\\AutoLoadService'] ?? $this->getAutoLoadServiceService());
  2224.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2225.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2226.         }
  2227.         $e = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2228.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2229.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2230.         }
  2231.         $f = ($this->privates['Customize\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2232.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2233.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2234.         }
  2235.         return $this->privates['Customize\\Converter\\OrderConverter'] = new \Customize\Converter\OrderConverter($a$b$c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d, ($this->privates['Lm\\Service\\Db\\SqlService'] ?? ($this->privates['Lm\\Service\\Db\\SqlService'] = new \Lm\Service\Db\SqlService())), $e, new \Lm\Engine\Cs\Cs(), new \Lm\Engine\OrderBunkatsu\OrderBunkatsu(), new \Lm\Engine\SpecialPrice\SpecialPrice(), $this, ($this->privates['Customize\\Service\\EstimateCharacterizer'] ?? $this->getEstimateCharacterizerService()), ($this->privates['Customize\\Service\\LandingPageService'] ?? $this->getLandingPageServiceService()), $f, ($this->privates['Customize\\Service\\MobileDetector'] ?? ($this->privates['Customize\\Service\\MobileDetector'] = new \Customize\Service\MobileDetector())), ($this->privates['Customize\\Service\\OrderConverterHelper'] ?? ($this->privates['Customize\\Service\\OrderConverterHelper'] = new \Customize\Service\OrderConverterHelper())));
  2236.     }
  2237.     /**
  2238.      * Gets the private 'Customize\Converter\PaymentConverter' shared autowired service.
  2239.      *
  2240.      * @return \Customize\Converter\PaymentConverter
  2241.      */
  2242.     protected function getPaymentConverterService()
  2243.     {
  2244.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2245.         if (isset($this->privates['Customize\\Converter\\PaymentConverter'])) {
  2246.             return $this->privates['Customize\\Converter\\PaymentConverter'];
  2247.         }
  2248.         return $this->privates['Customize\\Converter\\PaymentConverter'] = new \Customize\Converter\PaymentConverter(($this->privates['Lm\\Service\\Cache\\CacheService'] ?? ($this->privates['Lm\\Service\\Cache\\CacheService'] = new \Lm\Service\Cache\CacheService())), $a);
  2249.     }
  2250.     /**
  2251.      * Gets the private 'Customize\EventListener\FilterListener' shared autowired service.
  2252.      *
  2253.      * @return \Customize\EventListener\FilterListener
  2254.      */
  2255.     protected function getFilterListenerService()
  2256.     {
  2257.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2258.         if (isset($this->privates['Customize\\EventListener\\FilterListener'])) {
  2259.             return $this->privates['Customize\\EventListener\\FilterListener'];
  2260.         }
  2261.         return $this->privates['Customize\\EventListener\\FilterListener'] = new \Customize\EventListener\FilterListener(($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService()), $a, ($this->privates['Customize\\Service\\GoodsPriceService'] ?? $this->getGoodsPriceServiceService()));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'Customize\EventListener\GoogleTrustedStoreEventListener' shared autowired service.
  2265.      *
  2266.      * @return \Customize\EventListener\GoogleTrustedStoreEventListener
  2267.      */
  2268.     protected function getGoogleTrustedStoreEventListenerService()
  2269.     {
  2270.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2271.         if (isset($this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'])) {
  2272.             return $this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'];
  2273.         }
  2274.         return $this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'] = new \Customize\EventListener\GoogleTrustedStoreEventListener($a);
  2275.     }
  2276.     /**
  2277.      * Gets the private 'Customize\EventListener\KarteEventListener' shared autowired service.
  2278.      *
  2279.      * @return \Customize\EventListener\KarteEventListener
  2280.      */
  2281.     protected function getKarteEventListenerService()
  2282.     {
  2283.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2284.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2285.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2286.         }
  2287.         $b = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2288.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2289.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2290.         }
  2291.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2292.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2293.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2294.         }
  2295.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2296.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2297.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2298.         }
  2299.         $e = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2300.         return $this->privates['Customize\\EventListener\\KarteEventListener'] = new \Customize\EventListener\KarteEventListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $e, new \Customize\Service\Karte\KarteService($a$b, ($this->services['router'] ?? $this->getRouterService()), $e), $c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $d, ($this->privates['Customize\\Service\\AutoLoadService'] ?? $this->getAutoLoadServiceService()));
  2301.     }
  2302.     /**
  2303.      * Gets the private 'Customize\EventListener\LandingPageEventListener' shared autowired service.
  2304.      *
  2305.      * @return \Customize\EventListener\LandingPageEventListener
  2306.      */
  2307.     protected function getLandingPageEventListenerService()
  2308.     {
  2309.         return $this->privates['Customize\\EventListener\\LandingPageEventListener'] = new \Customize\EventListener\LandingPageEventListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Customize\\Service\\LandingPageService'] ?? $this->getLandingPageServiceService()));
  2310.     }
  2311.     /**
  2312.      * Gets the private 'Customize\EventListener\MobileTemplatePathListener' shared autowired service.
  2313.      *
  2314.      * @return \Customize\EventListener\MobileTemplatePathListener
  2315.      */
  2316.     protected function getMobileTemplatePathListenerService()
  2317.     {
  2318.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2319.         if (isset($this->privates['Customize\\EventListener\\MobileTemplatePathListener'])) {
  2320.             return $this->privates['Customize\\EventListener\\MobileTemplatePathListener'];
  2321.         }
  2322.         return $this->privates['Customize\\EventListener\\MobileTemplatePathListener'] = new \Customize\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->privates['Customize\\Service\\MobileDetector'] ?? ($this->privates['Customize\\Service\\MobileDetector'] = new \Customize\Service\MobileDetector())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2323.     }
  2324.     /**
  2325.      * Gets the private 'Customize\EventListener\RequestListener' shared autowired service.
  2326.      *
  2327.      * @return \Customize\EventListener\RequestListener
  2328.      */
  2329.     protected function getRequestListenerService()
  2330.     {
  2331.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2332.         if (isset($this->privates['Customize\\EventListener\\RequestListener'])) {
  2333.             return $this->privates['Customize\\EventListener\\RequestListener'];
  2334.         }
  2335.         return $this->privates['Customize\\EventListener\\RequestListener'] = new \Customize\EventListener\RequestListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2336.     }
  2337.     /**
  2338.      * Gets the private 'Customize\EventListener\ShoppingEventListener' shared autowired service.
  2339.      *
  2340.      * @return \Customize\EventListener\ShoppingEventListener
  2341.      */
  2342.     protected function getShoppingEventListenerService()
  2343.     {
  2344.         return $this->privates['Customize\\EventListener\\ShoppingEventListener'] = new \Customize\EventListener\ShoppingEventListener(($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService()));
  2345.     }
  2346.     /**
  2347.      * Gets the private 'Customize\EventListener\TwigInitializeListener' shared autowired service.
  2348.      *
  2349.      * @return \Customize\EventListener\TwigInitializeListener
  2350.      */
  2351.     protected function getTwigInitializeListenerService()
  2352.     {
  2353.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2354.         if (isset($this->privates['Customize\\EventListener\\TwigInitializeListener'])) {
  2355.             return $this->privates['Customize\\EventListener\\TwigInitializeListener'];
  2356.         }
  2357.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2358.         if (isset($this->privates['Customize\\EventListener\\TwigInitializeListener'])) {
  2359.             return $this->privates['Customize\\EventListener\\TwigInitializeListener'];
  2360.         }
  2361.         return $this->privates['Customize\\EventListener\\TwigInitializeListener'] = new \Customize\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Customize\\Service\\MobileDetector'] ?? ($this->privates['Customize\\Service\\MobileDetector'] = new \Customize\Service\MobileDetector())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), $b);
  2362.     }
  2363.     /**
  2364.      * Gets the private 'Customize\Plugin\ZeusPayment42\ZeusPaymentEvent' shared autowired service.
  2365.      *
  2366.      * @return \Customize\Plugin\ZeusPayment42\ZeusPaymentEvent
  2367.      */
  2368.     protected function getZeusPaymentEventService()
  2369.     {
  2370.         $a = ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] ?? $this->getZeusPaymentService2Service());
  2371.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2372.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2373.         }
  2374.         $b = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2375.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2376.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2377.         }
  2378.         $c = ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelper2Service());
  2379.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2380.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2381.         }
  2382.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2383.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2384.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2385.         }
  2386.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2387.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2388.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2389.         }
  2390.         return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] = new \Customize\Plugin\ZeusPayment42\ZeusPaymentEvent(($this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $b$c, ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), $d, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $e);
  2391.     }
  2392.     /**
  2393.      * Gets the private 'Customize\Service\AutoLoadService' shared autowired service.
  2394.      *
  2395.      * @return \Customize\Service\AutoLoadService
  2396.      */
  2397.     protected function getAutoLoadServiceService()
  2398.     {
  2399.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2400.         if (isset($this->privates['Customize\\Service\\AutoLoadService'])) {
  2401.             return $this->privates['Customize\\Service\\AutoLoadService'];
  2402.         }
  2403.         return $this->privates['Customize\\Service\\AutoLoadService'] = new \Customize\Service\AutoLoadService($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  2404.     }
  2405.     /**
  2406.      * Gets the private 'Customize\Service\CartHelper' shared autowired service.
  2407.      *
  2408.      * @return \Customize\Service\CartHelper
  2409.      */
  2410.     protected function getCartHelperService()
  2411.     {
  2412.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2413.         if (isset($this->privates['Customize\\Service\\CartHelper'])) {
  2414.             return $this->privates['Customize\\Service\\CartHelper'];
  2415.         }
  2416.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2417.         if (isset($this->privates['Customize\\Service\\CartHelper'])) {
  2418.             return $this->privates['Customize\\Service\\CartHelper'];
  2419.         }
  2420.         return $this->privates['Customize\\Service\\CartHelper'] = new \Customize\Service\CartHelper(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, ($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 \Customize\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()), $b);
  2421.     }
  2422.     /**
  2423.      * Gets the private 'Customize\Service\CartService' shared autowired service.
  2424.      *
  2425.      * @return \Customize\Service\CartService
  2426.      */
  2427.     protected function getCartServiceService()
  2428.     {
  2429.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2430.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2431.             return $this->privates['Customize\\Service\\CartService'];
  2432.         }
  2433.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2434.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2435.             return $this->privates['Customize\\Service\\CartService'];
  2436.         }
  2437.         $c = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2438.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2439.             return $this->privates['Customize\\Service\\CartService'];
  2440.         }
  2441.         $d = ($this->privates['Customize\\Service\\OrderHelper'] ?? $this->getOrderHelperService());
  2442.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2443.             return $this->privates['Customize\\Service\\CartService'];
  2444.         }
  2445.         return $this->privates['Customize\\Service\\CartService'] = new \Customize\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, ($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 \Customize\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()), $b$this, ($this->privates['Eccube\\Repository\\CartItemRepository'] ?? $this->getCartItemRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $c$d);
  2446.     }
  2447.     /**
  2448.      * Gets the private 'Customize\Service\CatalogService' shared autowired service.
  2449.      *
  2450.      * @return \Customize\Service\CatalogService
  2451.      */
  2452.     protected function getCatalogServiceService()
  2453.     {
  2454.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2455.         if (isset($this->privates['Customize\\Service\\CatalogService'])) {
  2456.             return $this->privates['Customize\\Service\\CatalogService'];
  2457.         }
  2458.         $b = ($this->privates['Customize\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2459.         if (isset($this->privates['Customize\\Service\\CatalogService'])) {
  2460.             return $this->privates['Customize\\Service\\CatalogService'];
  2461.         }
  2462.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2463.         if (isset($this->privates['Customize\\Service\\CatalogService'])) {
  2464.             return $this->privates['Customize\\Service\\CatalogService'];
  2465.         }
  2466.         return $this->privates['Customize\\Service\\CatalogService'] = new \Customize\Service\CatalogService($a$b$c);
  2467.     }
  2468.     /**
  2469.      * Gets the private 'Customize\Service\CommonService' shared autowired service.
  2470.      *
  2471.      * @return \Customize\Service\CommonService
  2472.      */
  2473.     protected function getCommonServiceService()
  2474.     {
  2475.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2476.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2477.             return $this->privates['Customize\\Service\\CommonService'];
  2478.         }
  2479.         $b = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2480.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2481.             return $this->privates['Customize\\Service\\CommonService'];
  2482.         }
  2483.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2484.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2485.             return $this->privates['Customize\\Service\\CommonService'];
  2486.         }
  2487.         $d = ($this->privates['Customize\\Service\\OrderHelper'] ?? $this->getOrderHelperService());
  2488.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2489.             return $this->privates['Customize\\Service\\CommonService'];
  2490.         }
  2491.         $e = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2492.         return $this->privates['Customize\\Service\\CommonService'] = new \Customize\Service\CommonService($this, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $a$e, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->privates['Eccube\\Repository\\DeliveryFeeRepository'] ?? $this->getDeliveryFeeRepositoryService()), new \Customize\Service\OrderOptionsService($this$e$c$d), ($this->privates['Customize\\Service\\YamlService'] ?? $this->getYamlServiceService()));
  2493.     }
  2494.     /**
  2495.      * Gets the private 'Customize\Service\CustomerService' shared autowired service.
  2496.      *
  2497.      * @return \Customize\Service\CustomerService
  2498.      */
  2499.     protected function getCustomerServiceService()
  2500.     {
  2501.         $a = ($this->privates['Eccube\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService());
  2502.         if (isset($this->privates['Customize\\Service\\CustomerService'])) {
  2503.             return $this->privates['Customize\\Service\\CustomerService'];
  2504.         }
  2505.         $b = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2506.         if (isset($this->privates['Customize\\Service\\CustomerService'])) {
  2507.             return $this->privates['Customize\\Service\\CustomerService'];
  2508.         }
  2509.         return $this->privates['Customize\\Service\\CustomerService'] = new \Customize\Service\CustomerService($a$this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $b, ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')));
  2510.     }
  2511.     /**
  2512.      * Gets the private 'Customize\Service\EstimateCharacterizer' shared autowired service.
  2513.      *
  2514.      * @return \Customize\Service\EstimateCharacterizer
  2515.      */
  2516.     protected function getEstimateCharacterizerService()
  2517.     {
  2518.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2519.         if (isset($this->privates['Customize\\Service\\EstimateCharacterizer'])) {
  2520.             return $this->privates['Customize\\Service\\EstimateCharacterizer'];
  2521.         }
  2522.         $b = ($this->privates['Customize\\Service\\TaxRuleService'] ?? $this->getTaxRuleService2Service());
  2523.         if (isset($this->privates['Customize\\Service\\EstimateCharacterizer'])) {
  2524.             return $this->privates['Customize\\Service\\EstimateCharacterizer'];
  2525.         }
  2526.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2527.         if (isset($this->privates['Customize\\Service\\EstimateCharacterizer'])) {
  2528.             return $this->privates['Customize\\Service\\EstimateCharacterizer'];
  2529.         }
  2530.         return $this->privates['Customize\\Service\\EstimateCharacterizer'] = new \Customize\Service\EstimateCharacterizer($a, ($this->privates['Customize\\Converter\\EstimateConverter'] ?? ($this->privates['Customize\\Converter\\EstimateConverter'] = new \Customize\Converter\EstimateConverter())), ($this->privates['Customize\\Service\\LmDeliveryFee'] ?? $this->getLmDeliveryFeeService()), ($this->privates['Eccube\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), $b$c);
  2531.     }
  2532.     /**
  2533.      * Gets the private 'Customize\Service\EstimateService' shared autowired service.
  2534.      *
  2535.      * @return \Customize\Service\EstimateService
  2536.      */
  2537.     protected function getEstimateServiceService()
  2538.     {
  2539.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2540.         if (isset($this->privates['Customize\\Service\\EstimateService'])) {
  2541.             return $this->privates['Customize\\Service\\EstimateService'];
  2542.         }
  2543.         $b = ($this->privates['Customize\\Service\\MailService'] ?? $this->getMailService2Service());
  2544.         if (isset($this->privates['Customize\\Service\\EstimateService'])) {
  2545.             return $this->privates['Customize\\Service\\EstimateService'];
  2546.         }
  2547.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2548.         if (isset($this->privates['Customize\\Service\\EstimateService'])) {
  2549.             return $this->privates['Customize\\Service\\EstimateService'];
  2550.         }
  2551.         return $this->privates['Customize\\Service\\EstimateService'] = new \Customize\Service\EstimateService($a$b, ($this->privates['Customize\\Converter\\EstimateConverter'] ?? ($this->privates['Customize\\Converter\\EstimateConverter'] = new \Customize\Converter\EstimateConverter())), $c);
  2552.     }
  2553.     /**
  2554.      * Gets the private 'Customize\Service\FavoriteService' shared autowired service.
  2555.      *
  2556.      * @return \Customize\Service\FavoriteService
  2557.      */
  2558.     protected function getFavoriteServiceService()
  2559.     {
  2560.         return $this->privates['Customize\\Service\\FavoriteService'] = new \Customize\Service\FavoriteService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2561.     }
  2562.     /**
  2563.      * Gets the private 'Customize\Service\GoodsPriceService' shared autowired service.
  2564.      *
  2565.      * @return \Customize\Service\GoodsPriceService
  2566.      */
  2567.     protected function getGoodsPriceServiceService()
  2568.     {
  2569.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2570.         if (isset($this->privates['Customize\\Service\\GoodsPriceService'])) {
  2571.             return $this->privates['Customize\\Service\\GoodsPriceService'];
  2572.         }
  2573.         return $this->privates['Customize\\Service\\GoodsPriceService'] = new \Customize\Service\GoodsPriceService(($this->privates['Lm\\Service\\Cache\\CacheService'] ?? ($this->privates['Lm\\Service\\Cache\\CacheService'] = new \Lm\Service\Cache\CacheService())), $a);
  2574.     }
  2575.     /**
  2576.      * Gets the private 'Customize\Service\GoodsService' shared autowired service.
  2577.      *
  2578.      * @return \Customize\Service\GoodsService
  2579.      */
  2580.     protected function getGoodsServiceService()
  2581.     {
  2582.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2583.         if (isset($this->privates['Customize\\Service\\GoodsService'])) {
  2584.             return $this->privates['Customize\\Service\\GoodsService'];
  2585.         }
  2586.         $b = ($this->privates['Customize\\Converter\\DynamicConverter'] ?? $this->getDynamicConverterService());
  2587.         if (isset($this->privates['Customize\\Service\\GoodsService'])) {
  2588.             return $this->privates['Customize\\Service\\GoodsService'];
  2589.         }
  2590.         return $this->privates['Customize\\Service\\GoodsService'] = new \Customize\Service\GoodsService(($this->privates['Lm\\Service\\Cache\\CacheService'] ?? ($this->privates['Lm\\Service\\Cache\\CacheService'] = new \Lm\Service\Cache\CacheService())), $a$b);
  2591.     }
  2592.     /**
  2593.      * Gets the private 'Customize\Service\LandingPageService' shared autowired service.
  2594.      *
  2595.      * @return \Customize\Service\LandingPageService
  2596.      */
  2597.     protected function getLandingPageServiceService()
  2598.     {
  2599.         return $this->privates['Customize\\Service\\LandingPageService'] = new \Customize\Service\LandingPageService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2600.     }
  2601.     /**
  2602.      * Gets the private 'Customize\Service\LmDeliveryFee' shared autowired service.
  2603.      *
  2604.      * @return \Customize\Service\LmDeliveryFee
  2605.      */
  2606.     protected function getLmDeliveryFeeService()
  2607.     {
  2608.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2609.         if (isset($this->privates['Customize\\Service\\LmDeliveryFee'])) {
  2610.             return $this->privates['Customize\\Service\\LmDeliveryFee'];
  2611.         }
  2612.         return $this->privates['Customize\\Service\\LmDeliveryFee'] = new \Customize\Service\LmDeliveryFee($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()), ($this->privates['Eccube\\Repository\\DeliveryFeeRepository'] ?? $this->getDeliveryFeeRepositoryService()), ($this->privates['Customize\\Service\\YamlService'] ?? $this->getYamlServiceService()), $a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2613.     }
  2614.     /**
  2615.      * Gets the private 'Customize\Service\LmHelper' shared autowired service.
  2616.      *
  2617.      * @return \Customize\Service\LmHelper
  2618.      */
  2619.     protected function getLmHelperService()
  2620.     {
  2621.         $a = ($this->privates['Customize\\Service\\CartHelper'] ?? $this->getCartHelperService());
  2622.         if (isset($this->privates['Customize\\Service\\LmHelper'])) {
  2623.             return $this->privates['Customize\\Service\\LmHelper'];
  2624.         }
  2625.         $b = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2626.         return $this->privates['Customize\\Service\\LmHelper'] = new \Customize\Service\LmHelper($b, new \Customize\Service\PrefectureService($b), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Customize\\Service\\MobileDetector'] ?? ($this->privates['Customize\\Service\\MobileDetector'] = new \Customize\Service\MobileDetector())));
  2627.     }
  2628.     /**
  2629.      * Gets the private 'Customize\Service\MailService' shared autowired service.
  2630.      *
  2631.      * @return \Customize\Service\MailService
  2632.      */
  2633.     protected function getMailService2Service()
  2634.     {
  2635.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2636.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2637.             return $this->privates['Customize\\Service\\MailService'];
  2638.         }
  2639.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2640.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2641.             return $this->privates['Customize\\Service\\MailService'];
  2642.         }
  2643.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2644.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2645.             return $this->privates['Customize\\Service\\MailService'];
  2646.         }
  2647.         $d = ($this->privates['Customize\\Service\\OrderService'] ?? $this->getOrderServiceService());
  2648.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2649.             return $this->privates['Customize\\Service\\MailService'];
  2650.         }
  2651.         return $this->privates['Customize\\Service\\MailService'] = new \Customize\Service\MailService($a, ($this->privates['Eccube\\Repository\\MailTemplateRepository'] ?? $this->getMailTemplateRepositoryService()), ($this->privates['Eccube\\Repository\\MailHistoryRepository'] ?? $this->getMailHistoryRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $b$c, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $d, ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService()), new \Customize\Converter\MailConverter(($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->privates['Customize\\Service\\MobileDetector'] ?? ($this->privates['Customize\\Service\\MobileDetector'] = new \Customize\Service\MobileDetector()))));
  2652.     }
  2653.     /**
  2654.      * Gets the private 'Customize\Service\OrderHelper' shared autowired service.
  2655.      *
  2656.      * @return \Customize\Service\OrderHelper
  2657.      */
  2658.     protected function getOrderHelperService()
  2659.     {
  2660.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2661.         if (isset($this->privates['Customize\\Service\\OrderHelper'])) {
  2662.             return $this->privates['Customize\\Service\\OrderHelper'];
  2663.         }
  2664.         $b = ($this->privates['Customize\\Service\\LmDeliveryFee'] ?? $this->getLmDeliveryFeeService());
  2665.         if (isset($this->privates['Customize\\Service\\OrderHelper'])) {
  2666.             return $this->privates['Customize\\Service\\OrderHelper'];
  2667.         }
  2668.         $c = ($this->privates['Customize\\Service\\TaxRuleService'] ?? $this->getTaxRuleService2Service());
  2669.         if (isset($this->privates['Customize\\Service\\OrderHelper'])) {
  2670.             return $this->privates['Customize\\Service\\OrderHelper'];
  2671.         }
  2672.         return $this->privates['Customize\\Service\\OrderHelper'] = new \Customize\Service\OrderHelper($this$a, ($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()), $b$c, ($this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] ?? $this->getTaxDisplayTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] ?? $this->getTaxTypeRepositoryService()));
  2673.     }
  2674.     /**
  2675.      * Gets the private 'Customize\Service\OrderService' shared autowired service.
  2676.      *
  2677.      * @return \Customize\Service\OrderService
  2678.      */
  2679.     protected function getOrderServiceService()
  2680.     {
  2681.         $a = ($this->privates['Eccube\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService());
  2682.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2683.             return $this->privates['Customize\\Service\\OrderService'];
  2684.         }
  2685.         $b = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2686.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2687.             return $this->privates['Customize\\Service\\OrderService'];
  2688.         }
  2689.         $c = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2690.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2691.             return $this->privates['Customize\\Service\\OrderService'];
  2692.         }
  2693.         $d = ($this->privates['Customize\\Converter\\CustomerConverter'] ?? $this->getCustomerConverterService());
  2694.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2695.             return $this->privates['Customize\\Service\\OrderService'];
  2696.         }
  2697.         $e = ($this->privates['Customize\\Converter\\OrderConverter'] ?? $this->getOrderConverterService());
  2698.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2699.             return $this->privates['Customize\\Service\\OrderService'];
  2700.         }
  2701.         $f = ($this->privates['Customize\\Service\\CartHelper'] ?? $this->getCartHelperService());
  2702.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2703.             return $this->privates['Customize\\Service\\OrderService'];
  2704.         }
  2705.         $g = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2706.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2707.             return $this->privates['Customize\\Service\\OrderService'];
  2708.         }
  2709.         return $this->privates['Customize\\Service\\OrderService'] = new \Customize\Service\OrderService($a$this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $b$c$d$e$f, ($this->privates['Customize\\Service\\AutoLoadService'] ?? $this->getAutoLoadServiceService()), $g);
  2710.     }
  2711.     /**
  2712.      * Gets the private 'Customize\Service\PurchaseFlow\Processor\PaymentChargePreprocessor' shared autowired service.
  2713.      *
  2714.      * @return \Customize\Service\PurchaseFlow\Processor\PaymentChargePreprocessor
  2715.      */
  2716.     protected function getPaymentChargePreprocessorService()
  2717.     {
  2718.         $a = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2719.         if (isset($this->privates['Customize\\Service\\PurchaseFlow\\Processor\\PaymentChargePreprocessor'])) {
  2720.             return $this->privates['Customize\\Service\\PurchaseFlow\\Processor\\PaymentChargePreprocessor'];
  2721.         }
  2722.         return $this->privates['Customize\\Service\\PurchaseFlow\\Processor\\PaymentChargePreprocessor'] = new \Customize\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()), ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService()), $a, ($this->privates['Customize\\Service\\EstimateCharacterizer'] ?? $this->getEstimateCharacterizerService()));
  2723.     }
  2724.     /**
  2725.      * Gets the private 'Customize\Service\RecentGoodsService' shared autowired service.
  2726.      *
  2727.      * @return \Customize\Service\RecentGoodsService
  2728.      */
  2729.     protected function getRecentGoodsServiceService()
  2730.     {
  2731.         return $this->privates['Customize\\Service\\RecentGoodsService'] = new \Customize\Service\RecentGoodsService(($this->privates['Customize\\Converter\\DynamicConverter'] ?? $this->getDynamicConverterService()));
  2732.     }
  2733.     /**
  2734.      * Gets the private 'Customize\Service\SampleService' shared autowired service.
  2735.      *
  2736.      * @return \Customize\Service\SampleService
  2737.      */
  2738.     protected function getSampleServiceService()
  2739.     {
  2740.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2741.         if (isset($this->privates['Customize\\Service\\SampleService'])) {
  2742.             return $this->privates['Customize\\Service\\SampleService'];
  2743.         }
  2744.         $b = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2745.         if (isset($this->privates['Customize\\Service\\SampleService'])) {
  2746.             return $this->privates['Customize\\Service\\SampleService'];
  2747.         }
  2748.         $c = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2749.         if (isset($this->privates['Customize\\Service\\SampleService'])) {
  2750.             return $this->privates['Customize\\Service\\SampleService'];
  2751.         }
  2752.         return $this->privates['Customize\\Service\\SampleService'] = new \Customize\Service\SampleService($a$b$c);
  2753.     }
  2754.     /**
  2755.      * Gets the private 'Customize\Service\TaxRuleService' shared autowired service.
  2756.      *
  2757.      * @return \Customize\Service\TaxRuleService
  2758.      */
  2759.     protected function getTaxRuleService2Service()
  2760.     {
  2761.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2762.         if (isset($this->privates['Customize\\Service\\TaxRuleService'])) {
  2763.             return $this->privates['Customize\\Service\\TaxRuleService'];
  2764.         }
  2765.         return $this->privates['Customize\\Service\\TaxRuleService'] = new \Customize\Service\TaxRuleService($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'Customize\Service\YamlService' shared autowired service.
  2769.      *
  2770.      * @return \Customize\Service\YamlService
  2771.      */
  2772.     protected function getYamlServiceService()
  2773.     {
  2774.         return $this->privates['Customize\\Service\\YamlService'] = new \Customize\Service\YamlService(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2775.     }
  2776.     /**
  2777.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2778.      *
  2779.      * @return \Eccube\DataCollector\EccubeDataCollector
  2780.      */
  2781.     protected function getEccubeDataCollectorService()
  2782.     {
  2783.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2787.      *
  2788.      * @return \Eccube\EventListener\IpAddrListener
  2789.      */
  2790.     protected function getIpAddrListenerService()
  2791.     {
  2792.         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()));
  2793.     }
  2794.     /**
  2795.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2796.      *
  2797.      * @return \Eccube\EventListener\LogListener
  2798.      */
  2799.     protected function getLogListenerService()
  2800.     {
  2801.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2802.     }
  2803.     /**
  2804.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2805.      *
  2806.      * @return \Eccube\EventListener\MaintenanceListener
  2807.      */
  2808.     protected function getMaintenanceListenerService()
  2809.     {
  2810.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2811.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2812.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2813.         }
  2814.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2815.     }
  2816.     /**
  2817.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2818.      *
  2819.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2820.      */
  2821.     protected function getMobileTemplatePathListener2Service()
  2822.     {
  2823.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2824.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2825.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2826.         }
  2827.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2828.     }
  2829.     /**
  2830.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2831.      *
  2832.      * @return \Eccube\EventListener\RateLimiterListener
  2833.      */
  2834.     protected function getRateLimiterListenerService()
  2835.     {
  2836.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2837.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2838.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2839.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2840.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2841.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2842.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2843.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2844.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2845.         ], [
  2846.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2847.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2848.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2849.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2850.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2851.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2852.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2853.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2854.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2858.      *
  2859.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2860.      */
  2861.     protected function getRestrictFileUploadListenerService()
  2862.     {
  2863.         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()));
  2864.     }
  2865.     /**
  2866.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2867.      *
  2868.      * @return \Eccube\EventListener\TransactionListener
  2869.      */
  2870.     protected function getTransactionListenerService()
  2871.     {
  2872.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2873.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2874.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2875.         }
  2876.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2877.     }
  2878.     /**
  2879.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2880.      *
  2881.      * @return \Eccube\EventListener\TwigInitializeListener
  2882.      */
  2883.     protected function getTwigInitializeListener2Service()
  2884.     {
  2885.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2886.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2887.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2888.         }
  2889.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2890.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2891.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2892.         }
  2893.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), $b);
  2894.     }
  2895.     /**
  2896.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2897.      *
  2898.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2899.      */
  2900.     protected function getTwoFactorAuthListenerService()
  2901.     {
  2902.         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()));
  2903.     }
  2904.     /**
  2905.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2906.      *
  2907.      * @return \Eccube\Log\Processor\SessionProcessor
  2908.      */
  2909.     protected function getSessionProcessorService()
  2910.     {
  2911.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2912.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2913.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2914.         }
  2915.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2916.     }
  2917.     /**
  2918.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2919.      *
  2920.      * @return \Eccube\Log\Processor\TokenProcessor
  2921.      */
  2922.     protected function getTokenProcessorService()
  2923.     {
  2924.         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()));
  2925.     }
  2926.     /**
  2927.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2928.      *
  2929.      * @return \Eccube\Repository\AuthorityRoleRepository
  2930.      */
  2931.     protected function getAuthorityRoleRepositoryService()
  2932.     {
  2933.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2934.     }
  2935.     /**
  2936.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2937.      *
  2938.      * @return \Eccube\Repository\BaseInfoRepository
  2939.      */
  2940.     protected function getBaseInfoRepositoryService()
  2941.     {
  2942.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2943.     }
  2944.     /**
  2945.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2946.      *
  2947.      * @return \Eccube\Repository\BlockPositionRepository
  2948.      */
  2949.     protected function getBlockPositionRepositoryService()
  2950.     {
  2951.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2952.     }
  2953.     /**
  2954.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2955.      *
  2956.      * @return \Eccube\Repository\BlockRepository
  2957.      */
  2958.     protected function getBlockRepositoryService()
  2959.     {
  2960.         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))));
  2961.     }
  2962.     /**
  2963.      * Gets the private 'Eccube\Repository\CartItemRepository' shared autowired service.
  2964.      *
  2965.      * @return \Eccube\Repository\CartItemRepository
  2966.      */
  2967.     protected function getCartItemRepositoryService()
  2968.     {
  2969.         return $this->privates['Eccube\\Repository\\CartItemRepository'] = new \Eccube\Repository\CartItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2970.     }
  2971.     /**
  2972.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2973.      *
  2974.      * @return \Eccube\Repository\CartRepository
  2975.      */
  2976.     protected function getCartRepositoryService()
  2977.     {
  2978.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2979.     }
  2980.     /**
  2981.      * Gets the private 'Eccube\Repository\ClassCategoryRepository' shared autowired service.
  2982.      *
  2983.      * @return \Eccube\Repository\ClassCategoryRepository
  2984.      */
  2985.     protected function getClassCategoryRepositoryService()
  2986.     {
  2987.         return $this->privates['Eccube\\Repository\\ClassCategoryRepository'] = new \Eccube\Repository\ClassCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2988.     }
  2989.     /**
  2990.      * Gets the private 'Eccube\Repository\CustomerRepository' shared autowired service.
  2991.      *
  2992.      * @return \Eccube\Repository\CustomerRepository
  2993.      */
  2994.     protected function getCustomerRepositoryService()
  2995.     {
  2996.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2997.         if (isset($this->privates['Eccube\\Repository\\CustomerRepository'])) {
  2998.             return $this->privates['Eccube\\Repository\\CustomerRepository'];
  2999.         }
  3000.         return $this->privates['Eccube\\Repository\\CustomerRepository'] = new \Eccube\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), $a, ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  3001.     }
  3002.     /**
  3003.      * Gets the private 'Eccube\Repository\DeliveryFeeRepository' shared autowired service.
  3004.      *
  3005.      * @return \Eccube\Repository\DeliveryFeeRepository
  3006.      */
  3007.     protected function getDeliveryFeeRepositoryService()
  3008.     {
  3009.         return $this->privates['Eccube\\Repository\\DeliveryFeeRepository'] = new \Eccube\Repository\DeliveryFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3010.     }
  3011.     /**
  3012.      * Gets the private 'Eccube\Repository\DeliveryRepository' shared autowired service.
  3013.      *
  3014.      * @return \Eccube\Repository\DeliveryRepository
  3015.      */
  3016.     protected function getDeliveryRepositoryService()
  3017.     {
  3018.         return $this->privates['Eccube\\Repository\\DeliveryRepository'] = new \Eccube\Repository\DeliveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3019.     }
  3020.     /**
  3021.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  3022.      *
  3023.      * @return \Eccube\Repository\LayoutRepository
  3024.      */
  3025.     protected function getLayoutRepositoryService()
  3026.     {
  3027.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3028.     }
  3029.     /**
  3030.      * Gets the private 'Eccube\Repository\MailHistoryRepository' shared autowired service.
  3031.      *
  3032.      * @return \Eccube\Repository\MailHistoryRepository
  3033.      */
  3034.     protected function getMailHistoryRepositoryService()
  3035.     {
  3036.         return $this->privates['Eccube\\Repository\\MailHistoryRepository'] = new \Eccube\Repository\MailHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'Eccube\Repository\MailTemplateRepository' shared autowired service.
  3040.      *
  3041.      * @return \Eccube\Repository\MailTemplateRepository
  3042.      */
  3043.     protected function getMailTemplateRepositoryService()
  3044.     {
  3045.         return $this->privates['Eccube\\Repository\\MailTemplateRepository'] = new \Eccube\Repository\MailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3046.     }
  3047.     /**
  3048.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  3049.      *
  3050.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  3051.      */
  3052.     protected function getDeviceTypeRepositoryService()
  3053.     {
  3054.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3055.     }
  3056.     /**
  3057.      * Gets the private 'Eccube\Repository\Master\JobRepository' shared autowired service.
  3058.      *
  3059.      * @return \Eccube\Repository\Master\JobRepository
  3060.      */
  3061.     protected function getJobRepositoryService()
  3062.     {
  3063.         return $this->privates['Eccube\\Repository\\Master\\JobRepository'] = new \Eccube\Repository\Master\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3064.     }
  3065.     /**
  3066.      * Gets the private 'Eccube\Repository\Master\OrderItemTypeRepository' shared autowired service.
  3067.      *
  3068.      * @return \Eccube\Repository\Master\OrderItemTypeRepository
  3069.      */
  3070.     protected function getOrderItemTypeRepositoryService()
  3071.     {
  3072.         return $this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] = new \Eccube\Repository\Master\OrderItemTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3073.     }
  3074.     /**
  3075.      * Gets the private 'Eccube\Repository\Master\OrderStatusRepository' shared autowired service.
  3076.      *
  3077.      * @return \Eccube\Repository\Master\OrderStatusRepository
  3078.      */
  3079.     protected function getOrderStatusRepositoryService()
  3080.     {
  3081.         return $this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] = new \Eccube\Repository\Master\OrderStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3082.     }
  3083.     /**
  3084.      * Gets the private 'Eccube\Repository\Master\PrefRepository' shared autowired service.
  3085.      *
  3086.      * @return \Eccube\Repository\Master\PrefRepository
  3087.      */
  3088.     protected function getPrefRepositoryService()
  3089.     {
  3090.         return $this->privates['Eccube\\Repository\\Master\\PrefRepository'] = new \Eccube\Repository\Master\PrefRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3091.     }
  3092.     /**
  3093.      * Gets the private 'Eccube\Repository\Master\TaxDisplayTypeRepository' shared autowired service.
  3094.      *
  3095.      * @return \Eccube\Repository\Master\TaxDisplayTypeRepository
  3096.      */
  3097.     protected function getTaxDisplayTypeRepositoryService()
  3098.     {
  3099.         return $this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] = new \Eccube\Repository\Master\TaxDisplayTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3100.     }
  3101.     /**
  3102.      * Gets the private 'Eccube\Repository\Master\TaxTypeRepository' shared autowired service.
  3103.      *
  3104.      * @return \Eccube\Repository\Master\TaxTypeRepository
  3105.      */
  3106.     protected function getTaxTypeRepositoryService()
  3107.     {
  3108.         return $this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] = new \Eccube\Repository\Master\TaxTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3109.     }
  3110.     /**
  3111.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  3112.      *
  3113.      * @return \Eccube\Repository\OrderRepository
  3114.      */
  3115.     protected function getOrderRepositoryService()
  3116.     {
  3117.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())));
  3118.     }
  3119.     /**
  3120.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  3121.      *
  3122.      * @return \Eccube\Repository\PageLayoutRepository
  3123.      */
  3124.     protected function getPageLayoutRepositoryService()
  3125.     {
  3126.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3127.     }
  3128.     /**
  3129.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  3130.      *
  3131.      * @return \Eccube\Repository\PageRepository
  3132.      */
  3133.     protected function getPageRepositoryService()
  3134.     {
  3135.         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);
  3136.     }
  3137.     /**
  3138.      * Gets the private 'Eccube\Repository\PaymentRepository' shared autowired service.
  3139.      *
  3140.      * @return \Eccube\Repository\PaymentRepository
  3141.      */
  3142.     protected function getPaymentRepositoryService()
  3143.     {
  3144.         return $this->privates['Eccube\\Repository\\PaymentRepository'] = new \Eccube\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3145.     }
  3146.     /**
  3147.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  3148.      *
  3149.      * @return \Eccube\Repository\ProductClassRepository
  3150.      */
  3151.     protected function getProductClassRepositoryService()
  3152.     {
  3153.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3154.     }
  3155.     /**
  3156.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  3157.      *
  3158.      * @return \Eccube\Repository\ProductRepository
  3159.      */
  3160.     protected function getProductRepositoryService()
  3161.     {
  3162.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  3163.     }
  3164.     /**
  3165.      * Gets the private 'Eccube\Repository\ProductStockRepository' shared autowired service.
  3166.      *
  3167.      * @return \Eccube\Repository\ProductStockRepository
  3168.      */
  3169.     protected function getProductStockRepositoryService()
  3170.     {
  3171.         return $this->privates['Eccube\\Repository\\ProductStockRepository'] = new \Eccube\Repository\ProductStockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3172.     }
  3173.     /**
  3174.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  3175.      *
  3176.      * @return \Eccube\Repository\TaxRuleRepository
  3177.      */
  3178.     protected function getTaxRuleRepositoryService($lazyLoad true)
  3179.     {
  3180.         if ($lazyLoad) {
  3181.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  3182.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3183.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  3184.                     $proxy->setProxyInitializer(null);
  3185.                     return true;
  3186.                 });
  3187.             });
  3188.         }
  3189.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  3190.         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))));
  3191.     }
  3192.     /**
  3193.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  3194.      *
  3195.      * @return \Eccube\Request\Context
  3196.      */
  3197.     protected function getContextService()
  3198.     {
  3199.         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()));
  3200.     }
  3201.     /**
  3202.      * Gets the private 'Eccube\Service\MailService' shared autowired service.
  3203.      *
  3204.      * @return \Eccube\Service\MailService
  3205.      */
  3206.     protected function getMailServiceService()
  3207.     {
  3208.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3209.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  3210.             return $this->privates['Eccube\\Service\\MailService'];
  3211.         }
  3212.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3213.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  3214.             return $this->privates['Eccube\\Service\\MailService'];
  3215.         }
  3216.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3217.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  3218.             return $this->privates['Eccube\\Service\\MailService'];
  3219.         }
  3220.         return $this->privates['Eccube\\Service\\MailService'] = new \Eccube\Service\MailService($a, ($this->privates['Eccube\\Repository\\MailTemplateRepository'] ?? $this->getMailTemplateRepositoryService()), ($this->privates['Eccube\\Repository\\MailHistoryRepository'] ?? $this->getMailHistoryRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $b$c, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $this);
  3221.     }
  3222.     /**
  3223.      * Gets the private 'Eccube\Service\OrderHelper' shared autowired service.
  3224.      *
  3225.      * @return \Eccube\Service\OrderHelper
  3226.      */
  3227.     protected function getOrderHelper2Service()
  3228.     {
  3229.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3230.         if (isset($this->privates['Eccube\\Service\\OrderHelper'])) {
  3231.             return $this->privates['Eccube\\Service\\OrderHelper'];
  3232.         }
  3233.         return $this->privates['Eccube\\Service\\OrderHelper'] = new \Eccube\Service\OrderHelper($this$a, ($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()));
  3234.     }
  3235.     /**
  3236.      * Gets the private 'Eccube\Service\OrderStateMachine' shared autowired service.
  3237.      *
  3238.      * @return \Eccube\Service\OrderStateMachine
  3239.      */
  3240.     protected function getOrderStateMachineService()
  3241.     {
  3242.         $a = ($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService());
  3243.         if (isset($this->privates['Eccube\\Service\\OrderStateMachine'])) {
  3244.             return $this->privates['Eccube\\Service\\OrderStateMachine'];
  3245.         }
  3246.         $b = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService());
  3247.         if (isset($this->privates['Eccube\\Service\\OrderStateMachine'])) {
  3248.             return $this->privates['Eccube\\Service\\OrderStateMachine'];
  3249.         }
  3250.         $c = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService());
  3251.         if (isset($this->privates['Eccube\\Service\\OrderStateMachine'])) {
  3252.             return $this->privates['Eccube\\Service\\OrderStateMachine'];
  3253.         }
  3254.         return $this->privates['Eccube\\Service\\OrderStateMachine'] = new \Eccube\Service\OrderStateMachine($a, ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), $b$c);
  3255.     }
  3256.     /**
  3257.      * Gets the private 'Eccube\Service\PointHelper' shared autowired service.
  3258.      *
  3259.      * @return \Eccube\Service\PointHelper
  3260.      */
  3261.     protected function getPointHelperService()
  3262.     {
  3263.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3264.         if (isset($this->privates['Eccube\\Service\\PointHelper'])) {
  3265.             return $this->privates['Eccube\\Service\\PointHelper'];
  3266.         }
  3267.         return $this->privates['Eccube\\Service\\PointHelper'] = new \Eccube\Service\PointHelper(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $a);
  3268.     }
  3269.     /**
  3270.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\AddPointProcessor' shared autowired service.
  3271.      *
  3272.      * @return \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor
  3273.      */
  3274.     protected function getAddPointProcessorService()
  3275.     {
  3276.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  3277.     }
  3278.     /**
  3279.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator' shared autowired service.
  3280.      *
  3281.      * @return \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator
  3282.      */
  3283.     protected function getDeliverySettingValidatorService()
  3284.     {
  3285.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] = new \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()));
  3286.     }
  3287.     /**
  3288.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator' shared autowired service.
  3289.      *
  3290.      * @return \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator
  3291.      */
  3292.     protected function getEmptyItemsValidatorService()
  3293.     {
  3294.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3295.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'])) {
  3296.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'];
  3297.         }
  3298.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] = new \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator($a);
  3299.     }
  3300.     /**
  3301.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor' shared autowired service.
  3302.      *
  3303.      * @return \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor
  3304.      */
  3305.     protected function getOrderNoProcessorService()
  3306.     {
  3307.         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()));
  3308.     }
  3309.     /**
  3310.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator' shared autowired service.
  3311.      *
  3312.      * @return \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator
  3313.      */
  3314.     protected function getPaymentTotalLimitValidatorService()
  3315.     {
  3316.         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))));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PointProcessor' shared autowired service.
  3320.      *
  3321.      * @return \Eccube\Service\PurchaseFlow\Processor\PointProcessor
  3322.      */
  3323.     protected function getPointProcessorService()
  3324.     {
  3325.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3326.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'])) {
  3327.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'];
  3328.         }
  3329.         $b = ($this->privates['Eccube\\Service\\PointHelper'] ?? $this->getPointHelperService());
  3330.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'])) {
  3331.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'];
  3332.         }
  3333.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\PointProcessor($a$b);
  3334.     }
  3335.     /**
  3336.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor' shared autowired service.
  3337.      *
  3338.      * @return \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor
  3339.      */
  3340.     protected function getStockReduceProcessorService()
  3341.     {
  3342.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3343.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'])) {
  3344.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'];
  3345.         }
  3346.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor(($this->privates['Eccube\\Repository\\ProductStockRepository'] ?? $this->getProductStockRepositoryService()), $a);
  3347.     }
  3348.     /**
  3349.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\TaxProcessor' shared autowired service.
  3350.      *
  3351.      * @return \Eccube\Service\PurchaseFlow\Processor\TaxProcessor
  3352.      */
  3353.     protected function getTaxProcessorService()
  3354.     {
  3355.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3356.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3357.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3358.         }
  3359.         $b = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  3360.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3361.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3362.         }
  3363.         $c = ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService());
  3364.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3365.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3366.         }
  3367.         $d = ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelper2Service());
  3368.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3369.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3370.         }
  3371.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\TaxProcessor($a$b$c$d);
  3372.     }
  3373.     /**
  3374.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  3375.      *
  3376.      * @return \Eccube\Service\TwoFactorAuthService
  3377.      */
  3378.     protected function getTwoFactorAuthServiceService()
  3379.     {
  3380.         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())));
  3381.     }
  3382.     /**
  3383.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  3384.      *
  3385.      * @return \Eccube\Twig\Extension\EccubeExtension
  3386.      */
  3387.     protected function getEccubeExtensionService()
  3388.     {
  3389.         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()));
  3390.     }
  3391.     /**
  3392.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  3393.      *
  3394.      * @return \Eccube\Twig\Extension\TaxExtension
  3395.      */
  3396.     protected function getTaxExtensionService()
  3397.     {
  3398.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  3399.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  3400.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  3401.         }
  3402.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  3403.     }
  3404.     /**
  3405.      * Gets the private 'Plugin\ZeusPayment42\Repository\ConfigRepository' shared autowired service.
  3406.      *
  3407.      * @return \Plugin\ZeusPayment42\Repository\ConfigRepository
  3408.      */
  3409.     protected function getConfigRepository2Service()
  3410.     {
  3411.         return $this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] = new \Plugin\ZeusPayment42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3412.     }
  3413.     /**
  3414.      * Gets the private 'Plugin\ZeusPayment42\Service\ZeusPaymentService' shared autowired service.
  3415.      *
  3416.      * @return \Plugin\ZeusPayment42\Service\ZeusPaymentService
  3417.      */
  3418.     protected function getZeusPaymentService2Service()
  3419.     {
  3420.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3421.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3422.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3423.         }
  3424.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3425.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3426.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3427.         }
  3428.         $c = ($this->privates['Eccube\\Service\\MailService'] ?? $this->getMailServiceService());
  3429.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3430.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3431.         }
  3432.         $d = ($this->privates['eccube.purchase.flow.shopping'] ?? $this->getEccube_Purchase_Flow_ShoppingService());
  3433.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3434.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3435.         }
  3436.         $e = ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  3437.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3438.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3439.         }
  3440.         return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] = new \Plugin\ZeusPayment42\Service\ZeusPaymentService($a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b$c, ($this->services['router'] ?? $this->getRouterService()), $d$e);
  3441.     }
  3442.     /**
  3443.      * Gets the private 'Plugin\ZeusPayment42\ZeusPaymentEvent' shared autowired service.
  3444.      *
  3445.      * @return \Plugin\ZeusPayment42\ZeusPaymentEvent
  3446.      */
  3447.     protected function getZeusPaymentEvent2Service()
  3448.     {
  3449.         $a = ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] ?? $this->getZeusPaymentService2Service());
  3450.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3451.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3452.         }
  3453.         $b = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  3454.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3455.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3456.         }
  3457.         $c = ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelper2Service());
  3458.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3459.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3460.         }
  3461.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3462.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3463.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3464.         }
  3465.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3466.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3467.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3468.         }
  3469.         return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] = new \Plugin\ZeusPayment42\ZeusPaymentEvent(($this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $b$c, ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), $d, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $e);
  3470.     }
  3471.     /**
  3472.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  3473.      *
  3474.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  3475.      */
  3476.     protected function getWebProcessorService()
  3477.     {
  3478.         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']);
  3479.     }
  3480.     /**
  3481.      * Gets the private 'annotations.cache_adapter' shared service.
  3482.      *
  3483.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3484.      */
  3485.     protected function getAnnotations_CacheAdapterService()
  3486.     {
  3487.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3488.     }
  3489.     /**
  3490.      * Gets the private 'annotations.cached_reader' shared service.
  3491.      *
  3492.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3493.      */
  3494.     protected function getAnnotations_CachedReaderService()
  3495.     {
  3496.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3497.     }
  3498.     /**
  3499.      * Gets the private 'annotations.reader' shared service.
  3500.      *
  3501.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3502.      */
  3503.     protected function getAnnotations_ReaderService()
  3504.     {
  3505.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3506.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3507.         $a->registerUniqueLoader('class_exists');
  3508.         $instance->addGlobalIgnoredName('required'$a);
  3509.         return $instance;
  3510.     }
  3511.     /**
  3512.      * Gets the private 'assets.context' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3515.      */
  3516.     protected function getAssets_ContextService()
  3517.     {
  3518.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3519.         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());
  3520.     }
  3521.     /**
  3522.      * Gets the private 'cache.annotations' shared service.
  3523.      *
  3524.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3525.      */
  3526.     protected function getCache_AnnotationsService()
  3527.     {
  3528.         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())));
  3529.     }
  3530.     /**
  3531.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3532.      *
  3533.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3534.      */
  3535.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3536.     {
  3537.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3538.     }
  3539.     /**
  3540.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3541.      *
  3542.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3543.      */
  3544.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3545.     {
  3546.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3547.     }
  3548.     /**
  3549.      * Gets the private 'cache.property_info' shared service.
  3550.      *
  3551.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3552.      */
  3553.     protected function getCache_PropertyInfoService()
  3554.     {
  3555.         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())));
  3556.     }
  3557.     /**
  3558.      * Gets the private 'cache.security_expression_language' shared service.
  3559.      *
  3560.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3561.      */
  3562.     protected function getCache_SecurityExpressionLanguageService()
  3563.     {
  3564.         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())));
  3565.     }
  3566.     /**
  3567.      * Gets the private 'cache.security_token_verifier' shared service.
  3568.      *
  3569.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3570.      */
  3571.     protected function getCache_SecurityTokenVerifierService()
  3572.     {
  3573.         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())));
  3574.     }
  3575.     /**
  3576.      * Gets the private 'cache.serializer' shared service.
  3577.      *
  3578.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3579.      */
  3580.     protected function getCache_SerializerService()
  3581.     {
  3582.         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())));
  3583.     }
  3584.     /**
  3585.      * Gets the private 'cache.validator' shared service.
  3586.      *
  3587.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3588.      */
  3589.     protected function getCache_ValidatorService()
  3590.     {
  3591.         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())));
  3592.     }
  3593.     /**
  3594.      * Gets the private 'config_cache_factory' shared service.
  3595.      *
  3596.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3597.      */
  3598.     protected function getConfigCacheFactoryService()
  3599.     {
  3600.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3601.             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)));
  3602.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3603.         }, 2));
  3604.     }
  3605.     /**
  3606.      * Gets the private 'data_collector.form' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3609.      */
  3610.     protected function getDataCollector_FormService()
  3611.     {
  3612.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3613.     }
  3614.     /**
  3615.      * Gets the private 'data_collector.request' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3618.      */
  3619.     protected function getDataCollector_RequestService()
  3620.     {
  3621.         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())));
  3622.     }
  3623.     /**
  3624.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3625.      *
  3626.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3627.      */
  3628.     protected function getDebug_DebugHandlersListenerService()
  3629.     {
  3630.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3631.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3632.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3633.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3634.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3635.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3636.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3637.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3638.         $a->pushHandler(($this->privates['monolog.handler.admin'] ?? $this->getMonolog_Handler_AdminService()));
  3639.         $a->pushHandler(($this->privates['monolog.handler.front'] ?? $this->getMonolog_Handler_FrontService()));
  3640.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3641.         $a->pushHandler(($this->privates['monolog.handler.e_user_deprecated_filter'] ?? $this->getMonolog_Handler_EUserDeprecatedFilterService()));
  3642.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3643.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3644.     }
  3645.     /**
  3646.      * Gets the private 'debug.file_link_formatter' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3649.      */
  3650.     protected function getDebug_FileLinkFormatterService()
  3651.     {
  3652.         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 () {
  3653.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3654.         });
  3655.     }
  3656.     /**
  3657.      * Gets the private 'debug.log_processor' shared service.
  3658.      *
  3659.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3660.      */
  3661.     protected function getDebug_LogProcessorService()
  3662.     {
  3663.         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())));
  3664.     }
  3665.     /**
  3666.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3667.      *
  3668.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3669.      */
  3670.     protected function getDebug_Security_Access_DecisionManagerService()
  3671.     {
  3672.         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 () {
  3673.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3674.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3675.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3676.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3677.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3678.     }
  3679.     /**
  3680.      * Gets the private 'debug.security.firewall' shared service.
  3681.      *
  3682.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3683.      */
  3684.     protected function getDebug_Security_FirewallService()
  3685.     {
  3686.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3687.         if (isset($this->privates['debug.security.firewall'])) {
  3688.             return $this->privates['debug.security.firewall'];
  3689.         }
  3690.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3691.         if (isset($this->privates['debug.security.firewall'])) {
  3692.             return $this->privates['debug.security.firewall'];
  3693.         }
  3694.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3695.     }
  3696.     /**
  3697.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3698.      *
  3699.      * @return \Doctrine\Migrations\DependencyFactory
  3700.      */
  3701.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3702.     {
  3703.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3704.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3705.         $a->setAllOrNothing(false);
  3706.         $a->setCheckDatabasePlatform(true);
  3707.         $a->setTransactional(true);
  3708.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3709.         $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()));
  3710.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3711.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3712.         });
  3713.         return $instance;
  3714.     }
  3715.     /**
  3716.      * Gets the private 'eccube.collector.core' shared autowired service.
  3717.      *
  3718.      * @return \Eccube\DataCollector\EccubeDataCollector
  3719.      */
  3720.     protected function getEccube_Collector_CoreService()
  3721.     {
  3722.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3723.     }
  3724.     /**
  3725.      * Gets the private 'eccube.log.formatter.line' shared autowired service.
  3726.      *
  3727.      * @return \Monolog\Formatter\LineFormatter
  3728.      */
  3729.     protected function getEccube_Log_Formatter_LineService()
  3730.     {
  3731.         return $this->privates['eccube.log.formatter.line'] = new \Monolog\Formatter\LineFormatter('[%datetime%] %channel%.%level_name% [%extra.session_id%] [%extra.uid%] [%extra.user_id%] [%extra.class%:%extra.function%:%extra.line%] - %message% %context% [%extra.http_method%, %extra.url%, %extra.ip%, %extra.referrer%, %extra.user_agent%]'."\n".'');
  3732.     }
  3733.     /**
  3734.      * Gets the private 'eccube.purchase.flow.shopping' shared service.
  3735.      *
  3736.      * @return \Eccube\Service\PurchaseFlow\PurchaseFlow
  3737.      */
  3738.     protected function getEccube_Purchase_Flow_ShoppingService()
  3739.     {
  3740.         $this->privates['eccube.purchase.flow.shopping'] = $instance = new \Eccube\Service\PurchaseFlow\PurchaseFlow();
  3741.         $a = ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService());
  3742.         $b = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] ?? $this->getTaxProcessorService());
  3743.         $c = ($this->privates['Customize\\Service\\EstimateCharacterizer'] ?? $this->getEstimateCharacterizerService());
  3744.         $d = ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService());
  3745.         $e = ($this->privates['Customize\\Service\\LmDeliveryFee'] ?? $this->getLmDeliveryFeeService());
  3746.         $f = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  3747.         $g = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService());
  3748.         $instance->setFlowType('shopping');
  3749.         $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())), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PriceChangeValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PriceChangeValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PriceChangeValidator()))]));
  3750.         $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())]));
  3751.         $instance->setItemHolderPreprocessors(new \Doctrine\Common\Collections\ArrayCollection([=> $b=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\OrderNoProcessor'] ?? $this->getOrderNoProcessorService()), => new \Customize\Service\PurchaseFlow\Processor\DiscountPreprocessor(($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] ?? $this->getTaxDisplayTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] ?? $this->getTaxTypeRepositoryService()), ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService()), ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService()), ($this->privates['Customize\\Service\\TaxRuleService'] ?? $this->getTaxRuleService2Service()), ($this->privates['Customize\\Service\\EstimateService'] ?? $this->getEstimateServiceService()), $c), => new \Customize\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor($d, ($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()), $e), => new \Customize\Service\PurchaseFlow\Processor\DeliveryFeeFreeByShippingPreprocessor($d$e$f$c), => ($this->privates['Customize\\Service\\PurchaseFlow\\Processor\\PaymentChargePreprocessor'] ?? $this->getPaymentChargePreprocessorService()), => $b]));
  3752.         $instance->setDiscountProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> $g]));
  3753.         $instance->setItemHolderPostValidators(new \Doctrine\Common\Collections\ArrayCollection([=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] ?? $this->getAddPointProcessorService()), => ($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 \Customize\Service\PurchaseFlow\Processor\PaymentChargeChangeValidator(), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeeChangeValidator()]));
  3754.         $instance->setPurchaseProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\PreOrderIdValidator($f), => $g=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\CustomerPurchaseInfoProcessor'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\CustomerPurchaseInfoProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\CustomerPurchaseInfoProcessor())), => new \Eccube\Service\PurchaseFlow\Processor\OrderUpdateProcessor(($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()))]));
  3755.         return $instance;
  3756.     }
  3757.     /**
  3758.      * Gets the private 'esi_listener' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3761.      */
  3762.     protected function getEsiListenerService()
  3763.     {
  3764.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'exception_listener' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3770.      */
  3771.     protected function getExceptionListenerService()
  3772.     {
  3773.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3774.     }
  3775.     /**
  3776.      * Gets the private 'fragment.listener' shared service.
  3777.      *
  3778.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3779.      */
  3780.     protected function getFragment_ListenerService()
  3781.     {
  3782.         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');
  3783.     }
  3784.     /**
  3785.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3786.      *
  3787.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3788.      */
  3789.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3790.     {
  3791.         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())));
  3792.     }
  3793.     /**
  3794.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3795.      *
  3796.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3797.      */
  3798.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3799.     {
  3800.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3801.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3802.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3803.         }
  3804.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  3805.     }
  3806.     /**
  3807.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3808.      *
  3809.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3810.      */
  3811.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3812.     {
  3813.         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]);
  3814.     }
  3815.     /**
  3816.      * Gets the private 'locale_aware_listener' shared service.
  3817.      *
  3818.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3819.      */
  3820.     protected function getLocaleAwareListenerService()
  3821.     {
  3822.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3823.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3824.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3825.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3826.     }
  3827.     /**
  3828.      * Gets the private 'locale_listener' shared service.
  3829.      *
  3830.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3831.      */
  3832.     protected function getLocaleListenerService()
  3833.     {
  3834.         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, []);
  3835.     }
  3836.     /**
  3837.      * Gets the private 'mailer.mailer' shared service.
  3838.      *
  3839.      * @return \Symfony\Component\Mailer\Mailer
  3840.      */
  3841.     protected function getMailer_MailerService()
  3842.     {
  3843.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3844.         if (isset($this->privates['mailer.mailer'])) {
  3845.             return $this->privates['mailer.mailer'];
  3846.         }
  3847.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3848.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3849.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3850.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3851.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3852.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  3853.     }
  3854.     /**
  3855.      * Gets the private 'monolog.handler.admin' shared service.
  3856.      *
  3857.      * @return \Monolog\Handler\FingersCrossedHandler
  3858.      */
  3859.     protected function getMonolog_Handler_AdminService()
  3860.     {
  3861.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/admin.log'), 60100trueNULLfalse);
  3862.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3863.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  3864.         $a->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  3865.         return $this->privates['monolog.handler.admin'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400), 0truetrue200);
  3866.     }
  3867.     /**
  3868.      * Gets the private 'monolog.handler.console' shared service.
  3869.      *
  3870.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3871.      */
  3872.     protected function getMonolog_Handler_ConsoleService()
  3873.     {
  3874.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3875.     }
  3876.     /**
  3877.      * Gets the private 'monolog.handler.e_user_deprecated_filter' shared service.
  3878.      *
  3879.      * @return \Monolog\Handler\FilterHandler
  3880.      */
  3881.     protected function getMonolog_Handler_EUserDeprecatedFilterService()
  3882.     {
  3883.         return $this->privates['monolog.handler.e_user_deprecated_filter'] = new \Monolog\Handler\FilterHandler(new \Monolog\Handler\NullHandler(100true), [=> 200], 600false);
  3884.     }
  3885.     /**
  3886.      * Gets the private 'monolog.handler.front' shared service.
  3887.      *
  3888.      * @return \Monolog\Handler\FingersCrossedHandler
  3889.      */
  3890.     protected function getMonolog_Handler_FrontService()
  3891.     {
  3892.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/front.log'), 60100trueNULLfalse);
  3893.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3894.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  3895.         $a->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  3896.         return $this->privates['monolog.handler.front'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400), 0truetrue200);
  3897.     }
  3898.     /**
  3899.      * Gets the private 'monolog.handler.main' shared service.
  3900.      *
  3901.      * @return \Monolog\Handler\FingersCrossedHandler
  3902.      */
  3903.     protected function getMonolog_Handler_MainService()
  3904.     {
  3905.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/site.log'), 60100trueNULLfalse);
  3906.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3907.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  3908.         $a->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  3909.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400), 0truetrue200);
  3910.     }
  3911.     /**
  3912.      * Gets the private 'monolog.logger' shared service.
  3913.      *
  3914.      * @return \Symfony\Bridge\Monolog\Logger
  3915.      */
  3916.     protected function getMonolog_LoggerService()
  3917.     {
  3918.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3919.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3920.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3921.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3922.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3923.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3924.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3925.         $instance->useMicrosecondTimestamps(true);
  3926.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3927.         $instance->pushHandler(($this->privates['monolog.handler.admin'] ?? $this->getMonolog_Handler_AdminService()));
  3928.         $instance->pushHandler(($this->privates['monolog.handler.front'] ?? $this->getMonolog_Handler_FrontService()));
  3929.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3930.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3931.         return $instance;
  3932.     }
  3933.     /**
  3934.      * Gets the private 'monolog.logger.cache' shared service.
  3935.      *
  3936.      * @return \Symfony\Bridge\Monolog\Logger
  3937.      */
  3938.     protected function getMonolog_Logger_CacheService()
  3939.     {
  3940.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3941.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3942.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3943.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3944.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3945.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3946.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3947.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3948.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3949.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3950.         return $instance;
  3951.     }
  3952.     /**
  3953.      * Gets the private 'monolog.logger.request' shared service.
  3954.      *
  3955.      * @return \Symfony\Bridge\Monolog\Logger
  3956.      */
  3957.     protected function getMonolog_Logger_RequestService()
  3958.     {
  3959.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3960.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3961.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3962.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3963.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3964.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3965.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3966.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3967.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3968.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3969.         return $instance;
  3970.     }
  3971.     /**
  3972.      * Gets the private 'monolog.logger.security' shared service.
  3973.      *
  3974.      * @return \Symfony\Bridge\Monolog\Logger
  3975.      */
  3976.     protected function getMonolog_Logger_SecurityService()
  3977.     {
  3978.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3979.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3980.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3981.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3982.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3983.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3984.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3985.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3986.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3987.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3988.         return $instance;
  3989.     }
  3990.     /**
  3991.      * Gets the private 'parameter_bag' shared service.
  3992.      *
  3993.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3994.      */
  3995.     protected function getParameterBagService()
  3996.     {
  3997.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3998.     }
  3999.     /**
  4000.      * Gets the private 'profiler_listener' shared service.
  4001.      *
  4002.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4003.      */
  4004.     protected function getProfilerListenerService()
  4005.     {
  4006.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4007.         if (isset($this->privates['profiler_listener'])) {
  4008.             return $this->privates['profiler_listener'];
  4009.         }
  4010.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4011.     }
  4012.     /**
  4013.      * Gets the private 'property_info' shared service.
  4014.      *
  4015.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4016.      */
  4017.     protected function getPropertyInfoService()
  4018.     {
  4019.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4020.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4021.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4022.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4023.         }, 3), new RewindableGenerator(function () {
  4024.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4025.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4026.         }, 2), new RewindableGenerator(function () {
  4027.             return new \EmptyIterator();
  4028.         }, 0), new RewindableGenerator(function () {
  4029.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4030.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4031.         }, 2), new RewindableGenerator(function () {
  4032.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4033.         }, 1));
  4034.     }
  4035.     /**
  4036.      * Gets the private 'rate_limiter.cache' shared service.
  4037.      *
  4038.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4039.      */
  4040.     protected function getRateLimiter_CacheService()
  4041.     {
  4042.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('635t6d-tz-'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4043.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4044.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4045.     }
  4046.     /**
  4047.      * Gets the private 'router.expression_language_provider' shared service.
  4048.      *
  4049.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4050.      */
  4051.     protected function getRouter_ExpressionLanguageProviderService()
  4052.     {
  4053.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4054.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4055.         ], [
  4056.             'env' => 'Closure',
  4057.         ]));
  4058.     }
  4059.     /**
  4060.      * Gets the private 'router.request_context' shared service.
  4061.      *
  4062.      * @return \Symfony\Component\Routing\RequestContext
  4063.      */
  4064.     protected function getRouter_RequestContextService()
  4065.     {
  4066.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4067.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4068.         return $instance;
  4069.     }
  4070.     /**
  4071.      * Gets the private 'router_listener' shared service.
  4072.      *
  4073.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4074.      */
  4075.     protected function getRouterListenerService()
  4076.     {
  4077.         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);
  4078.     }
  4079.     /**
  4080.      * Gets the private 'security.context_listener.0' shared service.
  4081.      *
  4082.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4083.      */
  4084.     protected function getSecurity_ContextListener_0Service()
  4085.     {
  4086.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  4087.         if (isset($this->privates['security.context_listener.0'])) {
  4088.             return $this->privates['security.context_listener.0'];
  4089.         }
  4090.         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 () {
  4091.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  4092.             yield => ($this->privates['Customize\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  4093.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4094.     }
  4095.     /**
  4096.      * Gets the private 'security.context_listener.1' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4099.      */
  4100.     protected function getSecurity_ContextListener_1Service()
  4101.     {
  4102.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  4103.         if (isset($this->privates['security.context_listener.1'])) {
  4104.             return $this->privates['security.context_listener.1'];
  4105.         }
  4106.         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 () {
  4107.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  4108.             yield => ($this->privates['Customize\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  4109.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4110.     }
  4111.     /**
  4112.      * Gets the private 'security.csrf.token_storage' shared service.
  4113.      *
  4114.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4115.      */
  4116.     protected function getSecurity_Csrf_TokenStorageService()
  4117.     {
  4118.         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())));
  4119.     }
  4120.     /**
  4121.      * Gets the private 'security.event_dispatcher.admin' shared service.
  4122.      *
  4123.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4124.      */
  4125.     protected function getSecurity_EventDispatcher_AdminService()
  4126.     {
  4127.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4129.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  4130.         }, => 'checkPassport'], 2048);
  4131.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4132.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  4133.         }, => 'onSuccessfulLogin'], 0);
  4134.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4135.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  4136.         }, => 'onLogout'], 0);
  4137.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4138.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4139.         }, => 'onLogout'], 0);
  4140.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4141.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  4142.         }, => 'checkPassport'], 2080);
  4143.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4144.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  4145.         }, => 'onSuccessfulLogin'], 0);
  4146.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4147.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4148.         }, => 'preCheckCredentials'], 256);
  4149.         $instance->addListener('security.authentication.success', [=> function () {
  4150.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4151.         }, => 'postCheckCredentials'], 256);
  4152.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4153.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4154.         }, => 'checkPassport'], 1024);
  4155.         $instance->addListener('security.interactive_login', [=> function () {
  4156.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4157.         }, => 'onInteractiveLogin'], 0);
  4158.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4159.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4160.         }, => 'onAuthenticationFailure'], 0);
  4161.         $instance->addListener('security.interactive_login', [=> function () {
  4162.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  4163.         }, => 'onInteractiveLogin'], 0);
  4164.         $instance->addListener('security.interactive_login', [=> function () {
  4165.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  4166.         }, => 'onInteractiveLogin'], 0);
  4167.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4168.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4169.         }, => 'checkPassport'], 0);
  4170.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4171.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4172.         }, => 'onLoginSuccess'], 0);
  4173.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4174.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  4175.         }, => 'checkPassport'], 256);
  4176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4177.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4178.         }, => 'checkPassport'], 512);
  4179.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4180.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4181.         }, => 'onLogout'], 0);
  4182.         return $instance;
  4183.     }
  4184.     /**
  4185.      * Gets the private 'security.event_dispatcher.customer' shared service.
  4186.      *
  4187.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4188.      */
  4189.     protected function getSecurity_EventDispatcher_CustomerService()
  4190.     {
  4191.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4192.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4193.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  4194.         }, => 'checkPassport'], 2048);
  4195.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4196.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  4197.         }, => 'onSuccessfulLogin'], 0);
  4198.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4199.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  4200.         }, => 'onLogout'], 64);
  4201.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4202.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4203.         }, => 'onLogout'], 0);
  4204.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4205.             return ($this->privates['security.logout.listener.legacy_handler.0'] ?? $this->load('getSecurity_Logout_Listener_LegacyHandler_0Service'));
  4206.         }, => 'onLogout'], 0);
  4207.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4208.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  4209.         }, => 'checkPassport'], 2080);
  4210.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4211.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  4212.         }, => 'onSuccessfulLogin'], 0);
  4213.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4214.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  4215.         }, => 'onSuccessfulLogin'], -32);
  4216.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4217.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4218.         }, => 'onSuccessfulLogin'], -64);
  4219.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4220.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4221.         }, => 'clearCookie'], 0);
  4222.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4223.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4224.         }, => 'clearCookie'], 0);
  4225.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4226.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4227.         }, => 'clearCookie'], 0);
  4228.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4229.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  4230.         }, => 'preCheckCredentials'], 256);
  4231.         $instance->addListener('security.authentication.success', [=> function () {
  4232.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  4233.         }, => 'postCheckCredentials'], 256);
  4234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4235.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4236.         }, => 'checkPassport'], 1024);
  4237.         $instance->addListener('security.interactive_login', [=> function () {
  4238.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4239.         }, => 'onInteractiveLogin'], 0);
  4240.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4241.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4242.         }, => 'onAuthenticationFailure'], 0);
  4243.         $instance->addListener('security.interactive_login', [=> function () {
  4244.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  4245.         }, => 'onInteractiveLogin'], 0);
  4246.         $instance->addListener('security.interactive_login', [=> function () {
  4247.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  4248.         }, => 'onInteractiveLogin'], 0);
  4249.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4250.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4251.         }, => 'checkPassport'], 0);
  4252.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4253.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4254.         }, => 'onLoginSuccess'], 0);
  4255.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4256.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  4257.         }, => 'checkPassport'], 256);
  4258.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4259.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4260.         }, => 'checkPassport'], 512);
  4261.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4262.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4263.         }, => 'onLogout'], 0);
  4264.         return $instance;
  4265.     }
  4266.     /**
  4267.      * Gets the private 'security.firewall.map' shared service.
  4268.      *
  4269.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4270.      */
  4271.     protected function getSecurity_Firewall_MapService()
  4272.     {
  4273.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  4274.         if (isset($this->privates['security.firewall.map'])) {
  4275.             return $this->privates['security.firewall.map'];
  4276.         }
  4277.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4278.             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)/')));
  4279.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  4280.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.lEgUZR8'] ?? ($this->privates['.security.request_matcher.lEgUZR8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  4281.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4282.         }, 4));
  4283.     }
  4284.     /**
  4285.      * Gets the private 'security.helper' shared service.
  4286.      *
  4287.      * @return \Symfony\Component\Security\Core\Security
  4288.      */
  4289.     protected function getSecurity_HelperService()
  4290.     {
  4291.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4292.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4293.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4294.         ], [
  4295.             'security.authorization_checker' => '?',
  4296.             'security.token_storage' => '?',
  4297.         ]));
  4298.     }
  4299.     /**
  4300.      * Gets the private 'security.logout_url_generator' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4303.      */
  4304.     protected function getSecurity_LogoutUrlGeneratorService()
  4305.     {
  4306.         $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()));
  4307.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  4308.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  4309.         return $instance;
  4310.     }
  4311.     /**
  4312.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4313.      *
  4314.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4315.      */
  4316.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4317.     {
  4318.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4319.     }
  4320.     /**
  4321.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4322.      *
  4323.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4324.      */
  4325.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4326.     {
  4327.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4328.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4329.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4330.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4331.     }
  4332.     /**
  4333.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4334.      *
  4335.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4336.      */
  4337.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4338.     {
  4339.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4340.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4341.             return $this->privates['sensio_framework_extra.security.listener'];
  4342.         }
  4343.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4344.     }
  4345.     /**
  4346.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4347.      *
  4348.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4349.      */
  4350.     protected function getSensioFrameworkExtra_View_ListenerService()
  4351.     {
  4352.         $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))));
  4353.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4354.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4355.         ], [
  4356.             'twig' => '?',
  4357.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4358.         return $instance;
  4359.     }
  4360.     /**
  4361.      * Gets the private 'session.factory' shared service.
  4362.      *
  4363.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4364.      */
  4365.     protected function getSession_FactoryService()
  4366.     {
  4367.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4368.         if (isset($this->privates['session.factory'])) {
  4369.             return $this->privates['session.factory'];
  4370.         }
  4371.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  4372.     }
  4373.     /**
  4374.      * Gets the private 'session_listener' shared service.
  4375.      *
  4376.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4377.      */
  4378.     protected function getSessionListenerService()
  4379.     {
  4380.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4381.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4382.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4383.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4384.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4385.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4386.         ], [
  4387.             'initialized_session' => '?',
  4388.             'logger' => '?',
  4389.             'session' => '?',
  4390.             'session_collector' => '?',
  4391.             'session_factory' => '?',
  4392.         ]), true$this->getParameter('session.storage.options'));
  4393.     }
  4394.     /**
  4395.      * Gets the private 'state_machine.order.metadata_store' shared service.
  4396.      *
  4397.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4398.      */
  4399.     protected function getStateMachine_Order_MetadataStoreService()
  4400.     {
  4401.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4402.     }
  4403.     /**
  4404.      * Gets the private 'translator.default' shared service.
  4405.      *
  4406.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4407.      */
  4408.     protected function getTranslator_DefaultService()
  4409.     {
  4410.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4411.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4412.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4413.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4414.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4415.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4416.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4417.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4418.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4419.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4420.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4421.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4422.         ], [
  4423.             'translation.loader.csv' => '?',
  4424.             'translation.loader.dat' => '?',
  4425.             'translation.loader.ini' => '?',
  4426.             'translation.loader.json' => '?',
  4427.             'translation.loader.mo' => '?',
  4428.             'translation.loader.php' => '?',
  4429.             'translation.loader.po' => '?',
  4430.             'translation.loader.qt' => '?',
  4431.             'translation.loader.res' => '?',
  4432.             'translation.loader.xliff' => '?',
  4433.             'translation.loader.yml' => '?',
  4434.         ]), 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/AmazonPayV2_42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Resource/locale'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Eccube/translations'), 21 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 23 => (\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/AmazonPayV2_42/Resource/locale'=> 'src/Eccube/Resource/locale/'=> 'app/Customize/Resource/locale/'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/twig-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/exercise/htmlpurifier-bundle/src/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'vendor/twig/extra-bundle/translations'20 => 'src/Eccube/translations'21 => 'vendor/league/oauth2-server-bundle/src/translations'22 => 'app/Plugin/Api42/Bundle/translations'23 => 'translations']]], []);
  4435.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4436.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  4437.         return $instance;
  4438.     }
  4439.     /**
  4440.      * Gets the private 'validator.builder' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4443.      */
  4444.     protected function getValidator_BuilderService()
  4445.     {
  4446.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4447.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4448.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4449.             'Customize\\Form\\Validator\\EmailValidator' => ['privates''Customize\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  4450.             'Customize\\Validator\\EstimateImageValidator' => ['privates''Customize\\Validator\\EstimateImageValidator''getEstimateImageValidatorService'true],
  4451.             'Customize\\Validator\\EstimateValidator' => ['privates''Customize\\Validator\\EstimateValidator''getEstimateValidatorService'true],
  4452.             'Customize\\Validator\\InquiryValidator' => ['privates''Customize\\Validator\\InquiryValidator''getInquiryValidatorService'true],
  4453.             'Customize\\Validator\\LmEmailValidator' => ['privates''Customize\\Validator\\LmEmailValidator''getLmEmailValidatorService'true],
  4454.             'Customize\\Validator\\QuantityValidator' => ['privates''Customize\\Validator\\QuantityValidator''getQuantityValidatorService'true],
  4455.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidator2Service'true],
  4456.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  4457.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator''getCardExpirationValidatorService'true],
  4458.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  4459.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator''getOrLengthValidatorService'true],
  4460.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4461.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4462.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4463.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4464.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4465.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4466.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4467.             'unique.clientip' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  4468.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4469.         ], [
  4470.             'Customize\\Form\\Validator\\EmailValidator' => '?',
  4471.             'Customize\\Validator\\EstimateImageValidator' => '?',
  4472.             'Customize\\Validator\\EstimateValidator' => '?',
  4473.             'Customize\\Validator\\InquiryValidator' => '?',
  4474.             'Customize\\Validator\\LmEmailValidator' => '?',
  4475.             'Customize\\Validator\\QuantityValidator' => '?',
  4476.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  4477.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  4478.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => '?',
  4479.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => '?',
  4480.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => '?',
  4481.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4482.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4483.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4484.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4485.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4486.             'doctrine.orm.validator.unique' => '?',
  4487.             'security.validator.user_password' => '?',
  4488.             'unique.clientip' => '?',
  4489.             'validator.expression' => '?',
  4490.         ])));
  4491.         if ($this->has('translator')) {
  4492.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4493.         }
  4494.         $instance->setTranslationDomain('validators');
  4495.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4496.         $instance->enableAnnotationMapping(true);
  4497.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4498.         $instance->addMethodMapping('loadValidatorMetadata');
  4499.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4500.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4501.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4502.         return $instance;
  4503.     }
  4504.     /**
  4505.      * Gets the private 'var_dumper.html_dumper' shared service.
  4506.      *
  4507.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4508.      */
  4509.     protected function getVarDumper_HtmlDumperService()
  4510.     {
  4511.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4512.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4513.         return $instance;
  4514.     }
  4515.     /**
  4516.      * Gets the private 'web_profiler.csp.handler' shared service.
  4517.      *
  4518.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4519.      */
  4520.     protected function getWebProfiler_Csp_HandlerService()
  4521.     {
  4522.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4523.     }
  4524.     /**
  4525.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4526.      *
  4527.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4528.      */
  4529.     protected function getWebProfiler_DebugToolbarService()
  4530.     {
  4531.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4532.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4533.             return $this->privates['web_profiler.debug_toolbar'];
  4534.         }
  4535.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4536.     }
  4537.     /**
  4538.      * Gets the public 'cache_clearer' alias.
  4539.      *
  4540.      * @return object The ".container.private.cache_clearer" service.
  4541.      */
  4542.     protected function getCacheClearerService()
  4543.     {
  4544.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4545.         return $this->get('.container.private.cache_clearer');
  4546.     }
  4547.     /**
  4548.      * Gets the public 'filesystem' alias.
  4549.      *
  4550.      * @return object The ".container.private.filesystem" service.
  4551.      */
  4552.     protected function getFilesystemService()
  4553.     {
  4554.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4555.         return $this->get('.container.private.filesystem');
  4556.     }
  4557.     /**
  4558.      * Gets the public 'state_machine.order' alias.
  4559.      *
  4560.      * @return object The ".container.private.state_machine.order" service.
  4561.      */
  4562.     protected function getStateMachine_OrderService()
  4563.     {
  4564.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  4565.         return $this->get('.container.private.state_machine.order');
  4566.     }
  4567.     /**
  4568.      * Gets the public 'serializer' alias.
  4569.      *
  4570.      * @return object The ".container.private.serializer" service.
  4571.      */
  4572.     protected function getSerializerService()
  4573.     {
  4574.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4575.         return $this->get('.container.private.serializer');
  4576.     }
  4577.     /**
  4578.      * Gets the public 'security.csrf.token_manager' alias.
  4579.      *
  4580.      * @return object The ".container.private.security.csrf.token_manager" service.
  4581.      */
  4582.     protected function getSecurity_Csrf_TokenManagerService()
  4583.     {
  4584.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4585.         return $this->get('.container.private.security.csrf.token_manager');
  4586.     }
  4587.     /**
  4588.      * Gets the public 'form.factory' alias.
  4589.      *
  4590.      * @return object The ".container.private.form.factory" service.
  4591.      */
  4592.     protected function getForm_FactoryService()
  4593.     {
  4594.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4595.         return $this->get('.container.private.form.factory');
  4596.     }
  4597.     /**
  4598.      * Gets the public 'form.type.file' alias.
  4599.      *
  4600.      * @return object The ".container.private.form.type.file" service.
  4601.      */
  4602.     protected function getForm_Type_FileService()
  4603.     {
  4604.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4605.         return $this->get('.container.private.form.type.file');
  4606.     }
  4607.     /**
  4608.      * Gets the public 'profiler' alias.
  4609.      *
  4610.      * @return object The ".container.private.profiler" service.
  4611.      */
  4612.     protected function getProfilerService()
  4613.     {
  4614.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4615.         return $this->get('.container.private.profiler');
  4616.     }
  4617.     /**
  4618.      * Gets the public 'security.authorization_checker' alias.
  4619.      *
  4620.      * @return object The ".container.private.security.authorization_checker" service.
  4621.      */
  4622.     protected function getSecurity_AuthorizationCheckerService()
  4623.     {
  4624.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4625.         return $this->get('.container.private.security.authorization_checker');
  4626.     }
  4627.     /**
  4628.      * Gets the public 'security.token_storage' alias.
  4629.      *
  4630.      * @return object The ".container.private.security.token_storage" service.
  4631.      */
  4632.     protected function getSecurity_TokenStorageService()
  4633.     {
  4634.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4635.         return $this->get('.container.private.security.token_storage');
  4636.     }
  4637.     /**
  4638.      * Gets the public 'twig' alias.
  4639.      *
  4640.      * @return object The ".container.private.twig" service.
  4641.      */
  4642.     protected function getTwigService()
  4643.     {
  4644.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4645.         return $this->get('.container.private.twig');
  4646.     }
  4647.     /**
  4648.      * Gets the public 'security.password_encoder' alias.
  4649.      *
  4650.      * @return object The ".container.private.security.password_encoder" service.
  4651.      */
  4652.     protected function getSecurity_PasswordEncoderService()
  4653.     {
  4654.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4655.         return $this->get('.container.private.security.password_encoder');
  4656.     }
  4657.     /**
  4658.      * Gets the public 'session' alias.
  4659.      *
  4660.      * @return object The ".container.private.session" service.
  4661.      */
  4662.     protected function getSessionService()
  4663.     {
  4664.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4665.         return $this->get('.container.private.session');
  4666.     }
  4667.     /**
  4668.      * Gets the public 'validator' alias.
  4669.      *
  4670.      * @return object The ".container.private.validator" service.
  4671.      */
  4672.     protected function getValidatorService()
  4673.     {
  4674.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4675.         return $this->get('.container.private.validator');
  4676.     }
  4677.     /**
  4678.      * @return array|bool|float|int|string|\UnitEnum|null
  4679.      */
  4680.     public function getParameter(string $name)
  4681.     {
  4682.         if (isset($this->buildParameters[$name])) {
  4683.             return $this->buildParameters[$name];
  4684.         }
  4685.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4686.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4687.         }
  4688.         if (isset($this->loadedDynamicParameters[$name])) {
  4689.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4690.         }
  4691.         return $this->parameters[$name];
  4692.     }
  4693.     public function hasParameter(string $name): bool
  4694.     {
  4695.         if (isset($this->buildParameters[$name])) {
  4696.             return true;
  4697.         }
  4698.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4699.     }
  4700.     public function setParameter(string $name$value): void
  4701.     {
  4702.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4703.     }
  4704.     public function getParameterBag(): ParameterBagInterface
  4705.     {
  4706.         if (null === $this->parameterBag) {
  4707.             $parameters $this->parameters;
  4708.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4709.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4710.             }
  4711.             foreach ($this->buildParameters as $name => $value) {
  4712.                 $parameters[$name] = $value;
  4713.             }
  4714.             $this->parameterBag = new FrozenParameterBag($parameters);
  4715.         }
  4716.         return $this->parameterBag;
  4717.     }
  4718.     private $loadedDynamicParameters = [
  4719.         'kernel.runtime_environment' => false,
  4720.         'kernel.build_dir' => false,
  4721.         'kernel.cache_dir' => false,
  4722.         'locale' => false,
  4723.         'timezone' => false,
  4724.         'currency' => false,
  4725.         'eccube_database_url' => false,
  4726.         'eccube_mailer_dsn' => false,
  4727.         'eccube_admin_route' => false,
  4728.         'eccube_user_data_route' => false,
  4729.         'eccube_front_allow_hosts' => false,
  4730.         'eccube_front_deny_hosts' => false,
  4731.         'eccube_admin_allow_hosts' => false,
  4732.         'eccube_admin_deny_hosts' => false,
  4733.         'eccube_force_ssl' => false,
  4734.         'eccube.theme' => false,
  4735.         'eccube_theme_code' => false,
  4736.         'eccube_auth_magic' => false,
  4737.         'eccube_theme_front_dir' => false,
  4738.         'eccube_html_front_dir' => false,
  4739.         'eccube_csv_temp_realdir' => false,
  4740.         'eccube_owners_store_url' => false,
  4741.         'eccube_package_api_url' => false,
  4742.         'eccube_content_maintenance_file_path' => false,
  4743.         'eccube_2fa_enabled' => false,
  4744.         'eccube_2fa_cookie_name' => false,
  4745.         'eccube_2fa_expire' => false,
  4746.         'eccube_restrict_file_upload' => false,
  4747.         'LM_SITE_ID' => false,
  4748.         'UT_URL' => false,
  4749.         'BACK_URL' => false,
  4750.         'S_BACK_URL' => false,
  4751.         'S_BACK_CERT_FILENAME' => false,
  4752.         'BACKIMG_URL' => false,
  4753.         'S3_LM_DOC_PATH' => false,
  4754.         'CFIMG_DOMAIN' => false,
  4755.         'CFIMG_URL' => false,
  4756.         'CFIMG_BACK_URL' => false,
  4757.         'CFIMG_GOODS_URL' => false,
  4758.         'FRONT_PATH' => false,
  4759.         'IMG_HOST_NAME' => false,
  4760.         'Css' => false,
  4761.         'DbConvert' => false,
  4762.         'ZEUS_CARD_SOPPING' => false,
  4763.         'ZEUS_CARD_MY_PAGE' => false,
  4764.         'kernel.secret' => false,
  4765.         'kernel.default_locale' => false,
  4766.         'debug.container.dump' => false,
  4767.         'serializer.mapping.cache.file' => false,
  4768.         'session.storage.options' => false,
  4769.         'validator.mapping.cache.file' => false,
  4770.         'profiler.storage.dsn' => false,
  4771.         'doctrine.orm.proxy_dir' => false,
  4772.         'league.oauth2_server.encryption_key' => false,
  4773.     ];
  4774.     private $dynamicParameters = [];
  4775.     private function getDynamicParameter(string $name)
  4776.     {
  4777.         switch ($name) {
  4778.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4779.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4780.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4781.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4782.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4783.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4784.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4785.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4786.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4787.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4788.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4789.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4790.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4791.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4792.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4793.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4794.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4795.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4796.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4797.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4798.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4799.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4800.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4801.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4802.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4803.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4804.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4805.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4806.             case 'LM_SITE_ID'$value $this->getEnv('LM_SITE_ID'); break;
  4807.             case 'UT_URL'$value $this->getEnv('UT_URL'); break;
  4808.             case 'BACK_URL'$value $this->getEnv('BACK_URL'); break;
  4809.             case 'S_BACK_URL'$value $this->getEnv('S_BACK_URL'); break;
  4810.             case 'S_BACK_CERT_FILENAME'$value $this->getEnv('S_BACK_CERT_FILENAME'); break;
  4811.             case 'BACKIMG_URL'$value $this->getEnv('BACKIMG_URL'); break;
  4812.             case 'S3_LM_DOC_PATH'$value $this->getEnv('S3_LM_DOC_PATH'); break;
  4813.             case 'CFIMG_DOMAIN'$value $this->getEnv('CFIMG_DOMAIN'); break;
  4814.             case 'CFIMG_URL'$value $this->getEnv('CFIMG_URL'); break;
  4815.             case 'CFIMG_BACK_URL'$value $this->getEnv('CFIMG_BACK_URL'); break;
  4816.             case 'CFIMG_GOODS_URL'$value $this->getEnv('CFIMG_GOODS_URL'); break;
  4817.             case 'FRONT_PATH'$value $this->getEnv('FRONT_PATH'); break;
  4818.             case 'IMG_HOST_NAME'$value $this->getEnv('IMG_HOST_NAME'); break;
  4819.             case 'Css'$value = [
  4820.                 'Root' => $this->getEnv('CSS_ROOT'),
  4821.                 'CssList' => [
  4822.                     'pc' => [
  4823.                         'common' => [
  4824.                             => 'common.'.$this->getEnv('string:CSS_EXT'),
  4825.                             => 'basedesign_pc.'.$this->getEnv('string:CSS_EXT'),
  4826.                             => 'pagedesign_pc.'.$this->getEnv('string:CSS_EXT'),
  4827.                         ],
  4828.                         'top' => [
  4829.                             => 'top.'.$this->getEnv('string:CSS_EXT'),
  4830.                         ],
  4831.                         'main-category' => [
  4832.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4833.                         ],
  4834.                         'category' => [
  4835.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4836.                         ],
  4837.                         'item' => [
  4838.                             => 'item.'.$this->getEnv('string:CSS_EXT'),
  4839.                         ],
  4840.                         'other' => [
  4841.                             => 'other.'.$this->getEnv('string:CSS_EXT'),
  4842.                         ],
  4843.                     ],
  4844.                     'sp' => [
  4845.                         'common' => [
  4846.                             => 'common.'.$this->getEnv('string:CSS_EXT'),
  4847.                             => 'basedesign_sp.'.$this->getEnv('string:CSS_EXT'),
  4848.                             => 'pagedesign_sp.'.$this->getEnv('string:CSS_EXT'),
  4849.                         ],
  4850.                         'top' => [
  4851.                             => 'top.'.$this->getEnv('string:CSS_EXT'),
  4852.                         ],
  4853.                         'main-category' => [
  4854.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4855.                         ],
  4856.                         'category' => [
  4857.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4858.                         ],
  4859.                         'item' => [
  4860.                             => 'item.'.$this->getEnv('string:CSS_EXT'),
  4861.                         ],
  4862.                         'other' => [
  4863.                             => 'other.'.$this->getEnv('string:CSS_EXT'),
  4864.                         ],
  4865.                     ],
  4866.                 ],
  4867.             ]; break;
  4868.             case 'DbConvert'$value = [
  4869.                 'ProductClassCategory' => [
  4870.                     'offset' => [
  4871.                         => $this->getEnv('DB_CONVERT_PRODUCT_CLASS_CATEGORY_OFFSET_1'),
  4872.                         => $this->getEnv('DB_CONVERT_PRODUCT_CLASS_CATEGORY_OFFSET_2'),
  4873.                     ],
  4874.                 ],
  4875.                 'MainCategory' => [
  4876.                     'offset' => [
  4877.                         'Id' => $this->getEnv('DB_CONVERT_MAIN_CATEGORY_OFFSET_ID'),
  4878.                     ],
  4879.                 ],
  4880.                 'Category' => [
  4881.                     'offset' => [
  4882.                         'Id' => $this->getEnv('DB_CONVERT_CATEGORY_OFFSET_ID'),
  4883.                     ],
  4884.                 ],
  4885.             ]; break;
  4886.             case 'ZEUS_CARD_SOPPING'$value = [
  4887.                 'ZEUS_CLIENT_IP' => $this->getEnv('ZEUS_CLIENT_IP_1'),
  4888.                 'PARAM_CD' => 'sopping',
  4889.                 'SUCCESS_URL' => 'shopping_complete',
  4890.                 'SUCCESS_STR' => '完了画面へ',
  4891.                 'FAILURE_URL' => 'shopping_error',
  4892.                 'FAILURE_STR' => '確認画面へ',
  4893.             ]; break;
  4894.             case 'ZEUS_CARD_MY_PAGE'$value = [
  4895.                 'ZEUS_CLIENT_IP' => $this->getEnv('ZEUS_CLIENT_IP_2'),
  4896.                 'PARAM_CD' => 'mypage',
  4897.                 'SUCCESS_URL' => 'mypage_xxxxx',
  4898.                 'SUCCESS_STR' => '',
  4899.                 'FAILURE_URL' => 'mypage_yyyyy',
  4900.                 'FAILURE_STR' => '',
  4901.             ]; break;
  4902.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4903.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4904.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Customize_KernelDevDebugContainer.xml'); break;
  4905.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4906.             case 'session.storage.options'$value = [
  4907.                 'cache_limiter' => '0',
  4908.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4909.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4910.                 'cookie_httponly' => true,
  4911.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4912.                 'gc_probability' => 1,
  4913.             ]; break;
  4914.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4915.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4916.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4917.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  4918.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4919.         }
  4920.         $this->loadedDynamicParameters[$name] = true;
  4921.         return $this->dynamicParameters[$name] = $value;
  4922.     }
  4923.     protected function getDefaultParameters(): array
  4924.     {
  4925.         return [
  4926.             'kernel.project_dir' => \dirname(__DIR__4),
  4927.             'kernel.environment' => 'dev',
  4928.             'kernel.debug' => true,
  4929.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4930.             'kernel.bundles' => [
  4931.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4932.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4933.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4934.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4935.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4936.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4937.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4938.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4939.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4940.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4941.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4942.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4943.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4944.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4945.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4946.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4947.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4948.             ],
  4949.             'kernel.bundles_metadata' => [
  4950.                 'FrameworkBundle' => [
  4951.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4952.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4953.                 ],
  4954.                 'SecurityBundle' => [
  4955.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4956.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4957.                 ],
  4958.                 'DoctrineBundle' => [
  4959.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4960.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4961.                 ],
  4962.                 'DoctrineFixturesBundle' => [
  4963.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4964.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4965.                 ],
  4966.                 'SensioFrameworkExtraBundle' => [
  4967.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4968.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4969.                 ],
  4970.                 'MonologBundle' => [
  4971.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4972.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4973.                 ],
  4974.                 'TwigBundle' => [
  4975.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4976.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4977.                 ],
  4978.                 'DebugBundle' => [
  4979.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4980.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4981.                 ],
  4982.                 'WebProfilerBundle' => [
  4983.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4984.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4985.                 ],
  4986.                 'MakerBundle' => [
  4987.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4988.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4989.                 ],
  4990.                 'KnpPaginatorBundle' => [
  4991.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4992.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4993.                 ],
  4994.                 'ExerciseHTMLPurifierBundle' => [
  4995.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4996.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4997.                 ],
  4998.                 'DoctrineMigrationsBundle' => [
  4999.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5000.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5001.                 ],
  5002.                 'TwigExtraBundle' => [
  5003.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5004.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5005.                 ],
  5006.                 'EccubeBundle' => [
  5007.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  5008.                     'namespace' => 'Eccube',
  5009.                 ],
  5010.                 'LeagueOAuth2ServerBundle' => [
  5011.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  5012.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  5013.                 ],
  5014.                 'ApiBundle' => [
  5015.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  5016.                     'namespace' => 'Plugin\\Api42\\Bundle',
  5017.                 ],
  5018.             ],
  5019.             'kernel.charset' => 'UTF-8',
  5020.             'kernel.container_class' => 'Customize_KernelDevDebugContainer',
  5021.             'container.dumper.inline_class_loader' => true,
  5022.             'env(ECCUBE_LOCALE)' => 'ja',
  5023.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  5024.             'env(ECCUBE_CURRENCY)' => 'JPY',
  5025.             'env(DATABASE_URL)' => '',
  5026.             'env(DATABASE_SERVER_VERSION)' => NULL,
  5027.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  5028.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  5029.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  5030.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  5031.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  5032.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  5033.             'env(ECCUBE_FORCE_SSL)' => '0',
  5034.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  5035.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  5036.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  5037.             'env(ECCUBE_COOKIE_PATH)' => '/',
  5038.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  5039.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  5040.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  5041.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  5042.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  5043.             'env(ECCUBE_2FA_ENABLED)' => '1',
  5044.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  5045.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  5046.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  5047.             'eccube_auth_type' => 'HMAC',
  5048.             'eccube_password_hash_algos' => 'SHA256',
  5049.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  5050.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  5051.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  5052.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  5053.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  5054.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  5055.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  5056.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  5057.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  5058.             'eccube_twig_block_templates' => [
  5059.             ],
  5060.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  5061.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  5062.             'eccube_csv_size' => 5,
  5063.             'eccube_csv_split_lines' => 100,
  5064.             'eccube_default_password' => 'abc********123',
  5065.             'eccube_deliv_addr_max' => 100,
  5066.             'eccube_deliv_date_end_max' => 21,
  5067.             'eccube_id_max_len' => 50,
  5068.             'eccube_id_min_len' => 4,
  5069.             'eccube_int_len' => 9,
  5070.             'eccube_category_nest_level' => 5,
  5071.             'eccube_lltext_len' => 99999,
  5072.             'eccube_ltext_len' => 3000,
  5073.             'eccube_max_total_fee' => 9999999999,
  5074.             'eccube_mltext_len' => 1000,
  5075.             'eccube_mtext_len' => 200,
  5076.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  5077.             'plugin_html_urlpath' => '/plugin/',
  5078.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  5079.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  5080.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  5081.             'eccube_price_len' => 8,
  5082.             'eccube_search_pmax' => 12,
  5083.             'eccube_sitemap_products_per_page' => 1000,
  5084.             'eccube_stext_len' => 255,
  5085.             'eccube_sltext_len' => 500,
  5086.             'eccube_smtext_len' => 100,
  5087.             'eccube_tax_rule_priority' => [
  5088.                 => 'product_id',
  5089.                 => 'product_class_id',
  5090.                 => 'pref_id',
  5091.                 => 'country_id',
  5092.             ],
  5093.             'eccube_url_len' => 1024,
  5094.             'eccube_default_page_count' => 50,
  5095.             'eccube_admin_product_stock_status' => 3,
  5096.             'eccube_customer_reset_expire' => 60,
  5097.             'eccube_csv_export_separator' => ',',
  5098.             'eccube_csv_export_encoding' => 'SJIS-win',
  5099.             'eccube_csv_import_encoding' => [
  5100.                 => 'UTF-8',
  5101.                 => 'SJIS-win',
  5102.                 => 'SJIS',
  5103.                 => 'EUC-JP',
  5104.                 => 'ASCII',
  5105.                 => 'JIS',
  5106.             ],
  5107.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  5108.             'eccube_csv_export_multidata_separator' => ',',
  5109.             'eccube_csv_import_delimiter' => ',',
  5110.             'eccube_csv_import_enclosure' => '"',
  5111.             'eccube_csv_import_escape' => '\\',
  5112.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  5113.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  5114.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  5115.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  5116.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  5117.             'eccube_name_len' => 16,
  5118.             'eccube_kana_len' => 25,
  5119.             'eccube_address1_len' => 32,
  5120.             'eccube_address2_len' => 32,
  5121.             'eccube_birth_max' => 110,
  5122.             'eccube_product_order_price_lower' => 1,
  5123.             'eccube_product_order_newer' => 2,
  5124.             'eccube_product_order_price_higher' => 3,
  5125.             'eccube_price_max' => 2147483647,
  5126.             'eccube_tel_len_max' => 14,
  5127.             'eccube_tel_len_min' => 7,
  5128.             'eccube_postal_code' => 8,
  5129.             'eccube_password_min_len' => 8,
  5130.             'eccube_password_max_len' => 32,
  5131.             'eccube_password_pattern' => '/^[[:graph:][:space:]]+$/i',
  5132.             'eccube_composer_memory_limit' => '1536M',
  5133.             'eccube_order_mail_template_id' => 1,
  5134.             'eccube_entry_confirm_mail_template_id' => 2,
  5135.             'eccube_entry_complete_mail_template_id' => 3,
  5136.             'eccube_customer_withdraw_mail_template_id' => 4,
  5137.             'eccube_contact_mail_template_id' => 5,
  5138.             'eccube_forgot_mail_template_id' => 6,
  5139.             'eccube_reset_complete_mail_template_id' => 7,
  5140.             'eccube_shipping_notify_mail_template_id' => 8,
  5141.             'eccube_rfc_email_check' => false,
  5142.             'eccube_email_len' => 254,
  5143.             'eccube_order_no_format' => '',
  5144.             'eccube_order_pdf_message_len' => 30,
  5145.             'eccube_news_start_year' => 2000,
  5146.             'eccube_result_cache_lifetime' => 3600,
  5147.             'eccube_result_cache_lifetime_short' => 10,
  5148.             'eccube_restrict_file_upload_urls' => [
  5149.                 => 'admin_content_file',
  5150.                 => 'admin_store_plugin_install',
  5151.                 => 'admin_content_page_new',
  5152.                 => 'admin_content_page_edit',
  5153.                 => 'admin_content_block_new',
  5154.                 => 'admin_content_block_edit',
  5155.                 => 'admin_content_css',
  5156.                 => 'admin_content_js',
  5157.                 => 'admin_store_template_install',
  5158.             ],
  5159.             'eccube_file_uploadable_extensions' => [
  5160.                 => 'jpg',
  5161.                 => 'jpeg',
  5162.                 => 'png',
  5163.                 => 'gif',
  5164.                 => 'webp',
  5165.                 => 'svg',
  5166.                 => 'ico',
  5167.                 => 'html',
  5168.                 => 'htm',
  5169.                 => 'js',
  5170.                 10 => 'css',
  5171.                 11 => 'txt',
  5172.                 12 => 'pdf',
  5173.             ],
  5174.             'eccube_login_throttling_max_attempts' => 5,
  5175.             'eccube_login_throttling_interval' => '30 minutes',
  5176.             'eccube_nav' => [
  5177.                 'product' => [
  5178.                     'name' => 'admin.product.product_management',
  5179.                     'icon' => 'fa-cube',
  5180.                     'children' => [
  5181.                         'product_master' => [
  5182.                             'name' => 'admin.product.product_list',
  5183.                             'url' => 'admin_product',
  5184.                         ],
  5185.                         'product_edit' => [
  5186.                             'name' => 'admin.product.product_registration',
  5187.                             'url' => 'admin_product_product_new',
  5188.                         ],
  5189.                         'class_name' => [
  5190.                             'name' => 'admin.product.class_management',
  5191.                             'url' => 'admin_product_class_name',
  5192.                         ],
  5193.                         'class_category' => [
  5194.                             'name' => 'admin.product.category_management',
  5195.                             'url' => 'admin_product_category',
  5196.                         ],
  5197.                         'product_tag' => [
  5198.                             'name' => 'admin.product.tag_management',
  5199.                             'url' => 'admin_product_tag',
  5200.                         ],
  5201.                         'product_csv_import' => [
  5202.                             'name' => 'admin.product.product_csv_upload',
  5203.                             'url' => 'admin_product_csv_import',
  5204.                         ],
  5205.                         'category_csv_import' => [
  5206.                             'name' => 'admin.product.category_csv_upload',
  5207.                             'url' => 'admin_product_category_csv_import',
  5208.                         ],
  5209.                     ],
  5210.                 ],
  5211.                 'order' => [
  5212.                     'name' => 'admin.order.order_management',
  5213.                     'icon' => 'fa-shopping-cart',
  5214.                     'children' => [
  5215.                         'order_master' => [
  5216.                             'name' => 'admin.order.order_list',
  5217.                             'url' => 'admin_order',
  5218.                         ],
  5219.                         'order_edit' => [
  5220.                             'name' => 'admin.order.order_registration',
  5221.                             'url' => 'admin_order_new',
  5222.                         ],
  5223.                         'shipping_csv_import' => [
  5224.                             'name' => 'admin.order.shipping_csv_upload',
  5225.                             'url' => 'admin_shipping_csv_import',
  5226.                         ],
  5227.                         'amazon_pay_v2_admin_payment_status' => [
  5228.                             'name' => 'amazon_pay_v2.admin.nav.payment_list',
  5229.                             'url' => 'amazon_pay_v2_admin_payment_status',
  5230.                         ],
  5231.                         'zeus_order_list' => [
  5232.                             'name' => 'ゼウス受注管理',
  5233.                             'url' => 'zeus_order_list',
  5234.                         ],
  5235.                         'zeus_order_csv' => [
  5236.                             'name' => 'ゼウス売上CSV',
  5237.                             'url' => 'zeus_order_csv',
  5238.                         ],
  5239.                         'zeus_cancel_csv' => [
  5240.                             'name' => 'ゼウス取消CSV',
  5241.                             'url' => 'zeus_cancel_csv',
  5242.                         ],
  5243.                     ],
  5244.                 ],
  5245.                 'customer' => [
  5246.                     'name' => 'admin.customer.customer_management',
  5247.                     'icon' => 'fa-users',
  5248.                     'children' => [
  5249.                         'customer_master' => [
  5250.                             'name' => 'admin.customer.customer_list',
  5251.                             'url' => 'admin_customer',
  5252.                         ],
  5253.                         'customer_edit' => [
  5254.                             'name' => 'admin.customer.customer_registration',
  5255.                             'url' => 'admin_customer_new',
  5256.                         ],
  5257.                     ],
  5258.                 ],
  5259.                 'content' => [
  5260.                     'name' => 'admin.content.contents_management',
  5261.                     'icon' => 'fa-file-text-o',
  5262.                     'children' => [
  5263.                         'news' => [
  5264.                             'name' => 'admin.content.news_management',
  5265.                             'url' => 'admin_content_news',
  5266.                         ],
  5267.                         'file' => [
  5268.                             'name' => 'admin.content.file_management',
  5269.                             'url' => 'admin_content_file',
  5270.                         ],
  5271.                         'layout' => [
  5272.                             'name' => 'admin.content.layout_management',
  5273.                             'url' => 'admin_content_layout',
  5274.                         ],
  5275.                         'page' => [
  5276.                             'name' => 'admin.content.page_management',
  5277.                             'url' => 'admin_content_page',
  5278.                         ],
  5279.                         'css' => [
  5280.                             'name' => 'admin.content.css_management',
  5281.                             'url' => 'admin_content_css',
  5282.                         ],
  5283.                         'js' => [
  5284.                             'name' => 'admin.content.js_management',
  5285.                             'url' => 'admin_content_js',
  5286.                         ],
  5287.                         'block' => [
  5288.                             'name' => 'admin.content.block_management',
  5289.                             'url' => 'admin_content_block',
  5290.                         ],
  5291.                         'cache' => [
  5292.                             'name' => 'admin.content.cache_management',
  5293.                             'url' => 'admin_content_cache',
  5294.                         ],
  5295.                         'maintenance' => [
  5296.                             'name' => 'admin.content.maintenance_management',
  5297.                             'url' => 'admin_content_maintenance',
  5298.                         ],
  5299.                     ],
  5300.                 ],
  5301.                 'setting' => [
  5302.                     'name' => 'admin.setting',
  5303.                     'icon' => 'fa-cog',
  5304.                     'children' => [
  5305.                         'shop' => [
  5306.                             'name' => 'admin.setting.shop',
  5307.                             'children' => [
  5308.                                 'shop_index' => [
  5309.                                     'name' => 'admin.setting.shop.shop_setting',
  5310.                                     'url' => 'admin_setting_shop',
  5311.                                 ],
  5312.                                 'shop_tradelaw' => [
  5313.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  5314.                                     'url' => 'admin_setting_shop_tradelaw',
  5315.                                 ],
  5316.                                 'shop_agreement' => [
  5317.                                     'name' => 'admin.setting.shop.agreement_setting',
  5318.                                     'url' => 'admin_content_page_edit',
  5319.                                     'param' => [
  5320.                                         'id' => 19,
  5321.                                         'return' => 'agreement',
  5322.                                     ],
  5323.                                 ],
  5324.                                 'shop_payment' => [
  5325.                                     'name' => 'admin.setting.shop.payment_setting',
  5326.                                     'url' => 'admin_setting_shop_payment',
  5327.                                 ],
  5328.                                 'shop_delivery' => [
  5329.                                     'name' => 'admin.setting.shop.delivery_setting',
  5330.                                     'url' => 'admin_setting_shop_delivery',
  5331.                                 ],
  5332.                                 'shop_tax' => [
  5333.                                     'name' => 'admin.setting.shop.tax_setting',
  5334.                                     'url' => 'admin_setting_shop_tax',
  5335.                                 ],
  5336.                                 'shop_mail' => [
  5337.                                     'name' => 'admin.setting.shop.mail_setting',
  5338.                                     'url' => 'admin_setting_shop_mail',
  5339.                                 ],
  5340.                                 'shop_csv' => [
  5341.                                     'name' => 'admin.setting.shop.csv_setting',
  5342.                                     'url' => 'admin_setting_shop_csv',
  5343.                                 ],
  5344.                                 'shop_order_status' => [
  5345.                                     'name' => 'admin.setting.shop.order_status_setting',
  5346.                                     'url' => 'admin_setting_shop_order_status',
  5347.                                 ],
  5348.                                 'shop_calendar' => [
  5349.                                     'name' => 'admin.setting.shop.calendar_setting',
  5350.                                     'url' => 'admin_setting_shop_calendar',
  5351.                                 ],
  5352.                             ],
  5353.                         ],
  5354.                         'system' => [
  5355.                             'name' => 'admin.setting.system',
  5356.                             'children' => [
  5357.                                 'member' => [
  5358.                                     'name' => 'admin.setting.system.member_management',
  5359.                                     'url' => 'admin_setting_system_member',
  5360.                                 ],
  5361.                                 'authority' => [
  5362.                                     'name' => 'admin.setting.system.authority_management',
  5363.                                     'url' => 'admin_setting_system_authority',
  5364.                                 ],
  5365.                                 'security' => [
  5366.                                     'name' => 'admin.setting.system.security_management',
  5367.                                     'url' => 'admin_setting_system_security',
  5368.                                 ],
  5369.                                 'login_history' => [
  5370.                                     'name' => 'admin.setting.system.login_history',
  5371.                                     'url' => 'admin_setting_system_login_history',
  5372.                                 ],
  5373.                                 'log' => [
  5374.                                     'name' => 'admin.setting.system.log_display',
  5375.                                     'url' => 'admin_setting_system_log',
  5376.                                 ],
  5377.                                 'masterdata' => [
  5378.                                     'name' => 'admin.setting.system.master_data_management',
  5379.                                     'url' => 'admin_setting_system_masterdata',
  5380.                                 ],
  5381.                                 'system_index' => [
  5382.                                     'name' => 'admin.setting.system.system_info',
  5383.                                     'url' => 'admin_setting_system_system',
  5384.                                 ],
  5385.                             ],
  5386.                         ],
  5387.                     ],
  5388.                 ],
  5389.                 'store' => [
  5390.                     'name' => 'admin.store',
  5391.                     'icon' => 'fa-plug',
  5392.                     'children' => [
  5393.                         'plugin' => [
  5394.                             'name' => 'admin.store.plugin',
  5395.                             'children' => [
  5396.                                 'plugin_owners_search' => [
  5397.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  5398.                                     'url' => 'admin_store_plugin_owners_search',
  5399.                                 ],
  5400.                                 'plugin_list' => [
  5401.                                     'name' => 'admin.store.plugin.plugin_list',
  5402.                                     'url' => 'admin_store_plugin',
  5403.                                 ],
  5404.                             ],
  5405.                         ],
  5406.                         'template' => [
  5407.                             'name' => 'admin.store.template',
  5408.                             'children' => [
  5409.                                 'template_list' => [
  5410.                                     'name' => 'admin.store.template.template_list',
  5411.                                     'url' => 'admin_store_template',
  5412.                                 ],
  5413.                                 'template_install' => [
  5414.                                     'name' => 'admin.store.template.template_install',
  5415.                                     'url' => 'admin_store_template_install',
  5416.                                 ],
  5417.                             ],
  5418.                         ],
  5419.                         'authentication_setting' => [
  5420.                             'name' => 'admin.store.setting',
  5421.                             'url' => 'admin_store_authentication_setting',
  5422.                         ],
  5423.                     ],
  5424.                 ],
  5425.             ],
  5426.             'TEL_NO' => '0120-115-116',
  5427.             'FAX_NO' => '03-5909-3352',
  5428.             'BUSINESS_HOUR_FROM_TIME' => '09:00:00',
  5429.             'BUSINESS_HOUR_TO_TIME' => '18:00:00',
  5430.             'ITEM_PAGE_REVIEW_LIMIT' => 50,
  5431.             'PREFECTURE_LIST' => [
  5432.                 => '',
  5433.                 => '北海道',
  5434.                 => '青森県',
  5435.                 => '岩手県',
  5436.                 => '宮城県',
  5437.                 => '秋田県',
  5438.                 => '山形県',
  5439.                 => '福島県',
  5440.                 => '茨城県',
  5441.                 => '栃木県',
  5442.                 10 => '群馬県',
  5443.                 11 => '埼玉県',
  5444.                 12 => '千葉県',
  5445.                 13 => '東京都',
  5446.                 14 => '神奈川県',
  5447.                 15 => '新潟県',
  5448.                 16 => '富山県',
  5449.                 17 => '石川県',
  5450.                 18 => '福井県',
  5451.                 19 => '山梨県',
  5452.                 20 => '長野県',
  5453.                 21 => '岐阜県',
  5454.                 22 => '静岡県',
  5455.                 23 => '愛知県',
  5456.                 24 => '三重県',
  5457.                 25 => '滋賀県',
  5458.                 26 => '京都府',
  5459.                 27 => '大阪府',
  5460.                 28 => '兵庫県',
  5461.                 29 => '奈良県',
  5462.                 30 => '和歌山県',
  5463.                 31 => '鳥取県',
  5464.                 32 => '島根県',
  5465.                 33 => '岡山県',
  5466.                 34 => '広島県',
  5467.                 35 => '山口県',
  5468.                 36 => '徳島県',
  5469.                 37 => '香川県',
  5470.                 38 => '愛媛県',
  5471.                 39 => '高知県',
  5472.                 40 => '福岡県',
  5473.                 41 => '佐賀県',
  5474.                 42 => '長崎県',
  5475.                 43 => '熊本県',
  5476.                 44 => '大分県',
  5477.                 45 => '宮崎県',
  5478.                 46 => '鹿児島県',
  5479.                 47 => '沖縄県',
  5480.             ],
  5481.             'PAYMENT_TYPE_LIST' => [
  5482.                 => 'クレジットカード',
  5483.                 => '銀行振込',
  5484.                 => '代金引換',
  5485.                 => '売掛',
  5486.                 => 'サンプル申込み',
  5487.                 => '後払い',
  5488.                 => '後払い',
  5489.                 10 => 'Amazon',
  5490.             ],
  5491.             'SITE_TYPE_LIST' => [
  5492.                 => 'ユニフォームタウン',
  5493.                 => 'スタッフジャンパータウン',
  5494.                 => '事務服通販PEACH',
  5495.                 => '作業服ガテン',
  5496.                 => '楽天',
  5497.                 => '飲食店コックウェア',
  5498.                 => '作業服ジョー',
  5499.                 => 'Amazon',
  5500.             ],
  5501.             'DOW_LIST' => [
  5502.                 => '日',
  5503.                 => '月',
  5504.                 => '火',
  5505.                 => '水',
  5506.                 => '木',
  5507.                 => '金',
  5508.                 => '土',
  5509.             ],
  5510.             'PRINT_NAME' => [
  5511.                 => 'シルクプリント',
  5512.                 => 'デジタル転写',
  5513.                 => '刺繍',
  5514.                 => 'マジックプリント',
  5515.             ],
  5516.             'PRINT_LOT' => 2000,
  5517.             'ESTIMATE_TEXT' => [
  5518.                 'Text01' => [
  5519.                     => '型代(水性)',
  5520.                     => '型代(油性)',
  5521.                     => 'その他',
  5522.                 ],
  5523.                 'Text02' => '円×',
  5524.                 'Text03' => '代:',
  5525.                 'Text04' => '点',
  5526.                 'Text05' => '円',
  5527.                 'Text06' => '小口チャージ料',
  5528.                 'Text07' => 'パンチ代:',
  5529.                 'Text08' => '圧着代',
  5530.                 'Text09' => '小計',
  5531.                 'Text10' => '円税込',
  5532.                 'Text11' => '型代',
  5533.                 'Text12' => '版',
  5534.                 'Text13' => 'シート代:',
  5535.                 'Text14' => 'シート',
  5536.                 'Text15' => '圧着代',
  5537.                 'Text16' => '色',
  5538.                 'Text17' => 'mm',
  5539.                 'Text18' => '×',
  5540.                 'Text19' => 'プリント代:',
  5541.                 'Text20' => '数量計',
  5542.                 'Text21' => '裾上げオプション',
  5543.                 'Text22' => '裾上げ:',
  5544.                 'Text23' => '/在庫:',
  5545.                 'Text31' => '送料',
  5546.                 'Text32' => '未計算',
  5547.                 'Text33' => '中継料',
  5548.                 'Text34' => '送料サービス',
  5549.                 'Text35' => '手数料',
  5550.                 'Text36' => '手数料サービス',
  5551.                 'Text37' => '大口割引',
  5552.                 'Text38' => '合計(税込)',
  5553.                 'Text39' => '1点あたり(税込)',
  5554.                 'Text40' => 10,
  5555.             ],
  5556.             'ESTIMATE_YOHAKU' => 10,
  5557.             'ESTIMATE_WHOIT_ONLY' => '/ffffff/i',
  5558.             'ESTIMATE_DETAIL_LIST' => [
  5559.                 993 => [
  5560.                     'code' => '993',
  5561.                     'name' => '型代',
  5562.                     'tanni1' => '色',
  5563.                     'tanni2' => '',
  5564.                 ],
  5565.                 996 => [
  5566.                     'code' => '996',
  5567.                     'name' => 'プリント代',
  5568.                     'tanni1' => '点',
  5569.                     'tanni2' => '',
  5570.                 ],
  5571.                 995 => [
  5572.                     'code' => '995',
  5573.                     'name' => 'シート代',
  5574.                     'tanni1' => 'シート',
  5575.                     'tanni2' => '',
  5576.                 ],
  5577.                 997 => [
  5578.                     'code' => '997',
  5579.                     'name' => '圧着代',
  5580.                     'tanni1' => '',
  5581.                     'tanni2' => '点',
  5582.                 ],
  5583.                 907 => [
  5584.                     'code' => '907',
  5585.                     'name' => 'パンチ代',
  5586.                     'tanni1' => '色',
  5587.                     'tanni2' => '',
  5588.                 ],
  5589.                 904 => [
  5590.                     'code' => '904',
  5591.                     'name' => '刺繍代',
  5592.                     'tanni1' => '点',
  5593.                     'tanni2' => '',
  5594.                 ],
  5595.                 901 => [
  5596.                     'code' => '901',
  5597.                     'name' => 'ワッペン代',
  5598.                     'tanni1' => '色',
  5599.                     'tanni2' => '',
  5600.                 ],
  5601.                 902 => [
  5602.                     'code' => '902',
  5603.                     'name' => 'ワッペン取付け代',
  5604.                     'tanni1' => '色',
  5605.                     'tanni2' => '',
  5606.                 ],
  5607.                 999 => [
  5608.                     'code' => '999',
  5609.                     'name' => 'その他',
  5610.                     'tanni1' => '',
  5611.                     'tanni2' => '',
  5612.                 ],
  5613.                 955 => [
  5614.                     'code' => '955',
  5615.                     'name' => '社名刺繍無料キャンペーン',
  5616.                     'tanni1' => '',
  5617.                     'tanni2' => '',
  5618.                 ],
  5619.             ],
  5620.             'ESTIMATE_REPEAT' => [
  5621.                 'day' => 365,
  5622.                 => [
  5623.                     'under' => 0,
  5624.                     'orver' => 50,
  5625.                 ],
  5626.                 => [
  5627.                     'under' => 0,
  5628.                     'orver' => 100,
  5629.                 ],
  5630.                 => [
  5631.                     'under' => 0,
  5632.                     'orver' => 0,
  5633.                 ],
  5634.                 => [
  5635.                     'under' => 100,
  5636.                     'orver' => 100,
  5637.                 ],
  5638.             ],
  5639.             'NEW_KAKUNIN_OTHER_AMOUNTS_LIST' => [
  5640.                 => [
  5641.                     'no' => '3',
  5642.                     'hinmei' => '送料',
  5643.                     'kataban' => '998',
  5644.                     'field' => 'oh_sendcharge',
  5645.                 ],
  5646.                 => [
  5647.                     'no' => '7',
  5648.                     'hinmei' => '送料サービス',
  5649.                     'kataban' => '955',
  5650.                     'field' => 'oh_sendcharge_service',
  5651.                 ],
  5652.                 => [
  5653.                     'no' => '4',
  5654.                     'hinmei' => '代引手数料',
  5655.                     'kataban' => '911',
  5656.                     'field' => 'oh_daibiki',
  5657.                 ],
  5658.                 => [
  5659.                     'no' => '8',
  5660.                     'hinmei' => '代引手数料サービス',
  5661.                     'kataban' => '955',
  5662.                     'field' => 'oh_daibiki_service',
  5663.                 ],
  5664.                 => [
  5665.                     'no' => '6',
  5666.                     'hinmei' => '大口割引',
  5667.                     'kataban' => '955',
  5668.                     'field' => 'oh_discount',
  5669.                 ],
  5670.                 => [
  5671.                     'no' => '9',
  5672.                     'hinmei' => '特別値引き',
  5673.                     'kataban' => '955',
  5674.                     'field' => 'oh_discount_kessai',
  5675.                 ],
  5676.                 => [
  5677.                     'no' => '10',
  5678.                     'hinmei' => '楽天ポイント',
  5679.                     'kataban' => '955',
  5680.                     'field' => 'oh_rakuten_used_point',
  5681.                 ],
  5682.                 => [
  5683.                     'no' => '11',
  5684.                     'hinmei' => '楽天クーポン',
  5685.                     'kataban' => '955',
  5686.                     'field' => 'oh_rakuten_coupon',
  5687.                 ],
  5688.                 => [
  5689.                     'no' => '14',
  5690.                     'hinmei' => 'クーポン',
  5691.                     'kataban' => '955',
  5692.                     'field' => 'oh_coupon_discount',
  5693.                 ],
  5694.                 => [
  5695.                     'no' => '15',
  5696.                     'hinmei' => '後払い手数料',
  5697.                     'kataban' => '922',
  5698.                     'field' => 'oh_atobarai',
  5699.                 ],
  5700.                 10 => [
  5701.                     'no' => '16',
  5702.                     'hinmei' => '後払い手数料サービス',
  5703.                     'kataban' => '955',
  5704.                     'field' => 'oh_atobarai_service',
  5705.                 ],
  5706.             ],
  5707.             'LM_EMAIL_FROM_ADMIN' => 'info@l-m.co.jp',
  5708.             'LM_EMAIL_TO_ADMIN' => 'info@l-m.co.jp',
  5709.             'CommonContents' => [
  5710.                 'SITE_TYPE_UT' => 1,
  5711.                 'SITE_TYPE_PEACH' => 3,
  5712.                 'DEVICE_TYPE_PC' => 'pc',
  5713.                 'DEVICE_TYPE_SP' => 'sp',
  5714.                 'PAGE_TYPE_ALL' => 'all',
  5715.                 'PAGE_TYPE_TOP' => 'top',
  5716.                 'PAGE_TYPE_SUPER_CATEGORY' => 'super-category',
  5717.                 'PAGE_TYPE_ITEM' => 'item',
  5718.                 'POSITION_HEADER' => 'header',
  5719.                 'POSITION_ABOVE_CART' => 'above-cart',
  5720.                 'IS_NOT_SUPER_CATEGORY_ID' => 0,
  5721.             ],
  5722.             'EditSpMenu' => [
  5723.                 'MENU_NAME_COMMON' => 'common',
  5724.                 'MENU_NAME_CATEGORY' => 'category',
  5725.                 'BOOL_TRUE' => 1,
  5726.                 'BOOL_FALSE' => 0,
  5727.             ],
  5728.             'EstimatetValid' => [
  5729.                 'SUSOAGE_NAME_MAX' => 10,
  5730.                 'IMAGE_EXT' => [
  5731.                     => 'jpg',
  5732.                     => 'jpeg',
  5733.                     => 'gif',
  5734.                     => 'png',
  5735.                     => 'xls',
  5736.                     => 'xlsx',
  5737.                     => 'doc',
  5738.                     => 'docx',
  5739.                     => 'ai',
  5740.                     => 'ps',
  5741.                     10 => 'psd',
  5742.                     11 => 'pdf',
  5743.                     12 => 'ppt',
  5744.                     13 => 'pptx',
  5745.                     14 => 'zip',
  5746.                 ],
  5747.             ],
  5748.             'KIJI_THICKNESS_LIST' => [
  5749.                 => [
  5750.                     'id' => 1,
  5751.                     'name' => '薄い',
  5752.                 ],
  5753.                 => [
  5754.                     'id' => 2,
  5755.                     'name' => 'やや薄い',
  5756.                 ],
  5757.                 => [
  5758.                     'id' => 5,
  5759.                     'name' => '普通',
  5760.                 ],
  5761.                 => [
  5762.                     'id' => 3,
  5763.                     'name' => 'やや厚い',
  5764.                 ],
  5765.                 => [
  5766.                     'id' => 4,
  5767.                     'name' => '厚い',
  5768.                 ],
  5769.             ],
  5770.             'KIJI_HARDNESS_LIST' => [
  5771.                 => [
  5772.                     'id' => 1,
  5773.                     'name' => '柔らかい',
  5774.                 ],
  5775.                 => [
  5776.                     'id' => 2,
  5777.                     'name' => 'やや柔らかい',
  5778.                 ],
  5779.                 => [
  5780.                     'id' => 5,
  5781.                     'name' => '普通',
  5782.                 ],
  5783.                 => [
  5784.                     'id' => 3,
  5785.                     'name' => 'やや硬い',
  5786.                 ],
  5787.                 => [
  5788.                     'id' => 4,
  5789.                     'name' => '硬い',
  5790.                 ],
  5791.             ],
  5792.             'KIJI_STRETCH_LIST' => [
  5793.                 => [
  5794.                     'id' => 1,
  5795.                     'name' => 'ほぼ伸びない',
  5796.                 ],
  5797.                 => [
  5798.                     'id' => 2,
  5799.                     'name' => '少し伸びる',
  5800.                 ],
  5801.                 => [
  5802.                     'id' => 3,
  5803.                     'name' => 'すごく伸びる',
  5804.                 ],
  5805.             ],
  5806.             'FILE_UPLOAD' => [
  5807.                 'default' => [
  5808.                     'max_file_number' => 3,
  5809.                     'max_file_size_per_file' => '3MB',
  5810.                     'max_file_size_total' => '10MB',
  5811.                 ],
  5812.             ],
  5813.             'env(MAILER_DSN)' => 'null://null',
  5814.             'eccube.twig_sandbox.allowed_tags' => [
  5815.                 => 'apply',
  5816.                 => 'block',
  5817.                 => 'deprecated',
  5818.                 => 'embed',
  5819.                 => 'extends',
  5820.                 => 'flush',
  5821.                 => 'for',
  5822.                 => 'if',
  5823.                 => 'set',
  5824.                 => 'spaceless',
  5825.                 10 => 'verbatim',
  5826.                 11 => 'with',
  5827.                 12 => 'form_theme',
  5828.                 13 => 'stopwatch',
  5829.                 14 => 'trans',
  5830.                 15 => 'trans_default_domain',
  5831.             ],
  5832.             'eccube.twig_sandbox.allowed_filters' => [
  5833.                 => 'abs',
  5834.                 => 'batch',
  5835.                 => 'capitalize',
  5836.                 => 'column',
  5837.                 => 'convert_encoding',
  5838.                 => 'country_name',
  5839.                 => 'currency_name',
  5840.                 => 'currency_symbol',
  5841.                 => 'date',
  5842.                 => 'date_modify',
  5843.                 10 => 'default',
  5844.                 11 => 'escape',
  5845.                 12 => 'first',
  5846.                 13 => 'format',
  5847.                 14 => 'format_currency',
  5848.                 15 => 'format_date',
  5849.                 16 => 'format_datetime',
  5850.                 17 => 'format_number',
  5851.                 18 => 'format_time',
  5852.                 19 => 'join',
  5853.                 20 => 'json_encode',
  5854.                 21 => 'keys',
  5855.                 22 => 'language_name',
  5856.                 23 => 'last',
  5857.                 24 => 'length',
  5858.                 25 => 'locale_name',
  5859.                 26 => 'lower',
  5860.                 27 => 'merge',
  5861.                 28 => 'nl2br',
  5862.                 29 => 'number_format',
  5863.                 30 => 'replace',
  5864.                 31 => 'reverse',
  5865.                 32 => 'round',
  5866.                 33 => 'slice',
  5867.                 34 => 'spaceless',
  5868.                 35 => 'split',
  5869.                 36 => 'striptags',
  5870.                 37 => 'timezone_name',
  5871.                 38 => 'title',
  5872.                 39 => 'trim',
  5873.                 40 => 'upper',
  5874.                 41 => 'url_encode',
  5875.                 42 => 'abbr_class',
  5876.                 43 => 'abbr_method',
  5877.                 44 => 'file_link',
  5878.                 45 => 'file_relative',
  5879.                 46 => 'format_args',
  5880.                 47 => 'format_args_as_text',
  5881.                 48 => 'humanize',
  5882.                 49 => 'serialize',
  5883.                 50 => 'trans',
  5884.                 51 => 'yaml_dump',
  5885.                 52 => 'yaml_encode',
  5886.                 53 => 'currency_symbol',
  5887.                 54 => 'date_day',
  5888.                 55 => 'date_day_with_weekday',
  5889.                 56 => 'date_format',
  5890.                 57 => 'date_min',
  5891.                 58 => 'date_sec',
  5892.                 59 => 'doctrine_format_sql',
  5893.                 60 => 'doctrine_prettify_sql',
  5894.                 61 => 'doctrine_pretty_query',
  5895.                 62 => 'doctrine_replace_query_parameters',
  5896.                 63 => 'e',
  5897.                 64 => 'ellipsis',
  5898.                 65 => 'file_ext_icon',
  5899.                 66 => 'form_encode_currency',
  5900.                 67 => 'format_*_number',
  5901.                 68 => 'format_log_message',
  5902.                 69 => 'no_image_product',
  5903.                 70 => 'price',
  5904.                 71 => 'purify',
  5905.                 72 => 'time_ago',
  5906.             ],
  5907.             'eccube.twig_sandbox.allowed_functions' => [
  5908.                 => 'cycle',
  5909.                 => 'date',
  5910.                 => 'max',
  5911.                 => 'min',
  5912.                 => 'random',
  5913.                 => 'range',
  5914.                 => 'country_timezones',
  5915.                 => 'absolute_url',
  5916.                 => 'asset',
  5917.                 => 'asset_version',
  5918.                 10 => 'csrf_token',
  5919.                 11 => 'form_parent',
  5920.                 12 => 'fragment_uri',
  5921.                 13 => 'impersonation_exit_path',
  5922.                 14 => 'impersonation_exit_url',
  5923.                 15 => 'is_granted',
  5924.                 16 => 'logout_path',
  5925.                 17 => 'logout_url',
  5926.                 18 => 'path',
  5927.                 19 => 'relative_path',
  5928.                 20 => 't',
  5929.                 21 => 'url',
  5930.                 22 => 'active_menus',
  5931.                 23 => 'class_categories_as_json',
  5932.                 24 => 'country_names',
  5933.                 25 => 'csrf_token_for_anchor',
  5934.                 26 => 'currency_names',
  5935.                 27 => 'currency_symbol',
  5936.                 28 => 'field_choices',
  5937.                 29 => 'field_errors',
  5938.                 30 => 'field_help',
  5939.                 31 => 'field_label',
  5940.                 32 => 'field_name',
  5941.                 33 => 'field_value',
  5942.                 34 => 'get_all_carts',
  5943.                 35 => 'get_cart',
  5944.                 36 => 'get_carts_total_price',
  5945.                 37 => 'get_carts_total_quantity',
  5946.                 38 => 'has_errors',
  5947.                 39 => 'is_reduced_tax_rate',
  5948.                 40 => 'language_names',
  5949.                 41 => 'product',
  5950.                 42 => 'workflow_can',
  5951.                 43 => 'workflow_has_marked_place',
  5952.                 44 => 'workflow_marked_places',
  5953.                 45 => 'workflow_metadata',
  5954.                 46 => 'workflow_transition',
  5955.                 47 => 'workflow_transition_blockers',
  5956.                 48 => 'workflow_transitions',
  5957.             ],
  5958.             'eccube.twig_sandbox.allowed_methods' => [
  5959.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  5960.                     => 'getrequest',
  5961.                 ],
  5962.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  5963.                     => 'geturi',
  5964.                 ],
  5965.             ],
  5966.             'eccube.twig_sandbox.allowed_properties' => [
  5967.             ],
  5968.             'amazon_pay_v2' => [
  5969.                 'test_account' => [
  5970.                     'seller_id' => 'A2A80MN1XQCQBA',
  5971.                     'public_key_id' => 'AGWGWRKYSUOV4KUBKCQNV4UB',
  5972.                     'private_key_path' => 'app/Plugin/AmazonPayV2_42/Resource/key/Test_Eccube_Demo_AmazonPay.pem',
  5973.                 ],
  5974.                 'max_billable_amount' => 70000,
  5975.                 'amazon_sc_url' => 'https://sellercentral.amazon.co.jp/hz/me/pmd/payment-details?orderReferenceId=',
  5976.                 'toggle' => [
  5977.                     'off' => 0,
  5978.                     'on' => 1,
  5979.                 ],
  5980.                 'account_mode' => [
  5981.                     'shared' => 1,
  5982.                     'owned' => 2,
  5983.                 ],
  5984.                 'env' => [
  5985.                     'sandbox' => 1,
  5986.                     'prod' => 2,
  5987.                 ],
  5988.                 'sale' => [
  5989.                     'authori' => 1,
  5990.                     'capture' => 2,
  5991.                 ],
  5992.                 'button_place' => [
  5993.                     'auto' => 1,
  5994.                     'manual' => 2,
  5995.                 ],
  5996.                 'api' => [
  5997.                     'config' => [
  5998.                         'thlottle_err_limit' => 5,
  5999.                         'thlottle_sleep' => 2,
  6000.                         'authorize_limit' => 3,
  6001.                     ],
  6002.                     'payload' => [
  6003.                         'currency_code' => 'JPY',
  6004.                     ],
  6005.                     'prod' => [
  6006.                         'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  6007.                     ],
  6008.                     'sandbox' => [
  6009.                         'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  6010.                     ],
  6011.                     'error' => [
  6012.                         'payment_method_not_allowed' => 1,
  6013.                         'invalid_payment_method' => 2,
  6014.                         'amazon_rejected' => 3,
  6015.                         'transaction_timeout' => 4,
  6016.                     ],
  6017.                 ],
  6018.             ],
  6019.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  6020.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  6021.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  6022.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  6023.             'product_review_display_count_min' => 1,
  6024.             'product_review_display_count_max' => 30,
  6025.             'plugin_recommend.text_area_len' => 4000,
  6026.             'related_product.text_area_len' => 4000,
  6027.             'related_product.max_item_count' => 6,
  6028.             'sales_report_product_maximum_display' => 20,
  6029.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  6030.             'zeus_payment_name' => 'ゼウス決済',
  6031.             'zeus_payment_page_name' => 'ゼウス決済画面',
  6032.             'zeus_plugin_code' => 'ZeusPayment42',
  6033.             'zeuspayment_urlpath' => '/app/plugin/ZeusPayment42',
  6034.             'zeuspayment_img_urlpath' => 'ZeusPayment42/assets/img',
  6035.             'zeus_cvs_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/cvs.cgi',
  6036.             'zeus_edy_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/edy.cgi',
  6037.             'zeus_ebank_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/ebank.cgi',
  6038.             'zeus_secure_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6039.             'zeus_secure_3d_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6040.             'zeus_secure_3d_information_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6041.             'zeus_fetch_customer_info_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6042.             'zeus_get_token_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/token/token.cgi',
  6043.             'zeus_secure_link_batch_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi',
  6044.             'later' => [
  6045.                 'transaction_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/transaction.do',
  6046.                 'modifytransaction_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/modifytransaction.do',
  6047.                 'getauthori_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/getauthori.do',
  6048.                 'shipping_request_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/shippingrequest.do',
  6049.                 'link_id' => 'sbifsprd01',
  6050.             ],
  6051.             'zeus_resp_server_ips' => '210.164.6.67,202.221.139.50',
  6052.             'zeus_auth_error_message' => '決済が失敗しました。他のお支払い方法をご選択ください。',
  6053.             'zeus_processing_error_message' => '別タブ(ウィンドウ)で決済処理中です、複数タブ(ウィンドウ)で操作しないでください。',
  6054.             'zeus_sale_type_update_success_message' => '配送先情報を登録しました。',
  6055.             'zeus_sale_type_update_error_message' => '配送先情報を登録失敗しました。',
  6056.             'zeus_payment_method_credit' => 'ZEUSクレジット決済',
  6057.             'zeus_payment_method_cvs' => 'ZEUSコンビニ決済',
  6058.             'zeus_payment_method_edy' => 'ZEUS楽天Edy決済',
  6059.             'zeus_payment_method_ebank' => 'ZEUS銀行振込決済',
  6060.             'zeus_payment_method_later' => 'ZEUS後払い決済',
  6061.             'zeus_payment_3ds2_norisk' => true,
  6062.             'zeus_edy_paid' => 4,
  6063.             'zeus_edy_failed' => 5,
  6064.             'zeus_credit_options' => [
  6065.                 'payment_choices' => [
  6066.                     '01' => '一括払い',
  6067.                     '03' => '3回払い',
  6068.                     '05' => '5回払い',
  6069.                     '06' => '6回払い',
  6070.                     10 => '10回払い',
  6071.                     12 => '12回払い',
  6072.                     15 => '15回払い',
  6073.                     18 => '18回払い',
  6074.                     20 => '20回払い',
  6075.                     24 => '24回払い',
  6076.                     99 => 'リボ払い',
  6077.                 ],
  6078.             ],
  6079.             'zeus_later_delivery_company_code' => [
  6080.                 '佐川急便' => 11,
  6081.                 'ヤマト運輸' => 12,
  6082.                 '郵便書留' => 15,
  6083.                 'ゆうパック' => 16,
  6084.                 'エコ配' => 27,
  6085.                 '福山通運' => 18,
  6086.                 '西濃運輸' => 14,
  6087.                 '日本通運' => 13,
  6088.                 'JPロジスティクス' => 26,
  6089.                 'セイノーエクスプレス' => 30,
  6090.                 '名鉄運輸' => 21,
  6091.                 '信州名鉄運輸' => 23,
  6092.                 '新潟運輸' => 20,
  6093.                 'トナミ運輸' => 29,
  6094.                 '大川配送サービス' => 31,
  6095.                 'プラスサービス' => 32,
  6096.             ],
  6097.             'eccube_config_routes_dir' => (\dirname(__DIR__4).'/app/config/eccube/routes/'),
  6098.             'Customize_dir' => (\dirname(__DIR__4).'/app/Customize/'),
  6099.             'Customize_Yamj_dir' => (\dirname(__DIR__4).'/app/Customize/Resource/Yaml/'),
  6100.             'Payment_Charge_free' => 10000,
  6101.             'Payment_Charge' => [
  6102.                 => [
  6103.                     => [
  6104.                         'more' => 0,
  6105.                         'fee' => 330,
  6106.                     ],
  6107.                     => [
  6108.                         'more' => 10000,
  6109.                         'fee' => 440,
  6110.                     ],
  6111.                     => [
  6112.                         'more' => 30000,
  6113.                         'fee' => 660,
  6114.                     ],
  6115.                     => [
  6116.                         'more' => 100000,
  6117.                         'fee' => 1100,
  6118.                     ],
  6119.                 ],
  6120.                 10 => [
  6121.                     => [
  6122.                         'more' => 0,
  6123.                         'fee' => 350,
  6124.                     ],
  6125.                     => [
  6126.                         'more' => 10000,
  6127.                         'fee' => 0,
  6128.                     ],
  6129.                 ],
  6130.                 11 => [
  6131.                     => [
  6132.                         'more' => 0,
  6133.                         'fee' => 350,
  6134.                     ],
  6135.                     => [
  6136.                         'more' => 10000,
  6137.                         'fee' => 0,
  6138.                     ],
  6139.                 ],
  6140.             ],
  6141.             'CouponCode_Regex' => '^[0-9a-zA-z]{1,20}$',
  6142.             'CatalogProdctClassId' => 705463,
  6143.             'SampleLimit' => 1,
  6144.             'SampleItemMax' => 10,
  6145.             'Stocklimit' => [
  6146.                 => 9999,
  6147.                 => 9999,
  6148.             ],
  6149.             'LargeDiscount' => [
  6150.                 => [
  6151.                     'more' => 100000,
  6152.                     'discount' => 5,
  6153.                 ],
  6154.                 => [
  6155.                     'more' => 300000,
  6156.                     'discount' => 10,
  6157.                 ],
  6158.                 => [
  6159.                     'more' => 1000000,
  6160.                     'discount' => 13,
  6161.                 ],
  6162.             ],
  6163.             'BunkaruFlg' => false,
  6164.             'Filter' => [
  6165.                 'ImagePath' => [
  6166.                     'Enabled' => 1,
  6167.                 ],
  6168.                 'Slider' => [
  6169.                     'Enabled' => 1,
  6170.                 ],
  6171.                 'RemoveComment' => [
  6172.                     'Enabled' => 1,
  6173.                 ],
  6174.                 'AjaxPrice' => [
  6175.                     'Enabled' => 1,
  6176.                 ],
  6177.                 'Webp' => [
  6178.                     'Enabled' => 1,
  6179.                 ],
  6180.             ],
  6181.             'BreadCrumbs' => [
  6182.                 'itemtyp' => [
  6183.                     => 'https://schema.org/BreadcrumbList',
  6184.                     => 'http://schema.org/ListItem',
  6185.                 ],
  6186.             ],
  6187.             'GoodsSetPurchase' => [
  6188.                 'SeparateSubGoodsColor' => true,
  6189.                 'NewUI' => [
  6190.                     'Enabled' => true,
  6191.                     'ColorSelector' => [
  6192.                         'Enabled' => true,
  6193.                         'ShowCaption' => true,
  6194.                     ],
  6195.                     'SizeSelector' => [
  6196.                         'Enabled' => true,
  6197.                         'ShowCaption' => true,
  6198.                     ],
  6199.                 ],
  6200.             ],
  6201.             'CartMatrix' => [
  6202.                 'SP' => [
  6203.                     'NewUI' => [
  6204.                         'Enabled' => true,
  6205.                         'ColorSelector' => [
  6206.                             'Enabled' => false,
  6207.                             'ShowCaption' => false,
  6208.                         ],
  6209.                         'SizeSelector' => [
  6210.                             'Enabled' => true,
  6211.                             'ShowCaption' => false,
  6212.                         ],
  6213.                     ],
  6214.                 ],
  6215.             ],
  6216.             'SHOPPING' => [
  6217.                 'RECEIPT' => [
  6218.                     'UNACCEPTABLE_PAYMENT_TYPE_LIST' => [
  6219.                         => [
  6220.                             'message' => '「代金引換」の場合は、送り状の部分が正式の領収証となります。ご了承ください。',
  6221.                         ],
  6222.                         10 => [
  6223.                             'message' => '後払いの場合、領収証の発行はできません。',
  6224.                         ],
  6225.                         11 => [
  6226.                             'message' => '後払いの場合、領収証の発行はできません。',
  6227.                         ],
  6228.                     ],
  6229.                 ],
  6230.             ],
  6231.             'MIX_PRINT_AND_SUSOAGE' => [
  6232.                 'Enabled' => true,
  6233.             ],
  6234.             'ZEUS_CARD_LINK_URL' => 'https://linkpt.cardservice.co.jp/cgi-bin/credit/order.cgi',
  6235.             'ZEUS_CARD_PAYMAET_ID' => 13,
  6236.             'ZEUS_CARD_SUBMIT' => 'クレジット決済ページへ',
  6237.             'ZEUS_CARD_LINK_POINT_ERROR' => 'カード決済が行えませんでした。',
  6238.             'eccube_rate_limiter_configs' => [
  6239.             ],
  6240.             'eccube.plugins.enabled' => [
  6241.                 => 'ZeusPayment4',
  6242.                 => 'AmazonPayV2',
  6243.                 => 'AmazonPayV2_42',
  6244.                 => 'ZeusPayment42',
  6245.             ],
  6246.             'eccube.plugins.disabled' => [
  6247.                 => 'Api42',
  6248.                 => 'Coupon42',
  6249.                 => 'MailMagazine42',
  6250.                 => 'ProductReview42',
  6251.                 => 'Recommend42',
  6252.                 => 'RelatedProduct42',
  6253.                 => 'SalesReport42',
  6254.                 => 'Securitychecker42',
  6255.                 => 'SiteKit42',
  6256.             ],
  6257.             'event_dispatcher.event_aliases' => [
  6258.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6259.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6260.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6261.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6262.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6263.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6264.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6265.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6266.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6267.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6268.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6269.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6270.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6271.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6272.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6273.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6274.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6275.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6276.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6277.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6278.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6279.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6280.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6281.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6282.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6283.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6284.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6285.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6286.             ],
  6287.             'fragment.renderer.hinclude.global_template' => NULL,
  6288.             'fragment.path' => '/_fragment',
  6289.             'kernel.http_method_override' => true,
  6290.             'kernel.trusted_hosts' => [
  6291.             ],
  6292.             'kernel.enabled_locales' => [
  6293.             ],
  6294.             'kernel.error_controller' => 'error_controller',
  6295.             'debug.file_link_format' => NULL,
  6296.             'asset.request_context.base_path' => NULL,
  6297.             'asset.request_context.secure' => NULL,
  6298.             'translator.logging' => false,
  6299.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6300.             'debug.error_handler.throw_at' => -1,
  6301.             'router.request_context.host' => 'localhost',
  6302.             'router.request_context.scheme' => 'http',
  6303.             'router.request_context.base_url' => '',
  6304.             'router.resource' => 'kernel::loadRoutes',
  6305.             'request_listener.http_port' => 80,
  6306.             'request_listener.https_port' => 443,
  6307.             'session.metadata.storage_key' => '_sf2_meta',
  6308.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  6309.             'session.metadata.update_threshold' => 0,
  6310.             'form.type_extension.csrf.enabled' => true,
  6311.             'form.type_extension.csrf.field_name' => '_token',
  6312.             'validator.translation_domain' => 'validators',
  6313.             'profiler_listener.only_exceptions' => false,
  6314.             'profiler_listener.only_main_requests' => false,
  6315.             'security.role_hierarchy.roles' => [
  6316.             ],
  6317.             'security.access.denied_url' => NULL,
  6318.             'security.authentication.manager.erase_credentials' => true,
  6319.             'security.authentication.session_strategy.strategy' => 'migrate',
  6320.             'security.access.always_authenticate_before_granting' => false,
  6321.             'security.authentication.hide_user_not_found' => true,
  6322.             'security.firewalls' => [
  6323.                 => 'dev',
  6324.                 => 'api',
  6325.                 => 'admin',
  6326.                 => 'customer',
  6327.             ],
  6328.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6329.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6330.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6331.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6332.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6333.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6334.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6335.             'doctrine.entity_managers' => [
  6336.                 'default' => 'doctrine.orm.default_entity_manager',
  6337.             ],
  6338.             'doctrine.default_entity_manager' => 'default',
  6339.             'doctrine.dbal.connection_factory.types' => [
  6340.                 'oauth2_grant' => [
  6341.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  6342.                 ],
  6343.                 'oauth2_redirect_uri' => [
  6344.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  6345.                 ],
  6346.                 'oauth2_scope' => [
  6347.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  6348.                 ],
  6349.             ],
  6350.             'doctrine.connections' => [
  6351.                 'default' => 'doctrine.dbal.default_connection',
  6352.             ],
  6353.             'doctrine.default_connection' => 'default',
  6354.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6355.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6356.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6357.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6358.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6359.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6360.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6361.             'doctrine.orm.cache.memcache_port' => 11211,
  6362.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6363.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6364.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6365.             'doctrine.orm.cache.memcached_port' => 11211,
  6366.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6367.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6368.             'doctrine.orm.cache.redis_host' => 'localhost',
  6369.             'doctrine.orm.cache.redis_port' => 6379,
  6370.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6371.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6372.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6373.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6374.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6375.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6376.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6377.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6378.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6379.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6380.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6381.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6382.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6383.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6384.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6385.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6386.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6387.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6388.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6389.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6390.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6391.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6392.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6393.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6394.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6395.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6396.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6397.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6398.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6399.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6400.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6401.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6402.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6403.             'monolog.use_microseconds' => true,
  6404.             'monolog.swift_mailer.handlers' => [
  6405.             ],
  6406.             'monolog.handlers_to_channels' => [
  6407.                 'monolog.handler.amazon_pay' => [
  6408.                     'type' => 'inclusive',
  6409.                     'elements' => [
  6410.                         => 'amazon_pay_v2',
  6411.                     ],
  6412.                 ],
  6413.                 'monolog.handler.console' => [
  6414.                     'type' => 'exclusive',
  6415.                     'elements' => [
  6416.                         => 'event',
  6417.                         => 'doctrine',
  6418.                     ],
  6419.                 ],
  6420.                 'monolog.handler.admin' => [
  6421.                     'type' => 'inclusive',
  6422.                     'elements' => [
  6423.                         => 'admin',
  6424.                         => 'app',
  6425.                         => 'php',
  6426.                     ],
  6427.                 ],
  6428.                 'monolog.handler.front' => [
  6429.                     'type' => 'inclusive',
  6430.                     'elements' => [
  6431.                         => 'front',
  6432.                         => 'app',
  6433.                         => 'php',
  6434.                     ],
  6435.                 ],
  6436.                 'monolog.handler.main' => NULL,
  6437.                 'monolog.handler.e_user_deprecated_filter' => [
  6438.                     'type' => 'inclusive',
  6439.                     'elements' => [
  6440.                         => 'php',
  6441.                     ],
  6442.                 ],
  6443.             ],
  6444.             'twig.form.resources' => [
  6445.                 => 'form_div_layout.html.twig',
  6446.                 => 'bootstrap_5_layout.html.twig',
  6447.             ],
  6448.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6449.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6450.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6451.             'web_profiler.debug_toolbar.mode' => 2,
  6452.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6453.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6454.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6455.             'knp_paginator.page_range' => 5,
  6456.             'knp_paginator.page_limit' => NULL,
  6457.             'doctrine.migrations.preferred_em' => NULL,
  6458.             'doctrine.migrations.preferred_connection' => NULL,
  6459.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  6460.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  6461.             'league.oauth2_server.encryption_key.type' => 'plain',
  6462.             'league.oauth2_server.scopes.default' => [
  6463.                 => 'read',
  6464.             ],
  6465.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6466.             'data_collector.templates' => [
  6467.                 'data_collector.request' => [
  6468.                     => 'request',
  6469.                     => '@WebProfiler/Collector/request.html.twig',
  6470.                 ],
  6471.                 'data_collector.time' => [
  6472.                     => 'time',
  6473.                     => '@WebProfiler/Collector/time.html.twig',
  6474.                 ],
  6475.                 'data_collector.memory' => [
  6476.                     => 'memory',
  6477.                     => '@WebProfiler/Collector/memory.html.twig',
  6478.                 ],
  6479.                 'data_collector.validator' => [
  6480.                     => 'validator',
  6481.                     => '@WebProfiler/Collector/validator.html.twig',
  6482.                 ],
  6483.                 'data_collector.ajax' => [
  6484.                     => 'ajax',
  6485.                     => '@WebProfiler/Collector/ajax.html.twig',
  6486.                 ],
  6487.                 'data_collector.form' => [
  6488.                     => 'form',
  6489.                     => '@WebProfiler/Collector/form.html.twig',
  6490.                 ],
  6491.                 'data_collector.exception' => [
  6492.                     => 'exception',
  6493.                     => '@WebProfiler/Collector/exception.html.twig',
  6494.                 ],
  6495.                 'data_collector.logger' => [
  6496.                     => 'logger',
  6497.                     => '@WebProfiler/Collector/logger.html.twig',
  6498.                 ],
  6499.                 'data_collector.events' => [
  6500.                     => 'events',
  6501.                     => '@WebProfiler/Collector/events.html.twig',
  6502.                 ],
  6503.                 'data_collector.router' => [
  6504.                     => 'router',
  6505.                     => '@WebProfiler/Collector/router.html.twig',
  6506.                 ],
  6507.                 'data_collector.cache' => [
  6508.                     => 'cache',
  6509.                     => '@WebProfiler/Collector/cache.html.twig',
  6510.                 ],
  6511.                 'data_collector.translation' => [
  6512.                     => 'translation',
  6513.                     => '@WebProfiler/Collector/translation.html.twig',
  6514.                 ],
  6515.                 'data_collector.security' => [
  6516.                     => 'security',
  6517.                     => '@Security/Collector/security.html.twig',
  6518.                 ],
  6519.                 'data_collector.twig' => [
  6520.                     => 'twig',
  6521.                     => '@WebProfiler/Collector/twig.html.twig',
  6522.                 ],
  6523.                 'data_collector.doctrine' => [
  6524.                     => 'db',
  6525.                     => '@Doctrine/Collector/db.html.twig',
  6526.                 ],
  6527.                 'doctrine_migrations.migrations_collector' => [
  6528.                     => 'doctrine_migrations',
  6529.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6530.                 ],
  6531.                 'data_collector.dump' => [
  6532.                     => 'dump',
  6533.                     => '@Debug/Profiler/dump.html.twig',
  6534.                 ],
  6535.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  6536.                 'mailer.data_collector' => [
  6537.                     => 'mailer',
  6538.                     => '@WebProfiler/Collector/mailer.html.twig',
  6539.                 ],
  6540.                 'data_collector.config' => [
  6541.                     => 'config',
  6542.                     => '@WebProfiler/Collector/config.html.twig',
  6543.                 ],
  6544.                 'eccube.collector.core' => [
  6545.                     => 'eccube_core',
  6546.                     => '@toolbar/eccube.html.twig',
  6547.                 ],
  6548.             ],
  6549.             'console.command.ids' => [
  6550.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  6551.             ],
  6552.         ];
  6553.     }
  6554.     protected function throw($message)
  6555.     {
  6556.         throw new RuntimeException($message);
  6557.     }
  6558. }