var/cache/dev/ContainerXaDJbmr/Eccube_KernelDevDebugContainer.php line 681

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