var/cache/dev/ContainerOcIhznd/Customize_KernelDevDebugContainer.php line 3833

Open in your IDE?
  1. <?php
  2. namespace ContainerOcIhznd;
  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\\AjaxController' => 'getAjaxControllerService',
  83.             'Customize\\Controller\\ApiController' => 'getApiControllerService',
  84.             'Customize\\Controller\\AutoLoadController' => 'getAutoLoadControllerService',
  85.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  86.             'Customize\\Controller\\CompanyController' => 'getCompanyControllerService',
  87.             'Customize\\Controller\\EntryController' => 'getEntryControllerService',
  88.             'Customize\\Controller\\ErrorController' => 'getErrorControllerService',
  89.             'Customize\\Controller\\EstimateController' => 'getEstimateControllerService',
  90.             'Customize\\Controller\\FollowUpController' => 'getFollowUpControllerService',
  91.             'Customize\\Controller\\ForgotController' => 'getForgotControllerService',
  92.             'Customize\\Controller\\ItemController' => 'getItemControllerService',
  93.             'Customize\\Controller\\KakuninController' => 'getKakuninControllerService',
  94.             'Customize\\Controller\\KeppinController' => 'getKeppinControllerService',
  95.             'Customize\\Controller\\MailController' => 'getMailControllerService',
  96.             'Customize\\Controller\\MessageController' => 'getMessageControllerService',
  97.             'Customize\\Controller\\MessageMailController' => 'getMessageMailControllerService',
  98.             'Customize\\Controller\\MitsumoriController' => 'getMitsumoriControllerService',
  99.             'Customize\\Controller\\Mypage\\DeliveryController' => 'getDeliveryControllerService',
  100.             'Customize\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  101.             'Customize\\Controller\\Mypage\\UpdateController' => 'getUpdateControllerService',
  102.             'Customize\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  103.             'Customize\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  104.             'Customize\\Controller\\PageController' => 'getPageControllerService',
  105.             'Customize\\Controller\\PrintMihonController' => 'getPrintMihonControllerService',
  106.             'Customize\\Controller\\ProductController' => 'getProductControllerService',
  107.             'Customize\\Controller\\RedirectController' => 'getRedirectControllerService',
  108.             'Customize\\Controller\\RepeaterMagController' => 'getRepeaterMagControllerService',
  109.             'Customize\\Controller\\ReviewController' => 'getReviewControllerService',
  110.             'Customize\\Controller\\ReviewMailController' => 'getReviewMailControllerService',
  111.             'Customize\\Controller\\SearchPopController' => 'getSearchPopControllerService',
  112.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  113.             'Customize\\Controller\\SitemapController' => 'getSitemapControllerService',
  114.             'Customize\\Controller\\SpController' => 'getSpControllerService',
  115.             'Customize\\Controller\\TopController' => 'getTopControllerService',
  116.             'Customize\\Controller\\TopicsController' => 'getTopicsControllerService',
  117.             'Customize\\Plugin\\AmazonPayV2_42\\Controller\\AmazonRedirectController' => 'getAmazonRedirectControllerService',
  118.             'Customize\\Plugin\\AmazonPayV2_42\\Controller\\AmazonShoppingController' => 'getAmazonShoppingControllerService',
  119.             'Customize\\Plugin\\ZeusPayment42\\Controller\\ZeusPaymentReturn' => 'getZeusPaymentReturnService',
  120.             'Customize\\Plugin\\ZeusPayment42\\Service\\Method\\CreditPayment' => 'getCreditPaymentService',
  121.             'Customize\\Service\\Payment\\Method\\Card' => 'getCardService',
  122.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  123.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  124.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  125.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  126.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  127.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  128.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  129.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  130.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  131.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  132.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  133.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  134.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  135.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageController2Service',
  136.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  137.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  138.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  139.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  140.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  141.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailController2Service',
  142.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  143.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  144.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  145.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  146.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  147.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  148.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  149.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service',
  150.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  151.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  152.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  153.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryController2Service',
  154.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController3Service',
  155.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  156.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  157.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  158.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  159.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  160.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  161.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  162.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  163.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  164.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  165.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  166.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  167.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  168.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  169.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  170.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  171.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  172.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  173.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  174.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  175.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  176.             'Eccube\\Controller\\EntryController' => 'getEntryController2Service',
  177.             'Eccube\\Controller\\ForgotController' => 'getForgotController2Service',
  178.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  179.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  180.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  181.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  182.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController3Service',
  183.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageController2Service',
  184.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawController2Service',
  185.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingController2Service',
  186.             'Eccube\\Controller\\ProductController' => 'getProductController3Service',
  187.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  188.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  189.             'Eccube\\Controller\\SitemapController' => 'getSitemapController2Service',
  190.             'Eccube\\Controller\\TopController' => 'getTopController2Service',
  191.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  192.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  193.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  194.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  195.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  196.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  197.             'Plugin\\AmazonPayV2_42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  198.             'Plugin\\AmazonPayV2_42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  199.             'Plugin\\AmazonPayV2_42\\Controller\\AmazonRedirectController' => 'getAmazonRedirectController2Service',
  200.             'Plugin\\AmazonPayV2_42\\Controller\\AmazonShoppingController' => 'getAmazonShoppingController2Service',
  201.             'Plugin\\AmazonPayV2_42\\Service\\AmazonRequestService' => 'getAmazonRequestServiceService',
  202.             'Plugin\\AmazonPayV2_42\\Service\\Method\\AmazonPay' => 'getAmazonPayService',
  203.             'Plugin\\ZeusPayment42\\Controller\\Admin\\CancelCsvController' => 'getCancelCsvControllerService',
  204.             'Plugin\\ZeusPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  205.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderController' => 'getOrderController2Service',
  206.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderCsvController' => 'getOrderCsvControllerService',
  207.             'Plugin\\ZeusPayment42\\Controller\\ZeusPaymentReturn' => 'getZeusPaymentReturn2Service',
  208.             'Plugin\\ZeusPayment42\\Service\\Method\\CreditPayment' => 'getCreditPayment2Service',
  209.             'Plugin\\ZeusPayment42\\Service\\Method\\CvsPayment' => 'getCvsPaymentService',
  210.             'Plugin\\ZeusPayment42\\Service\\Method\\EbankPayment' => 'getEbankPaymentService',
  211.             'Plugin\\ZeusPayment42\\Service\\Method\\LaterPayment' => 'getLaterPaymentService',
  212.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  213.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  214.             'cache.app_clearer' => 'getCache_AppClearerService',
  215.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  216.             'cache.system_clearer' => 'getCache_SystemClearerService',
  217.             'cache_warmer' => 'getCacheWarmerService',
  218.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  219.             'console.command_loader' => 'getConsole_CommandLoaderService',
  220.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  221.             'eccube.logger' => 'getEccube_LoggerService',
  222.             'error_controller' => 'getErrorController2Service',
  223.             'knp_paginator' => 'getKnpPaginatorService',
  224.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  225.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  226.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  227.             'monolog.logger.amazon_pay_v2' => 'getMonolog_Logger_AmazonPayV2Service',
  228.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  229.             'routing.loader' => 'getRouting_LoaderService',
  230.             'services_resetter' => 'getServicesResetterService',
  231.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  232.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  233.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  234.         ];
  235.         $this->aliases = [
  236.             'database_connection' => 'doctrine.dbal.default_connection',
  237.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  238.         ];
  239.         $this->privates['service_container'] = function () {
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  246.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  247.             include_once \dirname(__DIR__4).'/app/Customize/Kernel.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  257.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  259.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  265.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  266.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  267.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartItemRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ClassCategoryRepository.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CustomerRepository.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryFeeRepository.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryRepository.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailHistoryRepository.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailTemplateRepository.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/JobRepository.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderItemTypeRepository.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderStatusRepository.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/PrefRepository.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxDisplayTypeRepository.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxTypeRepository.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PaymentRepository.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductStockRepository.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Service/MailService.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderHelper.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderStateMachine.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PointHelper.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ValidatorTrait.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPostValidator.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AddPointProcessor.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseProcessor.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AbstractPurchaseProcessor.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/CustomerPurchaseInfoProcessor.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemValidator.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliverySettingValidator.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderValidator.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/EmptyItemsValidator.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPreprocessor.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderNoProcessor.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalLimitValidator.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalNegativeValidator.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/DiscountProcessor.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PointProcessor.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PriceChangeValidator.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/ProductStatusValidator.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/TaxProcessor.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  329.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  334.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Repository/ConfigRepository.php';
  335.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Service/ZeusPaymentService.php';
  336.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/ZeusPaymentEvent.php';
  337.             include_once \dirname(__DIR__4).'/app/Customize/Converter/CustomerConverter.php';
  338.             include_once \dirname(__DIR__4).'/vendor/lm/cache/src/LmCachePluggableTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/lm/cache/src/LmCacheTrait.php';
  340.             include_once \dirname(__DIR__4).'/app/Customize/Service/LmAbstractService.php';
  341.             include_once \dirname(__DIR__4).'/app/Customize/Converter/DynamicConverter.php';
  342.             include_once \dirname(__DIR__4).'/app/Customize/Entity/CacheTrait.php';
  343.             include_once \dirname(__DIR__4).'/app/Customize/Service/DynamicConverterService.php';
  344.             include_once \dirname(__DIR__4).'/app/Customize/Converter/EstimateConverter.php';
  345.             include_once \dirname(__DIR__4).'/app/Customize/Converter/OrderConverter.php';
  346.             include_once \dirname(__DIR__4).'/vendor/lm/engine-cs/src/Cs.php';
  347.             include_once \dirname(__DIR__4).'/vendor/lm/engine-order-bunkatsu/src/OrderBunkatsu.php';
  348.             include_once \dirname(__DIR__4).'/vendor/lm/engine-special-price/src/SpecialPrice.php';
  349.             include_once \dirname(__DIR__4).'/app/Customize/Converter/PaymentConverter.php';
  350.             include_once \dirname(__DIR__4).'/app/Customize/Converter/ProductConverter.php';
  351.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/FilterListener.php';
  352.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/GoogleTrustedStoreEventListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  354.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/KarteEventListener.php';
  355.             include_once \dirname(__DIR__4).'/app/Customize/Service/Karte/KarteService.php';
  356.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/LandingPageEventListener.php';
  357.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/MobileTemplatePathListener.php';
  358.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/RequestListener.php';
  359.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/SentrySubscriber.php';
  360.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/ShoppingEventListener.php';
  361.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/TwigInitializeListener.php';
  362.             include_once \dirname(__DIR__4).'/app/Customize/Plugin/ZeusPayment42/ZeusPaymentEvent.php';
  363.             include_once \dirname(__DIR__4).'/app/Customize/Service/AutoLoadService.php';
  364.             include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  365.             include_once \dirname(__DIR__4).'/app/Customize/Service/CartHelper.php';
  366.             include_once \dirname(__DIR__4).'/app/Customize/Service/CartService.php';
  367.             include_once \dirname(__DIR__4).'/app/Customize/Service/CatalogService.php';
  368.             include_once \dirname(__DIR__4).'/app/Customize/Service/CommonService.php';
  369.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderOptionsService.php';
  370.             include_once \dirname(__DIR__4).'/app/Customize/Service/CustomerService.php';
  371.             include_once \dirname(__DIR__4).'/app/Customize/Service/EstimateCharacterizer.php';
  372.             include_once \dirname(__DIR__4).'/app/Customize/Service/EstimateService.php';
  373.             include_once \dirname(__DIR__4).'/app/Customize/Service/FavoriteService.php';
  374.             include_once \dirname(__DIR__4).'/app/Customize/Service/GoodsPriceService.php';
  375.             include_once \dirname(__DIR__4).'/app/Customize/Service/GoodsService.php';
  376.             include_once \dirname(__DIR__4).'/app/Customize/Service/Google/ReCaptchaService.php';
  377.             include_once \dirname(__DIR__4).'/app/Customize/Service/LandingPageService.php';
  378.             include_once \dirname(__DIR__4).'/app/Customize/Service/LmDeliveryFee.php';
  379.             include_once \dirname(__DIR__4).'/app/Customize/Service/LmHelper.php';
  380.             include_once \dirname(__DIR__4).'/app/Customize/Service/PrefectureService.php';
  381.             include_once \dirname(__DIR__4).'/app/Customize/Service/MailService.php';
  382.             include_once \dirname(__DIR__4).'/app/Customize/Converter/MailConverter.php';
  383.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  384.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  385.             include_once \dirname(__DIR__4).'/app/Customize/Service/MobileDetector.php';
  386.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderConverterHelper.php';
  387.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderHelper.php';
  388.             include_once \dirname(__DIR__4).'/app/Customize/Service/OrderService.php';
  389.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargePreprocessor.php';
  390.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/PaymentChargePreprocessor.php';
  391.             include_once \dirname(__DIR__4).'/app/Customize/Service/RecentGoodsService.php';
  392.             include_once \dirname(__DIR__4).'/app/Customize/Service/ReviewService.php';
  393.             include_once \dirname(__DIR__4).'/app/Customize/Service/SampleService.php';
  394.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  395.             include_once \dirname(__DIR__4).'/app/Customize/Service/TaxRuleService.php';
  396.             include_once \dirname(__DIR__4).'/app/Customize/Service/YamlService.php';
  397.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  398.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  402.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  405.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  406.             include_once \dirname(__DIR__4).'/app/Customize/Service/Cart/ProductClassAndOptionComparator.php';
  407.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseFlow.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php';
  411.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockMultipleValidator.php';
  412.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/SaleLimitMultipleValidator.php';
  413.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/DiscountPreprocessor.php';
  414.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeePreprocessor.php';
  415.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/DeliveryFeePreprocessor.php';
  416.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeFreeByShippingPreprocessor.php';
  417.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/DeliveryFeeFreeByShippingPreprocessor.php';
  418.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargeChangeValidator.php';
  419.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeChangeValidator.php';
  420.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PreOrderIdValidator.php';
  421.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderUpdateProcessor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/lm/cache/src/CacheService.php';
  423.             include_once \dirname(__DIR__4).'/vendor/lm/db/src/SqlService.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  457.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  569.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  608.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  611.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  614.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  616.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  617.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  620.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  621.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  624.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  643.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  658.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  709.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  732.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  733.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  734.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  735.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  736.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  737.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  738.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  739.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  740.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/CustomExtension.php';
  741.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/ServiceExtension.php';
  742.             include_once \dirname(__DIR__4).'/app/Customize/Service/MetaTagService.php';
  743.             include_once \dirname(__DIR__4).'/app/Customize/Service/Payment/PaymentService.php';
  744.             include_once \dirname(__DIR__4).'/app/Customize/Service/InventoryMatrixService.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  748.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  750.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  752.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  754.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  757.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  759.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  766.         };
  767.     }
  768.     public function compile(): void
  769.     {
  770.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  771.     }
  772.     public function isCompiled(): bool
  773.     {
  774.         return true;
  775.     }
  776.     public function getRemovedIds(): array
  777.     {
  778.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  779.     }
  780.     protected function load($file$lazyLoad true)
  781.     {
  782.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  783.             return $class::do($this$lazyLoad);
  784.         }
  785.         if ('.' === $file[-4]) {
  786.             $class substr($class0, -4);
  787.         } else {
  788.             $file .= '.php';
  789.         }
  790.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  791.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  792.     }
  793.     protected function createProxy($class\Closure $factory)
  794.     {
  795.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  796.         return $factory();
  797.     }
  798.     /**
  799.      * Gets the public '.container.private.profiler' shared service.
  800.      *
  801.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  802.      */
  803.     protected function get_Container_Private_ProfilerService()
  804.     {
  805.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  806.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  807.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  808.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  809.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  810.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  811.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  812.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  813.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  814.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  815.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  816.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  817.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  818.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  819.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  820.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  821.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  822.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  823.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  824.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  825.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  826.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  827.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  828.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  829.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  830.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  831.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  832.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  833.         if ($this->has('kernel')) {
  834.             $e->setKernel($b);
  835.         }
  836.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  837.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  838.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  839.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  840.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  841.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  842.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  843.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Customize_KernelDevDebugContainer'), $c));
  844.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  845.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  846.         $instance->add($d);
  847.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  848.         $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));
  849.         $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())));
  850.         $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([])))));
  851.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  852.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  853.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  854.         $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()))));
  855.         $instance->add($e);
  856.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public '.container.private.security.authorization_checker' shared service.
  861.      *
  862.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  863.      */
  864.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  865.     {
  866.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  867.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  868.             return $this->services['.container.private.security.authorization_checker'];
  869.         }
  870.         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);
  871.     }
  872.     /**
  873.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  874.      *
  875.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  876.      */
  877.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  878.     {
  879.         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())));
  880.     }
  881.     /**
  882.      * Gets the public '.container.private.security.token_storage' shared service.
  883.      *
  884.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  885.      */
  886.     protected function get_Container_Private_Security_TokenStorageService()
  887.     {
  888.         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, [
  889.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  890.         ], [
  891.             'request_stack' => '?',
  892.         ]));
  893.     }
  894.     /**
  895.      * Gets the public '.container.private.session' shared service.
  896.      *
  897.      * @return \Symfony\Component\HttpFoundation\Session\Session
  898.      */
  899.     protected function get_Container_Private_SessionService()
  900.     {
  901.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  902.         if (isset($this->services['.container.private.session'])) {
  903.             return $this->services['.container.private.session'];
  904.         }
  905.         return $this->services['.container.private.session'] = $a->createSession();
  906.     }
  907.     /**
  908.      * Gets the public '.container.private.state_machine.order' shared service.
  909.      *
  910.      * @return \Symfony\Component\Workflow\StateMachine
  911.      */
  912.     protected function get_Container_Private_StateMachine_OrderService()
  913.     {
  914.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  915.         if (isset($this->services['.container.private.state_machine.order'])) {
  916.             return $this->services['.container.private.state_machine.order'];
  917.         }
  918.         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);
  919.     }
  920.     /**
  921.      * Gets the public '.container.private.twig' shared service.
  922.      *
  923.      * @return \Twig\Environment
  924.      */
  925.     protected function get_Container_Private_TwigService()
  926.     {
  927.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  928.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Resource/template'), 'AmazonPayV2_42');
  929.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/ZeusPayment42'), 'ZeusPayment42');
  930.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Resource/template'), 'ZeusPayment42');
  931.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  932.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  933.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  934.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  935.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  936.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  937.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  938.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  939.         $a->addPath((\dirname(__DIR__4).'/app/template/sato'), 'sato');
  940.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  941.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  942.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  943.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  944.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  945.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  946.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  947.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  948.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  949.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  955.         $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']);
  956.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  957.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  958.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  959.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  960.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  961.         $g = ($this->services['router'] ?? $this->getRouterService());
  962.         $h = new \Symfony\Component\Workflow\Registry();
  963.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  964.         $i = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  965.         $j = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  966.         $k = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  967.         $l = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  968.         $m = ($this->privates['Customize\\Service\\GoodsPriceService'] ?? $this->getGoodsPriceServiceService());
  969.         $n = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  970.         $o = ($this->privates['Lm\\Service\\Cache\\CacheService'] ?? ($this->privates['Lm\\Service\\Cache\\CacheService'] = new \Lm\Service\Cache\CacheService()));
  971.         $p = ($this->privates['Customize\\Service\\MobileDetector'] ?? ($this->privates['Customize\\Service\\MobileDetector'] = new \Customize\Service\MobileDetector()));
  972.         $q = ($this->privates['Customize\\Converter\\ProductConverter'] ?? ($this->privates['Customize\\Converter\\ProductConverter'] = new \Customize\Converter\ProductConverter()));
  973.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  974.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  975.         $s = new \Symfony\Bridge\Twig\AppVariable();
  976.         $s->setEnvironment('dev');
  977.         $s->setDebug(true);
  978.         if ($this->has('.container.private.security.token_storage')) {
  979.             $s->setTokenStorage($c);
  980.         }
  981.         if ($this->has('request_stack')) {
  982.             $s->setRequestStack($b);
  983.         }
  984.         $t = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  985.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  986.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  987.         $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)));
  988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  989.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  990.         $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 () {
  991.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  992.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  993.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  994.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  995.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  996.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  997.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  998.         }, 7))));
  999.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1000.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1001.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1002.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1003.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1004.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1005.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1006.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  1007.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1008.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1009.         $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())));
  1010.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension($i));
  1011.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1012.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  1013.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  1014.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  1015.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  1016.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1017.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  1018.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  1019.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  1020.         $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));
  1021.         $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));
  1022.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  1023.         $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));
  1024.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1025.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1026.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  1027.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1028.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1029.         $instance->addGlobal('app'$s);
  1030.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1031.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1032.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1033.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1034.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1035.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1036.         ], [
  1037.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1038.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1039.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1040.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1041.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1042.         ])));
  1043.         $instance->addGlobal('BaseInfo'NULL);
  1044.         $instance->addGlobal('eccube_config'$j);
  1045.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1046.         $instance->registerUndefinedFilterCallback([=> $t=> 'suggestFilter']);
  1047.         $instance->registerUndefinedFunctionCallback([=> $t=> 'suggestFunction']);
  1048.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1049.         return $instance;
  1050.     }
  1051.     /**
  1052.      * Gets the public '.container.private.validator' shared service.
  1053.      *
  1054.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1055.      */
  1056.     protected function get_Container_Private_ValidatorService()
  1057.     {
  1058.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1059.         if (isset($this->services['.container.private.validator'])) {
  1060.             return $this->services['.container.private.validator'];
  1061.         }
  1062.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1063.     }
  1064.     /**
  1065.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1066.      *
  1067.      * @return \Detection\MobileDetect
  1068.      */
  1069.     protected function getMobileDetectService()
  1070.     {
  1071.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1072.     }
  1073.     /**
  1074.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1075.      *
  1076.      * @return \Eccube\Common\EccubeConfig
  1077.      */
  1078.     protected function getEccubeConfigService()
  1079.     {
  1080.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1081.     }
  1082.     /**
  1083.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1084.      *
  1085.      * @return \Eccube\Repository\PluginRepository
  1086.      */
  1087.     protected function getPluginRepositoryService($lazyLoad true)
  1088.     {
  1089.         if ($lazyLoad) {
  1090.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1091.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1092.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1093.                     $proxy->setProxyInitializer(null);
  1094.                     return true;
  1095.                 });
  1096.             });
  1097.         }
  1098.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1099.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1100.     }
  1101.     /**
  1102.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1103.      *
  1104.      * @return \Eccube\Service\SystemService
  1105.      */
  1106.     protected function getSystemServiceService($lazyLoad true)
  1107.     {
  1108.         if ($lazyLoad) {
  1109.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1110.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1111.                     $wrappedInstance $this->getSystemServiceService(false);
  1112.                     $proxy->setProxyInitializer(null);
  1113.                     return true;
  1114.                 });
  1115.             });
  1116.         }
  1117.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1118.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1119.     }
  1120.     /**
  1121.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1122.      *
  1123.      * @return \Eccube\Service\TaxRuleService
  1124.      */
  1125.     protected function getTaxRuleServiceService($lazyLoad true)
  1126.     {
  1127.         if ($lazyLoad) {
  1128.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1129.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1130.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1131.                     $proxy->setProxyInitializer(null);
  1132.                     return true;
  1133.                 });
  1134.             });
  1135.         }
  1136.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1137.     }
  1138.     /**
  1139.      * Gets the public 'cache.app' shared service.
  1140.      *
  1141.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1142.      */
  1143.     protected function getCache_AppService()
  1144.     {
  1145.         $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))));
  1146.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1147.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1148.     }
  1149.     /**
  1150.      * Gets the public 'cache.rate_limiter' shared service.
  1151.      *
  1152.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1153.      */
  1154.     protected function getCache_RateLimiterService()
  1155.     {
  1156.         $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))));
  1157.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1158.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1159.     }
  1160.     /**
  1161.      * Gets the public 'cache.system' shared service.
  1162.      *
  1163.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1164.      */
  1165.     protected function getCache_SystemService()
  1166.     {
  1167.         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())));
  1168.     }
  1169.     /**
  1170.      * Gets the public 'cache.validator_expression_language' shared service.
  1171.      *
  1172.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1173.      */
  1174.     protected function getCache_ValidatorExpressionLanguageService()
  1175.     {
  1176.         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())));
  1177.     }
  1178.     /**
  1179.      * Gets the public 'data_collector.dump' shared service.
  1180.      *
  1181.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1182.      */
  1183.     protected function getDataCollector_DumpService()
  1184.     {
  1185.         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);
  1186.     }
  1187.     /**
  1188.      * Gets the public 'doctrine' shared service.
  1189.      *
  1190.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1191.      */
  1192.     protected function getDoctrineService()
  1193.     {
  1194.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1195.     }
  1196.     /**
  1197.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1198.      *
  1199.      * @return \Doctrine\DBAL\Connection
  1200.      */
  1201.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1202.     {
  1203.         $a = new \Doctrine\DBAL\Configuration();
  1204.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1205.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1206.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1207.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1208.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1209.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1210.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1211.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1212.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1213.         $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))));
  1214.         $c->setConnectionName('default');
  1215.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1216.         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, [
  1217.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1218.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1219.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1220.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1221.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1222.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1223.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1224.         ], [
  1225.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1226.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1227.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1228.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1229.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1230.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1231.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1232.         ]), [=> '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']]), []);
  1233.     }
  1234.     /**
  1235.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1236.      *
  1237.      * @return \Doctrine\ORM\EntityManager
  1238.      */
  1239.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1240.     {
  1241.         if ($lazyLoad) {
  1242.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1243.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1244.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1245.                     $proxy->setProxyInitializer(null);
  1246.                     return true;
  1247.                 });
  1248.             });
  1249.         }
  1250.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1252.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1253.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1254.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1255.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1256.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1257.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1260.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1272.         $a = new \Doctrine\ORM\Configuration();
  1273.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1274.         $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')])));
  1275.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1276.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1277.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1278.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Entity')]);
  1279.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1280.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1281.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1282.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1283.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1284.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1285.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1286.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1287.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1288.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1289.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1290.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1291.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1292.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1293.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1294.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1295.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1296.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Entity')]);
  1297.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1298.         $b->addDriver($c'Eccube\\Entity');
  1299.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1300.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1301.         $b->addDriver($e'Eccube\\Entity');
  1302.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1303.         $b->addDriver($f'Plugin\\AmazonPayV2_42\\Entity');
  1304.         $b->addDriver($g'Plugin\\Api42\\Entity');
  1305.         $b->addDriver($h'Plugin\\Coupon42\\Entity');
  1306.         $b->addDriver($i'Plugin\\MailMagazine42\\Entity');
  1307.         $b->addDriver($j'Plugin\\ProductReview42\\Entity');
  1308.         $b->addDriver($k'Plugin\\Recommend42\\Entity');
  1309.         $b->addDriver($l'Plugin\\RelatedProduct42\\Entity');
  1310.         $b->addDriver($m'Plugin\\Securitychecker42\\Entity');
  1311.         $b->addDriver($n'Plugin\\SiteKit42\\Entity');
  1312.         $b->addDriver($o'Plugin\\ZeusPayment42\\Entity');
  1313.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1314.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1315.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1316.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1317.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1318.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1319.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1320.         ], [
  1321.             'doctrine.ulid_generator' => '?',
  1322.             'doctrine.uuid_generator' => '?',
  1323.         ])));
  1324.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1325.         $a->setProxyNamespace('Proxies');
  1326.         $a->setAutoGenerateProxyClasses(true);
  1327.         $a->setSchemaIgnoreClasses([]);
  1328.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1329.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1330.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1331.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1332.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1333.         $a->setLazyGhostObjectEnabled(false);
  1334.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1335.             'Customize\\Repository\\CustomerFavoriteProductRepository' => ['privates''Customize\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1336.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1337.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1338.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1339.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1340.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1341.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'false],
  1342.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1343.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1344.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'false],
  1345.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1346.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1347.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1348.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepository2Service'true],
  1349.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1350.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1351.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'false],
  1352.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'false],
  1353.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1354.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1355.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1356.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'false],
  1357.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'false],
  1358.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1359.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1360.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1361.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1362.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1363.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1364.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'false],
  1365.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1366.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'false],
  1367.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1368.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'false],
  1369.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1370.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'false],
  1371.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1372.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1373.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1374.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1375.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1376.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1377.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'false],
  1378.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'false],
  1379.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1380.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1381.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1382.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1383.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1384.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1385.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1386.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1387.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1388.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1389.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1390.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1391.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1392.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1393.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1394.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'false],
  1395.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1396.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1397.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1398.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1399.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1400.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1401.             'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository''getAmazonBannerRepositoryService'true],
  1402.             'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1403.             'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository''getAmazonStatusRepositoryService'true],
  1404.             'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1405.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1406.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1407.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1408.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1409.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1410.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1411.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1412.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1413.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1414.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1415.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1416.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1417.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1418.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\ZeusPayment42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1419.         ], [
  1420.             'Customize\\Repository\\CustomerFavoriteProductRepository' => '?',
  1421.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1422.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1423.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1424.             'Eccube\\Repository\\BlockRepository' => '?',
  1425.             'Eccube\\Repository\\CalendarRepository' => '?',
  1426.             'Eccube\\Repository\\CartItemRepository' => '?',
  1427.             'Eccube\\Repository\\CartRepository' => '?',
  1428.             'Eccube\\Repository\\CategoryRepository' => '?',
  1429.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1430.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1431.             'Eccube\\Repository\\CsvRepository' => '?',
  1432.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1433.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1434.             'Eccube\\Repository\\CustomerRepository' => '?',
  1435.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1436.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1437.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1438.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1439.             'Eccube\\Repository\\LayoutRepository' => '?',
  1440.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1441.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1442.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1443.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1444.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1445.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1446.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1447.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1448.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1449.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1450.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1451.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1452.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1453.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1454.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1455.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1456.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1457.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1458.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1459.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1460.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1461.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1462.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1463.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1464.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1465.             'Eccube\\Repository\\MemberRepository' => '?',
  1466.             'Eccube\\Repository\\NewsRepository' => '?',
  1467.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1468.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1469.             'Eccube\\Repository\\OrderRepository' => '?',
  1470.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1471.             'Eccube\\Repository\\PageRepository' => '?',
  1472.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1473.             'Eccube\\Repository\\PaymentRepository' => '?',
  1474.             'Eccube\\Repository\\PluginRepository' => '?',
  1475.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1476.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1477.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1478.             'Eccube\\Repository\\ProductRepository' => '?',
  1479.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1480.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1481.             'Eccube\\Repository\\ShippingRepository' => '?',
  1482.             'Eccube\\Repository\\TagRepository' => '?',
  1483.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1484.             'Eccube\\Repository\\TemplateRepository' => '?',
  1485.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1486.             'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => '?',
  1487.             'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => '?',
  1488.             'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => '?',
  1489.             'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => '?',
  1490.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1491.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1492.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1493.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1494.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1495.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1496.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1497.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1498.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1499.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1500.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1501.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1502.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1503.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => '?',
  1504.         ])));
  1505.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1506.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1507.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1508.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1509.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1510.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1511.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1512.         return $instance;
  1513.     }
  1514.     /**
  1515.      * Gets the public 'event_dispatcher' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1518.      */
  1519.     protected function getEventDispatcherService()
  1520.     {
  1521.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1522.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1523.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1524.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1525.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1526.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1527.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1528.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1529.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1530.         $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())));
  1531.         $instance->addListener('kernel.request', [=> function () {
  1532.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1533.         }, => 'onKernelRequest'], 1024);
  1534.         $instance->addListener('kernel.controller', [=> function () {
  1535.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1536.         }, => 'onKernelController'], 0);
  1537.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1538.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1539.         }, => 'checkPassport'], 1024);
  1540.         $instance->addListener('kernel.response', [=> function () {
  1541.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1542.         }, => 'onKernelResponse'], 0);
  1543.         $instance->addListener('kernel.response', [=> function () {
  1544.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1545.         }, => 'onKernelResponse'], 0);
  1546.         $instance->addListener('kernel.request', [=> function () {
  1547.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1548.         }, => 'onKernelRequest'], 0);
  1549.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1550.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1551.         }, => 'onAuthorizationRequest'], 1024);
  1552.         $instance->addListener('kernel.controller', [=> function () {
  1553.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1554.         }, => 'onController'], 0);
  1555.         $instance->addListener('kernel.request', [=> function () {
  1556.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1557.         }, => 'onKernelRequest'], 512);
  1558.         $instance->addListener('kernel.request', [=> function () {
  1559.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1560.         }, => 'onKernelRequestEarly'], 500);
  1561.         $instance->addListener('kernel.request', [=> function () {
  1562.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1563.         }, => 'onKernelRequest'], 6);
  1564.         $instance->addListener('kernel.response', [=> function () {
  1565.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1566.         }, => 'onKernelResponse'], 0);
  1567.         $instance->addListener('kernel.controller', [=> function () {
  1568.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1569.         }, => 'onKernelController'], 0);
  1570.         $instance->addListener('kernel.terminate', [=> function () {
  1571.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1572.         }, => 'onKernelTerminate'], 0);
  1573.         $instance->addListener('kernel.exception', [=> function () {
  1574.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1575.         }, => 'onKernelException'], -4);
  1576.         $instance->addListener('security.interactive_login', [=> function () {
  1577.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1578.         }, => 'onInteractiveLogin'], 0);
  1579.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1580.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1581.         }, => 'onAuthenticationFailure'], 0);
  1582.         $instance->addListener('kernel.response', [=> function () {
  1583.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1584.         }, => 'onResponse'], 0);
  1585.         $instance->addListener('kernel.request', [=> function () {
  1586.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListener2Service());
  1587.         }, => 'onKernelRequest'], 512);
  1588.         $instance->addListener('kernel.controller', [=> function () {
  1589.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1590.         }, => 'onController'], 0);
  1591.         $instance->addListener('kernel.request', [=> function () {
  1592.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1593.         }, => 'onKernelRequest'], 7);
  1594.         $instance->addListener('security.interactive_login', [=> function () {
  1595.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1596.         }, => 'onInteractiveLogin'], 0);
  1597.         $instance->addListener('security.authentication.failure', [=> function () {
  1598.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1599.         }, => 'onAuthenticationFailure'], 0);
  1600.         $instance->addListener('kernel.request', [=> function () {
  1601.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1602.         }, => 'onKernelRequest'], 0);
  1603.         $instance->addListener('kernel.exception', [=> function () {
  1604.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1605.         }, => 'onKernelException'], 0);
  1606.         $instance->addListener('kernel.terminate', [=> function () {
  1607.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1608.         }, => 'onKernelTerminate'], 0);
  1609.         $instance->addListener('kernel.request', [=> function () {
  1610.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListener2Service());
  1611.         }, => 'onKernelRequest'], 6);
  1612.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1613.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1614.         }, => 'onKernelController'], 7);
  1615.         $instance->addListener('form.pre_submit', [=> function () {
  1616.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1617.         }, => 'onPreSubmit'], 0);
  1618.         $instance->addListener('form.pre_submit', [=> function () {
  1619.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1620.         }, => 'purifySubmittedData'], 1000001);
  1621.         $instance->addListener('form.pre_submit', [=> function () {
  1622.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1623.         }, => 'onPreSubmit'], 0);
  1624.         $instance->addListener('workflow.order.completed', [=> function () {
  1625.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1626.         }, => 'onCompleted'], 0);
  1627.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1628.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1629.         }, => 'updatePaymentDate'], 0);
  1630.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1631.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1632.         }, => 'rollbackStock'], 0);
  1633.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1634.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1635.         }, => 'rollbackUsePoint'], 0);
  1636.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1637.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1638.         }, => 'commitStock'], 0);
  1639.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1640.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1641.         }, => 'commitUsePoint'], 0);
  1642.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1643.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1644.         }, => 'commitAddPoint'], 0);
  1645.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1646.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1647.         }, => 'rollbackUsePoint'], 0);
  1648.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1649.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1650.         }, => 'rollbackAddPoint'], 0);
  1651.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1652.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1653.         }, => 'commitUsePoint'], 0);
  1654.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1655.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1656.         }, => 'commitAddPoint'], 0);
  1657.         $instance->addListener('kernel.terminate', [=> function () {
  1658.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1659.         }, => 'disableMaintenanceEvent'], 0);
  1660.         $instance->addListener('kernel.terminate', [=> function () {
  1661.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1662.         }, => 'forceClearCache'], 0);
  1663.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1664.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1665.         }, => 'amazon_cart_buystep'], 0);
  1666.         $instance->addListener('Cart/index.twig', [=> function () {
  1667.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1668.         }, => 'cart'], 0);
  1669.         $instance->addListener('Shopping/index.twig', [=> function () {
  1670.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1671.         }, => 'amazon_pay_shopping'], 0);
  1672.         $instance->addListener('Mypage/login.twig', [=> function () {
  1673.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1674.         }, => 'mypage_login'], 0);
  1675.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1676.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1677.         }, => 'amazon_pay_shopping_confirm'], 0);
  1678.         $instance->addListener('index.twig', [=> function () {
  1679.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEvent2Service'));
  1680.         }, => 'add_banner_on_top'], 0);
  1681.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1682.             return ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusCancelService'] ?? $this->load('getZeusCancelServiceService'));
  1683.         }, => 'cancel'], 0);
  1684.         $instance->addListener('Shopping/index.twig', [=> function () {
  1685.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1686.         }, => 'onShoppingIndexTwig'], 0);
  1687.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1688.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1689.         }, => 'onShoppingConfirmTwig'], 0);
  1690.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1691.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1692.         }, => 'adminOrderIndexTwig'], 0);
  1693.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1694.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1695.         }, => 'adminOrderEditTwig'], 0);
  1696.         $instance->addListener('kernel.controller', [=> function () {
  1697.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1698.         }, => 'onKernelController'], 130);
  1699.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1700.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEvent2Service());
  1701.         }, => 'onKernelControllerArguments'], 0);
  1702.         $instance->addListener('kernel.response', [=> function () {
  1703.             return ($this->privates['Customize\\EventListener\\FilterListener'] ?? $this->getFilterListenerService());
  1704.         }, => 'onResponse'], 0);
  1705.         $instance->addListener('kernel.view', [=> function () {
  1706.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1707.         }, => 'onKernelView'], 0);
  1708.         $instance->addListener('Contact/index.twig', [=> function () {
  1709.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1710.         }, => 'onContactIndex'], 0);
  1711.         $instance->addListener('Contact/confirm.twig', [=> function () {
  1712.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1713.         }, => 'onContactConfirm'], 0);
  1714.         $instance->addListener('Entry/index.twig', [=> function () {
  1715.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1716.         }, => 'onEntryIndex'], 0);
  1717.         $instance->addListener('Entry/confirm.twig', [=> function () {
  1718.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1719.         }, => 'onEntryIndex'], 0);
  1720.         $instance->addListener('Forgot/index.twig', [=> function () {
  1721.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1722.         }, => 'onForgotIndex'], 0);
  1723.         $instance->addListener('Mail/question.twig', [=> function () {
  1724.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1725.         }, => 'onMailQuestionIndex'], 0);
  1726.         $instance->addListener('Mail/question_confirm.twig', [=> function () {
  1727.             return ($this->privates['Customize\\EventListener\\GoogleEventListener'] ?? $this->load('getGoogleEventListenerService'));
  1728.         }, => 'onMailQuestionConfirm'], 0);
  1729.         $instance->addListener('kernel.response', [=> function () {
  1730.             return ($this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'] ?? $this->getGoogleTrustedStoreEventListenerService());
  1731.         }, => 'onKernelResponse'], 0);
  1732.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1733.             return ($this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'] ?? $this->getGoogleTrustedStoreEventListenerService());
  1734.         }, => 'onShoppingComplete'], 0);
  1735.         $instance->addListener('kernel.response', [=> function () {
  1736.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1737.         }, => 'onKernelResponse'], 0);
  1738.         $instance->addListener('Entry/activate.twig', [=> function () {
  1739.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1740.         }, => 'onEntryActivate'], 0);
  1741.         $instance->addListener('Shopping/index.twig', [=> function () {
  1742.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1743.         }, => 'onEntryActivate'], 0);
  1744.         $instance->addListener('Mypage/index.twig', [=> function () {
  1745.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1746.         }, => 'onEntryActivate'], 0);
  1747.         $instance->addListener('Top/index.twig', [=> function () {
  1748.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1749.         }, => 'onEntryActivate'], 0);
  1750.         $instance->addListener('security.interactive_login', [=> function () {
  1751.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1752.         }, => 'onInteractiveLogin'], 0);
  1753.         $instance->addListener('Item/detail.twig', [=> function () {
  1754.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1755.         }, => 'onProductDetail'], 0);
  1756.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1757.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1758.         }, => 'onFavoriteUpdate'], 0);
  1759.         $instance->addListener('Cart/index.twig', [=> function () {
  1760.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1761.         }, => 'onTrackInformationOfCart'], 0);
  1762.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1763.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1764.         }, => 'onPurchaseCompleted'], 0);
  1765.         $instance->addListener('Estimate/index.twig', [=> function () {
  1766.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1767.         }, => 'onQuotation'], 0);
  1768.         $instance->addListener('Mypage/update.twig', [=> function () {
  1769.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1770.         }, => 'onMyPageUpdateInformation'], 0);
  1771.         $instance->addListener('Mypage/withdraw_complete.twig', [=> function () {
  1772.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1773.         }, => 'onMyPageUpdateInformation'], 0);
  1774.         $instance->addListener('Mitsumori/index.twig', [=> function () {
  1775.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1776.         }, => 'onQuotation'], 0);
  1777.         $instance->addListener('Contact/complete.twig', [=> function () {
  1778.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1779.         }, => 'onEntryActivate'], 0);
  1780.         $instance->addListener('front.entry.index.complete', [=> function () {
  1781.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1782.         }, => 'onEccubeFrontEntryIndexComplete'], 0);
  1783.         $instance->addListener('lm.front.product.favorite.add.complete', [=> function () {
  1784.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1785.         }, => 'onLmFrontFavoriteAddComplete'], 0);
  1786.         $instance->addListener('lm.front.product.favorite.delete.complete', [=> function () {
  1787.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1788.         }, => 'onLmFrontFavoriteDeleteComplete'], 0);
  1789.         $instance->addListener('session.front.product.user.cart.step2.register.completed', [=> function () {
  1790.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1791.         }, => 'onCartStep2RegisterCompleted'], 0);
  1792.         $instance->addListener('session.front.cart.add_product', [=> function () {
  1793.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1794.         }, => 'onAddProduct'], 0);
  1795.         $instance->addListener('session.front.cart.delete_product', [=> function () {
  1796.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1797.         }, => 'onDeleteProduct'], 0);
  1798.         $instance->addListener('session.front.quotation.send.quotation.by.email', [=> function () {
  1799.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1800.         }, => 'onSendQuotationByEmail'], 0);
  1801.         $instance->addListener('session.front.quotation.send.quotation.by.fax', [=> function () {
  1802.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  1803.         }, => 'onSendQuotationByFax'], 0);
  1804.         $instance->addListener('kernel.response', [=> function () {
  1805.             return ($this->privates['Customize\\EventListener\\LandingPageEventListener'] ?? $this->getLandingPageEventListenerService());
  1806.         }, => 'onKernelRequest'], 6);
  1807.         $instance->addListener('kernel.request', [=> function () {
  1808.             return ($this->privates['Customize\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1809.         }, => 'onKernelRequest'], 512);
  1810.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1811.             return ($this->privates['Customize\\EventListener\\OrderBunkatsuEventListener'] ?? ($this->privates['Customize\\EventListener\\OrderBunkatsuEventListener'] = new \Customize\EventListener\OrderBunkatsuEventListener()));
  1812.         }, => 'onShoppingConfirm'], 0);
  1813.         $instance->addListener('kernel.request', [=> function () {
  1814.             return ($this->privates['Customize\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1815.         }, => 'onKernelRequest'], 40);
  1816.         $instance->addListener('Item/detail.twig', [=> function () {
  1817.             return ($this->privates['Customize\\EventListener\\SchemaOrgEventListener'] ?? ($this->privates['Customize\\EventListener\\SchemaOrgEventListener'] = new \Customize\EventListener\SchemaOrgEventListener()));
  1818.         }, => 'onProductDetail'], 0);
  1819.         $instance->addListener('kernel.controller', [=> function () {
  1820.             return ($this->privates['Customize\\EventListener\\SentrySubscriber'] ?? ($this->privates['Customize\\EventListener\\SentrySubscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1821.         }, => 'onControllerStart'], 0);
  1822.         $instance->addListener('kernel.terminate', [=> function () {
  1823.             return ($this->privates['Customize\\EventListener\\SentrySubscriber'] ?? ($this->privates['Customize\\EventListener\\SentrySubscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1824.         }, => 'onControllerEnd'], 0);
  1825.         $instance->addListener('kernel.response', [=> function () {
  1826.             return ($this->privates['Customize\\EventListener\\ShoppingEventListener'] ?? $this->getShoppingEventListenerService());
  1827.         }, => 'onKernelRequest'], 6);
  1828.         $instance->addListener('kernel.request', [=> function () {
  1829.             return ($this->privates['Customize\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1830.         }, => 'onKernelRequest'], 6);
  1831.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1832.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1833.         }, => 'amazon_cart_buystep'], 0);
  1834.         $instance->addListener('Cart/index.twig', [=> function () {
  1835.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1836.         }, => 'cart'], 0);
  1837.         $instance->addListener('Shopping/index.twig', [=> function () {
  1838.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1839.         }, => 'amazon_pay_shopping'], 0);
  1840.         $instance->addListener('Mypage/login.twig', [=> function () {
  1841.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1842.         }, => 'mypage_login'], 0);
  1843.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1844.             return ($this->privates['Customize\\Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1845.         }, => 'amazon_pay_shopping_confirm'], 0);
  1846.         $instance->addListener('Shopping/index.twig', [=> function () {
  1847.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1848.         }, => 'onShoppingIndexTwig'], 0);
  1849.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1850.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1851.         }, => 'onShoppingConfirmTwig'], 0);
  1852.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1853.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1854.         }, => 'adminOrderIndexTwig'], 0);
  1855.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1856.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1857.         }, => 'adminOrderEditTwig'], 0);
  1858.         $instance->addListener('kernel.controller', [=> function () {
  1859.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1860.         }, => 'onKernelController'], 130);
  1861.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1862.             return ($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  1863.         }, => 'onKernelControllerArguments'], 0);
  1864.         $instance->addListener('kernel.request', [=> function () {
  1865.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1866.         }, => 'onKernelRequest'], 4096);
  1867.         $instance->addListener('kernel.controller', [=> function () {
  1868.             return ($this->privates['sentry_subscriber'] ?? ($this->privates['sentry_subscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1869.         }, => 'onControllerStart'], 0);
  1870.         $instance->addListener('kernel.terminate', [=> function () {
  1871.             return ($this->privates['sentry_subscriber'] ?? ($this->privates['sentry_subscriber'] = new \Customize\EventListener\SentrySubscriber()));
  1872.         }, => 'onControllerEnd'], 0);
  1873.         $instance->addListener('kernel.response', [=> function () {
  1874.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1875.         }, => 'onKernelResponse'], 0);
  1876.         $instance->addListener('kernel.response', [=> function () {
  1877.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1878.         }, => 'onKernelResponse'], -1024);
  1879.         $instance->addListener('kernel.request', [=> function () {
  1880.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1881.         }, => 'setDefaultLocale'], 100);
  1882.         $instance->addListener('kernel.request', [=> function () {
  1883.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1884.         }, => 'onKernelRequest'], 16);
  1885.         $instance->addListener('kernel.finish_request', [=> function () {
  1886.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1887.         }, => 'onKernelFinishRequest'], 0);
  1888.         $instance->addListener('kernel.request', [=> function () {
  1889.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1890.         }, => 'onKernelRequest'], 256);
  1891.         $instance->addListener('kernel.response', [=> function () {
  1892.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1893.         }, => 'onResponse'], -255);
  1894.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1895.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1896.         }, => 'onControllerArguments'], 0);
  1897.         $instance->addListener('kernel.exception', [=> function () {
  1898.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1899.         }, => 'logKernelException'], 0);
  1900.         $instance->addListener('kernel.exception', [=> function () {
  1901.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1902.         }, => 'onKernelException'], -128);
  1903.         $instance->addListener('kernel.response', [=> function () {
  1904.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1905.         }, => 'removeCspHeader'], -128);
  1906.         $instance->addListener('kernel.request', [=> function () {
  1907.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1908.         }, => 'onKernelRequest'], 15);
  1909.         $instance->addListener('kernel.finish_request', [=> function () {
  1910.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1911.         }, => 'onKernelFinishRequest'], -15);
  1912.         $instance->addListener('console.error', [=> function () {
  1913.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1914.         }, => 'onConsoleError'], -128);
  1915.         $instance->addListener('console.terminate', [=> function () {
  1916.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1917.         }, => 'onConsoleTerminate'], -128);
  1918.         $instance->addListener('console.error', [=> function () {
  1919.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1920.         }, => 'onConsoleError'], 0);
  1921.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1922.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1923.         }, => 'onMessage'], -255);
  1924.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1925.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1926.         }, => 'onMessage'], -255);
  1927.         $instance->addListener('kernel.response', [=> function () {
  1928.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1929.         }, => 'onKernelResponse'], 0);
  1930.         $instance->addListener('kernel.request', [=> function () {
  1931.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1932.         }, => 'onKernelRequest'], 48);
  1933.         $instance->addListener('kernel.request', [=> function () {
  1934.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1935.         }, => 'configure'], 2048);
  1936.         $instance->addListener('console.command', [=> function () {
  1937.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1938.         }, => 'configure'], 2048);
  1939.         $instance->addListener('kernel.request', [=> function () {
  1940.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1941.         }, => 'onKernelRequest'], 32);
  1942.         $instance->addListener('kernel.finish_request', [=> function () {
  1943.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1944.         }, => 'onKernelFinishRequest'], 0);
  1945.         $instance->addListener('kernel.exception', [=> function () {
  1946.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1947.         }, => 'onKernelException'], -64);
  1948.         $instance->addListener('kernel.request', [=> function () {
  1949.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1950.         }, => 'onKernelRequest'], 128);
  1951.         $instance->addListener('kernel.response', [=> function () {
  1952.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1953.         }, => 'onKernelResponse'], -1000);
  1954.         $instance->addListener('kernel.finish_request', [=> function () {
  1955.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1956.         }, => 'onFinishRequest'], 0);
  1957.         $instance->addListener('kernel.response', [=> function () {
  1958.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1959.         }, => 'onKernelResponse'], -100);
  1960.         $instance->addListener('kernel.exception', [=> function () {
  1961.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1962.         }, => 'onKernelException'], 0);
  1963.         $instance->addListener('kernel.terminate', [=> function () {
  1964.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1965.         }, => 'onKernelTerminate'], -1024);
  1966.         $instance->addListener('kernel.controller', [=> function () {
  1967.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1968.         }, => 'onKernelController'], 0);
  1969.         $instance->addListener('kernel.response', [=> function () {
  1970.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1971.         }, => 'onKernelResponse'], 0);
  1972.         $instance->addListener('kernel.response', [=> function () {
  1973.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1974.         }, => 'onKernelResponse'], 0);
  1975.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1976.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1977.         }, => 'checkPassport'], 0);
  1978.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1979.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1980.         }, => 'onLoginSuccess'], 0);
  1981.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1982.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1983.         }, => 'onVoterVote'], 0);
  1984.         $instance->addListener('kernel.request', [=> function () {
  1985.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1986.         }, => 'configureLogoutUrlGenerator'], 8);
  1987.         $instance->addListener('kernel.request', [=> function () {
  1988.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1989.         }, => 'onKernelRequest'], 8);
  1990.         $instance->addListener('kernel.finish_request', [=> function () {
  1991.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1992.         }, => 'onKernelFinishRequest'], 0);
  1993.         $instance->addListener('kernel.controller', [=> function () {
  1994.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1995.         }, => 'onKernelController'], 0);
  1996.         $instance->addListener('kernel.controller', [=> function () {
  1997.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1998.         }, => 'onKernelController'], 0);
  1999.         $instance->addListener('kernel.controller', [=> function () {
  2000.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2001.         }, => 'onKernelController'], -128);
  2002.         $instance->addListener('kernel.view', [=> function () {
  2003.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2004.         }, => 'onKernelView'], 0);
  2005.         $instance->addListener('kernel.controller', [=> function () {
  2006.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2007.         }, => 'onKernelController'], 0);
  2008.         $instance->addListener('kernel.response', [=> function () {
  2009.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2010.         }, => 'onKernelResponse'], 0);
  2011.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2012.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2013.         }, => 'onKernelControllerArguments'], 0);
  2014.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2015.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2016.         }, => 'onKernelControllerArguments'], 0);
  2017.         $instance->addListener('console.command', [=> function () {
  2018.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2019.         }, => 'onCommand'], 255);
  2020.         $instance->addListener('console.terminate', [=> function () {
  2021.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2022.         }, => 'onTerminate'], -255);
  2023.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2024.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2025.         }, => 'onMessage'], 0);
  2026.         $instance->addListener('console.command', [=> function () {
  2027.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2028.         }, => 'configure'], 1024);
  2029.         $instance->addListener('kernel.response', [=> function () {
  2030.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2031.         }, => 'onKernelResponse'], -128);
  2032.         $instance->addListener('console.error', [=> function () {
  2033.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2034.         }, => 'onConsoleError'], 0);
  2035.         $instance->addListener('console.terminate', [=> function () {
  2036.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2037.         }, => 'onConsoleTerminate'], 0);
  2038.         $instance->addListener('knp_pager.before', [=> function () {
  2039.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2040.         }, => 'before'], 0);
  2041.         $instance->addListener('knp_pager.pagination', [=> function () {
  2042.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2043.         }, => 'pagination'], 0);
  2044.         $instance->addListener('knp_pager.before', [=> function () {
  2045.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2046.         }, => 'before'], 1);
  2047.         $instance->addListener('knp_pager.before', [=> function () {
  2048.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2049.         }, => 'before'], 1);
  2050.         $instance->addListener('knp_pager.pagination', [=> function () {
  2051.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2052.         }, => 'pagination'], 1);
  2053.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2054.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2055.         }, => 'checkPassport'], 256);
  2056.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2057.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2058.         }, => 'checkPassport'], 512);
  2059.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2060.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2061.         }, => 'onLogout'], 0);
  2062.         return $instance;
  2063.     }
  2064.     /**
  2065.      * Gets the public 'http_kernel' shared service.
  2066.      *
  2067.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2068.      */
  2069.     protected function getHttpKernelService()
  2070.     {
  2071.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2072.         if (isset($this->services['http_kernel'])) {
  2073.             return $this->services['http_kernel'];
  2074.         }
  2075.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2076.         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 () {
  2077.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2078.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2079.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2080.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2081.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2082.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2083.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2084.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2085.         }, 8)), $b));
  2086.     }
  2087.     /**
  2088.      * Gets the public 'request_stack' shared service.
  2089.      *
  2090.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2091.      */
  2092.     protected function getRequestStackService()
  2093.     {
  2094.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2095.     }
  2096.     /**
  2097.      * Gets the public 'router' shared service.
  2098.      *
  2099.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2100.      */
  2101.     protected function getRouterService()
  2102.     {
  2103.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2104.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2105.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2106.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2107.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2108.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2109.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2110.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2111.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2112.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2113.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2114.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2115.         ], [
  2116.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2117.         ]))->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'));
  2118.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2119.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2120.         return $instance;
  2121.     }
  2122.     /**
  2123.      * Gets the public 'translator' shared service.
  2124.      *
  2125.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2126.      */
  2127.     protected function getTranslatorService()
  2128.     {
  2129.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2130.     }
  2131.     /**
  2132.      * Gets the public 'var_dumper.cloner' shared service.
  2133.      *
  2134.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2135.      */
  2136.     protected function getVarDumper_ClonerService()
  2137.     {
  2138.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2139.         $instance->setMaxItems(2500);
  2140.         $instance->setMinDepth(1);
  2141.         $instance->setMaxString(-1);
  2142.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2149.      */
  2150.     protected function get_ServiceLocator_YP_F1XaService()
  2151.     {
  2152.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2153.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2154.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2155.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2156.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2157.         ], [
  2158.             'security.firewall.map.context.admin' => '?',
  2159.             'security.firewall.map.context.api' => '?',
  2160.             'security.firewall.map.context.customer' => '?',
  2161.             'security.firewall.map.context.dev' => '?',
  2162.         ]);
  2163.     }
  2164.     /**
  2165.      * Gets the private 'Customize\Converter\CustomerConverter' shared autowired service.
  2166.      *
  2167.      * @return \Customize\Converter\CustomerConverter
  2168.      */
  2169.     protected function getCustomerConverterService()
  2170.     {
  2171.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2172.         if (isset($this->privates['Customize\\Converter\\CustomerConverter'])) {
  2173.             return $this->privates['Customize\\Converter\\CustomerConverter'];
  2174.         }
  2175.         $b = ($this->privates['Customize\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2176.         if (isset($this->privates['Customize\\Converter\\CustomerConverter'])) {
  2177.             return $this->privates['Customize\\Converter\\CustomerConverter'];
  2178.         }
  2179.         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);
  2180.     }
  2181.     /**
  2182.      * Gets the private 'Customize\Converter\DynamicConverter' shared autowired service.
  2183.      *
  2184.      * @return \Customize\Converter\DynamicConverter
  2185.      */
  2186.     protected function getDynamicConverterService()
  2187.     {
  2188.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2189.         if (isset($this->privates['Customize\\Converter\\DynamicConverter'])) {
  2190.             return $this->privates['Customize\\Converter\\DynamicConverter'];
  2191.         }
  2192.         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());
  2193.     }
  2194.     /**
  2195.      * Gets the private 'Customize\Converter\OrderConverter' shared autowired service.
  2196.      *
  2197.      * @return \Customize\Converter\OrderConverter
  2198.      */
  2199.     protected function getOrderConverterService()
  2200.     {
  2201.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2202.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2203.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2204.         }
  2205.         $b = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2206.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2207.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2208.         }
  2209.         $c = ($this->privates['Customize\\Converter\\PaymentConverter'] ?? $this->getPaymentConverterService());
  2210.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2211.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2212.         }
  2213.         $d = ($this->privates['Customize\\Service\\AutoLoadService'] ?? $this->getAutoLoadServiceService());
  2214.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2215.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2216.         }
  2217.         $e = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2218.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2219.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2220.         }
  2221.         $f = ($this->privates['Customize\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2222.         if (isset($this->privates['Customize\\Converter\\OrderConverter'])) {
  2223.             return $this->privates['Customize\\Converter\\OrderConverter'];
  2224.         }
  2225.         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())));
  2226.     }
  2227.     /**
  2228.      * Gets the private 'Customize\Converter\PaymentConverter' shared autowired service.
  2229.      *
  2230.      * @return \Customize\Converter\PaymentConverter
  2231.      */
  2232.     protected function getPaymentConverterService()
  2233.     {
  2234.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2235.         if (isset($this->privates['Customize\\Converter\\PaymentConverter'])) {
  2236.             return $this->privates['Customize\\Converter\\PaymentConverter'];
  2237.         }
  2238.         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);
  2239.     }
  2240.     /**
  2241.      * Gets the private 'Customize\EventListener\FilterListener' shared autowired service.
  2242.      *
  2243.      * @return \Customize\EventListener\FilterListener
  2244.      */
  2245.     protected function getFilterListenerService()
  2246.     {
  2247.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2248.         if (isset($this->privates['Customize\\EventListener\\FilterListener'])) {
  2249.             return $this->privates['Customize\\EventListener\\FilterListener'];
  2250.         }
  2251.         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()));
  2252.     }
  2253.     /**
  2254.      * Gets the private 'Customize\EventListener\GoogleTrustedStoreEventListener' shared autowired service.
  2255.      *
  2256.      * @return \Customize\EventListener\GoogleTrustedStoreEventListener
  2257.      */
  2258.     protected function getGoogleTrustedStoreEventListenerService()
  2259.     {
  2260.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2261.         if (isset($this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'])) {
  2262.             return $this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'];
  2263.         }
  2264.         return $this->privates['Customize\\EventListener\\GoogleTrustedStoreEventListener'] = new \Customize\EventListener\GoogleTrustedStoreEventListener($a);
  2265.     }
  2266.     /**
  2267.      * Gets the private 'Customize\EventListener\KarteEventListener' shared autowired service.
  2268.      *
  2269.      * @return \Customize\EventListener\KarteEventListener
  2270.      */
  2271.     protected function getKarteEventListenerService()
  2272.     {
  2273.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2274.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2275.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2276.         }
  2277.         $b = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2278.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2279.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2280.         }
  2281.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2282.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2283.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2284.         }
  2285.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2286.         if (isset($this->privates['Customize\\EventListener\\KarteEventListener'])) {
  2287.             return $this->privates['Customize\\EventListener\\KarteEventListener'];
  2288.         }
  2289.         $e = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2290.         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()));
  2291.     }
  2292.     /**
  2293.      * Gets the private 'Customize\EventListener\LandingPageEventListener' shared autowired service.
  2294.      *
  2295.      * @return \Customize\EventListener\LandingPageEventListener
  2296.      */
  2297.     protected function getLandingPageEventListenerService()
  2298.     {
  2299.         return $this->privates['Customize\\EventListener\\LandingPageEventListener'] = new \Customize\EventListener\LandingPageEventListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Customize\\Service\\LandingPageService'] ?? $this->getLandingPageServiceService()));
  2300.     }
  2301.     /**
  2302.      * Gets the private 'Customize\EventListener\MobileTemplatePathListener' shared autowired service.
  2303.      *
  2304.      * @return \Customize\EventListener\MobileTemplatePathListener
  2305.      */
  2306.     protected function getMobileTemplatePathListenerService()
  2307.     {
  2308.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2309.         if (isset($this->privates['Customize\\EventListener\\MobileTemplatePathListener'])) {
  2310.             return $this->privates['Customize\\EventListener\\MobileTemplatePathListener'];
  2311.         }
  2312.         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))));
  2313.     }
  2314.     /**
  2315.      * Gets the private 'Customize\EventListener\RequestListener' shared autowired service.
  2316.      *
  2317.      * @return \Customize\EventListener\RequestListener
  2318.      */
  2319.     protected function getRequestListenerService()
  2320.     {
  2321.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2322.         if (isset($this->privates['Customize\\EventListener\\RequestListener'])) {
  2323.             return $this->privates['Customize\\EventListener\\RequestListener'];
  2324.         }
  2325.         return $this->privates['Customize\\EventListener\\RequestListener'] = new \Customize\EventListener\RequestListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2326.     }
  2327.     /**
  2328.      * Gets the private 'Customize\EventListener\ShoppingEventListener' shared autowired service.
  2329.      *
  2330.      * @return \Customize\EventListener\ShoppingEventListener
  2331.      */
  2332.     protected function getShoppingEventListenerService()
  2333.     {
  2334.         return $this->privates['Customize\\EventListener\\ShoppingEventListener'] = new \Customize\EventListener\ShoppingEventListener(($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService()));
  2335.     }
  2336.     /**
  2337.      * Gets the private 'Customize\EventListener\TwigInitializeListener' shared autowired service.
  2338.      *
  2339.      * @return \Customize\EventListener\TwigInitializeListener
  2340.      */
  2341.     protected function getTwigInitializeListenerService()
  2342.     {
  2343.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2344.         if (isset($this->privates['Customize\\EventListener\\TwigInitializeListener'])) {
  2345.             return $this->privates['Customize\\EventListener\\TwigInitializeListener'];
  2346.         }
  2347.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2348.         if (isset($this->privates['Customize\\EventListener\\TwigInitializeListener'])) {
  2349.             return $this->privates['Customize\\EventListener\\TwigInitializeListener'];
  2350.         }
  2351.         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);
  2352.     }
  2353.     /**
  2354.      * Gets the private 'Customize\Plugin\ZeusPayment42\ZeusPaymentEvent' shared autowired service.
  2355.      *
  2356.      * @return \Customize\Plugin\ZeusPayment42\ZeusPaymentEvent
  2357.      */
  2358.     protected function getZeusPaymentEventService()
  2359.     {
  2360.         $a = ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] ?? $this->getZeusPaymentService2Service());
  2361.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2362.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2363.         }
  2364.         $b = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2365.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2366.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2367.         }
  2368.         $c = ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelper2Service());
  2369.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2370.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2371.         }
  2372.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2373.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2374.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2375.         }
  2376.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2377.         if (isset($this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  2378.             return $this->privates['Customize\\Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  2379.         }
  2380.         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);
  2381.     }
  2382.     /**
  2383.      * Gets the private 'Customize\Service\AutoLoadService' shared autowired service.
  2384.      *
  2385.      * @return \Customize\Service\AutoLoadService
  2386.      */
  2387.     protected function getAutoLoadServiceService()
  2388.     {
  2389.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2390.         if (isset($this->privates['Customize\\Service\\AutoLoadService'])) {
  2391.             return $this->privates['Customize\\Service\\AutoLoadService'];
  2392.         }
  2393.         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);
  2394.     }
  2395.     /**
  2396.      * Gets the private 'Customize\Service\CartHelper' shared autowired service.
  2397.      *
  2398.      * @return \Customize\Service\CartHelper
  2399.      */
  2400.     protected function getCartHelperService()
  2401.     {
  2402.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2403.         if (isset($this->privates['Customize\\Service\\CartHelper'])) {
  2404.             return $this->privates['Customize\\Service\\CartHelper'];
  2405.         }
  2406.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2407.         if (isset($this->privates['Customize\\Service\\CartHelper'])) {
  2408.             return $this->privates['Customize\\Service\\CartHelper'];
  2409.         }
  2410.         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);
  2411.     }
  2412.     /**
  2413.      * Gets the private 'Customize\Service\CartService' shared autowired service.
  2414.      *
  2415.      * @return \Customize\Service\CartService
  2416.      */
  2417.     protected function getCartServiceService()
  2418.     {
  2419.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2420.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2421.             return $this->privates['Customize\\Service\\CartService'];
  2422.         }
  2423.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2424.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2425.             return $this->privates['Customize\\Service\\CartService'];
  2426.         }
  2427.         $c = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2428.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2429.             return $this->privates['Customize\\Service\\CartService'];
  2430.         }
  2431.         $d = ($this->privates['Customize\\Service\\OrderHelper'] ?? $this->getOrderHelperService());
  2432.         if (isset($this->privates['Customize\\Service\\CartService'])) {
  2433.             return $this->privates['Customize\\Service\\CartService'];
  2434.         }
  2435.         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);
  2436.     }
  2437.     /**
  2438.      * Gets the private 'Customize\Service\CatalogService' shared autowired service.
  2439.      *
  2440.      * @return \Customize\Service\CatalogService
  2441.      */
  2442.     protected function getCatalogServiceService()
  2443.     {
  2444.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2445.         if (isset($this->privates['Customize\\Service\\CatalogService'])) {
  2446.             return $this->privates['Customize\\Service\\CatalogService'];
  2447.         }
  2448.         $b = ($this->privates['Customize\\Service\\CustomerService'] ?? $this->getCustomerServiceService());
  2449.         if (isset($this->privates['Customize\\Service\\CatalogService'])) {
  2450.             return $this->privates['Customize\\Service\\CatalogService'];
  2451.         }
  2452.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2453.         if (isset($this->privates['Customize\\Service\\CatalogService'])) {
  2454.             return $this->privates['Customize\\Service\\CatalogService'];
  2455.         }
  2456.         return $this->privates['Customize\\Service\\CatalogService'] = new \Customize\Service\CatalogService($a$b$c);
  2457.     }
  2458.     /**
  2459.      * Gets the private 'Customize\Service\CommonService' shared autowired service.
  2460.      *
  2461.      * @return \Customize\Service\CommonService
  2462.      */
  2463.     protected function getCommonServiceService()
  2464.     {
  2465.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2466.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2467.             return $this->privates['Customize\\Service\\CommonService'];
  2468.         }
  2469.         $b = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2470.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2471.             return $this->privates['Customize\\Service\\CommonService'];
  2472.         }
  2473.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2474.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2475.             return $this->privates['Customize\\Service\\CommonService'];
  2476.         }
  2477.         $d = ($this->privates['Customize\\Service\\OrderHelper'] ?? $this->getOrderHelperService());
  2478.         if (isset($this->privates['Customize\\Service\\CommonService'])) {
  2479.             return $this->privates['Customize\\Service\\CommonService'];
  2480.         }
  2481.         $e = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2482.         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()));
  2483.     }
  2484.     /**
  2485.      * Gets the private 'Customize\Service\CustomerService' shared autowired service.
  2486.      *
  2487.      * @return \Customize\Service\CustomerService
  2488.      */
  2489.     protected function getCustomerServiceService()
  2490.     {
  2491.         $a = ($this->privates['Eccube\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService());
  2492.         if (isset($this->privates['Customize\\Service\\CustomerService'])) {
  2493.             return $this->privates['Customize\\Service\\CustomerService'];
  2494.         }
  2495.         $b = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2496.         if (isset($this->privates['Customize\\Service\\CustomerService'])) {
  2497.             return $this->privates['Customize\\Service\\CustomerService'];
  2498.         }
  2499.         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')));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'Customize\Service\EstimateCharacterizer' shared autowired service.
  2503.      *
  2504.      * @return \Customize\Service\EstimateCharacterizer
  2505.      */
  2506.     protected function getEstimateCharacterizerService()
  2507.     {
  2508.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2509.         if (isset($this->privates['Customize\\Service\\EstimateCharacterizer'])) {
  2510.             return $this->privates['Customize\\Service\\EstimateCharacterizer'];
  2511.         }
  2512.         $b = ($this->privates['Customize\\Service\\TaxRuleService'] ?? $this->getTaxRuleService2Service());
  2513.         if (isset($this->privates['Customize\\Service\\EstimateCharacterizer'])) {
  2514.             return $this->privates['Customize\\Service\\EstimateCharacterizer'];
  2515.         }
  2516.         $c = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2517.         if (isset($this->privates['Customize\\Service\\EstimateCharacterizer'])) {
  2518.             return $this->privates['Customize\\Service\\EstimateCharacterizer'];
  2519.         }
  2520.         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);
  2521.     }
  2522.     /**
  2523.      * Gets the private 'Customize\Service\EstimateService' shared autowired service.
  2524.      *
  2525.      * @return \Customize\Service\EstimateService
  2526.      */
  2527.     protected function getEstimateServiceService()
  2528.     {
  2529.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2530.         if (isset($this->privates['Customize\\Service\\EstimateService'])) {
  2531.             return $this->privates['Customize\\Service\\EstimateService'];
  2532.         }
  2533.         $b = ($this->privates['Customize\\Service\\MailService'] ?? $this->getMailService2Service());
  2534.         if (isset($this->privates['Customize\\Service\\EstimateService'])) {
  2535.             return $this->privates['Customize\\Service\\EstimateService'];
  2536.         }
  2537.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2538.         if (isset($this->privates['Customize\\Service\\EstimateService'])) {
  2539.             return $this->privates['Customize\\Service\\EstimateService'];
  2540.         }
  2541.         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);
  2542.     }
  2543.     /**
  2544.      * Gets the private 'Customize\Service\FavoriteService' shared autowired service.
  2545.      *
  2546.      * @return \Customize\Service\FavoriteService
  2547.      */
  2548.     protected function getFavoriteServiceService()
  2549.     {
  2550.         return $this->privates['Customize\\Service\\FavoriteService'] = new \Customize\Service\FavoriteService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2551.     }
  2552.     /**
  2553.      * Gets the private 'Customize\Service\GoodsPriceService' shared autowired service.
  2554.      *
  2555.      * @return \Customize\Service\GoodsPriceService
  2556.      */
  2557.     protected function getGoodsPriceServiceService()
  2558.     {
  2559.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2560.         if (isset($this->privates['Customize\\Service\\GoodsPriceService'])) {
  2561.             return $this->privates['Customize\\Service\\GoodsPriceService'];
  2562.         }
  2563.         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);
  2564.     }
  2565.     /**
  2566.      * Gets the private 'Customize\Service\GoodsService' shared autowired service.
  2567.      *
  2568.      * @return \Customize\Service\GoodsService
  2569.      */
  2570.     protected function getGoodsServiceService()
  2571.     {
  2572.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2573.         if (isset($this->privates['Customize\\Service\\GoodsService'])) {
  2574.             return $this->privates['Customize\\Service\\GoodsService'];
  2575.         }
  2576.         $b = ($this->privates['Customize\\Converter\\DynamicConverter'] ?? $this->getDynamicConverterService());
  2577.         if (isset($this->privates['Customize\\Service\\GoodsService'])) {
  2578.             return $this->privates['Customize\\Service\\GoodsService'];
  2579.         }
  2580.         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);
  2581.     }
  2582.     /**
  2583.      * Gets the private 'Customize\Service\LandingPageService' shared autowired service.
  2584.      *
  2585.      * @return \Customize\Service\LandingPageService
  2586.      */
  2587.     protected function getLandingPageServiceService()
  2588.     {
  2589.         return $this->privates['Customize\\Service\\LandingPageService'] = new \Customize\Service\LandingPageService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2590.     }
  2591.     /**
  2592.      * Gets the private 'Customize\Service\LmDeliveryFee' shared autowired service.
  2593.      *
  2594.      * @return \Customize\Service\LmDeliveryFee
  2595.      */
  2596.     protected function getLmDeliveryFeeService()
  2597.     {
  2598.         $a = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2599.         if (isset($this->privates['Customize\\Service\\LmDeliveryFee'])) {
  2600.             return $this->privates['Customize\\Service\\LmDeliveryFee'];
  2601.         }
  2602.         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()));
  2603.     }
  2604.     /**
  2605.      * Gets the private 'Customize\Service\LmHelper' shared autowired service.
  2606.      *
  2607.      * @return \Customize\Service\LmHelper
  2608.      */
  2609.     protected function getLmHelperService()
  2610.     {
  2611.         $a = ($this->privates['Customize\\Service\\CartHelper'] ?? $this->getCartHelperService());
  2612.         if (isset($this->privates['Customize\\Service\\LmHelper'])) {
  2613.             return $this->privates['Customize\\Service\\LmHelper'];
  2614.         }
  2615.         $b = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2616.         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())));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'Customize\Service\MailService' shared autowired service.
  2620.      *
  2621.      * @return \Customize\Service\MailService
  2622.      */
  2623.     protected function getMailService2Service()
  2624.     {
  2625.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2626.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2627.             return $this->privates['Customize\\Service\\MailService'];
  2628.         }
  2629.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2630.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2631.             return $this->privates['Customize\\Service\\MailService'];
  2632.         }
  2633.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2634.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2635.             return $this->privates['Customize\\Service\\MailService'];
  2636.         }
  2637.         $d = ($this->privates['Customize\\Service\\OrderService'] ?? $this->getOrderServiceService());
  2638.         if (isset($this->privates['Customize\\Service\\MailService'])) {
  2639.             return $this->privates['Customize\\Service\\MailService'];
  2640.         }
  2641.         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()))));
  2642.     }
  2643.     /**
  2644.      * Gets the private 'Customize\Service\OrderHelper' shared autowired service.
  2645.      *
  2646.      * @return \Customize\Service\OrderHelper
  2647.      */
  2648.     protected function getOrderHelperService()
  2649.     {
  2650.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2651.         if (isset($this->privates['Customize\\Service\\OrderHelper'])) {
  2652.             return $this->privates['Customize\\Service\\OrderHelper'];
  2653.         }
  2654.         $b = ($this->privates['Customize\\Service\\LmDeliveryFee'] ?? $this->getLmDeliveryFeeService());
  2655.         if (isset($this->privates['Customize\\Service\\OrderHelper'])) {
  2656.             return $this->privates['Customize\\Service\\OrderHelper'];
  2657.         }
  2658.         $c = ($this->privates['Customize\\Service\\TaxRuleService'] ?? $this->getTaxRuleService2Service());
  2659.         if (isset($this->privates['Customize\\Service\\OrderHelper'])) {
  2660.             return $this->privates['Customize\\Service\\OrderHelper'];
  2661.         }
  2662.         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()));
  2663.     }
  2664.     /**
  2665.      * Gets the private 'Customize\Service\OrderService' shared autowired service.
  2666.      *
  2667.      * @return \Customize\Service\OrderService
  2668.      */
  2669.     protected function getOrderServiceService()
  2670.     {
  2671.         $a = ($this->privates['Eccube\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService());
  2672.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2673.             return $this->privates['Customize\\Service\\OrderService'];
  2674.         }
  2675.         $b = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2676.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2677.             return $this->privates['Customize\\Service\\OrderService'];
  2678.         }
  2679.         $c = ($this->privates['Customize\\Service\\LmHelper'] ?? $this->getLmHelperService());
  2680.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2681.             return $this->privates['Customize\\Service\\OrderService'];
  2682.         }
  2683.         $d = ($this->privates['Customize\\Converter\\CustomerConverter'] ?? $this->getCustomerConverterService());
  2684.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2685.             return $this->privates['Customize\\Service\\OrderService'];
  2686.         }
  2687.         $e = ($this->privates['Customize\\Converter\\OrderConverter'] ?? $this->getOrderConverterService());
  2688.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2689.             return $this->privates['Customize\\Service\\OrderService'];
  2690.         }
  2691.         $f = ($this->privates['Customize\\Service\\CartHelper'] ?? $this->getCartHelperService());
  2692.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2693.             return $this->privates['Customize\\Service\\OrderService'];
  2694.         }
  2695.         $g = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2696.         if (isset($this->privates['Customize\\Service\\OrderService'])) {
  2697.             return $this->privates['Customize\\Service\\OrderService'];
  2698.         }
  2699.         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);
  2700.     }
  2701.     /**
  2702.      * Gets the private 'Customize\Service\PurchaseFlow\Processor\PaymentChargePreprocessor' shared autowired service.
  2703.      *
  2704.      * @return \Customize\Service\PurchaseFlow\Processor\PaymentChargePreprocessor
  2705.      */
  2706.     protected function getPaymentChargePreprocessorService()
  2707.     {
  2708.         $a = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2709.         if (isset($this->privates['Customize\\Service\\PurchaseFlow\\Processor\\PaymentChargePreprocessor'])) {
  2710.             return $this->privates['Customize\\Service\\PurchaseFlow\\Processor\\PaymentChargePreprocessor'];
  2711.         }
  2712.         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()));
  2713.     }
  2714.     /**
  2715.      * Gets the private 'Customize\Service\RecentGoodsService' shared autowired service.
  2716.      *
  2717.      * @return \Customize\Service\RecentGoodsService
  2718.      */
  2719.     protected function getRecentGoodsServiceService()
  2720.     {
  2721.         return $this->privates['Customize\\Service\\RecentGoodsService'] = new \Customize\Service\RecentGoodsService(($this->privates['Customize\\Converter\\DynamicConverter'] ?? $this->getDynamicConverterService()));
  2722.     }
  2723.     /**
  2724.      * Gets the private 'Customize\Service\SampleService' shared autowired service.
  2725.      *
  2726.      * @return \Customize\Service\SampleService
  2727.      */
  2728.     protected function getSampleServiceService()
  2729.     {
  2730.         $a = ($this->privates['Customize\\Service\\CommonService'] ?? $this->getCommonServiceService());
  2731.         if (isset($this->privates['Customize\\Service\\SampleService'])) {
  2732.             return $this->privates['Customize\\Service\\SampleService'];
  2733.         }
  2734.         $b = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  2735.         if (isset($this->privates['Customize\\Service\\SampleService'])) {
  2736.             return $this->privates['Customize\\Service\\SampleService'];
  2737.         }
  2738.         $c = ($this->privates['Customize\\Service\\GoodsService'] ?? $this->getGoodsServiceService());
  2739.         if (isset($this->privates['Customize\\Service\\SampleService'])) {
  2740.             return $this->privates['Customize\\Service\\SampleService'];
  2741.         }
  2742.         return $this->privates['Customize\\Service\\SampleService'] = new \Customize\Service\SampleService($a$b$c);
  2743.     }
  2744.     /**
  2745.      * Gets the private 'Customize\Service\TaxRuleService' shared autowired service.
  2746.      *
  2747.      * @return \Customize\Service\TaxRuleService
  2748.      */
  2749.     protected function getTaxRuleService2Service()
  2750.     {
  2751.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2752.         if (isset($this->privates['Customize\\Service\\TaxRuleService'])) {
  2753.             return $this->privates['Customize\\Service\\TaxRuleService'];
  2754.         }
  2755.         return $this->privates['Customize\\Service\\TaxRuleService'] = new \Customize\Service\TaxRuleService($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  2756.     }
  2757.     /**
  2758.      * Gets the private 'Customize\Service\YamlService' shared autowired service.
  2759.      *
  2760.      * @return \Customize\Service\YamlService
  2761.      */
  2762.     protected function getYamlServiceService()
  2763.     {
  2764.         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))));
  2765.     }
  2766.     /**
  2767.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2768.      *
  2769.      * @return \Eccube\DataCollector\EccubeDataCollector
  2770.      */
  2771.     protected function getEccubeDataCollectorService()
  2772.     {
  2773.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2774.     }
  2775.     /**
  2776.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2777.      *
  2778.      * @return \Eccube\EventListener\IpAddrListener
  2779.      */
  2780.     protected function getIpAddrListenerService()
  2781.     {
  2782.         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()));
  2783.     }
  2784.     /**
  2785.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2786.      *
  2787.      * @return \Eccube\EventListener\LogListener
  2788.      */
  2789.     protected function getLogListenerService()
  2790.     {
  2791.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2792.     }
  2793.     /**
  2794.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2795.      *
  2796.      * @return \Eccube\EventListener\MaintenanceListener
  2797.      */
  2798.     protected function getMaintenanceListenerService()
  2799.     {
  2800.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2801.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2802.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2803.         }
  2804.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2805.     }
  2806.     /**
  2807.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2808.      *
  2809.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2810.      */
  2811.     protected function getMobileTemplatePathListener2Service()
  2812.     {
  2813.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2814.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2815.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2816.         }
  2817.         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))));
  2818.     }
  2819.     /**
  2820.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2821.      *
  2822.      * @return \Eccube\EventListener\RateLimiterListener
  2823.      */
  2824.     protected function getRateLimiterListenerService()
  2825.     {
  2826.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2827.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2828.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2829.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2830.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2831.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2832.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2833.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2834.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2835.         ], [
  2836.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2837.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2838.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2839.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2840.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2841.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2842.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2843.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2844.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2845.     }
  2846.     /**
  2847.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2848.      *
  2849.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2850.      */
  2851.     protected function getRestrictFileUploadListenerService()
  2852.     {
  2853.         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()));
  2854.     }
  2855.     /**
  2856.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2857.      *
  2858.      * @return \Eccube\EventListener\TransactionListener
  2859.      */
  2860.     protected function getTransactionListenerService()
  2861.     {
  2862.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2863.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2864.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2865.         }
  2866.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2867.     }
  2868.     /**
  2869.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2870.      *
  2871.      * @return \Eccube\EventListener\TwigInitializeListener
  2872.      */
  2873.     protected function getTwigInitializeListener2Service()
  2874.     {
  2875.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2876.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2877.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2878.         }
  2879.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2880.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2881.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2882.         }
  2883.         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);
  2884.     }
  2885.     /**
  2886.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2887.      *
  2888.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2889.      */
  2890.     protected function getTwoFactorAuthListenerService()
  2891.     {
  2892.         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()));
  2893.     }
  2894.     /**
  2895.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2896.      *
  2897.      * @return \Eccube\Log\Processor\SessionProcessor
  2898.      */
  2899.     protected function getSessionProcessorService()
  2900.     {
  2901.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2902.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2903.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2904.         }
  2905.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2906.     }
  2907.     /**
  2908.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2909.      *
  2910.      * @return \Eccube\Log\Processor\TokenProcessor
  2911.      */
  2912.     protected function getTokenProcessorService()
  2913.     {
  2914.         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()));
  2915.     }
  2916.     /**
  2917.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2918.      *
  2919.      * @return \Eccube\Repository\AuthorityRoleRepository
  2920.      */
  2921.     protected function getAuthorityRoleRepositoryService()
  2922.     {
  2923.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2924.     }
  2925.     /**
  2926.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2927.      *
  2928.      * @return \Eccube\Repository\BaseInfoRepository
  2929.      */
  2930.     protected function getBaseInfoRepositoryService()
  2931.     {
  2932.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2933.     }
  2934.     /**
  2935.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2936.      *
  2937.      * @return \Eccube\Repository\BlockPositionRepository
  2938.      */
  2939.     protected function getBlockPositionRepositoryService()
  2940.     {
  2941.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2942.     }
  2943.     /**
  2944.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2945.      *
  2946.      * @return \Eccube\Repository\BlockRepository
  2947.      */
  2948.     protected function getBlockRepositoryService()
  2949.     {
  2950.         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))));
  2951.     }
  2952.     /**
  2953.      * Gets the private 'Eccube\Repository\CartItemRepository' shared autowired service.
  2954.      *
  2955.      * @return \Eccube\Repository\CartItemRepository
  2956.      */
  2957.     protected function getCartItemRepositoryService()
  2958.     {
  2959.         return $this->privates['Eccube\\Repository\\CartItemRepository'] = new \Eccube\Repository\CartItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2960.     }
  2961.     /**
  2962.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2963.      *
  2964.      * @return \Eccube\Repository\CartRepository
  2965.      */
  2966.     protected function getCartRepositoryService()
  2967.     {
  2968.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'Eccube\Repository\ClassCategoryRepository' shared autowired service.
  2972.      *
  2973.      * @return \Eccube\Repository\ClassCategoryRepository
  2974.      */
  2975.     protected function getClassCategoryRepositoryService()
  2976.     {
  2977.         return $this->privates['Eccube\\Repository\\ClassCategoryRepository'] = new \Eccube\Repository\ClassCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2978.     }
  2979.     /**
  2980.      * Gets the private 'Eccube\Repository\CustomerRepository' shared autowired service.
  2981.      *
  2982.      * @return \Eccube\Repository\CustomerRepository
  2983.      */
  2984.     protected function getCustomerRepositoryService()
  2985.     {
  2986.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2987.         if (isset($this->privates['Eccube\\Repository\\CustomerRepository'])) {
  2988.             return $this->privates['Eccube\\Repository\\CustomerRepository'];
  2989.         }
  2990.         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))));
  2991.     }
  2992.     /**
  2993.      * Gets the private 'Eccube\Repository\DeliveryFeeRepository' shared autowired service.
  2994.      *
  2995.      * @return \Eccube\Repository\DeliveryFeeRepository
  2996.      */
  2997.     protected function getDeliveryFeeRepositoryService()
  2998.     {
  2999.         return $this->privates['Eccube\\Repository\\DeliveryFeeRepository'] = new \Eccube\Repository\DeliveryFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3000.     }
  3001.     /**
  3002.      * Gets the private 'Eccube\Repository\DeliveryRepository' shared autowired service.
  3003.      *
  3004.      * @return \Eccube\Repository\DeliveryRepository
  3005.      */
  3006.     protected function getDeliveryRepositoryService()
  3007.     {
  3008.         return $this->privates['Eccube\\Repository\\DeliveryRepository'] = new \Eccube\Repository\DeliveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3009.     }
  3010.     /**
  3011.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  3012.      *
  3013.      * @return \Eccube\Repository\LayoutRepository
  3014.      */
  3015.     protected function getLayoutRepositoryService()
  3016.     {
  3017.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3018.     }
  3019.     /**
  3020.      * Gets the private 'Eccube\Repository\MailHistoryRepository' shared autowired service.
  3021.      *
  3022.      * @return \Eccube\Repository\MailHistoryRepository
  3023.      */
  3024.     protected function getMailHistoryRepositoryService()
  3025.     {
  3026.         return $this->privates['Eccube\\Repository\\MailHistoryRepository'] = new \Eccube\Repository\MailHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3027.     }
  3028.     /**
  3029.      * Gets the private 'Eccube\Repository\MailTemplateRepository' shared autowired service.
  3030.      *
  3031.      * @return \Eccube\Repository\MailTemplateRepository
  3032.      */
  3033.     protected function getMailTemplateRepositoryService()
  3034.     {
  3035.         return $this->privates['Eccube\\Repository\\MailTemplateRepository'] = new \Eccube\Repository\MailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  3039.      *
  3040.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  3041.      */
  3042.     protected function getDeviceTypeRepositoryService()
  3043.     {
  3044.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3045.     }
  3046.     /**
  3047.      * Gets the private 'Eccube\Repository\Master\JobRepository' shared autowired service.
  3048.      *
  3049.      * @return \Eccube\Repository\Master\JobRepository
  3050.      */
  3051.     protected function getJobRepositoryService()
  3052.     {
  3053.         return $this->privates['Eccube\\Repository\\Master\\JobRepository'] = new \Eccube\Repository\Master\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3054.     }
  3055.     /**
  3056.      * Gets the private 'Eccube\Repository\Master\OrderItemTypeRepository' shared autowired service.
  3057.      *
  3058.      * @return \Eccube\Repository\Master\OrderItemTypeRepository
  3059.      */
  3060.     protected function getOrderItemTypeRepositoryService()
  3061.     {
  3062.         return $this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] = new \Eccube\Repository\Master\OrderItemTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'Eccube\Repository\Master\OrderStatusRepository' shared autowired service.
  3066.      *
  3067.      * @return \Eccube\Repository\Master\OrderStatusRepository
  3068.      */
  3069.     protected function getOrderStatusRepositoryService()
  3070.     {
  3071.         return $this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] = new \Eccube\Repository\Master\OrderStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3072.     }
  3073.     /**
  3074.      * Gets the private 'Eccube\Repository\Master\PrefRepository' shared autowired service.
  3075.      *
  3076.      * @return \Eccube\Repository\Master\PrefRepository
  3077.      */
  3078.     protected function getPrefRepositoryService()
  3079.     {
  3080.         return $this->privates['Eccube\\Repository\\Master\\PrefRepository'] = new \Eccube\Repository\Master\PrefRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3081.     }
  3082.     /**
  3083.      * Gets the private 'Eccube\Repository\Master\TaxDisplayTypeRepository' shared autowired service.
  3084.      *
  3085.      * @return \Eccube\Repository\Master\TaxDisplayTypeRepository
  3086.      */
  3087.     protected function getTaxDisplayTypeRepositoryService()
  3088.     {
  3089.         return $this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] = new \Eccube\Repository\Master\TaxDisplayTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'Eccube\Repository\Master\TaxTypeRepository' shared autowired service.
  3093.      *
  3094.      * @return \Eccube\Repository\Master\TaxTypeRepository
  3095.      */
  3096.     protected function getTaxTypeRepositoryService()
  3097.     {
  3098.         return $this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] = new \Eccube\Repository\Master\TaxTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3099.     }
  3100.     /**
  3101.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  3102.      *
  3103.      * @return \Eccube\Repository\OrderRepository
  3104.      */
  3105.     protected function getOrderRepositoryService()
  3106.     {
  3107.         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())));
  3108.     }
  3109.     /**
  3110.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  3111.      *
  3112.      * @return \Eccube\Repository\PageLayoutRepository
  3113.      */
  3114.     protected function getPageLayoutRepositoryService()
  3115.     {
  3116.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3117.     }
  3118.     /**
  3119.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  3120.      *
  3121.      * @return \Eccube\Repository\PageRepository
  3122.      */
  3123.     protected function getPageRepositoryService()
  3124.     {
  3125.         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);
  3126.     }
  3127.     /**
  3128.      * Gets the private 'Eccube\Repository\PaymentRepository' shared autowired service.
  3129.      *
  3130.      * @return \Eccube\Repository\PaymentRepository
  3131.      */
  3132.     protected function getPaymentRepositoryService()
  3133.     {
  3134.         return $this->privates['Eccube\\Repository\\PaymentRepository'] = new \Eccube\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3135.     }
  3136.     /**
  3137.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  3138.      *
  3139.      * @return \Eccube\Repository\ProductClassRepository
  3140.      */
  3141.     protected function getProductClassRepositoryService()
  3142.     {
  3143.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3144.     }
  3145.     /**
  3146.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  3147.      *
  3148.      * @return \Eccube\Repository\ProductRepository
  3149.      */
  3150.     protected function getProductRepositoryService()
  3151.     {
  3152.         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))));
  3153.     }
  3154.     /**
  3155.      * Gets the private 'Eccube\Repository\ProductStockRepository' shared autowired service.
  3156.      *
  3157.      * @return \Eccube\Repository\ProductStockRepository
  3158.      */
  3159.     protected function getProductStockRepositoryService()
  3160.     {
  3161.         return $this->privates['Eccube\\Repository\\ProductStockRepository'] = new \Eccube\Repository\ProductStockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3162.     }
  3163.     /**
  3164.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  3165.      *
  3166.      * @return \Eccube\Repository\TaxRuleRepository
  3167.      */
  3168.     protected function getTaxRuleRepositoryService($lazyLoad true)
  3169.     {
  3170.         if ($lazyLoad) {
  3171.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  3172.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3173.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  3174.                     $proxy->setProxyInitializer(null);
  3175.                     return true;
  3176.                 });
  3177.             });
  3178.         }
  3179.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  3180.         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))));
  3181.     }
  3182.     /**
  3183.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  3184.      *
  3185.      * @return \Eccube\Request\Context
  3186.      */
  3187.     protected function getContextService()
  3188.     {
  3189.         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()));
  3190.     }
  3191.     /**
  3192.      * Gets the private 'Eccube\Service\MailService' shared autowired service.
  3193.      *
  3194.      * @return \Eccube\Service\MailService
  3195.      */
  3196.     protected function getMailServiceService()
  3197.     {
  3198.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3199.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  3200.             return $this->privates['Eccube\\Service\\MailService'];
  3201.         }
  3202.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3203.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  3204.             return $this->privates['Eccube\\Service\\MailService'];
  3205.         }
  3206.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3207.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  3208.             return $this->privates['Eccube\\Service\\MailService'];
  3209.         }
  3210.         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);
  3211.     }
  3212.     /**
  3213.      * Gets the private 'Eccube\Service\OrderHelper' shared autowired service.
  3214.      *
  3215.      * @return \Eccube\Service\OrderHelper
  3216.      */
  3217.     protected function getOrderHelper2Service()
  3218.     {
  3219.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3220.         if (isset($this->privates['Eccube\\Service\\OrderHelper'])) {
  3221.             return $this->privates['Eccube\\Service\\OrderHelper'];
  3222.         }
  3223.         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()));
  3224.     }
  3225.     /**
  3226.      * Gets the private 'Eccube\Service\OrderStateMachine' shared autowired service.
  3227.      *
  3228.      * @return \Eccube\Service\OrderStateMachine
  3229.      */
  3230.     protected function getOrderStateMachineService()
  3231.     {
  3232.         $a = ($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService());
  3233.         if (isset($this->privates['Eccube\\Service\\OrderStateMachine'])) {
  3234.             return $this->privates['Eccube\\Service\\OrderStateMachine'];
  3235.         }
  3236.         $b = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService());
  3237.         if (isset($this->privates['Eccube\\Service\\OrderStateMachine'])) {
  3238.             return $this->privates['Eccube\\Service\\OrderStateMachine'];
  3239.         }
  3240.         $c = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService());
  3241.         if (isset($this->privates['Eccube\\Service\\OrderStateMachine'])) {
  3242.             return $this->privates['Eccube\\Service\\OrderStateMachine'];
  3243.         }
  3244.         return $this->privates['Eccube\\Service\\OrderStateMachine'] = new \Eccube\Service\OrderStateMachine($a, ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), $b$c);
  3245.     }
  3246.     /**
  3247.      * Gets the private 'Eccube\Service\PointHelper' shared autowired service.
  3248.      *
  3249.      * @return \Eccube\Service\PointHelper
  3250.      */
  3251.     protected function getPointHelperService()
  3252.     {
  3253.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3254.         if (isset($this->privates['Eccube\\Service\\PointHelper'])) {
  3255.             return $this->privates['Eccube\\Service\\PointHelper'];
  3256.         }
  3257.         return $this->privates['Eccube\\Service\\PointHelper'] = new \Eccube\Service\PointHelper(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $a);
  3258.     }
  3259.     /**
  3260.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\AddPointProcessor' shared autowired service.
  3261.      *
  3262.      * @return \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor
  3263.      */
  3264.     protected function getAddPointProcessorService()
  3265.     {
  3266.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  3267.     }
  3268.     /**
  3269.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator' shared autowired service.
  3270.      *
  3271.      * @return \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator
  3272.      */
  3273.     protected function getDeliverySettingValidatorService()
  3274.     {
  3275.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] = new \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()));
  3276.     }
  3277.     /**
  3278.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator' shared autowired service.
  3279.      *
  3280.      * @return \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator
  3281.      */
  3282.     protected function getEmptyItemsValidatorService()
  3283.     {
  3284.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3285.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'])) {
  3286.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'];
  3287.         }
  3288.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] = new \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator($a);
  3289.     }
  3290.     /**
  3291.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor' shared autowired service.
  3292.      *
  3293.      * @return \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor
  3294.      */
  3295.     protected function getOrderNoProcessorService()
  3296.     {
  3297.         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()));
  3298.     }
  3299.     /**
  3300.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator' shared autowired service.
  3301.      *
  3302.      * @return \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator
  3303.      */
  3304.     protected function getPaymentTotalLimitValidatorService()
  3305.     {
  3306.         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))));
  3307.     }
  3308.     /**
  3309.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PointProcessor' shared autowired service.
  3310.      *
  3311.      * @return \Eccube\Service\PurchaseFlow\Processor\PointProcessor
  3312.      */
  3313.     protected function getPointProcessorService()
  3314.     {
  3315.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3316.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'])) {
  3317.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'];
  3318.         }
  3319.         $b = ($this->privates['Eccube\\Service\\PointHelper'] ?? $this->getPointHelperService());
  3320.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'])) {
  3321.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'];
  3322.         }
  3323.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\PointProcessor($a$b);
  3324.     }
  3325.     /**
  3326.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor' shared autowired service.
  3327.      *
  3328.      * @return \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor
  3329.      */
  3330.     protected function getStockReduceProcessorService()
  3331.     {
  3332.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3333.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'])) {
  3334.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'];
  3335.         }
  3336.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor(($this->privates['Eccube\\Repository\\ProductStockRepository'] ?? $this->getProductStockRepositoryService()), $a);
  3337.     }
  3338.     /**
  3339.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\TaxProcessor' shared autowired service.
  3340.      *
  3341.      * @return \Eccube\Service\PurchaseFlow\Processor\TaxProcessor
  3342.      */
  3343.     protected function getTaxProcessorService()
  3344.     {
  3345.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3346.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3347.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3348.         }
  3349.         $b = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  3350.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3351.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3352.         }
  3353.         $c = ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService());
  3354.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3355.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3356.         }
  3357.         $d = ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelper2Service());
  3358.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'])) {
  3359.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'];
  3360.         }
  3361.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\TaxProcessor($a$b$c$d);
  3362.     }
  3363.     /**
  3364.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  3365.      *
  3366.      * @return \Eccube\Service\TwoFactorAuthService
  3367.      */
  3368.     protected function getTwoFactorAuthServiceService()
  3369.     {
  3370.         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())));
  3371.     }
  3372.     /**
  3373.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  3374.      *
  3375.      * @return \Eccube\Twig\Extension\EccubeExtension
  3376.      */
  3377.     protected function getEccubeExtensionService()
  3378.     {
  3379.         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()));
  3380.     }
  3381.     /**
  3382.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  3383.      *
  3384.      * @return \Eccube\Twig\Extension\TaxExtension
  3385.      */
  3386.     protected function getTaxExtensionService()
  3387.     {
  3388.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  3389.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  3390.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  3391.         }
  3392.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  3393.     }
  3394.     /**
  3395.      * Gets the private 'Plugin\ZeusPayment42\Repository\ConfigRepository' shared autowired service.
  3396.      *
  3397.      * @return \Plugin\ZeusPayment42\Repository\ConfigRepository
  3398.      */
  3399.     protected function getConfigRepository2Service()
  3400.     {
  3401.         return $this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] = new \Plugin\ZeusPayment42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3402.     }
  3403.     /**
  3404.      * Gets the private 'Plugin\ZeusPayment42\Service\ZeusPaymentService' shared autowired service.
  3405.      *
  3406.      * @return \Plugin\ZeusPayment42\Service\ZeusPaymentService
  3407.      */
  3408.     protected function getZeusPaymentService2Service()
  3409.     {
  3410.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3411.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3412.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3413.         }
  3414.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3415.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3416.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3417.         }
  3418.         $c = ($this->privates['Eccube\\Service\\MailService'] ?? $this->getMailServiceService());
  3419.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3420.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3421.         }
  3422.         $d = ($this->privates['eccube.purchase.flow.shopping'] ?? $this->getEccube_Purchase_Flow_ShoppingService());
  3423.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3424.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3425.         }
  3426.         $e = ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  3427.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3428.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3429.         }
  3430.         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);
  3431.     }
  3432.     /**
  3433.      * Gets the private 'Plugin\ZeusPayment42\ZeusPaymentEvent' shared autowired service.
  3434.      *
  3435.      * @return \Plugin\ZeusPayment42\ZeusPaymentEvent
  3436.      */
  3437.     protected function getZeusPaymentEvent2Service()
  3438.     {
  3439.         $a = ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] ?? $this->getZeusPaymentService2Service());
  3440.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3441.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3442.         }
  3443.         $b = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  3444.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3445.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3446.         }
  3447.         $c = ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelper2Service());
  3448.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3449.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3450.         }
  3451.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3452.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3453.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3454.         }
  3455.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3456.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3457.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3458.         }
  3459.         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);
  3460.     }
  3461.     /**
  3462.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  3463.      *
  3464.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  3465.      */
  3466.     protected function getWebProcessorService()
  3467.     {
  3468.         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']);
  3469.     }
  3470.     /**
  3471.      * Gets the private 'annotations.cache_adapter' shared service.
  3472.      *
  3473.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3474.      */
  3475.     protected function getAnnotations_CacheAdapterService()
  3476.     {
  3477.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3478.     }
  3479.     /**
  3480.      * Gets the private 'annotations.cached_reader' shared service.
  3481.      *
  3482.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3483.      */
  3484.     protected function getAnnotations_CachedReaderService()
  3485.     {
  3486.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3487.     }
  3488.     /**
  3489.      * Gets the private 'annotations.reader' shared service.
  3490.      *
  3491.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3492.      */
  3493.     protected function getAnnotations_ReaderService()
  3494.     {
  3495.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3496.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3497.         $a->registerUniqueLoader('class_exists');
  3498.         $instance->addGlobalIgnoredName('required'$a);
  3499.         return $instance;
  3500.     }
  3501.     /**
  3502.      * Gets the private 'assets.context' shared service.
  3503.      *
  3504.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3505.      */
  3506.     protected function getAssets_ContextService()
  3507.     {
  3508.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3509.         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());
  3510.     }
  3511.     /**
  3512.      * Gets the private 'cache.annotations' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3515.      */
  3516.     protected function getCache_AnnotationsService()
  3517.     {
  3518.         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())));
  3519.     }
  3520.     /**
  3521.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3522.      *
  3523.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3524.      */
  3525.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3526.     {
  3527.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3528.     }
  3529.     /**
  3530.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3533.      */
  3534.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3535.     {
  3536.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3537.     }
  3538.     /**
  3539.      * Gets the private 'cache.property_info' shared service.
  3540.      *
  3541.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3542.      */
  3543.     protected function getCache_PropertyInfoService()
  3544.     {
  3545.         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())));
  3546.     }
  3547.     /**
  3548.      * Gets the private 'cache.security_expression_language' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3551.      */
  3552.     protected function getCache_SecurityExpressionLanguageService()
  3553.     {
  3554.         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())));
  3555.     }
  3556.     /**
  3557.      * Gets the private 'cache.security_token_verifier' shared service.
  3558.      *
  3559.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3560.      */
  3561.     protected function getCache_SecurityTokenVerifierService()
  3562.     {
  3563.         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())));
  3564.     }
  3565.     /**
  3566.      * Gets the private 'cache.serializer' shared service.
  3567.      *
  3568.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3569.      */
  3570.     protected function getCache_SerializerService()
  3571.     {
  3572.         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())));
  3573.     }
  3574.     /**
  3575.      * Gets the private 'cache.validator' shared service.
  3576.      *
  3577.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3578.      */
  3579.     protected function getCache_ValidatorService()
  3580.     {
  3581.         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())));
  3582.     }
  3583.     /**
  3584.      * Gets the private 'config_cache_factory' shared service.
  3585.      *
  3586.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3587.      */
  3588.     protected function getConfigCacheFactoryService()
  3589.     {
  3590.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3591.             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)));
  3592.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3593.         }, 2));
  3594.     }
  3595.     /**
  3596.      * Gets the private 'data_collector.form' shared service.
  3597.      *
  3598.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3599.      */
  3600.     protected function getDataCollector_FormService()
  3601.     {
  3602.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3603.     }
  3604.     /**
  3605.      * Gets the private 'data_collector.request' shared service.
  3606.      *
  3607.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3608.      */
  3609.     protected function getDataCollector_RequestService()
  3610.     {
  3611.         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())));
  3612.     }
  3613.     /**
  3614.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3615.      *
  3616.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3617.      */
  3618.     protected function getDebug_DebugHandlersListenerService()
  3619.     {
  3620.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3621.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3622.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3623.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3624.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3625.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3626.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3627.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3628.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3629.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3630.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3631.     }
  3632.     /**
  3633.      * Gets the private 'debug.file_link_formatter' shared service.
  3634.      *
  3635.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3636.      */
  3637.     protected function getDebug_FileLinkFormatterService()
  3638.     {
  3639.         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 () {
  3640.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3641.         });
  3642.     }
  3643.     /**
  3644.      * Gets the private 'debug.log_processor' shared service.
  3645.      *
  3646.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3647.      */
  3648.     protected function getDebug_LogProcessorService()
  3649.     {
  3650.         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())));
  3651.     }
  3652.     /**
  3653.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3654.      *
  3655.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3656.      */
  3657.     protected function getDebug_Security_Access_DecisionManagerService()
  3658.     {
  3659.         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 () {
  3660.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3661.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3662.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3663.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3664.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'debug.security.firewall' shared service.
  3668.      *
  3669.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3670.      */
  3671.     protected function getDebug_Security_FirewallService()
  3672.     {
  3673.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3674.         if (isset($this->privates['debug.security.firewall'])) {
  3675.             return $this->privates['debug.security.firewall'];
  3676.         }
  3677.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3678.         if (isset($this->privates['debug.security.firewall'])) {
  3679.             return $this->privates['debug.security.firewall'];
  3680.         }
  3681.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3685.      *
  3686.      * @return \Doctrine\Migrations\DependencyFactory
  3687.      */
  3688.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3689.     {
  3690.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3691.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3692.         $a->setAllOrNothing(false);
  3693.         $a->setCheckDatabasePlatform(true);
  3694.         $a->setTransactional(true);
  3695.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3696.         $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()));
  3697.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3698.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3699.         });
  3700.         return $instance;
  3701.     }
  3702.     /**
  3703.      * Gets the private 'eccube.collector.core' shared autowired service.
  3704.      *
  3705.      * @return \Eccube\DataCollector\EccubeDataCollector
  3706.      */
  3707.     protected function getEccube_Collector_CoreService()
  3708.     {
  3709.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3710.     }
  3711.     /**
  3712.      * Gets the private 'eccube.purchase.flow.shopping' shared service.
  3713.      *
  3714.      * @return \Eccube\Service\PurchaseFlow\PurchaseFlow
  3715.      */
  3716.     protected function getEccube_Purchase_Flow_ShoppingService()
  3717.     {
  3718.         $this->privates['eccube.purchase.flow.shopping'] = $instance = new \Eccube\Service\PurchaseFlow\PurchaseFlow();
  3719.         $a = ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService());
  3720.         $b = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\TaxProcessor'] ?? $this->getTaxProcessorService());
  3721.         $c = ($this->privates['Customize\\Service\\EstimateCharacterizer'] ?? $this->getEstimateCharacterizerService());
  3722.         $d = ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService());
  3723.         $e = ($this->privates['Customize\\Service\\LmDeliveryFee'] ?? $this->getLmDeliveryFeeService());
  3724.         $f = ($this->privates['Customize\\Service\\CartService'] ?? $this->getCartServiceService());
  3725.         $g = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService());
  3726.         $instance->setFlowType('shopping');
  3727.         $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()))]));
  3728.         $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())]));
  3729.         $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]));
  3730.         $instance->setDiscountProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> $g]));
  3731.         $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 \Eccube\Service\PurchaseFlow\Processor\PaymentChargeChangeValidator(), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeeChangeValidator()]));
  3732.         $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()))]));
  3733.         return $instance;
  3734.     }
  3735.     /**
  3736.      * Gets the private 'esi_listener' shared service.
  3737.      *
  3738.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3739.      */
  3740.     protected function getEsiListenerService()
  3741.     {
  3742.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3743.     }
  3744.     /**
  3745.      * Gets the private 'exception_listener' shared service.
  3746.      *
  3747.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3748.      */
  3749.     protected function getExceptionListenerService()
  3750.     {
  3751.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3752.     }
  3753.     /**
  3754.      * Gets the private 'fragment.listener' shared service.
  3755.      *
  3756.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3757.      */
  3758.     protected function getFragment_ListenerService()
  3759.     {
  3760.         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');
  3761.     }
  3762.     /**
  3763.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3764.      *
  3765.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3766.      */
  3767.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3768.     {
  3769.         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())));
  3770.     }
  3771.     /**
  3772.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3773.      *
  3774.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3775.      */
  3776.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3777.     {
  3778.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3779.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3780.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3781.         }
  3782.         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);
  3783.     }
  3784.     /**
  3785.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3786.      *
  3787.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3788.      */
  3789.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3790.     {
  3791.         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]);
  3792.     }
  3793.     /**
  3794.      * Gets the private 'locale_aware_listener' shared service.
  3795.      *
  3796.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3797.      */
  3798.     protected function getLocaleAwareListenerService()
  3799.     {
  3800.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3801.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3802.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3803.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3804.     }
  3805.     /**
  3806.      * Gets the private 'locale_listener' shared service.
  3807.      *
  3808.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3809.      */
  3810.     protected function getLocaleListenerService()
  3811.     {
  3812.         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, []);
  3813.     }
  3814.     /**
  3815.      * Gets the private 'mailer.mailer' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\Mailer\Mailer
  3818.      */
  3819.     protected function getMailer_MailerService()
  3820.     {
  3821.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3822.         if (isset($this->privates['mailer.mailer'])) {
  3823.             return $this->privates['mailer.mailer'];
  3824.         }
  3825.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3826.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3827.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3828.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3829.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3830.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  3831.     }
  3832.     /**
  3833.      * Gets the private 'monolog.handler.buffered' shared service.
  3834.      *
  3835.      * @return \Monolog\Handler\BufferHandler
  3836.      */
  3837.     protected function getMonolog_Handler_BufferedService()
  3838.     {
  3839.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3840.     }
  3841.     /**
  3842.      * Gets the private 'monolog.handler.console' shared service.
  3843.      *
  3844.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3845.      */
  3846.     protected function getMonolog_Handler_ConsoleService()
  3847.     {
  3848.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3849.     }
  3850.     /**
  3851.      * Gets the private 'monolog.logger' shared service.
  3852.      *
  3853.      * @return \Symfony\Bridge\Monolog\Logger
  3854.      */
  3855.     protected function getMonolog_LoggerService()
  3856.     {
  3857.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3858.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3859.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3860.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3861.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3862.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3863.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3864.         $instance->useMicrosecondTimestamps(true);
  3865.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3866.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3867.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3868.         return $instance;
  3869.     }
  3870.     /**
  3871.      * Gets the private 'monolog.logger.cache' shared service.
  3872.      *
  3873.      * @return \Symfony\Bridge\Monolog\Logger
  3874.      */
  3875.     protected function getMonolog_Logger_CacheService()
  3876.     {
  3877.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3878.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3879.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3880.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3881.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3882.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3883.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3884.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3885.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3886.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the private 'monolog.logger.request' shared service.
  3891.      *
  3892.      * @return \Symfony\Bridge\Monolog\Logger
  3893.      */
  3894.     protected function getMonolog_Logger_RequestService()
  3895.     {
  3896.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3897.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3898.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3899.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3900.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3901.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3902.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3903.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3904.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3905.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3906.         return $instance;
  3907.     }
  3908.     /**
  3909.      * Gets the private 'monolog.logger.security' shared service.
  3910.      *
  3911.      * @return \Symfony\Bridge\Monolog\Logger
  3912.      */
  3913.     protected function getMonolog_Logger_SecurityService()
  3914.     {
  3915.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3916.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3917.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3918.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3919.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3920.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3921.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3922.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3923.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3924.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the private 'parameter_bag' shared service.
  3929.      *
  3930.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3931.      */
  3932.     protected function getParameterBagService()
  3933.     {
  3934.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3935.     }
  3936.     /**
  3937.      * Gets the private 'profiler_listener' shared service.
  3938.      *
  3939.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3940.      */
  3941.     protected function getProfilerListenerService()
  3942.     {
  3943.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3944.         if (isset($this->privates['profiler_listener'])) {
  3945.             return $this->privates['profiler_listener'];
  3946.         }
  3947.         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);
  3948.     }
  3949.     /**
  3950.      * Gets the private 'property_info' shared service.
  3951.      *
  3952.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3953.      */
  3954.     protected function getPropertyInfoService()
  3955.     {
  3956.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3957.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3958.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3959.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3960.         }, 3), new RewindableGenerator(function () {
  3961.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3962.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3963.         }, 2), new RewindableGenerator(function () {
  3964.             return new \EmptyIterator();
  3965.         }, 0), new RewindableGenerator(function () {
  3966.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3967.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3968.         }, 2), new RewindableGenerator(function () {
  3969.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3970.         }, 1));
  3971.     }
  3972.     /**
  3973.      * Gets the private 'rate_limiter.cache' shared service.
  3974.      *
  3975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3976.      */
  3977.     protected function getRateLimiter_CacheService()
  3978.     {
  3979.         $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))));
  3980.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3981.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3982.     }
  3983.     /**
  3984.      * Gets the private 'router.expression_language_provider' shared service.
  3985.      *
  3986.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3987.      */
  3988.     protected function getRouter_ExpressionLanguageProviderService()
  3989.     {
  3990.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3991.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3992.         ], [
  3993.             'env' => 'Closure',
  3994.         ]));
  3995.     }
  3996.     /**
  3997.      * Gets the private 'router.request_context' shared service.
  3998.      *
  3999.      * @return \Symfony\Component\Routing\RequestContext
  4000.      */
  4001.     protected function getRouter_RequestContextService()
  4002.     {
  4003.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4004.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4005.         return $instance;
  4006.     }
  4007.     /**
  4008.      * Gets the private 'router_listener' shared service.
  4009.      *
  4010.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4011.      */
  4012.     protected function getRouterListenerService()
  4013.     {
  4014.         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);
  4015.     }
  4016.     /**
  4017.      * Gets the private 'security.context_listener.0' shared service.
  4018.      *
  4019.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4020.      */
  4021.     protected function getSecurity_ContextListener_0Service()
  4022.     {
  4023.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  4024.         if (isset($this->privates['security.context_listener.0'])) {
  4025.             return $this->privates['security.context_listener.0'];
  4026.         }
  4027.         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 () {
  4028.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  4029.             yield => ($this->privates['Customize\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  4030.         }, 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']);
  4031.     }
  4032.     /**
  4033.      * Gets the private 'security.context_listener.1' shared service.
  4034.      *
  4035.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4036.      */
  4037.     protected function getSecurity_ContextListener_1Service()
  4038.     {
  4039.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  4040.         if (isset($this->privates['security.context_listener.1'])) {
  4041.             return $this->privates['security.context_listener.1'];
  4042.         }
  4043.         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 () {
  4044.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  4045.             yield => ($this->privates['Customize\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  4046.         }, 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']);
  4047.     }
  4048.     /**
  4049.      * Gets the private 'security.csrf.token_storage' shared service.
  4050.      *
  4051.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4052.      */
  4053.     protected function getSecurity_Csrf_TokenStorageService()
  4054.     {
  4055.         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())));
  4056.     }
  4057.     /**
  4058.      * Gets the private 'security.event_dispatcher.admin' shared service.
  4059.      *
  4060.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4061.      */
  4062.     protected function getSecurity_EventDispatcher_AdminService()
  4063.     {
  4064.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4065.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4066.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  4067.         }, => 'checkPassport'], 2048);
  4068.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4069.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  4070.         }, => 'onSuccessfulLogin'], 0);
  4071.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4072.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  4073.         }, => 'onLogout'], 0);
  4074.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4075.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4076.         }, => 'onLogout'], 0);
  4077.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4078.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  4079.         }, => 'checkPassport'], 2080);
  4080.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4081.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  4082.         }, => 'onSuccessfulLogin'], 0);
  4083.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4084.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4085.         }, => 'preCheckCredentials'], 256);
  4086.         $instance->addListener('security.authentication.success', [=> function () {
  4087.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4088.         }, => 'postCheckCredentials'], 256);
  4089.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4090.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4091.         }, => 'checkPassport'], 1024);
  4092.         $instance->addListener('security.interactive_login', [=> function () {
  4093.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4094.         }, => 'onInteractiveLogin'], 0);
  4095.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4096.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4097.         }, => 'onAuthenticationFailure'], 0);
  4098.         $instance->addListener('security.interactive_login', [=> function () {
  4099.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  4100.         }, => 'onInteractiveLogin'], 0);
  4101.         $instance->addListener('security.interactive_login', [=> function () {
  4102.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  4103.         }, => 'onInteractiveLogin'], 0);
  4104.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4105.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4106.         }, => 'checkPassport'], 0);
  4107.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4108.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4109.         }, => 'onLoginSuccess'], 0);
  4110.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4111.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  4112.         }, => 'checkPassport'], 256);
  4113.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4114.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4115.         }, => 'checkPassport'], 512);
  4116.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4117.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4118.         }, => 'onLogout'], 0);
  4119.         return $instance;
  4120.     }
  4121.     /**
  4122.      * Gets the private 'security.event_dispatcher.customer' shared service.
  4123.      *
  4124.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4125.      */
  4126.     protected function getSecurity_EventDispatcher_CustomerService()
  4127.     {
  4128.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4129.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4130.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  4131.         }, => 'checkPassport'], 2048);
  4132.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4133.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  4134.         }, => 'onSuccessfulLogin'], 0);
  4135.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4136.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  4137.         }, => 'onLogout'], 64);
  4138.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4139.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4140.         }, => 'onLogout'], 0);
  4141.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4142.             return ($this->privates['security.logout.listener.legacy_handler.0'] ?? $this->load('getSecurity_Logout_Listener_LegacyHandler_0Service'));
  4143.         }, => 'onLogout'], 0);
  4144.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4145.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  4146.         }, => 'checkPassport'], 2080);
  4147.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4148.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  4149.         }, => 'onSuccessfulLogin'], 0);
  4150.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4151.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  4152.         }, => 'onSuccessfulLogin'], -32);
  4153.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4154.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4155.         }, => 'onSuccessfulLogin'], -64);
  4156.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4157.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4158.         }, => 'clearCookie'], 0);
  4159.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4160.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4161.         }, => 'clearCookie'], 0);
  4162.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4163.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4164.         }, => 'clearCookie'], 0);
  4165.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4166.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  4167.         }, => 'preCheckCredentials'], 256);
  4168.         $instance->addListener('security.authentication.success', [=> function () {
  4169.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  4170.         }, => 'postCheckCredentials'], 256);
  4171.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4172.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4173.         }, => 'checkPassport'], 1024);
  4174.         $instance->addListener('security.interactive_login', [=> function () {
  4175.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4176.         }, => 'onInteractiveLogin'], 0);
  4177.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4178.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4179.         }, => 'onAuthenticationFailure'], 0);
  4180.         $instance->addListener('security.interactive_login', [=> function () {
  4181.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  4182.         }, => 'onInteractiveLogin'], 0);
  4183.         $instance->addListener('security.interactive_login', [=> function () {
  4184.             return ($this->privates['Customize\\EventListener\\KarteEventListener'] ?? $this->getKarteEventListenerService());
  4185.         }, => 'onInteractiveLogin'], 0);
  4186.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4187.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4188.         }, => 'checkPassport'], 0);
  4189.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4190.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4191.         }, => 'onLoginSuccess'], 0);
  4192.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4193.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  4194.         }, => 'checkPassport'], 256);
  4195.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4196.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4197.         }, => 'checkPassport'], 512);
  4198.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4199.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4200.         }, => 'onLogout'], 0);
  4201.         return $instance;
  4202.     }
  4203.     /**
  4204.      * Gets the private 'security.firewall.map' shared service.
  4205.      *
  4206.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4207.      */
  4208.     protected function getSecurity_Firewall_MapService()
  4209.     {
  4210.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  4211.         if (isset($this->privates['security.firewall.map'])) {
  4212.             return $this->privates['security.firewall.map'];
  4213.         }
  4214.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4215.             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)/')));
  4216.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  4217.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.5GJpzIo'] ?? ($this->privates['.security.request_matcher.5GJpzIo'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  4218.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4219.         }, 4));
  4220.     }
  4221.     /**
  4222.      * Gets the private 'security.helper' shared service.
  4223.      *
  4224.      * @return \Symfony\Component\Security\Core\Security
  4225.      */
  4226.     protected function getSecurity_HelperService()
  4227.     {
  4228.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4229.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4230.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4231.         ], [
  4232.             'security.authorization_checker' => '?',
  4233.             'security.token_storage' => '?',
  4234.         ]));
  4235.     }
  4236.     /**
  4237.      * Gets the private 'security.logout_url_generator' shared service.
  4238.      *
  4239.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4240.      */
  4241.     protected function getSecurity_LogoutUrlGeneratorService()
  4242.     {
  4243.         $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()));
  4244.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  4245.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  4246.         return $instance;
  4247.     }
  4248.     /**
  4249.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4250.      *
  4251.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4252.      */
  4253.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4254.     {
  4255.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4256.     }
  4257.     /**
  4258.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4259.      *
  4260.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4261.      */
  4262.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4263.     {
  4264.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4265.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4266.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4267.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4268.     }
  4269.     /**
  4270.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4271.      *
  4272.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4273.      */
  4274.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4275.     {
  4276.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4277.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4278.             return $this->privates['sensio_framework_extra.security.listener'];
  4279.         }
  4280.         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()));
  4281.     }
  4282.     /**
  4283.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4284.      *
  4285.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4286.      */
  4287.     protected function getSensioFrameworkExtra_View_ListenerService()
  4288.     {
  4289.         $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))));
  4290.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4291.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4292.         ], [
  4293.             'twig' => '?',
  4294.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4295.         return $instance;
  4296.     }
  4297.     /**
  4298.      * Gets the private 'session.factory' shared service.
  4299.      *
  4300.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4301.      */
  4302.     protected function getSession_FactoryService()
  4303.     {
  4304.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4305.         if (isset($this->privates['session.factory'])) {
  4306.             return $this->privates['session.factory'];
  4307.         }
  4308.         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']);
  4309.     }
  4310.     /**
  4311.      * Gets the private 'session_listener' shared service.
  4312.      *
  4313.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4314.      */
  4315.     protected function getSessionListenerService()
  4316.     {
  4317.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4318.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4319.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4320.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4321.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4322.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4323.         ], [
  4324.             'initialized_session' => '?',
  4325.             'logger' => '?',
  4326.             'session' => '?',
  4327.             'session_collector' => '?',
  4328.             'session_factory' => '?',
  4329.         ]), true$this->getParameter('session.storage.options'));
  4330.     }
  4331.     /**
  4332.      * Gets the private 'state_machine.order.metadata_store' shared service.
  4333.      *
  4334.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4335.      */
  4336.     protected function getStateMachine_Order_MetadataStoreService()
  4337.     {
  4338.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4339.     }
  4340.     /**
  4341.      * Gets the private 'translator.default' shared service.
  4342.      *
  4343.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4344.      */
  4345.     protected function getTranslator_DefaultService()
  4346.     {
  4347.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4348.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4349.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4350.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4351.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4352.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4353.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4354.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4355.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4356.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4357.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4358.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4359.         ], [
  4360.             'translation.loader.csv' => '?',
  4361.             'translation.loader.dat' => '?',
  4362.             'translation.loader.ini' => '?',
  4363.             'translation.loader.json' => '?',
  4364.             'translation.loader.mo' => '?',
  4365.             'translation.loader.php' => '?',
  4366.             'translation.loader.po' => '?',
  4367.             'translation.loader.qt' => '?',
  4368.             'translation.loader.res' => '?',
  4369.             'translation.loader.xliff' => '?',
  4370.             'translation.loader.yml' => '?',
  4371.         ]), 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']]], []);
  4372.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4373.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  4374.         return $instance;
  4375.     }
  4376.     /**
  4377.      * Gets the private 'validator.builder' shared service.
  4378.      *
  4379.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4380.      */
  4381.     protected function getValidator_BuilderService()
  4382.     {
  4383.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4384.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4385.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4386.             'Customize\\Form\\Validator\\EmailValidator' => ['privates''Customize\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  4387.             'Customize\\Validator\\EstimateImageValidator' => ['privates''Customize\\Validator\\EstimateImageValidator''getEstimateImageValidatorService'true],
  4388.             'Customize\\Validator\\EstimateValidator' => ['privates''Customize\\Validator\\EstimateValidator''getEstimateValidatorService'true],
  4389.             'Customize\\Validator\\InquiryValidator' => ['privates''Customize\\Validator\\InquiryValidator''getInquiryValidatorService'true],
  4390.             'Customize\\Validator\\LmEmailValidator' => ['privates''Customize\\Validator\\LmEmailValidator''getLmEmailValidatorService'true],
  4391.             'Customize\\Validator\\QuantityValidator' => ['privates''Customize\\Validator\\QuantityValidator''getQuantityValidatorService'true],
  4392.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidator2Service'true],
  4393.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  4394.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator''getCardExpirationValidatorService'true],
  4395.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  4396.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator''getOrLengthValidatorService'true],
  4397.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4398.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4399.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4400.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4401.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4402.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4403.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4404.             'unique.clientip' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  4405.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4406.         ], [
  4407.             'Customize\\Form\\Validator\\EmailValidator' => '?',
  4408.             'Customize\\Validator\\EstimateImageValidator' => '?',
  4409.             'Customize\\Validator\\EstimateValidator' => '?',
  4410.             'Customize\\Validator\\InquiryValidator' => '?',
  4411.             'Customize\\Validator\\LmEmailValidator' => '?',
  4412.             'Customize\\Validator\\QuantityValidator' => '?',
  4413.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  4414.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  4415.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => '?',
  4416.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => '?',
  4417.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => '?',
  4418.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4419.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4420.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4421.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4422.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4423.             'doctrine.orm.validator.unique' => '?',
  4424.             'security.validator.user_password' => '?',
  4425.             'unique.clientip' => '?',
  4426.             'validator.expression' => '?',
  4427.         ])));
  4428.         if ($this->has('translator')) {
  4429.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4430.         }
  4431.         $instance->setTranslationDomain('validators');
  4432.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4433.         $instance->enableAnnotationMapping(true);
  4434.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4435.         $instance->addMethodMapping('loadValidatorMetadata');
  4436.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4437.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4438.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4439.         return $instance;
  4440.     }
  4441.     /**
  4442.      * Gets the private 'var_dumper.html_dumper' shared service.
  4443.      *
  4444.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4445.      */
  4446.     protected function getVarDumper_HtmlDumperService()
  4447.     {
  4448.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4449.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4450.         return $instance;
  4451.     }
  4452.     /**
  4453.      * Gets the private 'web_profiler.csp.handler' shared service.
  4454.      *
  4455.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4456.      */
  4457.     protected function getWebProfiler_Csp_HandlerService()
  4458.     {
  4459.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4460.     }
  4461.     /**
  4462.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4463.      *
  4464.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4465.      */
  4466.     protected function getWebProfiler_DebugToolbarService()
  4467.     {
  4468.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4469.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4470.             return $this->privates['web_profiler.debug_toolbar'];
  4471.         }
  4472.         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()));
  4473.     }
  4474.     /**
  4475.      * Gets the public 'cache_clearer' alias.
  4476.      *
  4477.      * @return object The ".container.private.cache_clearer" service.
  4478.      */
  4479.     protected function getCacheClearerService()
  4480.     {
  4481.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4482.         return $this->get('.container.private.cache_clearer');
  4483.     }
  4484.     /**
  4485.      * Gets the public 'filesystem' alias.
  4486.      *
  4487.      * @return object The ".container.private.filesystem" service.
  4488.      */
  4489.     protected function getFilesystemService()
  4490.     {
  4491.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4492.         return $this->get('.container.private.filesystem');
  4493.     }
  4494.     /**
  4495.      * Gets the public 'state_machine.order' alias.
  4496.      *
  4497.      * @return object The ".container.private.state_machine.order" service.
  4498.      */
  4499.     protected function getStateMachine_OrderService()
  4500.     {
  4501.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  4502.         return $this->get('.container.private.state_machine.order');
  4503.     }
  4504.     /**
  4505.      * Gets the public 'serializer' alias.
  4506.      *
  4507.      * @return object The ".container.private.serializer" service.
  4508.      */
  4509.     protected function getSerializerService()
  4510.     {
  4511.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4512.         return $this->get('.container.private.serializer');
  4513.     }
  4514.     /**
  4515.      * Gets the public 'security.csrf.token_manager' alias.
  4516.      *
  4517.      * @return object The ".container.private.security.csrf.token_manager" service.
  4518.      */
  4519.     protected function getSecurity_Csrf_TokenManagerService()
  4520.     {
  4521.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4522.         return $this->get('.container.private.security.csrf.token_manager');
  4523.     }
  4524.     /**
  4525.      * Gets the public 'form.factory' alias.
  4526.      *
  4527.      * @return object The ".container.private.form.factory" service.
  4528.      */
  4529.     protected function getForm_FactoryService()
  4530.     {
  4531.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4532.         return $this->get('.container.private.form.factory');
  4533.     }
  4534.     /**
  4535.      * Gets the public 'form.type.file' alias.
  4536.      *
  4537.      * @return object The ".container.private.form.type.file" service.
  4538.      */
  4539.     protected function getForm_Type_FileService()
  4540.     {
  4541.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4542.         return $this->get('.container.private.form.type.file');
  4543.     }
  4544.     /**
  4545.      * Gets the public 'profiler' alias.
  4546.      *
  4547.      * @return object The ".container.private.profiler" service.
  4548.      */
  4549.     protected function getProfilerService()
  4550.     {
  4551.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4552.         return $this->get('.container.private.profiler');
  4553.     }
  4554.     /**
  4555.      * Gets the public 'security.authorization_checker' alias.
  4556.      *
  4557.      * @return object The ".container.private.security.authorization_checker" service.
  4558.      */
  4559.     protected function getSecurity_AuthorizationCheckerService()
  4560.     {
  4561.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4562.         return $this->get('.container.private.security.authorization_checker');
  4563.     }
  4564.     /**
  4565.      * Gets the public 'security.token_storage' alias.
  4566.      *
  4567.      * @return object The ".container.private.security.token_storage" service.
  4568.      */
  4569.     protected function getSecurity_TokenStorageService()
  4570.     {
  4571.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4572.         return $this->get('.container.private.security.token_storage');
  4573.     }
  4574.     /**
  4575.      * Gets the public 'twig' alias.
  4576.      *
  4577.      * @return object The ".container.private.twig" service.
  4578.      */
  4579.     protected function getTwigService()
  4580.     {
  4581.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4582.         return $this->get('.container.private.twig');
  4583.     }
  4584.     /**
  4585.      * Gets the public 'security.password_encoder' alias.
  4586.      *
  4587.      * @return object The ".container.private.security.password_encoder" service.
  4588.      */
  4589.     protected function getSecurity_PasswordEncoderService()
  4590.     {
  4591.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4592.         return $this->get('.container.private.security.password_encoder');
  4593.     }
  4594.     /**
  4595.      * Gets the public 'session' alias.
  4596.      *
  4597.      * @return object The ".container.private.session" service.
  4598.      */
  4599.     protected function getSessionService()
  4600.     {
  4601.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4602.         return $this->get('.container.private.session');
  4603.     }
  4604.     /**
  4605.      * Gets the public 'validator' alias.
  4606.      *
  4607.      * @return object The ".container.private.validator" service.
  4608.      */
  4609.     protected function getValidatorService()
  4610.     {
  4611.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4612.         return $this->get('.container.private.validator');
  4613.     }
  4614.     /**
  4615.      * @return array|bool|float|int|string|\UnitEnum|null
  4616.      */
  4617.     public function getParameter(string $name)
  4618.     {
  4619.         if (isset($this->buildParameters[$name])) {
  4620.             return $this->buildParameters[$name];
  4621.         }
  4622.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4623.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4624.         }
  4625.         if (isset($this->loadedDynamicParameters[$name])) {
  4626.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4627.         }
  4628.         return $this->parameters[$name];
  4629.     }
  4630.     public function hasParameter(string $name): bool
  4631.     {
  4632.         if (isset($this->buildParameters[$name])) {
  4633.             return true;
  4634.         }
  4635.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4636.     }
  4637.     public function setParameter(string $name$value): void
  4638.     {
  4639.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4640.     }
  4641.     public function getParameterBag(): ParameterBagInterface
  4642.     {
  4643.         if (null === $this->parameterBag) {
  4644.             $parameters $this->parameters;
  4645.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4646.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4647.             }
  4648.             foreach ($this->buildParameters as $name => $value) {
  4649.                 $parameters[$name] = $value;
  4650.             }
  4651.             $this->parameterBag = new FrozenParameterBag($parameters);
  4652.         }
  4653.         return $this->parameterBag;
  4654.     }
  4655.     private $loadedDynamicParameters = [
  4656.         'kernel.runtime_environment' => false,
  4657.         'kernel.build_dir' => false,
  4658.         'kernel.cache_dir' => false,
  4659.         'locale' => false,
  4660.         'timezone' => false,
  4661.         'currency' => false,
  4662.         'eccube_database_url' => false,
  4663.         'eccube_mailer_dsn' => false,
  4664.         'eccube_admin_route' => false,
  4665.         'eccube_user_data_route' => false,
  4666.         'eccube_front_allow_hosts' => false,
  4667.         'eccube_front_deny_hosts' => false,
  4668.         'eccube_admin_allow_hosts' => false,
  4669.         'eccube_admin_deny_hosts' => false,
  4670.         'eccube_force_ssl' => false,
  4671.         'eccube.theme' => false,
  4672.         'eccube_theme_code' => false,
  4673.         'eccube_auth_magic' => false,
  4674.         'eccube_theme_front_dir' => false,
  4675.         'eccube_html_front_dir' => false,
  4676.         'eccube_csv_temp_realdir' => false,
  4677.         'eccube_owners_store_url' => false,
  4678.         'eccube_package_api_url' => false,
  4679.         'eccube_content_maintenance_file_path' => false,
  4680.         'eccube_2fa_enabled' => false,
  4681.         'eccube_2fa_cookie_name' => false,
  4682.         'eccube_2fa_expire' => false,
  4683.         'eccube_restrict_file_upload' => false,
  4684.         'LM_SITE_ID' => false,
  4685.         'UT_URL' => false,
  4686.         'BACK_URL' => false,
  4687.         'S_BACK_URL' => false,
  4688.         'S_BACK_CERT_FILENAME' => false,
  4689.         'BACKIMG_URL' => false,
  4690.         'S3_LM_DOC_PATH' => false,
  4691.         'CFIMG_DOMAIN' => false,
  4692.         'CFIMG_URL' => false,
  4693.         'CFIMG_BACK_URL' => false,
  4694.         'CFIMG_GOODS_URL' => false,
  4695.         'FRONT_PATH' => false,
  4696.         'IMG_HOST_NAME' => false,
  4697.         'Css' => false,
  4698.         'DbConvert' => false,
  4699.         'ZEUS_CARD_SOPPING' => false,
  4700.         'ZEUS_CARD_MY_PAGE' => false,
  4701.         'kernel.secret' => false,
  4702.         'kernel.default_locale' => false,
  4703.         'debug.container.dump' => false,
  4704.         'serializer.mapping.cache.file' => false,
  4705.         'session.storage.options' => false,
  4706.         'validator.mapping.cache.file' => false,
  4707.         'profiler.storage.dsn' => false,
  4708.         'doctrine.orm.proxy_dir' => false,
  4709.         'league.oauth2_server.encryption_key' => false,
  4710.     ];
  4711.     private $dynamicParameters = [];
  4712.     private function getDynamicParameter(string $name)
  4713.     {
  4714.         switch ($name) {
  4715.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4716.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4717.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4718.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4719.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4720.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4721.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4722.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4723.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4724.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4725.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4726.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4727.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4728.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4729.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4730.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4731.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4732.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4733.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4734.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4735.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4736.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4737.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4738.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4739.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4740.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4741.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4742.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4743.             case 'LM_SITE_ID'$value $this->getEnv('LM_SITE_ID'); break;
  4744.             case 'UT_URL'$value $this->getEnv('UT_URL'); break;
  4745.             case 'BACK_URL'$value $this->getEnv('BACK_URL'); break;
  4746.             case 'S_BACK_URL'$value $this->getEnv('S_BACK_URL'); break;
  4747.             case 'S_BACK_CERT_FILENAME'$value $this->getEnv('S_BACK_CERT_FILENAME'); break;
  4748.             case 'BACKIMG_URL'$value $this->getEnv('BACKIMG_URL'); break;
  4749.             case 'S3_LM_DOC_PATH'$value $this->getEnv('S3_LM_DOC_PATH'); break;
  4750.             case 'CFIMG_DOMAIN'$value $this->getEnv('CFIMG_DOMAIN'); break;
  4751.             case 'CFIMG_URL'$value $this->getEnv('CFIMG_URL'); break;
  4752.             case 'CFIMG_BACK_URL'$value $this->getEnv('CFIMG_BACK_URL'); break;
  4753.             case 'CFIMG_GOODS_URL'$value $this->getEnv('CFIMG_GOODS_URL'); break;
  4754.             case 'FRONT_PATH'$value $this->getEnv('FRONT_PATH'); break;
  4755.             case 'IMG_HOST_NAME'$value $this->getEnv('IMG_HOST_NAME'); break;
  4756.             case 'Css'$value = [
  4757.                 'Root' => $this->getEnv('CSS_ROOT'),
  4758.                 'CssList' => [
  4759.                     'pc' => [
  4760.                         'common' => [
  4761.                             => 'common.'.$this->getEnv('string:CSS_EXT'),
  4762.                             => 'basedesign_pc.'.$this->getEnv('string:CSS_EXT'),
  4763.                             => 'pagedesign_pc.'.$this->getEnv('string:CSS_EXT'),
  4764.                         ],
  4765.                         'top' => [
  4766.                             => 'top.'.$this->getEnv('string:CSS_EXT'),
  4767.                         ],
  4768.                         'main-category' => [
  4769.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4770.                         ],
  4771.                         'category' => [
  4772.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4773.                         ],
  4774.                         'item' => [
  4775.                             => 'item.'.$this->getEnv('string:CSS_EXT'),
  4776.                         ],
  4777.                         'other' => [
  4778.                             => 'other.'.$this->getEnv('string:CSS_EXT'),
  4779.                         ],
  4780.                     ],
  4781.                     'sp' => [
  4782.                         'common' => [
  4783.                             => 'common.'.$this->getEnv('string:CSS_EXT'),
  4784.                             => 'basedesign_sp.'.$this->getEnv('string:CSS_EXT'),
  4785.                             => 'pagedesign_sp.'.$this->getEnv('string:CSS_EXT'),
  4786.                         ],
  4787.                         'top' => [
  4788.                             => 'top.'.$this->getEnv('string:CSS_EXT'),
  4789.                         ],
  4790.                         'main-category' => [
  4791.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4792.                         ],
  4793.                         'category' => [
  4794.                             => 'category.'.$this->getEnv('string:CSS_EXT'),
  4795.                         ],
  4796.                         'item' => [
  4797.                             => 'item.'.$this->getEnv('string:CSS_EXT'),
  4798.                         ],
  4799.                         'other' => [
  4800.                             => 'other.'.$this->getEnv('string:CSS_EXT'),
  4801.                         ],
  4802.                     ],
  4803.                 ],
  4804.             ]; break;
  4805.             case 'DbConvert'$value = [
  4806.                 'ProductClassCategory' => [
  4807.                     'offset' => [
  4808.                         => $this->getEnv('DB_CONVERT_PRODUCT_CLASS_CATEGORY_OFFSET_1'),
  4809.                         => $this->getEnv('DB_CONVERT_PRODUCT_CLASS_CATEGORY_OFFSET_2'),
  4810.                     ],
  4811.                 ],
  4812.                 'MainCategory' => [
  4813.                     'offset' => [
  4814.                         'Id' => $this->getEnv('DB_CONVERT_MAIN_CATEGORY_OFFSET_ID'),
  4815.                     ],
  4816.                 ],
  4817.                 'Category' => [
  4818.                     'offset' => [
  4819.                         'Id' => $this->getEnv('DB_CONVERT_CATEGORY_OFFSET_ID'),
  4820.                     ],
  4821.                 ],
  4822.             ]; break;
  4823.             case 'ZEUS_CARD_SOPPING'$value = [
  4824.                 'ZEUS_CLIENT_IP' => $this->getEnv('ZEUS_CLIENT_IP_1'),
  4825.                 'PARAM_CD' => 'sopping',
  4826.                 'SUCCESS_URL' => 'shopping_complete',
  4827.                 'SUCCESS_STR' => '完了画面へ',
  4828.                 'FAILURE_URL' => 'shopping_error',
  4829.                 'FAILURE_STR' => '確認画面へ',
  4830.             ]; break;
  4831.             case 'ZEUS_CARD_MY_PAGE'$value = [
  4832.                 'ZEUS_CLIENT_IP' => $this->getEnv('ZEUS_CLIENT_IP_2'),
  4833.                 'PARAM_CD' => 'mypage',
  4834.                 'SUCCESS_URL' => 'mypage_xxxxx',
  4835.                 'SUCCESS_STR' => '',
  4836.                 'FAILURE_URL' => 'mypage_yyyyy',
  4837.                 'FAILURE_STR' => '',
  4838.             ]; break;
  4839.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4840.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4841.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Customize_KernelDevDebugContainer.xml'); break;
  4842.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4843.             case 'session.storage.options'$value = [
  4844.                 'cache_limiter' => '0',
  4845.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4846.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4847.                 'cookie_httponly' => true,
  4848.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4849.                 'gc_probability' => 1,
  4850.             ]; break;
  4851.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4852.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4853.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4854.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  4855.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4856.         }
  4857.         $this->loadedDynamicParameters[$name] = true;
  4858.         return $this->dynamicParameters[$name] = $value;
  4859.     }
  4860.     protected function getDefaultParameters(): array
  4861.     {
  4862.         return [
  4863.             'kernel.project_dir' => \dirname(__DIR__4),
  4864.             'kernel.environment' => 'dev',
  4865.             'kernel.debug' => true,
  4866.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4867.             'kernel.bundles' => [
  4868.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4869.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4870.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4871.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4872.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4873.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4874.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4875.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4876.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4877.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4878.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4879.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4880.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4881.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4882.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4883.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4884.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4885.             ],
  4886.             'kernel.bundles_metadata' => [
  4887.                 'FrameworkBundle' => [
  4888.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4889.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4890.                 ],
  4891.                 'SecurityBundle' => [
  4892.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4893.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4894.                 ],
  4895.                 'DoctrineBundle' => [
  4896.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4897.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4898.                 ],
  4899.                 'DoctrineFixturesBundle' => [
  4900.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4901.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4902.                 ],
  4903.                 'SensioFrameworkExtraBundle' => [
  4904.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4905.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4906.                 ],
  4907.                 'MonologBundle' => [
  4908.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4909.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4910.                 ],
  4911.                 'TwigBundle' => [
  4912.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4913.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4914.                 ],
  4915.                 'DebugBundle' => [
  4916.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4917.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4918.                 ],
  4919.                 'WebProfilerBundle' => [
  4920.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4921.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4922.                 ],
  4923.                 'MakerBundle' => [
  4924.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4925.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4926.                 ],
  4927.                 'KnpPaginatorBundle' => [
  4928.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4929.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4930.                 ],
  4931.                 'ExerciseHTMLPurifierBundle' => [
  4932.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4933.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4934.                 ],
  4935.                 'DoctrineMigrationsBundle' => [
  4936.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4937.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4938.                 ],
  4939.                 'TwigExtraBundle' => [
  4940.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4941.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4942.                 ],
  4943.                 'EccubeBundle' => [
  4944.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4945.                     'namespace' => 'Eccube',
  4946.                 ],
  4947.                 'LeagueOAuth2ServerBundle' => [
  4948.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4949.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4950.                 ],
  4951.                 'ApiBundle' => [
  4952.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  4953.                     'namespace' => 'Plugin\\Api42\\Bundle',
  4954.                 ],
  4955.             ],
  4956.             'kernel.charset' => 'UTF-8',
  4957.             'kernel.container_class' => 'Customize_KernelDevDebugContainer',
  4958.             'container.dumper.inline_class_loader' => true,
  4959.             'env(ECCUBE_LOCALE)' => 'ja',
  4960.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4961.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4962.             'env(DATABASE_URL)' => '',
  4963.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4964.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4965.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4966.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4967.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4968.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4969.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4970.             'env(ECCUBE_FORCE_SSL)' => '0',
  4971.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4972.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4973.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4974.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4975.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4976.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4977.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4978.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4979.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4980.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4981.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4982.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4983.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4984.             'eccube_auth_type' => 'HMAC',
  4985.             'eccube_password_hash_algos' => 'SHA256',
  4986.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4987.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4988.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4989.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4990.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4991.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4992.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4993.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4994.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4995.             'eccube_twig_block_templates' => [
  4996.             ],
  4997.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4998.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4999.             'eccube_csv_size' => 5,
  5000.             'eccube_csv_split_lines' => 100,
  5001.             'eccube_default_password' => 'abc********123',
  5002.             'eccube_deliv_addr_max' => 100,
  5003.             'eccube_deliv_date_end_max' => 21,
  5004.             'eccube_id_max_len' => 50,
  5005.             'eccube_id_min_len' => 4,
  5006.             'eccube_int_len' => 9,
  5007.             'eccube_category_nest_level' => 5,
  5008.             'eccube_lltext_len' => 99999,
  5009.             'eccube_ltext_len' => 3000,
  5010.             'eccube_max_total_fee' => 9999999999,
  5011.             'eccube_mltext_len' => 1000,
  5012.             'eccube_mtext_len' => 200,
  5013.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  5014.             'plugin_html_urlpath' => '/plugin/',
  5015.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  5016.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  5017.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  5018.             'eccube_price_len' => 8,
  5019.             'eccube_search_pmax' => 12,
  5020.             'eccube_sitemap_products_per_page' => 1000,
  5021.             'eccube_stext_len' => 255,
  5022.             'eccube_sltext_len' => 500,
  5023.             'eccube_smtext_len' => 100,
  5024.             'eccube_tax_rule_priority' => [
  5025.                 => 'product_id',
  5026.                 => 'product_class_id',
  5027.                 => 'pref_id',
  5028.                 => 'country_id',
  5029.             ],
  5030.             'eccube_url_len' => 1024,
  5031.             'eccube_default_page_count' => 50,
  5032.             'eccube_admin_product_stock_status' => 3,
  5033.             'eccube_customer_reset_expire' => 60,
  5034.             'eccube_csv_export_separator' => ',',
  5035.             'eccube_csv_export_encoding' => 'SJIS-win',
  5036.             'eccube_csv_import_encoding' => [
  5037.                 => 'UTF-8',
  5038.                 => 'SJIS-win',
  5039.                 => 'SJIS',
  5040.                 => 'EUC-JP',
  5041.                 => 'ASCII',
  5042.                 => 'JIS',
  5043.             ],
  5044.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  5045.             'eccube_csv_export_multidata_separator' => ',',
  5046.             'eccube_csv_import_delimiter' => ',',
  5047.             'eccube_csv_import_enclosure' => '"',
  5048.             'eccube_csv_import_escape' => '\\',
  5049.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  5050.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  5051.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  5052.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  5053.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  5054.             'eccube_name_len' => 16,
  5055.             'eccube_kana_len' => 25,
  5056.             'eccube_address1_len' => 32,
  5057.             'eccube_address2_len' => 32,
  5058.             'eccube_birth_max' => 110,
  5059.             'eccube_product_order_price_lower' => 1,
  5060.             'eccube_product_order_newer' => 2,
  5061.             'eccube_product_order_price_higher' => 3,
  5062.             'eccube_price_max' => 2147483647,
  5063.             'eccube_tel_len_max' => 14,
  5064.             'eccube_tel_len_min' => 7,
  5065.             'eccube_postal_code' => 8,
  5066.             'eccube_password_min_len' => 8,
  5067.             'eccube_password_max_len' => 32,
  5068.             'eccube_password_pattern' => '/^[[:graph:][:space:]]+$/i',
  5069.             'eccube_composer_memory_limit' => '1536M',
  5070.             'eccube_order_mail_template_id' => 1,
  5071.             'eccube_entry_confirm_mail_template_id' => 2,
  5072.             'eccube_entry_complete_mail_template_id' => 3,
  5073.             'eccube_customer_withdraw_mail_template_id' => 4,
  5074.             'eccube_contact_mail_template_id' => 5,
  5075.             'eccube_forgot_mail_template_id' => 6,
  5076.             'eccube_reset_complete_mail_template_id' => 7,
  5077.             'eccube_shipping_notify_mail_template_id' => 8,
  5078.             'eccube_rfc_email_check' => false,
  5079.             'eccube_email_len' => 254,
  5080.             'eccube_order_no_format' => '',
  5081.             'eccube_order_pdf_message_len' => 30,
  5082.             'eccube_news_start_year' => 2000,
  5083.             'eccube_result_cache_lifetime' => 3600,
  5084.             'eccube_result_cache_lifetime_short' => 10,
  5085.             'eccube_restrict_file_upload_urls' => [
  5086.                 => 'admin_content_file',
  5087.                 => 'admin_store_plugin_install',
  5088.                 => 'admin_content_page_new',
  5089.                 => 'admin_content_page_edit',
  5090.                 => 'admin_content_block_new',
  5091.                 => 'admin_content_block_edit',
  5092.                 => 'admin_content_css',
  5093.                 => 'admin_content_js',
  5094.                 => 'admin_store_template_install',
  5095.             ],
  5096.             'eccube_file_uploadable_extensions' => [
  5097.                 => 'jpg',
  5098.                 => 'jpeg',
  5099.                 => 'png',
  5100.                 => 'gif',
  5101.                 => 'webp',
  5102.                 => 'svg',
  5103.                 => 'ico',
  5104.                 => 'html',
  5105.                 => 'htm',
  5106.                 => 'js',
  5107.                 10 => 'css',
  5108.                 11 => 'txt',
  5109.                 12 => 'pdf',
  5110.             ],
  5111.             'eccube_login_throttling_max_attempts' => 5,
  5112.             'eccube_login_throttling_interval' => '30 minutes',
  5113.             'eccube_nav' => [
  5114.                 'product' => [
  5115.                     'name' => 'admin.product.product_management',
  5116.                     'icon' => 'fa-cube',
  5117.                     'children' => [
  5118.                         'product_master' => [
  5119.                             'name' => 'admin.product.product_list',
  5120.                             'url' => 'admin_product',
  5121.                         ],
  5122.                         'product_edit' => [
  5123.                             'name' => 'admin.product.product_registration',
  5124.                             'url' => 'admin_product_product_new',
  5125.                         ],
  5126.                         'class_name' => [
  5127.                             'name' => 'admin.product.class_management',
  5128.                             'url' => 'admin_product_class_name',
  5129.                         ],
  5130.                         'class_category' => [
  5131.                             'name' => 'admin.product.category_management',
  5132.                             'url' => 'admin_product_category',
  5133.                         ],
  5134.                         'product_tag' => [
  5135.                             'name' => 'admin.product.tag_management',
  5136.                             'url' => 'admin_product_tag',
  5137.                         ],
  5138.                         'product_csv_import' => [
  5139.                             'name' => 'admin.product.product_csv_upload',
  5140.                             'url' => 'admin_product_csv_import',
  5141.                         ],
  5142.                         'category_csv_import' => [
  5143.                             'name' => 'admin.product.category_csv_upload',
  5144.                             'url' => 'admin_product_category_csv_import',
  5145.                         ],
  5146.                     ],
  5147.                 ],
  5148.                 'order' => [
  5149.                     'name' => 'admin.order.order_management',
  5150.                     'icon' => 'fa-shopping-cart',
  5151.                     'children' => [
  5152.                         'order_master' => [
  5153.                             'name' => 'admin.order.order_list',
  5154.                             'url' => 'admin_order',
  5155.                         ],
  5156.                         'order_edit' => [
  5157.                             'name' => 'admin.order.order_registration',
  5158.                             'url' => 'admin_order_new',
  5159.                         ],
  5160.                         'shipping_csv_import' => [
  5161.                             'name' => 'admin.order.shipping_csv_upload',
  5162.                             'url' => 'admin_shipping_csv_import',
  5163.                         ],
  5164.                         'amazon_pay_v2_admin_payment_status' => [
  5165.                             'name' => 'amazon_pay_v2.admin.nav.payment_list',
  5166.                             'url' => 'amazon_pay_v2_admin_payment_status',
  5167.                         ],
  5168.                         'zeus' => [
  5169.                             'name' => 'ゼウス',
  5170.                             'children' => [
  5171.                                 'zeus_order_list' => [
  5172.                                     'name' => 'ゼウス決済管理',
  5173.                                     'url' => 'zeus_order_list',
  5174.                                 ],
  5175.                                 'zeus_order_csv' => [
  5176.                                     'name' => 'クレジット売上CSV',
  5177.                                     'url' => 'zeus_order_csv',
  5178.                                 ],
  5179.                                 'zeus_cancel_csv' => [
  5180.                                     'name' => 'クレジット取消CSV',
  5181.                                     'url' => 'zeus_cancel_csv',
  5182.                                 ],
  5183.                             ],
  5184.                         ],
  5185.                     ],
  5186.                 ],
  5187.                 'customer' => [
  5188.                     'name' => 'admin.customer.customer_management',
  5189.                     'icon' => 'fa-users',
  5190.                     'children' => [
  5191.                         'customer_master' => [
  5192.                             'name' => 'admin.customer.customer_list',
  5193.                             'url' => 'admin_customer',
  5194.                         ],
  5195.                         'customer_edit' => [
  5196.                             'name' => 'admin.customer.customer_registration',
  5197.                             'url' => 'admin_customer_new',
  5198.                         ],
  5199.                     ],
  5200.                 ],
  5201.                 'content' => [
  5202.                     'name' => 'admin.content.contents_management',
  5203.                     'icon' => 'fa-file-text-o',
  5204.                     'children' => [
  5205.                         'news' => [
  5206.                             'name' => 'admin.content.news_management',
  5207.                             'url' => 'admin_content_news',
  5208.                         ],
  5209.                         'file' => [
  5210.                             'name' => 'admin.content.file_management',
  5211.                             'url' => 'admin_content_file',
  5212.                         ],
  5213.                         'layout' => [
  5214.                             'name' => 'admin.content.layout_management',
  5215.                             'url' => 'admin_content_layout',
  5216.                         ],
  5217.                         'page' => [
  5218.                             'name' => 'admin.content.page_management',
  5219.                             'url' => 'admin_content_page',
  5220.                         ],
  5221.                         'css' => [
  5222.                             'name' => 'admin.content.css_management',
  5223.                             'url' => 'admin_content_css',
  5224.                         ],
  5225.                         'js' => [
  5226.                             'name' => 'admin.content.js_management',
  5227.                             'url' => 'admin_content_js',
  5228.                         ],
  5229.                         'block' => [
  5230.                             'name' => 'admin.content.block_management',
  5231.                             'url' => 'admin_content_block',
  5232.                         ],
  5233.                         'cache' => [
  5234.                             'name' => 'admin.content.cache_management',
  5235.                             'url' => 'admin_content_cache',
  5236.                         ],
  5237.                         'maintenance' => [
  5238.                             'name' => 'admin.content.maintenance_management',
  5239.                             'url' => 'admin_content_maintenance',
  5240.                         ],
  5241.                     ],
  5242.                 ],
  5243.                 'setting' => [
  5244.                     'name' => 'admin.setting',
  5245.                     'icon' => 'fa-cog',
  5246.                     'children' => [
  5247.                         'shop' => [
  5248.                             'name' => 'admin.setting.shop',
  5249.                             'children' => [
  5250.                                 'shop_index' => [
  5251.                                     'name' => 'admin.setting.shop.shop_setting',
  5252.                                     'url' => 'admin_setting_shop',
  5253.                                 ],
  5254.                                 'shop_tradelaw' => [
  5255.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  5256.                                     'url' => 'admin_setting_shop_tradelaw',
  5257.                                 ],
  5258.                                 'shop_agreement' => [
  5259.                                     'name' => 'admin.setting.shop.agreement_setting',
  5260.                                     'url' => 'admin_content_page_edit',
  5261.                                     'param' => [
  5262.                                         'id' => 19,
  5263.                                         'return' => 'agreement',
  5264.                                     ],
  5265.                                 ],
  5266.                                 'shop_payment' => [
  5267.                                     'name' => 'admin.setting.shop.payment_setting',
  5268.                                     'url' => 'admin_setting_shop_payment',
  5269.                                 ],
  5270.                                 'shop_delivery' => [
  5271.                                     'name' => 'admin.setting.shop.delivery_setting',
  5272.                                     'url' => 'admin_setting_shop_delivery',
  5273.                                 ],
  5274.                                 'shop_tax' => [
  5275.                                     'name' => 'admin.setting.shop.tax_setting',
  5276.                                     'url' => 'admin_setting_shop_tax',
  5277.                                 ],
  5278.                                 'shop_mail' => [
  5279.                                     'name' => 'admin.setting.shop.mail_setting',
  5280.                                     'url' => 'admin_setting_shop_mail',
  5281.                                 ],
  5282.                                 'shop_csv' => [
  5283.                                     'name' => 'admin.setting.shop.csv_setting',
  5284.                                     'url' => 'admin_setting_shop_csv',
  5285.                                 ],
  5286.                                 'shop_order_status' => [
  5287.                                     'name' => 'admin.setting.shop.order_status_setting',
  5288.                                     'url' => 'admin_setting_shop_order_status',
  5289.                                 ],
  5290.                                 'shop_calendar' => [
  5291.                                     'name' => 'admin.setting.shop.calendar_setting',
  5292.                                     'url' => 'admin_setting_shop_calendar',
  5293.                                 ],
  5294.                             ],
  5295.                         ],
  5296.                         'system' => [
  5297.                             'name' => 'admin.setting.system',
  5298.                             'children' => [
  5299.                                 'member' => [
  5300.                                     'name' => 'admin.setting.system.member_management',
  5301.                                     'url' => 'admin_setting_system_member',
  5302.                                 ],
  5303.                                 'authority' => [
  5304.                                     'name' => 'admin.setting.system.authority_management',
  5305.                                     'url' => 'admin_setting_system_authority',
  5306.                                 ],
  5307.                                 'security' => [
  5308.                                     'name' => 'admin.setting.system.security_management',
  5309.                                     'url' => 'admin_setting_system_security',
  5310.                                 ],
  5311.                                 'login_history' => [
  5312.                                     'name' => 'admin.setting.system.login_history',
  5313.                                     'url' => 'admin_setting_system_login_history',
  5314.                                 ],
  5315.                                 'log' => [
  5316.                                     'name' => 'admin.setting.system.log_display',
  5317.                                     'url' => 'admin_setting_system_log',
  5318.                                 ],
  5319.                                 'masterdata' => [
  5320.                                     'name' => 'admin.setting.system.master_data_management',
  5321.                                     'url' => 'admin_setting_system_masterdata',
  5322.                                 ],
  5323.                                 'system_index' => [
  5324.                                     'name' => 'admin.setting.system.system_info',
  5325.                                     'url' => 'admin_setting_system_system',
  5326.                                 ],
  5327.                             ],
  5328.                         ],
  5329.                     ],
  5330.                 ],
  5331.                 'store' => [
  5332.                     'name' => 'admin.store',
  5333.                     'icon' => 'fa-plug',
  5334.                     'children' => [
  5335.                         'plugin' => [
  5336.                             'name' => 'admin.store.plugin',
  5337.                             'children' => [
  5338.                                 'plugin_owners_search' => [
  5339.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  5340.                                     'url' => 'admin_store_plugin_owners_search',
  5341.                                 ],
  5342.                                 'plugin_list' => [
  5343.                                     'name' => 'admin.store.plugin.plugin_list',
  5344.                                     'url' => 'admin_store_plugin',
  5345.                                 ],
  5346.                             ],
  5347.                         ],
  5348.                         'template' => [
  5349.                             'name' => 'admin.store.template',
  5350.                             'children' => [
  5351.                                 'template_list' => [
  5352.                                     'name' => 'admin.store.template.template_list',
  5353.                                     'url' => 'admin_store_template',
  5354.                                 ],
  5355.                                 'template_install' => [
  5356.                                     'name' => 'admin.store.template.template_install',
  5357.                                     'url' => 'admin_store_template_install',
  5358.                                 ],
  5359.                             ],
  5360.                         ],
  5361.                         'authentication_setting' => [
  5362.                             'name' => 'admin.store.setting',
  5363.                             'url' => 'admin_store_authentication_setting',
  5364.                         ],
  5365.                     ],
  5366.                 ],
  5367.             ],
  5368.             'TEL_NO' => '0120-115-116',
  5369.             'FAX_NO' => '03-5909-3352',
  5370.             'BUSINESS_HOUR_FROM_TIME' => '09:00:00',
  5371.             'BUSINESS_HOUR_TO_TIME' => '18:00:00',
  5372.             'ITEM_PAGE_REVIEW_LIMIT' => 50,
  5373.             'PREFECTURE_LIST' => [
  5374.                 => '',
  5375.                 => '北海道',
  5376.                 => '青森県',
  5377.                 => '岩手県',
  5378.                 => '宮城県',
  5379.                 => '秋田県',
  5380.                 => '山形県',
  5381.                 => '福島県',
  5382.                 => '茨城県',
  5383.                 => '栃木県',
  5384.                 10 => '群馬県',
  5385.                 11 => '埼玉県',
  5386.                 12 => '千葉県',
  5387.                 13 => '東京都',
  5388.                 14 => '神奈川県',
  5389.                 15 => '新潟県',
  5390.                 16 => '富山県',
  5391.                 17 => '石川県',
  5392.                 18 => '福井県',
  5393.                 19 => '山梨県',
  5394.                 20 => '長野県',
  5395.                 21 => '岐阜県',
  5396.                 22 => '静岡県',
  5397.                 23 => '愛知県',
  5398.                 24 => '三重県',
  5399.                 25 => '滋賀県',
  5400.                 26 => '京都府',
  5401.                 27 => '大阪府',
  5402.                 28 => '兵庫県',
  5403.                 29 => '奈良県',
  5404.                 30 => '和歌山県',
  5405.                 31 => '鳥取県',
  5406.                 32 => '島根県',
  5407.                 33 => '岡山県',
  5408.                 34 => '広島県',
  5409.                 35 => '山口県',
  5410.                 36 => '徳島県',
  5411.                 37 => '香川県',
  5412.                 38 => '愛媛県',
  5413.                 39 => '高知県',
  5414.                 40 => '福岡県',
  5415.                 41 => '佐賀県',
  5416.                 42 => '長崎県',
  5417.                 43 => '熊本県',
  5418.                 44 => '大分県',
  5419.                 45 => '宮崎県',
  5420.                 46 => '鹿児島県',
  5421.                 47 => '沖縄県',
  5422.             ],
  5423.             'PAYMENT_TYPE_LIST' => [
  5424.                 => 'クレジットカード',
  5425.                 => '銀行振込',
  5426.                 => '代金引換',
  5427.                 => '売掛',
  5428.                 => 'サンプル申込み',
  5429.                 => '後払い',
  5430.                 => '後払い',
  5431.                 10 => 'Amazon',
  5432.             ],
  5433.             'SITE_TYPE_LIST' => [
  5434.                 => 'ユニフォームタウン',
  5435.                 => 'スタッフジャンパータウン',
  5436.                 => '事務服通販PEACH',
  5437.                 => '作業服ガテン',
  5438.                 => '楽天',
  5439.                 => '飲食店コックウェア',
  5440.                 => '作業服ジョー',
  5441.                 => 'Amazon',
  5442.             ],
  5443.             'DOW_LIST' => [
  5444.                 => '日',
  5445.                 => '月',
  5446.                 => '火',
  5447.                 => '水',
  5448.                 => '木',
  5449.                 => '金',
  5450.                 => '土',
  5451.             ],
  5452.             'PRINT_NAME' => [
  5453.                 => 'シルクプリント',
  5454.                 => 'デジタル転写',
  5455.                 => '刺繍',
  5456.                 => 'マジックプリント',
  5457.             ],
  5458.             'PRINT_LOT' => 2000,
  5459.             'ESTIMATE_TEXT' => [
  5460.                 'Text01' => [
  5461.                     => '型代(水性)',
  5462.                     => '型代(油性)',
  5463.                     => 'その他',
  5464.                 ],
  5465.                 'Text02' => '円×',
  5466.                 'Text03' => '代:',
  5467.                 'Text04' => '点',
  5468.                 'Text05' => '円',
  5469.                 'Text06' => '小口チャージ料',
  5470.                 'Text07' => 'パンチ代:',
  5471.                 'Text08' => '圧着代',
  5472.                 'Text09' => '小計',
  5473.                 'Text10' => '円税込',
  5474.                 'Text11' => '型代',
  5475.                 'Text12' => '版',
  5476.                 'Text13' => 'シート代:',
  5477.                 'Text14' => 'シート',
  5478.                 'Text15' => '圧着代',
  5479.                 'Text16' => '色',
  5480.                 'Text17' => 'mm',
  5481.                 'Text18' => '×',
  5482.                 'Text19' => 'プリント代:',
  5483.                 'Text20' => '数量計',
  5484.                 'Text21' => '裾上げオプション',
  5485.                 'Text22' => '裾上げ:',
  5486.                 'Text23' => '/在庫:',
  5487.                 'Text31' => '送料',
  5488.                 'Text32' => '未計算',
  5489.                 'Text33' => '中継料',
  5490.                 'Text34' => '送料サービス',
  5491.                 'Text35' => '手数料',
  5492.                 'Text36' => '手数料サービス',
  5493.                 'Text37' => '大口割引',
  5494.                 'Text38' => '合計(税込)',
  5495.                 'Text39' => '1点あたり(税込)',
  5496.                 'Text40' => 10,
  5497.             ],
  5498.             'ESTIMATE_YOHAKU' => 10,
  5499.             'ESTIMATE_WHOIT_ONLY' => '/ffffff/i',
  5500.             'ESTIMATE_DETAIL_LIST' => [
  5501.                 993 => [
  5502.                     'code' => '993',
  5503.                     'name' => '型代',
  5504.                     'tanni1' => '色',
  5505.                     'tanni2' => '',
  5506.                 ],
  5507.                 996 => [
  5508.                     'code' => '996',
  5509.                     'name' => 'プリント代',
  5510.                     'tanni1' => '点',
  5511.                     'tanni2' => '',
  5512.                 ],
  5513.                 995 => [
  5514.                     'code' => '995',
  5515.                     'name' => 'シート代',
  5516.                     'tanni1' => 'シート',
  5517.                     'tanni2' => '',
  5518.                 ],
  5519.                 997 => [
  5520.                     'code' => '997',
  5521.                     'name' => '圧着代',
  5522.                     'tanni1' => '',
  5523.                     'tanni2' => '点',
  5524.                 ],
  5525.                 907 => [
  5526.                     'code' => '907',
  5527.                     'name' => 'パンチ代',
  5528.                     'tanni1' => '色',
  5529.                     'tanni2' => '',
  5530.                 ],
  5531.                 904 => [
  5532.                     'code' => '904',
  5533.                     'name' => '刺繍代',
  5534.                     'tanni1' => '点',
  5535.                     'tanni2' => '',
  5536.                 ],
  5537.                 901 => [
  5538.                     'code' => '901',
  5539.                     'name' => 'ワッペン代',
  5540.                     'tanni1' => '色',
  5541.                     'tanni2' => '',
  5542.                 ],
  5543.                 902 => [
  5544.                     'code' => '902',
  5545.                     'name' => 'ワッペン取付け代',
  5546.                     'tanni1' => '色',
  5547.                     'tanni2' => '',
  5548.                 ],
  5549.                 999 => [
  5550.                     'code' => '999',
  5551.                     'name' => 'その他',
  5552.                     'tanni1' => '',
  5553.                     'tanni2' => '',
  5554.                 ],
  5555.                 955 => [
  5556.                     'code' => '955',
  5557.                     'name' => '社名刺繍無料キャンペーン',
  5558.                     'tanni1' => '',
  5559.                     'tanni2' => '',
  5560.                 ],
  5561.             ],
  5562.             'ESTIMATE_REPEAT' => [
  5563.                 'day' => 365,
  5564.                 => [
  5565.                     'under' => 0,
  5566.                     'orver' => 50,
  5567.                 ],
  5568.                 => [
  5569.                     'under' => 0,
  5570.                     'orver' => 100,
  5571.                 ],
  5572.                 => [
  5573.                     'under' => 0,
  5574.                     'orver' => 0,
  5575.                 ],
  5576.                 => [
  5577.                     'under' => 100,
  5578.                     'orver' => 100,
  5579.                 ],
  5580.             ],
  5581.             'NEW_KAKUNIN_OTHER_AMOUNTS_LIST' => [
  5582.                 => [
  5583.                     'no' => '3',
  5584.                     'hinmei' => '送料',
  5585.                     'kataban' => '998',
  5586.                     'field' => 'oh_sendcharge',
  5587.                 ],
  5588.                 => [
  5589.                     'no' => '7',
  5590.                     'hinmei' => '送料サービス',
  5591.                     'kataban' => '955',
  5592.                     'field' => 'oh_sendcharge_service',
  5593.                 ],
  5594.                 => [
  5595.                     'no' => '4',
  5596.                     'hinmei' => '代引手数料',
  5597.                     'kataban' => '911',
  5598.                     'field' => 'oh_daibiki',
  5599.                 ],
  5600.                 => [
  5601.                     'no' => '8',
  5602.                     'hinmei' => '代引手数料サービス',
  5603.                     'kataban' => '955',
  5604.                     'field' => 'oh_daibiki_service',
  5605.                 ],
  5606.                 => [
  5607.                     'no' => '6',
  5608.                     'hinmei' => '大口割引',
  5609.                     'kataban' => '955',
  5610.                     'field' => 'oh_discount',
  5611.                 ],
  5612.                 => [
  5613.                     'no' => '9',
  5614.                     'hinmei' => '特別値引き',
  5615.                     'kataban' => '955',
  5616.                     'field' => 'oh_discount_kessai',
  5617.                 ],
  5618.                 => [
  5619.                     'no' => '10',
  5620.                     'hinmei' => '楽天ポイント',
  5621.                     'kataban' => '955',
  5622.                     'field' => 'oh_rakuten_used_point',
  5623.                 ],
  5624.                 => [
  5625.                     'no' => '11',
  5626.                     'hinmei' => '楽天クーポン',
  5627.                     'kataban' => '955',
  5628.                     'field' => 'oh_rakuten_coupon',
  5629.                 ],
  5630.                 => [
  5631.                     'no' => '14',
  5632.                     'hinmei' => 'クーポン',
  5633.                     'kataban' => '955',
  5634.                     'field' => 'oh_coupon_discount',
  5635.                 ],
  5636.             ],
  5637.             'LM_EMAIL_FROM_ADMIN' => 'info@l-m.co.jp',
  5638.             'LM_EMAIL_TO_ADMIN' => 'info@l-m.co.jp',
  5639.             'CommonContents' => [
  5640.                 'SITE_TYPE_UT' => 1,
  5641.                 'SITE_TYPE_PEACH' => 3,
  5642.                 'DEVICE_TYPE_PC' => 'pc',
  5643.                 'DEVICE_TYPE_SP' => 'sp',
  5644.                 'PAGE_TYPE_ALL' => 'all',
  5645.                 'PAGE_TYPE_TOP' => 'top',
  5646.                 'PAGE_TYPE_SUPER_CATEGORY' => 'super-category',
  5647.                 'PAGE_TYPE_ITEM' => 'item',
  5648.                 'POSITION_HEADER' => 'header',
  5649.                 'POSITION_ABOVE_CART' => 'above-cart',
  5650.                 'IS_NOT_SUPER_CATEGORY_ID' => 0,
  5651.             ],
  5652.             'EditSpMenu' => [
  5653.                 'MENU_NAME_COMMON' => 'common',
  5654.                 'MENU_NAME_CATEGORY' => 'category',
  5655.                 'BOOL_TRUE' => 1,
  5656.                 'BOOL_FALSE' => 0,
  5657.             ],
  5658.             'EstimatetValid' => [
  5659.                 'SUSOAGE_NAME_MAX' => 10,
  5660.                 'IMAGE_EXT' => [
  5661.                     => 'jpg',
  5662.                     => 'jpeg',
  5663.                     => 'gif',
  5664.                     => 'png',
  5665.                     => 'xls',
  5666.                     => 'xlsx',
  5667.                     => 'doc',
  5668.                     => 'docx',
  5669.                     => 'ai',
  5670.                     => 'ps',
  5671.                     10 => 'psd',
  5672.                     11 => 'pdf',
  5673.                     12 => 'ppt',
  5674.                     13 => 'pptx',
  5675.                     14 => 'zip',
  5676.                 ],
  5677.             ],
  5678.             'KIJI_THICKNESS_LIST' => [
  5679.                 => [
  5680.                     'id' => 1,
  5681.                     'name' => '薄い',
  5682.                 ],
  5683.                 => [
  5684.                     'id' => 2,
  5685.                     'name' => 'やや薄い',
  5686.                 ],
  5687.                 => [
  5688.                     'id' => 5,
  5689.                     'name' => '普通',
  5690.                 ],
  5691.                 => [
  5692.                     'id' => 3,
  5693.                     'name' => 'やや厚い',
  5694.                 ],
  5695.                 => [
  5696.                     'id' => 4,
  5697.                     'name' => '厚い',
  5698.                 ],
  5699.             ],
  5700.             'KIJI_HARDNESS_LIST' => [
  5701.                 => [
  5702.                     'id' => 1,
  5703.                     'name' => '柔らかい',
  5704.                 ],
  5705.                 => [
  5706.                     'id' => 2,
  5707.                     'name' => 'やや柔らかい',
  5708.                 ],
  5709.                 => [
  5710.                     'id' => 5,
  5711.                     'name' => '普通',
  5712.                 ],
  5713.                 => [
  5714.                     'id' => 3,
  5715.                     'name' => 'やや硬い',
  5716.                 ],
  5717.                 => [
  5718.                     'id' => 4,
  5719.                     'name' => '硬い',
  5720.                 ],
  5721.             ],
  5722.             'KIJI_STRETCH_LIST' => [
  5723.                 => [
  5724.                     'id' => 1,
  5725.                     'name' => 'ほぼ伸びない',
  5726.                 ],
  5727.                 => [
  5728.                     'id' => 2,
  5729.                     'name' => '少し伸びる',
  5730.                 ],
  5731.                 => [
  5732.                     'id' => 3,
  5733.                     'name' => 'すごく伸びる',
  5734.                 ],
  5735.             ],
  5736.             'FILE_UPLOAD' => [
  5737.                 'default' => [
  5738.                     'max_file_number' => 3,
  5739.                     'max_file_size_per_file' => '3MB',
  5740.                     'max_file_size_total' => '10MB',
  5741.                 ],
  5742.             ],
  5743.             'env(MAILER_DSN)' => 'null://null',
  5744.             'eccube.twig_sandbox.allowed_tags' => [
  5745.                 => 'apply',
  5746.                 => 'block',
  5747.                 => 'deprecated',
  5748.                 => 'embed',
  5749.                 => 'extends',
  5750.                 => 'flush',
  5751.                 => 'for',
  5752.                 => 'if',
  5753.                 => 'set',
  5754.                 => 'spaceless',
  5755.                 10 => 'verbatim',
  5756.                 11 => 'with',
  5757.                 12 => 'form_theme',
  5758.                 13 => 'stopwatch',
  5759.                 14 => 'trans',
  5760.                 15 => 'trans_default_domain',
  5761.             ],
  5762.             'eccube.twig_sandbox.allowed_filters' => [
  5763.                 => 'abs',
  5764.                 => 'batch',
  5765.                 => 'capitalize',
  5766.                 => 'column',
  5767.                 => 'convert_encoding',
  5768.                 => 'country_name',
  5769.                 => 'currency_name',
  5770.                 => 'currency_symbol',
  5771.                 => 'date',
  5772.                 => 'date_modify',
  5773.                 10 => 'default',
  5774.                 11 => 'escape',
  5775.                 12 => 'first',
  5776.                 13 => 'format',
  5777.                 14 => 'format_currency',
  5778.                 15 => 'format_date',
  5779.                 16 => 'format_datetime',
  5780.                 17 => 'format_number',
  5781.                 18 => 'format_time',
  5782.                 19 => 'join',
  5783.                 20 => 'json_encode',
  5784.                 21 => 'keys',
  5785.                 22 => 'language_name',
  5786.                 23 => 'last',
  5787.                 24 => 'length',
  5788.                 25 => 'locale_name',
  5789.                 26 => 'lower',
  5790.                 27 => 'merge',
  5791.                 28 => 'nl2br',
  5792.                 29 => 'number_format',
  5793.                 30 => 'replace',
  5794.                 31 => 'reverse',
  5795.                 32 => 'round',
  5796.                 33 => 'slice',
  5797.                 34 => 'spaceless',
  5798.                 35 => 'split',
  5799.                 36 => 'striptags',
  5800.                 37 => 'timezone_name',
  5801.                 38 => 'title',
  5802.                 39 => 'trim',
  5803.                 40 => 'upper',
  5804.                 41 => 'url_encode',
  5805.                 42 => 'abbr_class',
  5806.                 43 => 'abbr_method',
  5807.                 44 => 'file_link',
  5808.                 45 => 'file_relative',
  5809.                 46 => 'format_args',
  5810.                 47 => 'format_args_as_text',
  5811.                 48 => 'humanize',
  5812.                 49 => 'serialize',
  5813.                 50 => 'trans',
  5814.                 51 => 'yaml_dump',
  5815.                 52 => 'yaml_encode',
  5816.                 53 => 'currency_symbol',
  5817.                 54 => 'date_day',
  5818.                 55 => 'date_day_with_weekday',
  5819.                 56 => 'date_format',
  5820.                 57 => 'date_min',
  5821.                 58 => 'date_sec',
  5822.                 59 => 'doctrine_format_sql',
  5823.                 60 => 'doctrine_prettify_sql',
  5824.                 61 => 'doctrine_pretty_query',
  5825.                 62 => 'doctrine_replace_query_parameters',
  5826.                 63 => 'e',
  5827.                 64 => 'ellipsis',
  5828.                 65 => 'file_ext_icon',
  5829.                 66 => 'form_encode_currency',
  5830.                 67 => 'format_*_number',
  5831.                 68 => 'format_log_message',
  5832.                 69 => 'no_image_product',
  5833.                 70 => 'price',
  5834.                 71 => 'purify',
  5835.                 72 => 'time_ago',
  5836.             ],
  5837.             'eccube.twig_sandbox.allowed_functions' => [
  5838.                 => 'cycle',
  5839.                 => 'date',
  5840.                 => 'max',
  5841.                 => 'min',
  5842.                 => 'random',
  5843.                 => 'range',
  5844.                 => 'country_timezones',
  5845.                 => 'absolute_url',
  5846.                 => 'asset',
  5847.                 => 'asset_version',
  5848.                 10 => 'csrf_token',
  5849.                 11 => 'form_parent',
  5850.                 12 => 'fragment_uri',
  5851.                 13 => 'impersonation_exit_path',
  5852.                 14 => 'impersonation_exit_url',
  5853.                 15 => 'is_granted',
  5854.                 16 => 'logout_path',
  5855.                 17 => 'logout_url',
  5856.                 18 => 'path',
  5857.                 19 => 'relative_path',
  5858.                 20 => 't',
  5859.                 21 => 'url',
  5860.                 22 => 'active_menus',
  5861.                 23 => 'class_categories_as_json',
  5862.                 24 => 'country_names',
  5863.                 25 => 'csrf_token_for_anchor',
  5864.                 26 => 'currency_names',
  5865.                 27 => 'currency_symbol',
  5866.                 28 => 'field_choices',
  5867.                 29 => 'field_errors',
  5868.                 30 => 'field_help',
  5869.                 31 => 'field_label',
  5870.                 32 => 'field_name',
  5871.                 33 => 'field_value',
  5872.                 34 => 'get_all_carts',
  5873.                 35 => 'get_cart',
  5874.                 36 => 'get_carts_total_price',
  5875.                 37 => 'get_carts_total_quantity',
  5876.                 38 => 'has_errors',
  5877.                 39 => 'is_reduced_tax_rate',
  5878.                 40 => 'language_names',
  5879.                 41 => 'product',
  5880.                 42 => 'workflow_can',
  5881.                 43 => 'workflow_has_marked_place',
  5882.                 44 => 'workflow_marked_places',
  5883.                 45 => 'workflow_metadata',
  5884.                 46 => 'workflow_transition',
  5885.                 47 => 'workflow_transition_blockers',
  5886.                 48 => 'workflow_transitions',
  5887.             ],
  5888.             'eccube.twig_sandbox.allowed_methods' => [
  5889.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  5890.                     => 'getrequest',
  5891.                 ],
  5892.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  5893.                     => 'geturi',
  5894.                 ],
  5895.             ],
  5896.             'eccube.twig_sandbox.allowed_properties' => [
  5897.             ],
  5898.             'amazon_pay_v2' => [
  5899.                 'test_account' => [
  5900.                     'seller_id' => 'A2A80MN1XQCQBA',
  5901.                     'public_key_id' => 'AGWGWRKYSUOV4KUBKCQNV4UB',
  5902.                     'private_key_path' => 'app/Plugin/AmazonPayV2_42/Resource/key/Test_Eccube_Demo_AmazonPay.pem',
  5903.                 ],
  5904.                 'max_billable_amount' => 70000,
  5905.                 'amazon_sc_url' => 'https://sellercentral.amazon.co.jp/hz/me/pmd/payment-details?orderReferenceId=',
  5906.                 'toggle' => [
  5907.                     'off' => 0,
  5908.                     'on' => 1,
  5909.                 ],
  5910.                 'account_mode' => [
  5911.                     'shared' => 1,
  5912.                     'owned' => 2,
  5913.                 ],
  5914.                 'env' => [
  5915.                     'sandbox' => 1,
  5916.                     'prod' => 2,
  5917.                 ],
  5918.                 'sale' => [
  5919.                     'authori' => 1,
  5920.                     'capture' => 2,
  5921.                 ],
  5922.                 'button_place' => [
  5923.                     'auto' => 1,
  5924.                     'manual' => 2,
  5925.                 ],
  5926.                 'api' => [
  5927.                     'config' => [
  5928.                         'thlottle_err_limit' => 5,
  5929.                         'thlottle_sleep' => 2,
  5930.                         'authorize_limit' => 3,
  5931.                     ],
  5932.                     'payload' => [
  5933.                         'currency_code' => 'JPY',
  5934.                     ],
  5935.                     'prod' => [
  5936.                         'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  5937.                     ],
  5938.                     'sandbox' => [
  5939.                         'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  5940.                     ],
  5941.                     'error' => [
  5942.                         'payment_method_not_allowed' => 1,
  5943.                         'invalid_payment_method' => 2,
  5944.                         'amazon_rejected' => 3,
  5945.                         'transaction_timeout' => 4,
  5946.                     ],
  5947.                 ],
  5948.             ],
  5949.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  5950.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  5951.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  5952.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  5953.             'product_review_display_count_min' => 1,
  5954.             'product_review_display_count_max' => 30,
  5955.             'plugin_recommend.text_area_len' => 4000,
  5956.             'related_product.text_area_len' => 4000,
  5957.             'related_product.max_item_count' => 6,
  5958.             'sales_report_product_maximum_display' => 20,
  5959.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  5960.             'zeus_payment_name' => 'ゼウス決済',
  5961.             'zeus_payment_page_name' => 'ゼウス決済画面',
  5962.             'zeus_plugin_code' => 'ZeusPayment42',
  5963.             'zeuspayment_urlpath' => '/app/plugin/ZeusPayment42',
  5964.             'zeuspayment_img_urlpath' => 'ZeusPayment42/assets/img',
  5965.             'zeus_cvs_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/cvs.cgi',
  5966.             'zeus_edy_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/edy.cgi',
  5967.             'zeus_ebank_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/ebank.cgi',
  5968.             'zeus_secure_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  5969.             'zeus_secure_3d_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  5970.             'zeus_secure_3d_information_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  5971.             'zeus_fetch_customer_info_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  5972.             'zeus_get_token_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/token/token.cgi',
  5973.             'zeus_secure_link_batch_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi',
  5974.             'later' => [
  5975.                 'transaction_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/transaction.do',
  5976.                 'modifytransaction_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/modifytransaction.do',
  5977.                 'getauthori_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/getauthori.do',
  5978.                 'shipping_request_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/shippingrequest.do',
  5979.                 'link_id' => 'sbifsprd01',
  5980.             ],
  5981.             'zeus_resp_server_ips' => '210.164.6.67,202.221.139.50',
  5982.             'zeus_auth_error_message' => '決済が失敗しました。他のお支払い方法をご選択ください。',
  5983.             'zeus_processing_error_message' => '別タブ(ウィンドウ)で決済処理中です、複数タブ(ウィンドウ)で操作しないでください。',
  5984.             'zeus_sale_type_update_success_message' => '配送先情報を登録しました。',
  5985.             'zeus_sale_type_update_error_message' => '配送先情報を登録失敗しました。',
  5986.             'zeus_payment_method_credit' => 'ZEUSクレジット決済',
  5987.             'zeus_payment_method_cvs' => 'ZEUSコンビニ決済',
  5988.             'zeus_payment_method_edy' => 'ZEUS楽天Edy決済',
  5989.             'zeus_payment_method_ebank' => 'ZEUS銀行振込決済',
  5990.             'zeus_payment_method_later' => 'ZEUS後払い決済',
  5991.             'zeus_payment_3ds2_norisk' => true,
  5992.             'zeus_edy_paid' => 4,
  5993.             'zeus_edy_failed' => 5,
  5994.             'zeus_credit_options' => [
  5995.                 'payment_choices' => [
  5996.                     '01' => '一括払い',
  5997.                     '03' => '3回払い',
  5998.                     '05' => '5回払い',
  5999.                     '06' => '6回払い',
  6000.                     10 => '10回払い',
  6001.                     12 => '12回払い',
  6002.                     15 => '15回払い',
  6003.                     18 => '18回払い',
  6004.                     20 => '20回払い',
  6005.                     24 => '24回払い',
  6006.                     99 => 'リボ払い',
  6007.                 ],
  6008.             ],
  6009.             'zeus_later_delivery_company_code' => [
  6010.                 '佐川急便' => 11,
  6011.                 'ヤマト運輸' => 12,
  6012.                 '郵便書留' => 15,
  6013.                 'ゆうパック' => 16,
  6014.                 'エコ配' => 27,
  6015.                 '福山通運' => 18,
  6016.                 '西濃運輸' => 14,
  6017.                 '日本通運' => 13,
  6018.                 'JPロジスティクス' => 26,
  6019.                 'セイノーエクスプレス' => 30,
  6020.                 '名鉄運輸' => 21,
  6021.                 '信州名鉄運輸' => 23,
  6022.                 '新潟運輸' => 20,
  6023.                 'トナミ運輸' => 29,
  6024.                 '大川配送サービス' => 31,
  6025.                 'プラスサービス' => 32,
  6026.             ],
  6027.             'eccube_config_routes_dir' => (\dirname(__DIR__4).'/app/config/eccube/routes/'),
  6028.             'Customize_dir' => (\dirname(__DIR__4).'/app/Customize/'),
  6029.             'Customize_Yamj_dir' => (\dirname(__DIR__4).'/app/Customize/Resource/Yaml/'),
  6030.             'Payment_Charge_free' => 10000,
  6031.             'Payment_Charge' => [
  6032.                 => [
  6033.                     => [
  6034.                         'more' => 0,
  6035.                         'fee' => 330,
  6036.                     ],
  6037.                     => [
  6038.                         'more' => 10000,
  6039.                         'fee' => 440,
  6040.                     ],
  6041.                     => [
  6042.                         'more' => 30000,
  6043.                         'fee' => 660,
  6044.                     ],
  6045.                     => [
  6046.                         'more' => 100000,
  6047.                         'fee' => 1100,
  6048.                     ],
  6049.                 ],
  6050.                 10 => [
  6051.                     => [
  6052.                         'more' => 0,
  6053.                         'fee' => 350,
  6054.                     ],
  6055.                     => [
  6056.                         'more' => 10000,
  6057.                         'fee' => 0,
  6058.                     ],
  6059.                 ],
  6060.                 11 => [
  6061.                     => [
  6062.                         'more' => 0,
  6063.                         'fee' => 350,
  6064.                     ],
  6065.                     => [
  6066.                         'more' => 10000,
  6067.                         'fee' => 0,
  6068.                     ],
  6069.                 ],
  6070.             ],
  6071.             'CouponCode_Regex' => '^[0-9a-zA-z]{1,20}$',
  6072.             'CatalogProdctClassId' => 705463,
  6073.             'SampleLimit' => 1,
  6074.             'SampleItemMax' => 10,
  6075.             'Stocklimit' => [
  6076.                 => 9999,
  6077.                 => 9999,
  6078.             ],
  6079.             'LargeDiscount' => [
  6080.                 => [
  6081.                     'more' => 100000,
  6082.                     'discount' => 5,
  6083.                 ],
  6084.                 => [
  6085.                     'more' => 300000,
  6086.                     'discount' => 10,
  6087.                 ],
  6088.                 => [
  6089.                     'more' => 1000000,
  6090.                     'discount' => 13,
  6091.                 ],
  6092.             ],
  6093.             'BunkaruFlg' => false,
  6094.             'Filter' => [
  6095.                 'ImagePath' => [
  6096.                     'Enabled' => 1,
  6097.                 ],
  6098.                 'Slider' => [
  6099.                     'Enabled' => 1,
  6100.                 ],
  6101.                 'RemoveComment' => [
  6102.                     'Enabled' => 1,
  6103.                 ],
  6104.                 'AjaxPrice' => [
  6105.                     'Enabled' => 1,
  6106.                 ],
  6107.                 'Webp' => [
  6108.                     'Enabled' => 1,
  6109.                 ],
  6110.             ],
  6111.             'BreadCrumbs' => [
  6112.                 'itemtyp' => [
  6113.                     => 'https://schema.org/BreadcrumbList',
  6114.                     => 'http://schema.org/ListItem',
  6115.                 ],
  6116.             ],
  6117.             'GoodsSetPurchase' => [
  6118.                 'SeparateSubGoodsColor' => true,
  6119.                 'NewUI' => [
  6120.                     'Enabled' => true,
  6121.                     'ColorSelector' => [
  6122.                         'Enabled' => true,
  6123.                         'ShowCaption' => true,
  6124.                     ],
  6125.                     'SizeSelector' => [
  6126.                         'Enabled' => true,
  6127.                         'ShowCaption' => true,
  6128.                     ],
  6129.                 ],
  6130.             ],
  6131.             'CartMatrix' => [
  6132.                 'SP' => [
  6133.                     'NewUI' => [
  6134.                         'Enabled' => true,
  6135.                         'ColorSelector' => [
  6136.                             'Enabled' => false,
  6137.                             'ShowCaption' => false,
  6138.                         ],
  6139.                         'SizeSelector' => [
  6140.                             'Enabled' => true,
  6141.                             'ShowCaption' => false,
  6142.                         ],
  6143.                     ],
  6144.                 ],
  6145.             ],
  6146.             'SHOPPING' => [
  6147.                 'RECEIPT' => [
  6148.                     'UNACCEPTABLE_PAYMENT_TYPE_LIST' => [
  6149.                         => [
  6150.                             'message' => '「代金引換」の場合は、送り状の部分が正式の領収証となります。ご了承ください。',
  6151.                         ],
  6152.                         10 => [
  6153.                             'message' => '後払いの場合、領収証の発行はできません。',
  6154.                         ],
  6155.                         11 => [
  6156.                             'message' => '後払いの場合、領収証の発行はできません。',
  6157.                         ],
  6158.                     ],
  6159.                 ],
  6160.             ],
  6161.             'MIX_PRINT_AND_SUSOAGE' => [
  6162.                 'Enabled' => true,
  6163.             ],
  6164.             'ZEUS_CARD_LINK_URL' => 'https://linkpt.cardservice.co.jp/cgi-bin/credit/order.cgi',
  6165.             'ZEUS_CARD_PAYMAET_ID' => 13,
  6166.             'ZEUS_CARD_SUBMIT' => 'クレジット決済ページへ',
  6167.             'ZEUS_CARD_LINK_POINT_ERROR' => 'カード決済が行えませんでした。',
  6168.             'eccube_rate_limiter_configs' => [
  6169.             ],
  6170.             'eccube.plugins.enabled' => [
  6171.                 => 'ZeusPayment4',
  6172.                 => 'AmazonPayV2',
  6173.                 => 'AmazonPayV2_42',
  6174.                 => 'ZeusPayment42',
  6175.             ],
  6176.             'eccube.plugins.disabled' => [
  6177.                 => 'Api42',
  6178.                 => 'Coupon42',
  6179.                 => 'MailMagazine42',
  6180.                 => 'ProductReview42',
  6181.                 => 'Recommend42',
  6182.                 => 'RelatedProduct42',
  6183.                 => 'SalesReport42',
  6184.                 => 'Securitychecker42',
  6185.                 => 'SiteKit42',
  6186.             ],
  6187.             'event_dispatcher.event_aliases' => [
  6188.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6189.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6190.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6191.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6192.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6193.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6194.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6195.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6196.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6197.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6198.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6199.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6200.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6201.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6202.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6203.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6204.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6205.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6206.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6207.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6208.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6209.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6210.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6211.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6212.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6213.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6214.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6215.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6216.             ],
  6217.             'fragment.renderer.hinclude.global_template' => NULL,
  6218.             'fragment.path' => '/_fragment',
  6219.             'kernel.http_method_override' => true,
  6220.             'kernel.trusted_hosts' => [
  6221.             ],
  6222.             'kernel.enabled_locales' => [
  6223.             ],
  6224.             'kernel.error_controller' => 'error_controller',
  6225.             'debug.file_link_format' => NULL,
  6226.             'asset.request_context.base_path' => NULL,
  6227.             'asset.request_context.secure' => NULL,
  6228.             'translator.logging' => false,
  6229.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6230.             'debug.error_handler.throw_at' => -1,
  6231.             'router.request_context.host' => 'localhost',
  6232.             'router.request_context.scheme' => 'http',
  6233.             'router.request_context.base_url' => '',
  6234.             'router.resource' => 'kernel::loadRoutes',
  6235.             'request_listener.http_port' => 80,
  6236.             'request_listener.https_port' => 443,
  6237.             'session.metadata.storage_key' => '_sf2_meta',
  6238.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  6239.             'session.metadata.update_threshold' => 0,
  6240.             'form.type_extension.csrf.enabled' => true,
  6241.             'form.type_extension.csrf.field_name' => '_token',
  6242.             'validator.translation_domain' => 'validators',
  6243.             'profiler_listener.only_exceptions' => false,
  6244.             'profiler_listener.only_main_requests' => false,
  6245.             'security.role_hierarchy.roles' => [
  6246.             ],
  6247.             'security.access.denied_url' => NULL,
  6248.             'security.authentication.manager.erase_credentials' => true,
  6249.             'security.authentication.session_strategy.strategy' => 'migrate',
  6250.             'security.access.always_authenticate_before_granting' => false,
  6251.             'security.authentication.hide_user_not_found' => true,
  6252.             'security.firewalls' => [
  6253.                 => 'dev',
  6254.                 => 'api',
  6255.                 => 'admin',
  6256.                 => 'customer',
  6257.             ],
  6258.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6259.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6260.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6261.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6262.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6263.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6264.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6265.             'doctrine.entity_managers' => [
  6266.                 'default' => 'doctrine.orm.default_entity_manager',
  6267.             ],
  6268.             'doctrine.default_entity_manager' => 'default',
  6269.             'doctrine.dbal.connection_factory.types' => [
  6270.                 'oauth2_grant' => [
  6271.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  6272.                 ],
  6273.                 'oauth2_redirect_uri' => [
  6274.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  6275.                 ],
  6276.                 'oauth2_scope' => [
  6277.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  6278.                 ],
  6279.             ],
  6280.             'doctrine.connections' => [
  6281.                 'default' => 'doctrine.dbal.default_connection',
  6282.             ],
  6283.             'doctrine.default_connection' => 'default',
  6284.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6285.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6286.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6287.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6288.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6289.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6290.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6291.             'doctrine.orm.cache.memcache_port' => 11211,
  6292.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6293.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6294.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6295.             'doctrine.orm.cache.memcached_port' => 11211,
  6296.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6297.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6298.             'doctrine.orm.cache.redis_host' => 'localhost',
  6299.             'doctrine.orm.cache.redis_port' => 6379,
  6300.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6301.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6302.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6303.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6304.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6305.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6306.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6307.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6308.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6309.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6310.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6311.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6312.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6313.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6314.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6315.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6316.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6317.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6318.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6319.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6320.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6321.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6322.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6323.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6324.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6325.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6326.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6327.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6328.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6329.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6330.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6331.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6332.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6333.             'monolog.use_microseconds' => true,
  6334.             'monolog.swift_mailer.handlers' => [
  6335.             ],
  6336.             'monolog.handlers_to_channels' => [
  6337.                 'monolog.handler.amazon_pay' => [
  6338.                     'type' => 'inclusive',
  6339.                     'elements' => [
  6340.                         => 'amazon_pay_v2',
  6341.                     ],
  6342.                 ],
  6343.                 'monolog.handler.console' => [
  6344.                     'type' => 'exclusive',
  6345.                     'elements' => [
  6346.                         => 'event',
  6347.                         => 'doctrine',
  6348.                         => 'console',
  6349.                     ],
  6350.                 ],
  6351.                 'monolog.handler.buffered' => [
  6352.                     'type' => 'exclusive',
  6353.                     'elements' => [
  6354.                         => 'event',
  6355.                     ],
  6356.                 ],
  6357.             ],
  6358.             'twig.form.resources' => [
  6359.                 => 'form_div_layout.html.twig',
  6360.                 => 'bootstrap_5_layout.html.twig',
  6361.             ],
  6362.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6363.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6364.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6365.             'web_profiler.debug_toolbar.mode' => 2,
  6366.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6367.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6368.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6369.             'knp_paginator.page_range' => 5,
  6370.             'knp_paginator.page_limit' => NULL,
  6371.             'doctrine.migrations.preferred_em' => NULL,
  6372.             'doctrine.migrations.preferred_connection' => NULL,
  6373.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  6374.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  6375.             'league.oauth2_server.encryption_key.type' => 'plain',
  6376.             'league.oauth2_server.scopes.default' => [
  6377.                 => 'read',
  6378.             ],
  6379.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6380.             'data_collector.templates' => [
  6381.                 'data_collector.request' => [
  6382.                     => 'request',
  6383.                     => '@WebProfiler/Collector/request.html.twig',
  6384.                 ],
  6385.                 'data_collector.time' => [
  6386.                     => 'time',
  6387.                     => '@WebProfiler/Collector/time.html.twig',
  6388.                 ],
  6389.                 'data_collector.memory' => [
  6390.                     => 'memory',
  6391.                     => '@WebProfiler/Collector/memory.html.twig',
  6392.                 ],
  6393.                 'data_collector.validator' => [
  6394.                     => 'validator',
  6395.                     => '@WebProfiler/Collector/validator.html.twig',
  6396.                 ],
  6397.                 'data_collector.ajax' => [
  6398.                     => 'ajax',
  6399.                     => '@WebProfiler/Collector/ajax.html.twig',
  6400.                 ],
  6401.                 'data_collector.form' => [
  6402.                     => 'form',
  6403.                     => '@WebProfiler/Collector/form.html.twig',
  6404.                 ],
  6405.                 'data_collector.exception' => [
  6406.                     => 'exception',
  6407.                     => '@WebProfiler/Collector/exception.html.twig',
  6408.                 ],
  6409.                 'data_collector.logger' => [
  6410.                     => 'logger',
  6411.                     => '@WebProfiler/Collector/logger.html.twig',
  6412.                 ],
  6413.                 'data_collector.events' => [
  6414.                     => 'events',
  6415.                     => '@WebProfiler/Collector/events.html.twig',
  6416.                 ],
  6417.                 'data_collector.router' => [
  6418.                     => 'router',
  6419.                     => '@WebProfiler/Collector/router.html.twig',
  6420.                 ],
  6421.                 'data_collector.cache' => [
  6422.                     => 'cache',
  6423.                     => '@WebProfiler/Collector/cache.html.twig',
  6424.                 ],
  6425.                 'data_collector.translation' => [
  6426.                     => 'translation',
  6427.                     => '@WebProfiler/Collector/translation.html.twig',
  6428.                 ],
  6429.                 'data_collector.security' => [
  6430.                     => 'security',
  6431.                     => '@Security/Collector/security.html.twig',
  6432.                 ],
  6433.                 'data_collector.twig' => [
  6434.                     => 'twig',
  6435.                     => '@WebProfiler/Collector/twig.html.twig',
  6436.                 ],
  6437.                 'data_collector.doctrine' => [
  6438.                     => 'db',
  6439.                     => '@Doctrine/Collector/db.html.twig',
  6440.                 ],
  6441.                 'doctrine_migrations.migrations_collector' => [
  6442.                     => 'doctrine_migrations',
  6443.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6444.                 ],
  6445.                 'data_collector.dump' => [
  6446.                     => 'dump',
  6447.                     => '@Debug/Profiler/dump.html.twig',
  6448.                 ],
  6449.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  6450.                 'mailer.data_collector' => [
  6451.                     => 'mailer',
  6452.                     => '@WebProfiler/Collector/mailer.html.twig',
  6453.                 ],
  6454.                 'data_collector.config' => [
  6455.                     => 'config',
  6456.                     => '@WebProfiler/Collector/config.html.twig',
  6457.                 ],
  6458.                 'eccube.collector.core' => [
  6459.                     => 'eccube_core',
  6460.                     => '@toolbar/eccube.html.twig',
  6461.                 ],
  6462.             ],
  6463.             'console.command.ids' => [
  6464.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  6465.             ],
  6466.         ];
  6467.     }
  6468.     protected function throw($message)
  6469.     {
  6470.         throw new RuntimeException($message);
  6471.     }
  6472. }