var/cache/dev/ContainerPt8mxPh/Eccube_KernelDevDebugContainer.php line 3085

Open in your IDE?
  1. <?php
  2. namespace ContainerPt8mxPh;
  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\\AbstractController' => 'getAbstractControllerService',
  83.             'Customize\\Controller\\CheckCustomerController' => 'getCheckCustomerControllerService',
  84.             'Customize\\Controller\\CreateCustomerController' => 'getCreateCustomerControllerService',
  85.             'Customize\\Controller\\CsvCheckController' => 'getCsvCheckControllerService',
  86.             'Customize\\Controller\\CustomShoppingController' => 'getCustomShoppingControllerService',
  87.             'Customize\\Controller\\CustomTopController' => 'getCustomTopControllerService',
  88.             'Customize\\Controller\\CustomerController' => 'getCustomerControllerService',
  89.             'Customize\\Controller\\DeleteCustomerController' => 'getDeleteCustomerControllerService',
  90.             'Customize\\Controller\\ForgotController' => 'getForgotControllerService',
  91.             'Customize\\Controller\\HealthController' => 'getHealthControllerService',
  92.             'Customize\\Controller\\Mypage\\CustomChangeController' => 'getCustomChangeControllerService',
  93.             'Customize\\Controller\\UpdateCustomerController' => 'getUpdateCustomerControllerService',
  94.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  95.             'Eccube\\Controller\\AbstractController' => 'getAbstractController2Service',
  96.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  97.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  98.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  102.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  103.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  104.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  105.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  106.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  107.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  108.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerController2Service',
  109.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  110.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  111.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  112.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  113.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  114.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  115.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  117.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  118.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  119.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  120.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  121.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  122.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  127.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  135.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  136.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  137.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  138.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  139.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  140.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  141.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  142.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  143.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  144.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  145.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  146.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  147.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  148.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  149.             'Eccube\\Controller\\ForgotController' => 'getForgotController2Service',
  150.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  151.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  152.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  153.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  154.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  155.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  156.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  157.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  158.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  159.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  160.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  161.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  162.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  163.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  164.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  165.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  166.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  167.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  168.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  169.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  170.             'Plugin\\CategoryRecommend4\\Controller\\CategoryRecommendController' => 'getCategoryRecommendControllerService',
  171.             'Plugin\\CategoryRecommend4\\Controller\\CategoryRecommendSearchModelController' => 'getCategoryRecommendSearchModelControllerService',
  172.             'Plugin\\CustomerRank42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  173.             'Plugin\\CustomerRank42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  174.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankController' => 'getCustomerRankControllerService',
  175.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankDesignController' => 'getCustomerRankDesignControllerService',
  176.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankEditController' => 'getCustomerRankEditControllerService',
  177.             'Plugin\\CustomerRank42\\Controller\\Block\\CustomerRankInfoController' => 'getCustomerRankInfoControllerService',
  178.             'Plugin\\DataMigration42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  179.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  180.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController4Service',
  181.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  182.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  183.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  184.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  185.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  186.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  187.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  188.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  189.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController2Service',
  190.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  191.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  192.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  193.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  194.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  195.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  196.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  197.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYamaria' => 'getOrderControllerYamariaService',
  198.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  199.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  200.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\FraudDetectionController' => 'getFraudDetectionControllerService',
  201.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\OrderController' => 'getOrderController3Service',
  202.             'Plugin\\GmoPaymentGateway42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  203.             'Plugin\\GmoPaymentGateway42\\Controller\\MypageCardController' => 'getMypageCardControllerService',
  204.             'Plugin\\GmoPaymentGateway42\\Controller\\ReceiveController' => 'getReceiveControllerService',
  205.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CarAu' => 'getCarAuService',
  206.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CarDocomo' => 'getCarDocomoService',
  207.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CarSoftbank' => 'getCarSoftbankService',
  208.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\Carrier' => 'getCarrierService',
  209.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\CreditCard' => 'getCreditCardService',
  210.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\Cvs' => 'getCvsService',
  211.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\Ganb' => 'getGanbService',
  212.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\PayEasy' => 'getPayEasyService',
  213.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\PayEasyAtm' => 'getPayEasyAtmService',
  214.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\PayEasyNet' => 'getPayEasyNetService',
  215.             'Plugin\\GmoPaymentGateway42\\Service\\Method\\RakutenPay' => 'getRakutenPayService',
  216.             'Plugin\\ProductDisplayRank4\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  217.             'Plugin\\ProductDisplayRank4\\Controller\\Admin\\CsvImportController' => 'getCsvImportController5Service',
  218.             'Plugin\\ProductDisplayRank4\\Controller\\Admin\\ProductController' => 'getProductController3Service',
  219.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  220.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  221.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  222.             'Plugin\\PurchaseQuantityLimit4\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  223.             'Plugin\\ReceiptPdf2\\Controller\\ReceiptPdfController' => 'getReceiptPdfControllerService',
  224.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  225.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  226.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  227.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  228.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\SalesRestrictionsDesignController' => 'getSalesRestrictionsDesignControllerService',
  229.             'Plugin\\TabaCustomFields2\\Controller\\AbstractCsvController' => 'getAbstractCsvControllerService',
  230.             'Plugin\\TabaCustomFields2\\Controller\\AdminCustomFieldsController' => 'getAdminCustomFieldsControllerService',
  231.             'Plugin\\TabaCustomFields2\\Controller\\AdminCustomFieldsEditController' => 'getAdminCustomFieldsEditControllerService',
  232.             'Plugin\\TabaCustomFields2\\Controller\\AdminFileUploadController' => 'getAdminFileUploadControllerService',
  233.             'Plugin\\TabaCustomFields2\\Controller\\Customer\\CsvController' => 'getCsvController2Service',
  234.             'Plugin\\TabaCustomFields2\\Controller\\FileLoadController' => 'getFileLoadControllerService',
  235.             'Plugin\\TabaCustomFields2\\Controller\\FrontFileUploadController' => 'getFrontFileUploadControllerService',
  236.             'Plugin\\TabaCustomFields2\\Controller\\Order\\CsvController' => 'getCsvController3Service',
  237.             'Plugin\\TabaCustomFields2\\Controller\\Product\\CsvController' => 'getCsvController4Service',
  238.             'Plugin\\TabaCustomFields2\\Controller\\Product\\CsvImportController' => 'getCsvImportController6Service',
  239.             'Plugin\\TabaFileManager2\\Controller\\AdminController' => 'getAdminController2Service',
  240.             'Plugin\\TabaFileManager2\\Controller\\ConfigController' => 'getConfigController9Service',
  241.             'Plugin\\TabaHtmlEditor2\\Controller\\AdminController' => 'getAdminController3Service',
  242.             'Plugin\\TabaHtmlEditor2\\Controller\\ConfigController' => 'getConfigController10Service',
  243.             'Plugin\\UICube42\\Controller\\ConfigController' => 'getConfigController11Service',
  244.             'Plugin\\kkNewsCategory\\Controller\\Admin\\NewsCategoryController' => 'getNewsCategoryControllerService',
  245.             'Plugin\\tbsFeaturePage\\Controller\\Admin\\FeatureController' => 'getFeatureControllerService',
  246.             'Plugin\\tbsFeaturePage\\Controller\\Block\\FeatureBlockController' => 'getFeatureBlockControllerService',
  247.             'Plugin\\tbsFeaturePage\\Controller\\FeatureController' => 'getFeatureController2Service',
  248.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  249.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  250.             'cache.app_clearer' => 'getCache_AppClearerService',
  251.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  252.             'cache.system_clearer' => 'getCache_SystemClearerService',
  253.             'cache_warmer' => 'getCacheWarmerService',
  254.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  255.             'console.command_loader' => 'getConsole_CommandLoaderService',
  256.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  257.             'eccube.logger' => 'getEccube_LoggerService',
  258.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  259.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  260.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  261.             'error_controller' => 'getErrorControllerService',
  262.             'knp_paginator' => 'getKnpPaginatorService',
  263.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  264.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  265.             'monolog.logger.GmoPaymentGateway42' => 'getMonolog_Logger_GmoPaymentGateway42Service',
  266.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  267.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  268.             'routing.loader' => 'getRouting_LoaderService',
  269.             'services_resetter' => 'getServicesResetterService',
  270.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  271.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  272.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  273.         ];
  274.         $this->aliases = [
  275.             'database_connection' => 'doctrine.dbal.default_connection',
  276.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  277.         ];
  278.         $this->privates['service_container'] = function () {
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  293.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminCustomerCustomizer.php';
  294.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminOrderCustomizer.php';
  295.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Repository/ProductDisplayCustomizer.php';
  296.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomizer.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  332.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  337.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Repository/ConfigRepository.php';
  338.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ConfigRepository.php';
  339.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomerRankRepository.php';
  340.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Service/SalesRestrictionsService.php';
  341.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Repository/CustomFieldsContentsRepository.php';
  342.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Repository/CustomFieldsRepository.php';
  343.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/TabaCustomFieldsEvent.php';
  344.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Event/AbstractEvent.php';
  345.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Event/Admin/CustomerEvent.php';
  346.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Event/Admin/ProductEvent.php';
  347.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Event/Admin/OrderEvent.php';
  348.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Event/CustomerEvent.php';
  349.             include_once \dirname(__DIR__4).'/app/Plugin/TabaFileManager2/TabaFileManagerEvent.php';
  350.             include_once \dirname(__DIR__4).'/app/Plugin/TabaHtmlEditor2/TabaHtmlEditorEvent.php';
  351.             include_once \dirname(__DIR__4).'/app/Customize/EventSubscriber/ProductHistoryEventSubscriber.php';
  352.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  353.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  360.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  361.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  362.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/EventListener/InitializeListener.php';
  363.             include_once \dirname(__DIR__4).'/app/Plugin/TabaFileManager2/EventListener/InitializeListener.php';
  364.             include_once \dirname(__DIR__4).'/app/Plugin/TabaFileManager2/EventListener/CacheListener.php';
  365.             include_once \dirname(__DIR__4).'/app/Plugin/TabaHtmlEditor2/EventListener/InitializeListener.php';
  366.             include_once \dirname(__DIR__4).'/app/Plugin/TabaHtmlEditor2/EventListener/CacheListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  400.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  542.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  551.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  555.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  557.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  559.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  560.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  567.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  604.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  642.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  677.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  678.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  679.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  680.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  681.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  682.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  683.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  684.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  685.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Twig/Extension/TwigExtension.php';
  686.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/EccubeExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  690.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  696.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  708.         };
  709.     }
  710.     public function compile(): void
  711.     {
  712.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  713.     }
  714.     public function isCompiled(): bool
  715.     {
  716.         return true;
  717.     }
  718.     public function getRemovedIds(): array
  719.     {
  720.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  721.     }
  722.     protected function load($file$lazyLoad true)
  723.     {
  724.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  725.             return $class::do($this$lazyLoad);
  726.         }
  727.         if ('.' === $file[-4]) {
  728.             $class substr($class0, -4);
  729.         } else {
  730.             $file .= '.php';
  731.         }
  732.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  733.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  734.     }
  735.     protected function createProxy($class\Closure $factory)
  736.     {
  737.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  738.         return $factory();
  739.     }
  740.     /**
  741.      * Gets the public '.container.private.profiler' shared service.
  742.      *
  743.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  744.      */
  745.     protected function get_Container_Private_ProfilerService()
  746.     {
  747.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  748.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  749.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  750.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  751.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  752.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  753.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  754.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  755.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  756.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  757.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  758.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  759.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  760.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  761.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  762.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  763.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  764.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  765.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  766.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  767.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  768.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  769.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  770.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  771.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  772.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  773.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  774.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  775.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  776.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  777.         if ($this->has('kernel')) {
  778.             $f->setKernel($b);
  779.         }
  780.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  781.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  782.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  783.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  784.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  785.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  786.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  787.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  788.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  789.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  790.         $instance->add($d);
  791.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  792.         $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));
  793.         $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())));
  794.         $instance->add($e);
  795.         $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([])))));
  796.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  797.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  798.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  799.         $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()))));
  800.         $instance->add($f);
  801.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public '.container.private.security.authorization_checker' shared service.
  806.      *
  807.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  808.      */
  809.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  810.     {
  811.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  812.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  813.             return $this->services['.container.private.security.authorization_checker'];
  814.         }
  815.         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);
  816.     }
  817.     /**
  818.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  819.      *
  820.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  821.      */
  822.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  823.     {
  824.         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())));
  825.     }
  826.     /**
  827.      * Gets the public '.container.private.security.token_storage' shared service.
  828.      *
  829.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  830.      */
  831.     protected function get_Container_Private_Security_TokenStorageService()
  832.     {
  833.         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, [
  834.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  835.         ], [
  836.             'request_stack' => '?',
  837.         ]));
  838.     }
  839.     /**
  840.      * Gets the public '.container.private.session' shared service.
  841.      *
  842.      * @return \Symfony\Component\HttpFoundation\Session\Session
  843.      */
  844.     protected function get_Container_Private_SessionService()
  845.     {
  846.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  847.         if (isset($this->services['.container.private.session'])) {
  848.             return $this->services['.container.private.session'];
  849.         }
  850.         return $this->services['.container.private.session'] = $a->createSession();
  851.     }
  852.     /**
  853.      * Gets the public '.container.private.state_machine.order' shared service.
  854.      *
  855.      * @return \Symfony\Component\Workflow\StateMachine
  856.      */
  857.     protected function get_Container_Private_StateMachine_OrderService()
  858.     {
  859.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  860.         if (isset($this->services['.container.private.state_machine.order'])) {
  861.             return $this->services['.container.private.state_machine.order'];
  862.         }
  863.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'=> '11'=> '10'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('cancel''10''3'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('cancel''7''3'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('cancel''8''3'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 13 => ($this->privates['.state_machine.order.transition.13'] ?? ($this->privates['.state_machine.order.transition.13'] = new \Symfony\Component\Workflow\Transition('ship''10''5'))), 14 => ($this->privates['.state_machine.order.transition.14'] ?? ($this->privates['.state_machine.order.transition.14'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 15 => ($this->privates['.state_machine.order.transition.15'] ?? ($this->privates['.state_machine.order.transition.15'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5'))), 16 => ($this->privates['.state_machine.order.transition.16'] ?? ($this->privates['.state_machine.order.transition.16'] = new \Symfony\Component\Workflow\Transition('ship_preparation''1''10'))), 17 => ($this->privates['.state_machine.order.transition.17'] ?? ($this->privates['.state_machine.order.transition.17'] = new \Symfony\Component\Workflow\Transition('ship_preparation''6''10'))), 18 => ($this->privates['.state_machine.order.transition.18'] ?? ($this->privates['.state_machine.order.transition.18'] = new \Symfony\Component\Workflow\Transition('ship_preparation''4''10'))), 19 => ($this->privates['.state_machine.order.transition.19'] ?? ($this->privates['.state_machine.order.transition.19'] = new \Symfony\Component\Workflow\Transition('ship_preparation''11''10'))), 20 => ($this->privates['.state_machine.order.transition.20'] ?? ($this->privates['.state_machine.order.transition.20'] = new \Symfony\Component\Workflow\Transition('cancel_payprocess''1''11'))), 21 => ($this->privates['.state_machine.order.transition.21'] ?? ($this->privates['.state_machine.order.transition.21'] = new \Symfony\Component\Workflow\Transition('cancel_payprocess''7''11'))), 22 => ($this->privates['.state_machine.order.transition.22'] ?? ($this->privates['.state_machine.order.transition.22'] = new \Symfony\Component\Workflow\Transition('cancel_payprocess''8''11'))), 23 => ($this->privates['.state_machine.order.transition.23'] ?? ($this->privates['.state_machine.order.transition.23'] = new \Symfony\Component\Workflow\Transition('cancel_payprocess''3''11'))), 24 => ($this->privates['.state_machine.order.transition.24'] ?? ($this->privates['.state_machine.order.transition.24'] = new \Symfony\Component\Workflow\Transition('cancel_payprocess''6''11'))), 25 => ($this->privates['.state_machine.order.transition.25'] ?? ($this->privates['.state_machine.order.transition.25'] = new \Symfony\Component\Workflow\Transition('cancel_payprocess''10''11')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  864.     }
  865.     /**
  866.      * Gets the public '.container.private.twig' shared service.
  867.      *
  868.      * @return \Twig\Environment
  869.      */
  870.     protected function get_Container_Private_TwigService()
  871.     {
  872.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  873.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  874.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  875.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  876.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/template'), 'DataMigration42');
  877.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/kkNewsCategory/Resource/template'), 'kkNewsCategory');
  878.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CategoryExtensionB/Resource/template'), 'CategoryExtensionB');
  879.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/tbsFeaturePage/Resource/template'), 'tbsFeaturePage');
  880.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PurchaseQuantityLimit4/Resource/template'), 'PurchaseQuantityLimit4');
  881.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Resource/template'), 'ProductDisplayRank4');
  882.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CategoryRecommend4/Resource/template'), 'CategoryRecommend4');
  883.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MGSocialButton/Resource/template'), 'MGSocialButton');
  884.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ReceiptPdf2/Resource/template'), 'ReceiptPdf2');
  885.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/template'), 'GmoPaymentGateway42');
  886.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/template'), 'CustomerRank42');
  887.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/template'), 'SalesRestrictions42');
  888.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Resource/template'), 'TabaCustomFields2');
  889.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/TabaFileManager2/Resource/template'), 'TabaFileManager2');
  890.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  891.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/TabaHtmlEditor2/Resource/template'), 'TabaHtmlEditor2');
  892.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/UICube42/Resource/template'), 'UICube42');
  893.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  894.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  895.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  896.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  897.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  898.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  899.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  900.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  901.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  903.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  904.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  907.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  912.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  915.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  916.         $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']);
  917.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  918.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  919.         $d = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  920.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  921.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  922.         $g = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  923.         $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  924.         $i = ($this->services['router'] ?? $this->getRouterService());
  925.         $j = new \Symfony\Component\Workflow\Registry();
  926.         $j->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  927.         $k = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  928.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  929.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $h]);
  930.         $m = new \Symfony\Bridge\Twig\AppVariable();
  931.         $m->setEnvironment('dev');
  932.         $m->setDebug(true);
  933.         if ($this->has('.container.private.security.token_storage')) {
  934.             $m->setTokenStorage($d);
  935.         }
  936.         if ($this->has('request_stack')) {
  937.             $m->setRequestStack($c);
  938.         }
  939.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  942.         $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)));
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  944.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($f));
  945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($g));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h\dirname(__DIR__4), 'UTF-8'));
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($etrue));
  950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($j));
  954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($f));
  956.         $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())));
  957.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  958.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  959.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  960.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  961.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  962.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  963.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  964.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  965.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  966.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  967.         $instance->addExtension(new \Plugin\TabaCustomFields2\Twig\Extension\TwigExtension($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->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService())));
  968.         $instance->addExtension(new \Customize\Twig\Extension\EccubeExtension($k, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService())));
  969.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  970.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  971.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  972.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  973.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($i$f)));
  974.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  975.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  976.         $instance->addGlobal('app'$m);
  977.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  978.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  979.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  980.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  981.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  982.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  983.         ], [
  984.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  985.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  986.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  987.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  988.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  989.         ])));
  990.         $instance->addGlobal('BaseInfo'NULL);
  991.         $instance->addGlobal('eccube_config'$k);
  992.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  993.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  994.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  995.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  996.         return $instance;
  997.     }
  998.     /**
  999.      * Gets the public '.container.private.validator' shared service.
  1000.      *
  1001.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1002.      */
  1003.     protected function get_Container_Private_ValidatorService()
  1004.     {
  1005.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1006.         if (isset($this->services['.container.private.validator'])) {
  1007.             return $this->services['.container.private.validator'];
  1008.         }
  1009.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1010.     }
  1011.     /**
  1012.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1013.      *
  1014.      * @return \Detection\MobileDetect
  1015.      */
  1016.     protected function getMobileDetectService()
  1017.     {
  1018.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1019.     }
  1020.     /**
  1021.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1022.      *
  1023.      * @return \Eccube\Common\EccubeConfig
  1024.      */
  1025.     protected function getEccubeConfigService()
  1026.     {
  1027.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1028.     }
  1029.     /**
  1030.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1031.      *
  1032.      * @return \Eccube\Repository\PluginRepository
  1033.      */
  1034.     protected function getPluginRepositoryService($lazyLoad true)
  1035.     {
  1036.         if ($lazyLoad) {
  1037.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1038.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1039.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1040.                     $proxy->setProxyInitializer(null);
  1041.                     return true;
  1042.                 });
  1043.             });
  1044.         }
  1045.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1046.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1047.     }
  1048.     /**
  1049.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1050.      *
  1051.      * @return \Eccube\Service\SystemService
  1052.      */
  1053.     protected function getSystemServiceService($lazyLoad true)
  1054.     {
  1055.         if ($lazyLoad) {
  1056.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1057.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1058.                     $wrappedInstance $this->getSystemServiceService(false);
  1059.                     $proxy->setProxyInitializer(null);
  1060.                     return true;
  1061.                 });
  1062.             });
  1063.         }
  1064.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1065.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1066.     }
  1067.     /**
  1068.      * Gets the public 'cache.app' shared service.
  1069.      *
  1070.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1071.      */
  1072.     protected function getCache_AppService()
  1073.     {
  1074.         $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))));
  1075.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1076.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1077.     }
  1078.     /**
  1079.      * Gets the public 'cache.rate_limiter' shared service.
  1080.      *
  1081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1082.      */
  1083.     protected function getCache_RateLimiterService()
  1084.     {
  1085.         $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))));
  1086.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1087.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1088.     }
  1089.     /**
  1090.      * Gets the public 'cache.system' shared service.
  1091.      *
  1092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1093.      */
  1094.     protected function getCache_SystemService()
  1095.     {
  1096.         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())));
  1097.     }
  1098.     /**
  1099.      * Gets the public 'cache.validator_expression_language' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1102.      */
  1103.     protected function getCache_ValidatorExpressionLanguageService()
  1104.     {
  1105.         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())));
  1106.     }
  1107.     /**
  1108.      * Gets the public 'data_collector.dump' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1111.      */
  1112.     protected function getDataCollector_DumpService()
  1113.     {
  1114.         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);
  1115.     }
  1116.     /**
  1117.      * Gets the public 'doctrine' shared service.
  1118.      *
  1119.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1120.      */
  1121.     protected function getDoctrineService()
  1122.     {
  1123.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1124.     }
  1125.     /**
  1126.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1127.      *
  1128.      * @return \Doctrine\DBAL\Connection
  1129.      */
  1130.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1131.     {
  1132.         $a = new \Doctrine\DBAL\Configuration();
  1133.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1134.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1135.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1136.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1137.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1138.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1139.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1140.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1141.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1142.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1143.         $c->setConnectionName('default');
  1144.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1145.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1146.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1147.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1148.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1149.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => ['privates''Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber''getCustomerPriceEventSubscriberService'true],
  1150.             'Plugin\\ProductDisplayRank4\\EventSubscriber\\ProductEventSubscriber' => ['privates''Plugin\\ProductDisplayRank4\\EventSubscriber\\ProductEventSubscriber''getProductEventSubscriberService'true],
  1151.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1152.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1153.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1154.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1155.         ], [
  1156.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1157.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1158.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1159.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => '?',
  1160.             'Plugin\\ProductDisplayRank4\\EventSubscriber\\ProductEventSubscriber' => '?',
  1161.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1162.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1163.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1164.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1165.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber'=> 'Plugin\\ProductDisplayRank4\\EventSubscriber\\ProductEventSubscriber'=> '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']]), []);
  1166.     }
  1167.     /**
  1168.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1169.      *
  1170.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1171.      */
  1172.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1173.     {
  1174.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1175.             'taba.customfields_customer_listener.post' => ['privates''taba.customfields_customer_listener.post''getTaba_CustomfieldsCustomerListener_PostService'true],
  1176.             'taba.customfields_order_listener.post' => ['privates''taba.customfields_order_listener.post''getTaba_CustomfieldsOrderListener_PostService'true],
  1177.             'taba.customfields_product_listener.post' => ['privates''taba.customfields_product_listener.post''getTaba_CustomfieldsProductListener_PostService'true],
  1178.         ], [
  1179.             'taba.customfields_customer_listener.post' => '?',
  1180.             'taba.customfields_order_listener.post' => '?',
  1181.             'taba.customfields_product_listener.post' => '?',
  1182.         ]));
  1183.         $instance->registerService('Plugin\\TabaCustomFields2\\EventListener\\ProductListener''taba.customfields_product_listener.post');
  1184.         $instance->registerService('Plugin\\TabaCustomFields2\\EventListener\\CustomerListener''taba.customfields_customer_listener.post');
  1185.         $instance->registerService('Plugin\\TabaCustomFields2\\EventListener\\OrderListener''taba.customfields_order_listener.post');
  1186.         return $instance;
  1187.     }
  1188.     /**
  1189.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1190.      *
  1191.      * @return \Doctrine\ORM\EntityManager
  1192.      */
  1193.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1194.     {
  1195.         if ($lazyLoad) {
  1196.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1197.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1198.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1199.                     $proxy->setProxyInitializer(null);
  1200.                     return true;
  1201.                 });
  1202.             });
  1203.         }
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1214.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1223.         $a = new \Doctrine\ORM\Configuration();
  1224.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1225.         $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')])));
  1226.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1227.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1228.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1229.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1230.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1231.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/CategoryExtensionB/Entity')]);
  1232.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1233.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/CategoryRecommend4/Entity')]);
  1234.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1235.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1236.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1237.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Entity')]);
  1238.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1239.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1240.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1241.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Entity')]);
  1242.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1243.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1244.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1245.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Entity')]);
  1246.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1247.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1248.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1249.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/PurchaseQuantityLimit4/Entity')]);
  1250.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1251.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ReceiptPdf2/Entity')]);
  1252.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1253.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1254.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1255.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1256.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1257.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Entity')]);
  1258.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1259.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1260.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1261.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1262.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1263.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Entity')]);
  1264.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1265.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/UICube42/Entity')]);
  1266.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1267.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/kkNewsCategory/Entity')]);
  1268.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1269.         $z = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/tbsFeaturePage/Entity')]);
  1270.         $z->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1271.         $b->addDriver($c'Eccube\\Entity');
  1272.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1273.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1274.         $b->addDriver($e'Eccube\\Entity');
  1275.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1276.         $b->addDriver($f'Plugin\\Api42\\Entity');
  1277.         $b->addDriver($g'Plugin\\CategoryExtensionB\\Entity');
  1278.         $b->addDriver($h'Plugin\\CategoryRecommend4\\Entity');
  1279.         $b->addDriver($i'Plugin\\Coupon42\\Entity');
  1280.         $b->addDriver($j'Plugin\\CustomerRank42\\Entity');
  1281.         $b->addDriver($k'Plugin\\ExpressLink42\\Entity');
  1282.         $b->addDriver($l'Plugin\\GmoPaymentGateway42\\Entity');
  1283.         $b->addDriver($m'Plugin\\MailMagazine42\\Entity');
  1284.         $b->addDriver($n'Plugin\\ProductDisplayRank4\\Entity');
  1285.         $b->addDriver($o'Plugin\\ProductReview42\\Entity');
  1286.         $b->addDriver($p'Plugin\\PurchaseQuantityLimit4\\Entity');
  1287.         $b->addDriver($q'Plugin\\ReceiptPdf2\\Entity');
  1288.         $b->addDriver($r'Plugin\\Recommend42\\Entity');
  1289.         $b->addDriver($s'Plugin\\RelatedProduct42\\Entity');
  1290.         $b->addDriver($t'Plugin\\SalesRestrictions42\\Entity');
  1291.         $b->addDriver($u'Plugin\\Securitychecker42\\Entity');
  1292.         $b->addDriver($v'Plugin\\SiteKit42\\Entity');
  1293.         $b->addDriver($w'Plugin\\TabaCustomFields2\\Entity');
  1294.         $b->addDriver($x'Plugin\\UICube42\\Entity');
  1295.         $b->addDriver($y'Plugin\\kkNewsCategory\\Entity');
  1296.         $b->addDriver($z'Plugin\\tbsFeaturePage\\Entity');
  1297.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1298.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1299.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1300.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1301.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1302.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1303.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1304.         ], [
  1305.             'doctrine.ulid_generator' => '?',
  1306.             'doctrine.uuid_generator' => '?',
  1307.         ])));
  1308.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1309.         $a->setProxyNamespace('Proxies');
  1310.         $a->setAutoGenerateProxyClasses(true);
  1311.         $a->setSchemaIgnoreClasses([]);
  1312.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1313.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1314.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1315.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1316.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1317.         $a->setLazyGhostObjectEnabled(false);
  1318.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1319.             'Customize\\Repository\\CustomerRepository' => ['privates''Customize\\Repository\\CustomerRepository''getCustomerRepository2Service'true],
  1320.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1321.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1322.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1323.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1324.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1325.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1326.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1327.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1328.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1329.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1330.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1331.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1332.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1333.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1334.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1335.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1336.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1337.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1338.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1339.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1340.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1341.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1342.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1343.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1344.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1345.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1346.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1347.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1348.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1349.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1350.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1351.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1352.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1353.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1354.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1355.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1356.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1357.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1358.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1359.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1360.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1361.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1362.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1363.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1364.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1365.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1366.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1367.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1368.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1369.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1370.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1371.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1372.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1373.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1374.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1375.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1376.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1377.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1378.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1379.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1380.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1381.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1382.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1383.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1384.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1385.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1386.             'Plugin\\CategoryRecommend4\\Repository\\CategoryRecommendProductRepository' => ['privates''Plugin\\CategoryRecommend4\\Repository\\CategoryRecommendProductRepository''getCategoryRecommendProductRepositoryService'true],
  1387.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1388.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1389.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1390.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1391.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository''getConfigStatusRepositoryService'true],
  1392.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository''getCustomerPriceRepositoryService'true],
  1393.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerRankRepository''getCustomerRankRepositoryService'true],
  1394.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1395.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1396.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1397.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository''getGmoConfigRepositoryService'true],
  1398.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository''getGmoFraudDetectionRepositoryService'true],
  1399.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository''getGmoMemberRepositoryService'true],
  1400.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository''getGmoOrderPaymentRepositoryService'true],
  1401.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository''getGmoPaymentMethodRepositoryService'true],
  1402.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1403.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1404.             'Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1405.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1406.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1407.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1408.             'Plugin\\PurchaseQuantityLimit4\\Repository\\ConfigRepository' => ['privates''Plugin\\PurchaseQuantityLimit4\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1409.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfConfigRepository' => ['privates''Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfConfigRepository''getReceiptPdfConfigRepositoryService'true],
  1410.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfRepository' => ['privates''Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfRepository''getReceiptPdfRepositoryService'true],
  1411.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1412.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1413.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1414.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository''getProductCustomerRankRepositoryService'false],
  1415.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository6Service'true],
  1416.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1417.             'Plugin\\TabaCustomFields2\\Repository\\CustomFieldsContentsRepository' => ['privates''Plugin\\TabaCustomFields2\\Repository\\CustomFieldsContentsRepository''getCustomFieldsContentsRepositoryService'false],
  1418.             'Plugin\\TabaCustomFields2\\Repository\\CustomFieldsRepository' => ['privates''Plugin\\TabaCustomFields2\\Repository\\CustomFieldsRepository''getCustomFieldsRepositoryService'false],
  1419.             'Plugin\\UICube42\\Repository\\UICubeRepository' => ['privates''Plugin\\UICube42\\Repository\\UICubeRepository''getUICubeRepositoryService'true],
  1420.             'Plugin\\kkNewsCategory\\Repository\\NewsCategoryRepository' => ['privates''Plugin\\kkNewsCategory\\Repository\\NewsCategoryRepository''getNewsCategoryRepositoryService'true],
  1421.             'Plugin\\tbsFeaturePage\\Repository\\FeatureProductRepository' => ['privates''Plugin\\tbsFeaturePage\\Repository\\FeatureProductRepository''getFeatureProductRepositoryService'true],
  1422.             'Plugin\\tbsFeaturePage\\Repository\\FeatureRepository' => ['privates''Plugin\\tbsFeaturePage\\Repository\\FeatureRepository''getFeatureRepositoryService'true],
  1423.             'Plugin\\tbsFeaturePage\\Repository\\FeatureStatusRepository' => ['privates''Plugin\\tbsFeaturePage\\Repository\\FeatureStatusRepository''getFeatureStatusRepositoryService'true],
  1424.         ], [
  1425.             'Customize\\Repository\\CustomerRepository' => '?',
  1426.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1427.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1428.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1429.             'Eccube\\Repository\\BlockRepository' => '?',
  1430.             'Eccube\\Repository\\CalendarRepository' => '?',
  1431.             'Eccube\\Repository\\CartItemRepository' => '?',
  1432.             'Eccube\\Repository\\CartRepository' => '?',
  1433.             'Eccube\\Repository\\CategoryRepository' => '?',
  1434.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1435.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1436.             'Eccube\\Repository\\CsvRepository' => '?',
  1437.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1438.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1439.             'Eccube\\Repository\\CustomerRepository' => '?',
  1440.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1441.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1442.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1443.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1444.             'Eccube\\Repository\\LayoutRepository' => '?',
  1445.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1446.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1447.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1448.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1449.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1450.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1451.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1452.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1453.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1454.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1455.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1456.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1457.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1458.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1459.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1460.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1461.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1462.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1463.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1464.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1465.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1466.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1467.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1468.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1469.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1470.             'Eccube\\Repository\\MemberRepository' => '?',
  1471.             'Eccube\\Repository\\NewsRepository' => '?',
  1472.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1473.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1474.             'Eccube\\Repository\\OrderRepository' => '?',
  1475.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1476.             'Eccube\\Repository\\PageRepository' => '?',
  1477.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1478.             'Eccube\\Repository\\PaymentRepository' => '?',
  1479.             'Eccube\\Repository\\PluginRepository' => '?',
  1480.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1481.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1482.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1483.             'Eccube\\Repository\\ProductRepository' => '?',
  1484.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1485.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1486.             'Eccube\\Repository\\ShippingRepository' => '?',
  1487.             'Eccube\\Repository\\TagRepository' => '?',
  1488.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1489.             'Eccube\\Repository\\TemplateRepository' => '?',
  1490.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1491.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1492.             'Plugin\\CategoryRecommend4\\Repository\\CategoryRecommendProductRepository' => '?',
  1493.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1494.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1495.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1496.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => '?',
  1497.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => '?',
  1498.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => '?',
  1499.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => '?',
  1500.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1501.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1502.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1503.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository' => '?',
  1504.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository' => '?',
  1505.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository' => '?',
  1506.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository' => '?',
  1507.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository' => '?',
  1508.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1509.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1510.             'Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository' => '?',
  1511.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1512.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1513.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1514.             'Plugin\\PurchaseQuantityLimit4\\Repository\\ConfigRepository' => '?',
  1515.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfConfigRepository' => '?',
  1516.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfRepository' => '?',
  1517.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1518.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1519.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => '?',
  1520.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => '?',
  1521.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1522.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1523.             'Plugin\\TabaCustomFields2\\Repository\\CustomFieldsContentsRepository' => '?',
  1524.             'Plugin\\TabaCustomFields2\\Repository\\CustomFieldsRepository' => '?',
  1525.             'Plugin\\UICube42\\Repository\\UICubeRepository' => '?',
  1526.             'Plugin\\kkNewsCategory\\Repository\\NewsCategoryRepository' => '?',
  1527.             'Plugin\\tbsFeaturePage\\Repository\\FeatureProductRepository' => '?',
  1528.             'Plugin\\tbsFeaturePage\\Repository\\FeatureRepository' => '?',
  1529.             'Plugin\\tbsFeaturePage\\Repository\\FeatureStatusRepository' => '?',
  1530.         ])));
  1531.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1532.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1533.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1534.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1535.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1536.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1537.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1538.         return $instance;
  1539.     }
  1540.     /**
  1541.      * Gets the public 'event_dispatcher' shared service.
  1542.      *
  1543.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1544.      */
  1545.     protected function getEventDispatcherService()
  1546.     {
  1547.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1548.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1549.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1550.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1551.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1552.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1553.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1554.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1555.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1556.         $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())));
  1557.         $instance->addListener('kernel.request', [=> function () {
  1558.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1559.         }, => 'onKernelRequest'], 1024);
  1560.         $instance->addListener('kernel.request', [=> function () {
  1561.             return ($this->privates['taba.customfields.initialize_listener'] ?? $this->getTaba_Customfields_InitializeListenerService());
  1562.         }, => 'onKernelRequest'], 10001);
  1563.         $instance->addListener('kernel.request', [=> function () {
  1564.             return ($this->privates['taba.filemanager.initialize_listener'] ?? $this->getTaba_Filemanager_InitializeListenerService());
  1565.         }, => 'onKernelRequest'], 10001);
  1566.         $instance->addListener('kernel.response', [=> function () {
  1567.             return ($this->privates['taba.filemanager.cache_listener.type'] ?? ($this->privates['taba.filemanager.cache_listener.type'] = new \Plugin\TabaFileManager2\EventListener\CacheListener($this)));
  1568.         }, => 'onKernelResponse'], -10000);
  1569.         $instance->addListener('kernel.request', [=> function () {
  1570.             return ($this->privates['taba.tabahtmleditor.initialize_listener'] ?? $this->getTaba_Tabahtmleditor_InitializeListenerService());
  1571.         }, => 'onKernelRequest'], 10001);
  1572.         $instance->addListener('kernel.response', [=> function () {
  1573.             return ($this->privates['taba.tabahtmleditor.cache_listener.type'] ?? ($this->privates['taba.tabahtmleditor.cache_listener.type'] = new \Plugin\TabaHtmlEditor2\EventListener\CacheListener($this)));
  1574.         }, => 'onKernelResponse'], -10000);
  1575.         $instance->addListener('kernel.controller', [=> function () {
  1576.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1577.         }, => 'onKernelController'], 0);
  1578.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1579.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1580.         }, => 'checkPassport'], 1024);
  1581.         $instance->addListener('kernel.response', [=> function () {
  1582.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1583.         }, => 'onKernelResponse'], 0);
  1584.         $instance->addListener('kernel.response', [=> function () {
  1585.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1586.         }, => 'onKernelResponse'], 0);
  1587.         $instance->addListener('kernel.request', [=> function () {
  1588.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1589.         }, => 'onKernelRequest'], 0);
  1590.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1591.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1592.         }, => 'onAuthorizationRequest'], 1024);
  1593.         $instance->addListener('kernel.controller', [=> function () {
  1594.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1595.         }, => 'onController'], 0);
  1596.         $instance->addListener('kernel.request', [=> function () {
  1597.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1598.         }, => 'onKernelRequest'], 512);
  1599.         $instance->addListener('kernel.request', [=> function () {
  1600.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1601.         }, => 'onKernelRequestEarly'], 500);
  1602.         $instance->addListener('kernel.request', [=> function () {
  1603.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1604.         }, => 'onKernelRequest'], 6);
  1605.         $instance->addListener('kernel.response', [=> function () {
  1606.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1607.         }, => 'onKernelResponse'], 0);
  1608.         $instance->addListener('kernel.controller', [=> function () {
  1609.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1610.         }, => 'onKernelController'], 0);
  1611.         $instance->addListener('kernel.terminate', [=> function () {
  1612.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1613.         }, => 'onKernelTerminate'], 0);
  1614.         $instance->addListener('kernel.exception', [=> function () {
  1615.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1616.         }, => 'onKernelException'], -4);
  1617.         $instance->addListener('security.interactive_login', [=> function () {
  1618.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1619.         }, => 'onInteractiveLogin'], 0);
  1620.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1621.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1622.         }, => 'onAuthenticationFailure'], 0);
  1623.         $instance->addListener('kernel.response', [=> function () {
  1624.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1625.         }, => 'onResponse'], 0);
  1626.         $instance->addListener('kernel.request', [=> function () {
  1627.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1628.         }, => 'onKernelRequest'], 512);
  1629.         $instance->addListener('kernel.controller', [=> function () {
  1630.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1631.         }, => 'onController'], 0);
  1632.         $instance->addListener('kernel.request', [=> function () {
  1633.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1634.         }, => 'onKernelRequest'], 7);
  1635.         $instance->addListener('security.interactive_login', [=> function () {
  1636.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1637.         }, => 'onInteractiveLogin'], 0);
  1638.         $instance->addListener('security.authentication.failure', [=> function () {
  1639.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1640.         }, => 'onAuthenticationFailure'], 0);
  1641.         $instance->addListener('kernel.request', [=> function () {
  1642.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1643.         }, => 'onKernelRequest'], 0);
  1644.         $instance->addListener('kernel.exception', [=> function () {
  1645.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1646.         }, => 'onKernelException'], 0);
  1647.         $instance->addListener('kernel.terminate', [=> function () {
  1648.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1649.         }, => 'onKernelTerminate'], 0);
  1650.         $instance->addListener('kernel.request', [=> function () {
  1651.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1652.         }, => 'onKernelRequest'], 6);
  1653.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1654.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1655.         }, => 'onKernelController'], 7);
  1656.         $instance->addListener('form.pre_submit', [=> function () {
  1657.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1658.         }, => 'onPreSubmit'], 0);
  1659.         $instance->addListener('form.pre_submit', [=> function () {
  1660.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1661.         }, => 'purifySubmittedData'], 1000001);
  1662.         $instance->addListener('form.pre_submit', [=> function () {
  1663.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1664.         }, => 'onPreSubmit'], 0);
  1665.         $instance->addListener('workflow.order.completed', [=> function () {
  1666.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1667.         }, => 'onCompleted'], 0);
  1668.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1669.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1670.         }, => 'updatePaymentDate'], 0);
  1671.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1672.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1673.         }, => 'rollbackStock'], 0);
  1674.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1675.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1676.         }, => 'rollbackUsePoint'], 0);
  1677.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1678.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1679.         }, => 'commitStock'], 0);
  1680.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1681.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1682.         }, => 'commitUsePoint'], 0);
  1683.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1684.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1685.         }, => 'commitAddPoint'], 0);
  1686.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1687.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1688.         }, => 'rollbackUsePoint'], 0);
  1689.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1690.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1691.         }, => 'rollbackAddPoint'], 0);
  1692.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1693.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1694.         }, => 'commitUsePoint'], 0);
  1695.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1696.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1697.         }, => 'commitAddPoint'], 0);
  1698.         $instance->addListener('workflow.order.transition.cancel_payprocess', [=> function () {
  1699.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1700.         }, => 'rollbackStock'], 0);
  1701.         $instance->addListener('workflow.order.transition.cancel_payprocess', [=> function () {
  1702.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1703.         }, => 'rollbackUsePoint'], 0);
  1704.         $instance->addListener('kernel.terminate', [=> function () {
  1705.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1706.         }, => 'disableMaintenanceEvent'], 0);
  1707.         $instance->addListener('kernel.terminate', [=> function () {
  1708.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1709.         }, => 'forceClearCache'], 0);
  1710.         $instance->addListener('@admin/Product/category.twig', [=> function () {
  1711.             return ($this->privates['Plugin\\CategoryExtensionB\\CategoryExtensionBEvent'] ?? ($this->privates['Plugin\\CategoryExtensionB\\CategoryExtensionBEvent'] = new \Plugin\CategoryExtensionB\CategoryExtensionBEvent()));
  1712.         }, => 'onTemplateAdminProductCategory'], 10);
  1713.         $instance->addListener('Product/list.twig', [=> function () {
  1714.             return ($this->privates['Plugin\\CategoryExtensionB\\CategoryExtensionBEvent'] ?? ($this->privates['Plugin\\CategoryExtensionB\\CategoryExtensionBEvent'] = new \Plugin\CategoryExtensionB\CategoryExtensionBEvent()));
  1715.         }, => 'onTemplateProductList'], 10);
  1716.         $instance->addListener('@admin/Product/category.twig', [=> function () {
  1717.             return ($this->privates['Plugin\\CategoryRecommend4\\CategoryRecommendEvent'] ?? ($this->privates['Plugin\\CategoryRecommend4\\CategoryRecommendEvent'] = new \Plugin\CategoryRecommend4\CategoryRecommendEvent()));
  1718.         }, => 'onRenderAdminProductCategory'], 0);
  1719.         $instance->addListener('Product/list.twig', [=> function () {
  1720.             return ($this->privates['Plugin\\CategoryRecommend4\\CategoryRecommendEvent'] ?? ($this->privates['Plugin\\CategoryRecommend4\\CategoryRecommendEvent'] = new \Plugin\CategoryRecommend4\CategoryRecommendEvent()));
  1721.         }, => 'onRenderProductList'], 0);
  1722.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1723.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1724.         }, => 'onTemplateAdminCustomer'], 0);
  1725.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1726.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1727.         }, => 'onTemplateAdminCustomerEdit'], 0);
  1728.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1729.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1730.         }, => 'onTemplateAdminOrder'], 0);
  1731.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1732.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1733.         }, => 'onTemplateAdminOrderEdit'], 0);
  1734.         $instance->addListener('admin.order.edit.search.product.complete', [=> function () {
  1735.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1736.         }, => 'hookAdminOrderEditSearchProductComplete'], 0);
  1737.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1738.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1739.         }, => 'hookAdminOrderEditIndexComplete'], 0);
  1740.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1741.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1742.         }, => 'onTemplateAdminProductEdit'], 0);
  1743.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1744.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1745.         }, => 'hookAdminProductEditComplete'], 0);
  1746.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1747.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1748.         }, => 'hookAdminProductCopyComplete'], 0);
  1749.         $instance->addListener('admin.product.csv.export', [=> function () {
  1750.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1751.         }, => 'hookAdminProductCsvExport'], 0);
  1752.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1753.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1754.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1755.         $instance->addListener('Cart/index.twig', [=> function () {
  1756.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CartEvent'] ?? $this->load('getCartEventService'));
  1757.         }, => 'onTemplateCart'], 0);
  1758.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1759.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1760.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1761.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1762.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1763.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1764.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1765.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1766.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1767.         $instance->addListener('front.entry.index.complete', [=> function () {
  1768.             return ($this->privates['Plugin\\CustomerRank42\\Event\\EntryEvent'] ?? $this->load('getEntryEventService'));
  1769.         }, => 'hookFrontEntryIndexComplete'], 0);
  1770.         $instance->addListener('@MailMagazine42/admin/index.twig', [=> function () {
  1771.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1772.         }, => 'onTemplateAdminCustomer'], 0);
  1773.         $instance->addListener('@MailMagazine42/admin/history_condition.twig', [=> function () {
  1774.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1775.         }, => 'onTemplateMailmagazineHistoryCondition'], 0);
  1776.         $instance->addListener('Mypage/history.twig', [=> function () {
  1777.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1778.         }, => 'onTemplateMypageHistory'], 0);
  1779.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1780.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1781.         }, => 'onTemplateMypageFavorite'], 0);
  1782.         $instance->addListener('Product/list.twig', [=> function () {
  1783.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1784.         }, => 'onTemplateProductList'], 0);
  1785.         $instance->addListener('Product/detail.twig', [=> function () {
  1786.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1787.         }, => 'onTemplateProductDetail'], 0);
  1788.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1789.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1790.         }, => 'hookFrontShoppingCompleteInitialize'], 0);
  1791.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1792.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1793.         }, => 'onTemplateAdminOrder'], 0);
  1794.         $instance->addListener('Mypage/history.twig', [=> function () {
  1795.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1796.         }, => 'onTemplateFrontMypageHistory'], 0);
  1797.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1798.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1799.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1800.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1801.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1802.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1803.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1804.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1805.         }, => 'onAdminOrderEditTwig'], 0);
  1806.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1807.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1808.         }, => 'onAdminCustomerEditTwig'], 0);
  1809.         $instance->addListener('Shopping/index.twig', [=> function () {
  1810.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1811.         }, => 'onDefaultShoppingIndexTwig'], 0);
  1812.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1813.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1814.         }, => 'onDefaultShoppingConfirmTwig'], 0);
  1815.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1816.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1817.         }, => 'onDefaultShoppingCompleteTwig'], 0);
  1818.         $instance->addListener('Mypage/index.twig', [=> function () {
  1819.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1820.         }, => 'onDefaultMypageNaviTwig'], 0);
  1821.         $instance->addListener('Mypage/history.twig', [=> function () {
  1822.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1823.         }, => 'onDefaultMypageNaviTwig'], 0);
  1824.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1825.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1826.         }, => 'onDefaultMypageNaviTwig'], 0);
  1827.         $instance->addListener('Mypage/change.twig', [=> function () {
  1828.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1829.         }, => 'onDefaultMypageNaviTwig'], 0);
  1830.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1831.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1832.         }, => 'onDefaultMypageNaviTwig'], 0);
  1833.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1834.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1835.         }, => 'onDefaultMypageNaviTwig'], 0);
  1836.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1837.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1838.         }, => 'onDefaultMypageNaviTwig'], 0);
  1839.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1840.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1841.         }, => 'onDefaultMypageNaviTwig'], 0);
  1842.         $instance->addListener('@GmoPaymentGateway42/mypage_card.twig', [=> function () {
  1843.             return ($this->privates['Plugin\\GmoPaymentGateway42\\Event'] ?? $this->load('getEventService'));
  1844.         }, => 'onDefaultMypageNaviTwig'], 0);
  1845.         $instance->addListener('Product/detail.twig', [=> function () {
  1846.             return ($this->privates['Plugin\\MGSocialButton\\MGSocialButtonEvent'] ?? ($this->privates['Plugin\\MGSocialButton\\MGSocialButtonEvent'] = new \Plugin\MGSocialButton\MGSocialButtonEvent()));
  1847.         }, => 'detail'], 0);
  1848.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1849.             return ($this->privates['Plugin\\ProductDisplayRank4\\Event'] ?? ($this->privates['Plugin\\ProductDisplayRank4\\Event'] = new \Plugin\ProductDisplayRank4\Event()));
  1850.         }, => 'onAdminProductIndexTwig'], 0);
  1851.         $instance->addListener('preUpdate', [=> function () {
  1852.             return ($this->privates['Plugin\\ProductDisplayRank4\\Event'] ?? ($this->privates['Plugin\\ProductDisplayRank4\\Event'] = new \Plugin\ProductDisplayRank4\Event()));
  1853.         }, => 'postPersist'], 0);
  1854.         $instance->addListener('postPersist', [=> function () {
  1855.             return ($this->privates['Plugin\\ProductDisplayRank4\\Event'] ?? ($this->privates['Plugin\\ProductDisplayRank4\\Event'] = new \Plugin\ProductDisplayRank4\Event()));
  1856.         }, => 'postPersist'], 0);
  1857.         $instance->addListener('Product/detail.twig', [=> function () {
  1858.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1859.         }, => 'detail'], 0);
  1860.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1861.             return ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] ?? ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] = new \Plugin\ReceiptPdf2\ReceiptPdfEvent()));
  1862.         }, => 'onAdminReceiptIndexRender'], 0);
  1863.         $instance->addListener('ReceiptPdf2/Resource/template/admin/receipt_pdf.twig', [=> function () {
  1864.             return ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] ?? ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] = new \Plugin\ReceiptPdf2\ReceiptPdfEvent()));
  1865.         }, => 'onAdminReceiptIndexRender'], 0);
  1866.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1867.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1868.         }, => 'onRenderAdminProduct'], 0);
  1869.         $instance->addListener('Product/detail.twig', [=> function () {
  1870.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1871.         }, => 'onRenderProductDetail'], 0);
  1872.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1873.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1874.         }, => 'onTemplateAdminProductEdit'], 0);
  1875.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1876.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1877.         }, => 'hookAdminProductCopyComplete'], 0);
  1878.         $instance->addListener('admin.product.csv.export', [=> function () {
  1879.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1880.         }, => 'hookAdminProductCsvExport'], 0);
  1881.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1882.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1883.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1884.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1885.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1886.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1887.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1888.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1889.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1890.         $instance->addListener('Product/list.twig', [=> function () {
  1891.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1892.         }, => 'onTemplateProductList'], 0);
  1893.         $instance->addListener('Product/detail.twig', [=> function () {
  1894.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1895.         }, => 'onTemplateProductDetail'], 0);
  1896.         $instance->addListener('front.product.detail.initialize', [=> function () {
  1897.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1898.         }, => 'hookProductDetailInitialize'], 0);
  1899.         $instance->addListener('front.product.cart.add.complete', [=> function () {
  1900.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1901.         }, => 'hookProductCartAddComplete'], 0);
  1902.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1903.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1904.         }, => 'onKernelController'], 100000000);
  1905.         $instance->addListener('admin.customer.edit.index.initialize', [=> function () {
  1906.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1907.         }, => 'onAdminCustomerEditInit'], 10);
  1908.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1909.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1910.         }, => 'onAdminCustomerEditComplete'], 10);
  1911.         $instance->addListener('admin.customer.index.initialize', [=> function () {
  1912.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1913.         }, => 'onAdminCustomerSearchInit'], 10);
  1914.         $instance->addListener('admin.customer.index.search', [=> function () {
  1915.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1916.         }, => 'onAdminCustomerSearch'], 10);
  1917.         $instance->addListener('admin.product.edit.initialize', [=> function () {
  1918.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1919.         }, => 'onAdminProductEditInit'], 10);
  1920.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1921.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1922.         }, => 'onAdminProductEditComplete'], 10);
  1923.         $instance->addListener('admin.product.index.initialize', [=> function () {
  1924.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1925.         }, => 'onAdminProductSearchInit'], 10);
  1926.         $instance->addListener('admin.product.index.search', [=> function () {
  1927.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1928.         }, => 'onAdminProductSearch'], 10);
  1929.         $instance->addListener('admin.order.edit.index.initialize', [=> function () {
  1930.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1931.         }, => 'onAdminOrderEditInit'], 10);
  1932.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1933.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1934.         }, => 'onAdminOrderEditComplete'], 10);
  1935.         $instance->addListener('admin.order.index.initialize', [=> function () {
  1936.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1937.         }, => 'onAdminOrderSearchInit'], 10);
  1938.         $instance->addListener('admin.order.index.search', [=> function () {
  1939.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1940.         }, => 'onAdminOrderSearch'], 10);
  1941.         $instance->addListener('front.entry.index.initialize', [=> function () {
  1942.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1943.         }, => 'onFrontCustomerInit'], 10);
  1944.         $instance->addListener('front.entry.index.complete', [=> function () {
  1945.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1946.         }, => 'onFrontCustomerComplete'], 10);
  1947.         $instance->addListener('front.mypage.change.index.initialize', [=> function () {
  1948.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1949.         }, => 'onFrontCustomerInit'], 10);
  1950.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1951.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1952.         }, => 'onFrontCustomerComplete'], 10);
  1953.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1954.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1955.         }, => 'onAdminCfCustomerCsvDownloadLinkRender'], 10);
  1956.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1957.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1958.         }, => 'onAdminFileUploadJSRender'], 10);
  1959.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1960.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1961.         }, => 'onAdminCfProductCsvDownloadLinkRender'], 10);
  1962.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1963.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1964.         }, => 'onAdminFileUploadJSRender'], 10);
  1965.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1966.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1967.         }, => 'onAdminCfOrderCsvDownloadLinkRender'], 10);
  1968.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1969.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1970.         }, => 'onAdminFileUploadJSRender'], 10);
  1971.         $instance->addListener('Shopping/index.twig', [=> function () {
  1972.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1973.         }, => 'onTemplateShoppingIndex'], 10);
  1974.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1975.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1976.         }, => 'onTemplateShoppingConfirm'], 10);
  1977.         $instance->addListener('Mypage/history.twig', [=> function () {
  1978.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1979.         }, => 'onTemplateMypageHistory'], 10);
  1980.         $instance->addListener('Entry/confirm.twig', [=> function () {
  1981.             return ($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1982.         }, => 'onEntryConfirmForCustomFields'], 10);
  1983.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1984.             return ($this->privates['Plugin\\TabaFileManager2\\TabaFileManagerEvent'] ?? $this->getTabaFileManagerEventService());
  1985.         }, => 'onKernelController'], 100000000);
  1986.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1987.             return ($this->privates['Plugin\\TabaHtmlEditor2\\TabaHtmlEditorEvent'] ?? $this->getTabaHtmlEditorEventService());
  1988.         }, => 'onKernelControllerArguments'], 100000000);
  1989.         $instance->addListener('security.authentication.success', [=> function () {
  1990.             return ($this->privates['Customize\\EventSubscriber\\AuthenticationSuccessSubscriber'] ?? $this->load('getAuthenticationSuccessSubscriberService'));
  1991.         }, => 'onAuthenticationSuccess'], 0);
  1992.         $instance->addListener('kernel.response', [=> function () {
  1993.             return ($this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'] ?? $this->getProductHistoryEventSubscriberService());
  1994.         }, => 'onKernelResponse'], 0);
  1995.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1996.             return ($this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'] ?? $this->getProductHistoryEventSubscriberService());
  1997.         }, => 'onKernelControllerArguments'], 0);
  1998.         $instance->addListener('kernel.request', [=> function () {
  1999.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  2000.         }, => 'onKernelRequest'], 4096);
  2001.         $instance->addListener('kernel.response', [=> function () {
  2002.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2003.         }, => 'onKernelResponse'], 0);
  2004.         $instance->addListener('kernel.response', [=> function () {
  2005.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2006.         }, => 'onKernelResponse'], -1024);
  2007.         $instance->addListener('kernel.request', [=> function () {
  2008.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2009.         }, => 'setDefaultLocale'], 100);
  2010.         $instance->addListener('kernel.request', [=> function () {
  2011.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2012.         }, => 'onKernelRequest'], 16);
  2013.         $instance->addListener('kernel.finish_request', [=> function () {
  2014.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2015.         }, => 'onKernelFinishRequest'], 0);
  2016.         $instance->addListener('kernel.request', [=> function () {
  2017.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2018.         }, => 'onKernelRequest'], 256);
  2019.         $instance->addListener('kernel.response', [=> function () {
  2020.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2021.         }, => 'onResponse'], -255);
  2022.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2023.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2024.         }, => 'onControllerArguments'], 0);
  2025.         $instance->addListener('kernel.exception', [=> function () {
  2026.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2027.         }, => 'logKernelException'], 0);
  2028.         $instance->addListener('kernel.exception', [=> function () {
  2029.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2030.         }, => 'onKernelException'], -128);
  2031.         $instance->addListener('kernel.response', [=> function () {
  2032.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2033.         }, => 'removeCspHeader'], -128);
  2034.         $instance->addListener('kernel.request', [=> function () {
  2035.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2036.         }, => 'onKernelRequest'], 15);
  2037.         $instance->addListener('kernel.finish_request', [=> function () {
  2038.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2039.         }, => 'onKernelFinishRequest'], -15);
  2040.         $instance->addListener('console.error', [=> function () {
  2041.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2042.         }, => 'onConsoleError'], -128);
  2043.         $instance->addListener('console.terminate', [=> function () {
  2044.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2045.         }, => 'onConsoleTerminate'], -128);
  2046.         $instance->addListener('console.error', [=> function () {
  2047.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2048.         }, => 'onConsoleError'], 0);
  2049.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2050.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2051.         }, => 'onMessage'], -255);
  2052.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2053.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2054.         }, => 'onMessage'], -255);
  2055.         $instance->addListener('kernel.response', [=> function () {
  2056.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2057.         }, => 'onKernelResponse'], 0);
  2058.         $instance->addListener('kernel.request', [=> function () {
  2059.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2060.         }, => 'onKernelRequest'], 48);
  2061.         $instance->addListener('kernel.request', [=> function () {
  2062.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2063.         }, => 'configure'], 2048);
  2064.         $instance->addListener('console.command', [=> function () {
  2065.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2066.         }, => 'configure'], 2048);
  2067.         $instance->addListener('kernel.request', [=> function () {
  2068.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2069.         }, => 'onKernelRequest'], 32);
  2070.         $instance->addListener('kernel.finish_request', [=> function () {
  2071.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2072.         }, => 'onKernelFinishRequest'], 0);
  2073.         $instance->addListener('kernel.exception', [=> function () {
  2074.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2075.         }, => 'onKernelException'], -64);
  2076.         $instance->addListener('kernel.request', [=> function () {
  2077.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2078.         }, => 'onKernelRequest'], 128);
  2079.         $instance->addListener('kernel.response', [=> function () {
  2080.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2081.         }, => 'onKernelResponse'], -1000);
  2082.         $instance->addListener('kernel.finish_request', [=> function () {
  2083.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2084.         }, => 'onFinishRequest'], 0);
  2085.         $instance->addListener('kernel.response', [=> function () {
  2086.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2087.         }, => 'onKernelResponse'], -100);
  2088.         $instance->addListener('kernel.exception', [=> function () {
  2089.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2090.         }, => 'onKernelException'], 0);
  2091.         $instance->addListener('kernel.terminate', [=> function () {
  2092.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2093.         }, => 'onKernelTerminate'], -1024);
  2094.         $instance->addListener('kernel.controller', [=> function () {
  2095.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2096.         }, => 'onKernelController'], 0);
  2097.         $instance->addListener('kernel.response', [=> function () {
  2098.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2099.         }, => 'onKernelResponse'], 0);
  2100.         $instance->addListener('kernel.response', [=> function () {
  2101.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2102.         }, => 'onKernelResponse'], 0);
  2103.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2104.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2105.         }, => 'checkPassport'], 0);
  2106.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2107.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2108.         }, => 'onLoginSuccess'], 0);
  2109.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2110.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2111.         }, => 'onVoterVote'], 0);
  2112.         $instance->addListener('kernel.request', [=> function () {
  2113.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2114.         }, => 'configureLogoutUrlGenerator'], 8);
  2115.         $instance->addListener('kernel.request', [=> function () {
  2116.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2117.         }, => 'onKernelRequest'], 8);
  2118.         $instance->addListener('kernel.finish_request', [=> function () {
  2119.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2120.         }, => 'onKernelFinishRequest'], 0);
  2121.         $instance->addListener('kernel.controller', [=> function () {
  2122.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2123.         }, => 'onKernelController'], 0);
  2124.         $instance->addListener('kernel.controller', [=> function () {
  2125.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2126.         }, => 'onKernelController'], 0);
  2127.         $instance->addListener('kernel.controller', [=> function () {
  2128.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2129.         }, => 'onKernelController'], -128);
  2130.         $instance->addListener('kernel.view', [=> function () {
  2131.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2132.         }, => 'onKernelView'], 0);
  2133.         $instance->addListener('kernel.controller', [=> function () {
  2134.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2135.         }, => 'onKernelController'], 0);
  2136.         $instance->addListener('kernel.response', [=> function () {
  2137.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2138.         }, => 'onKernelResponse'], 0);
  2139.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2140.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2141.         }, => 'onKernelControllerArguments'], 0);
  2142.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2143.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2144.         }, => 'onKernelControllerArguments'], 0);
  2145.         $instance->addListener('console.command', [=> function () {
  2146.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2147.         }, => 'onCommand'], 255);
  2148.         $instance->addListener('console.terminate', [=> function () {
  2149.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2150.         }, => 'onTerminate'], -255);
  2151.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2152.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2153.         }, => 'onMessage'], 0);
  2154.         $instance->addListener('console.command', [=> function () {
  2155.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2156.         }, => 'configure'], 1024);
  2157.         $instance->addListener('kernel.response', [=> function () {
  2158.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2159.         }, => 'onKernelResponse'], -128);
  2160.         $instance->addListener('console.error', [=> function () {
  2161.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2162.         }, => 'onConsoleError'], 0);
  2163.         $instance->addListener('console.terminate', [=> function () {
  2164.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2165.         }, => 'onConsoleTerminate'], 0);
  2166.         $instance->addListener('knp_pager.before', [=> function () {
  2167.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2168.         }, => 'before'], 0);
  2169.         $instance->addListener('knp_pager.pagination', [=> function () {
  2170.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2171.         }, => 'pagination'], 0);
  2172.         $instance->addListener('knp_pager.before', [=> function () {
  2173.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2174.         }, => 'before'], 1);
  2175.         $instance->addListener('knp_pager.before', [=> function () {
  2176.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2177.         }, => 'before'], 1);
  2178.         $instance->addListener('knp_pager.pagination', [=> function () {
  2179.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2180.         }, => 'pagination'], 1);
  2181.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2182.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2183.         }, => 'checkPassport'], 256);
  2184.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2185.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2186.         }, => 'checkPassport'], 512);
  2187.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2188.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2189.         }, => 'onLogout'], 0);
  2190.         return $instance;
  2191.     }
  2192.     /**
  2193.      * Gets the public 'http_kernel' shared service.
  2194.      *
  2195.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2196.      */
  2197.     protected function getHttpKernelService()
  2198.     {
  2199.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2200.         if (isset($this->services['http_kernel'])) {
  2201.             return $this->services['http_kernel'];
  2202.         }
  2203.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2204.         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 () {
  2205.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2206.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2207.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2208.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2209.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2210.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2211.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2212.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2213.         }, 8)), $b));
  2214.     }
  2215.     /**
  2216.      * Gets the public 'request_stack' shared service.
  2217.      *
  2218.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2219.      */
  2220.     protected function getRequestStackService()
  2221.     {
  2222.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2223.     }
  2224.     /**
  2225.      * Gets the public 'router' shared service.
  2226.      *
  2227.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2228.      */
  2229.     protected function getRouterService()
  2230.     {
  2231.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2232.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2233.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2234.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2235.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2236.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2237.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2238.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2239.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2240.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2241.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2242.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2243.         ], [
  2244.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2245.         ]))->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'));
  2246.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2247.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2248.         return $instance;
  2249.     }
  2250.     /**
  2251.      * Gets the public 'translator' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2254.      */
  2255.     protected function getTranslatorService()
  2256.     {
  2257.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2258.     }
  2259.     /**
  2260.      * Gets the public 'var_dumper.cloner' shared service.
  2261.      *
  2262.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2263.      */
  2264.     protected function getVarDumper_ClonerService()
  2265.     {
  2266.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2267.         $instance->setMaxItems(2500);
  2268.         $instance->setMinDepth(1);
  2269.         $instance->setMaxString(-1);
  2270.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the private '.debug.http_client' shared service.
  2275.      *
  2276.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2277.      */
  2278.     protected function get_Debug_HttpClientService()
  2279.     {
  2280.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2281.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2282.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2283.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2284.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2285.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2286.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2287.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2288.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2289.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2290.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2291.         $a->setLogger($b);
  2292.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2293.     }
  2294.     /**
  2295.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2298.      */
  2299.     protected function get_ServiceLocator_YP_F1XaService()
  2300.     {
  2301.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2302.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2303.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2304.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2305.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2306.         ], [
  2307.             'security.firewall.map.context.admin' => '?',
  2308.             'security.firewall.map.context.api' => '?',
  2309.             'security.firewall.map.context.customer' => '?',
  2310.             'security.firewall.map.context.dev' => '?',
  2311.         ]);
  2312.     }
  2313.     /**
  2314.      * Gets the private 'Customize\EventSubscriber\ProductHistoryEventSubscriber' shared autowired service.
  2315.      *
  2316.      * @return \Customize\EventSubscriber\ProductHistoryEventSubscriber
  2317.      */
  2318.     protected function getProductHistoryEventSubscriberService()
  2319.     {
  2320.         $a = ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  2321.         if (isset($this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'])) {
  2322.             return $this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'];
  2323.         }
  2324.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2325.         if (isset($this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'])) {
  2326.             return $this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'];
  2327.         }
  2328.         return $this->privates['Customize\\EventSubscriber\\ProductHistoryEventSubscriber'] = new \Customize\EventSubscriber\ProductHistoryEventSubscriber($a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $b);
  2329.     }
  2330.     /**
  2331.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2332.      *
  2333.      * @return \Eccube\DataCollector\EccubeDataCollector
  2334.      */
  2335.     protected function getEccubeDataCollectorService()
  2336.     {
  2337.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2338.     }
  2339.     /**
  2340.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2341.      *
  2342.      * @return \Eccube\Doctrine\Query\Queries
  2343.      */
  2344.     protected function getQueriesService()
  2345.     {
  2346.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2347.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminCustomerCustomizer());
  2348.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminOrderCustomizer());
  2349.         $instance->addCustomizer(new \Plugin\ProductDisplayRank4\Repository\ProductDisplayCustomizer(($this->privates['Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2350.         $instance->addCustomizer(new \Plugin\SalesRestrictions42\Repository\ProductCustomizer(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository'] ?? $this->getProductCustomerRankRepositoryService()), ($this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'] ?? $this->getSalesRestrictionsServiceService()), ($this->privates['Plugin\\SalesRestrictions42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service())));
  2351.         return $instance;
  2352.     }
  2353.     /**
  2354.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2355.      *
  2356.      * @return \Eccube\EventListener\IpAddrListener
  2357.      */
  2358.     protected function getIpAddrListenerService()
  2359.     {
  2360.         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()));
  2361.     }
  2362.     /**
  2363.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2364.      *
  2365.      * @return \Eccube\EventListener\LogListener
  2366.      */
  2367.     protected function getLogListenerService()
  2368.     {
  2369.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2370.     }
  2371.     /**
  2372.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2373.      *
  2374.      * @return \Eccube\EventListener\MaintenanceListener
  2375.      */
  2376.     protected function getMaintenanceListenerService()
  2377.     {
  2378.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2379.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2380.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2381.         }
  2382.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2383.     }
  2384.     /**
  2385.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2386.      *
  2387.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2388.      */
  2389.     protected function getMobileTemplatePathListenerService()
  2390.     {
  2391.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2392.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2393.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2394.         }
  2395.         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))));
  2396.     }
  2397.     /**
  2398.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2399.      *
  2400.      * @return \Eccube\EventListener\RateLimiterListener
  2401.      */
  2402.     protected function getRateLimiterListenerService()
  2403.     {
  2404.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2405.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2406.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2407.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2408.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2409.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2410.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2411.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2412.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2413.         ], [
  2414.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2415.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2416.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2417.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2418.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2419.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2420.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2421.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2422.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2423.     }
  2424.     /**
  2425.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2426.      *
  2427.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2428.      */
  2429.     protected function getRestrictFileUploadListenerService()
  2430.     {
  2431.         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()));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2435.      *
  2436.      * @return \Eccube\EventListener\TransactionListener
  2437.      */
  2438.     protected function getTransactionListenerService()
  2439.     {
  2440.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2441.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2442.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2443.         }
  2444.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2445.     }
  2446.     /**
  2447.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2448.      *
  2449.      * @return \Eccube\EventListener\TwigInitializeListener
  2450.      */
  2451.     protected function getTwigInitializeListenerService()
  2452.     {
  2453.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2454.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2455.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2456.         }
  2457.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2458.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2459.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2460.         }
  2461.         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);
  2462.     }
  2463.     /**
  2464.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2465.      *
  2466.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2467.      */
  2468.     protected function getTwoFactorAuthListenerService()
  2469.     {
  2470.         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()));
  2471.     }
  2472.     /**
  2473.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2474.      *
  2475.      * @return \Eccube\Log\Processor\SessionProcessor
  2476.      */
  2477.     protected function getSessionProcessorService()
  2478.     {
  2479.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2480.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2481.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2482.         }
  2483.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2484.     }
  2485.     /**
  2486.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2487.      *
  2488.      * @return \Eccube\Log\Processor\TokenProcessor
  2489.      */
  2490.     protected function getTokenProcessorService()
  2491.     {
  2492.         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()));
  2493.     }
  2494.     /**
  2495.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2496.      *
  2497.      * @return \Eccube\Repository\AuthorityRoleRepository
  2498.      */
  2499.     protected function getAuthorityRoleRepositoryService()
  2500.     {
  2501.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2502.     }
  2503.     /**
  2504.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2505.      *
  2506.      * @return \Eccube\Repository\BaseInfoRepository
  2507.      */
  2508.     protected function getBaseInfoRepositoryService()
  2509.     {
  2510.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2511.     }
  2512.     /**
  2513.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2514.      *
  2515.      * @return \Eccube\Repository\BlockPositionRepository
  2516.      */
  2517.     protected function getBlockPositionRepositoryService()
  2518.     {
  2519.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2520.     }
  2521.     /**
  2522.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2523.      *
  2524.      * @return \Eccube\Repository\BlockRepository
  2525.      */
  2526.     protected function getBlockRepositoryService()
  2527.     {
  2528.         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))));
  2529.     }
  2530.     /**
  2531.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2532.      *
  2533.      * @return \Eccube\Repository\CartRepository
  2534.      */
  2535.     protected function getCartRepositoryService()
  2536.     {
  2537.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2538.     }
  2539.     /**
  2540.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2541.      *
  2542.      * @return \Eccube\Repository\LayoutRepository
  2543.      */
  2544.     protected function getLayoutRepositoryService()
  2545.     {
  2546.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2547.     }
  2548.     /**
  2549.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2550.      *
  2551.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2552.      */
  2553.     protected function getDeviceTypeRepositoryService()
  2554.     {
  2555.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2556.     }
  2557.     /**
  2558.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2559.      *
  2560.      * @return \Eccube\Repository\OrderRepository
  2561.      */
  2562.     protected function getOrderRepositoryService()
  2563.     {
  2564.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2565.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2566.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2567.         }
  2568.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2569.     }
  2570.     /**
  2571.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2572.      *
  2573.      * @return \Eccube\Repository\PageLayoutRepository
  2574.      */
  2575.     protected function getPageLayoutRepositoryService()
  2576.     {
  2577.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2581.      *
  2582.      * @return \Eccube\Repository\PageRepository
  2583.      */
  2584.     protected function getPageRepositoryService()
  2585.     {
  2586.         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);
  2587.     }
  2588.     /**
  2589.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2590.      *
  2591.      * @return \Eccube\Repository\ProductClassRepository
  2592.      */
  2593.     protected function getProductClassRepositoryService()
  2594.     {
  2595.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2596.     }
  2597.     /**
  2598.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2599.      *
  2600.      * @return \Eccube\Repository\ProductRepository
  2601.      */
  2602.     protected function getProductRepositoryService()
  2603.     {
  2604.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2605.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2606.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2607.         }
  2608.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2609.     }
  2610.     /**
  2611.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2612.      *
  2613.      * @return \Eccube\Repository\TaxRuleRepository
  2614.      */
  2615.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2616.     {
  2617.         if ($lazyLoad) {
  2618.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2619.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2620.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2621.                     $proxy->setProxyInitializer(null);
  2622.                     return true;
  2623.                 });
  2624.             });
  2625.         }
  2626.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2627.         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))));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2631.      *
  2632.      * @return \Eccube\Request\Context
  2633.      */
  2634.     protected function getContextService()
  2635.     {
  2636.         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()));
  2637.     }
  2638.     /**
  2639.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2640.      *
  2641.      * @return \Eccube\Service\CartService
  2642.      */
  2643.     protected function getCartServiceService($lazyLoad true)
  2644.     {
  2645.         if ($lazyLoad) {
  2646.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2647.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2648.                     $wrappedInstance $this->getCartServiceService(false);
  2649.                     $proxy->setProxyInitializer(null);
  2650.                     return true;
  2651.                 });
  2652.             });
  2653.         }
  2654.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2655.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2656.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2657.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2658.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2659.         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()));
  2660.     }
  2661.     /**
  2662.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2663.      *
  2664.      * @return \Eccube\Service\TwoFactorAuthService
  2665.      */
  2666.     protected function getTwoFactorAuthServiceService()
  2667.     {
  2668.         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())));
  2669.     }
  2670.     /**
  2671.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2672.      *
  2673.      * @return \Eccube\Twig\Extension\EccubeExtension
  2674.      */
  2675.     protected function getEccubeExtensionService()
  2676.     {
  2677.         $a = ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  2678.         if (isset($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'])) {
  2679.             return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'];
  2680.         }
  2681.         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))), $a);
  2682.     }
  2683.     /**
  2684.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2685.      *
  2686.      * @return \Eccube\Twig\Extension\TaxExtension
  2687.      */
  2688.     protected function getTaxExtensionService()
  2689.     {
  2690.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2691.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2692.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2693.         }
  2694.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2695.     }
  2696.     /**
  2697.      * Gets the private 'Plugin\ProductDisplayRank4\Repository\ConfigRepository' shared autowired service.
  2698.      *
  2699.      * @return \Plugin\ProductDisplayRank4\Repository\ConfigRepository
  2700.      */
  2701.     protected function getConfigRepositoryService()
  2702.     {
  2703.         return $this->privates['Plugin\\ProductDisplayRank4\\Repository\\ConfigRepository'] = new \Plugin\ProductDisplayRank4\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2704.     }
  2705.     /**
  2706.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ConfigRepository' shared autowired service.
  2707.      *
  2708.      * @return \Plugin\SalesRestrictions42\Repository\ConfigRepository
  2709.      */
  2710.     protected function getConfigRepository2Service()
  2711.     {
  2712.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ConfigRepository'] = new \Plugin\SalesRestrictions42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2713.     }
  2714.     /**
  2715.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository' shared autowired service.
  2716.      *
  2717.      * @return \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository
  2718.      */
  2719.     protected function getProductCustomerRankRepositoryService()
  2720.     {
  2721.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository'] = new \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2722.     }
  2723.     /**
  2724.      * Gets the private 'Plugin\SalesRestrictions42\Service\SalesRestrictionsService' shared autowired service.
  2725.      *
  2726.      * @return \Plugin\SalesRestrictions42\Service\SalesRestrictionsService
  2727.      */
  2728.     protected function getSalesRestrictionsServiceService()
  2729.     {
  2730.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2731.         if (isset($this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'])) {
  2732.             return $this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'];
  2733.         }
  2734.         return $this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'] = new \Plugin\SalesRestrictions42\Service\SalesRestrictionsService($a);
  2735.     }
  2736.     /**
  2737.      * Gets the private 'Plugin\TabaCustomFields2\Repository\CustomFieldsContentsRepository' shared autowired service.
  2738.      *
  2739.      * @return \Plugin\TabaCustomFields2\Repository\CustomFieldsContentsRepository
  2740.      */
  2741.     protected function getCustomFieldsContentsRepositoryService()
  2742.     {
  2743.         return $this->privates['Plugin\\TabaCustomFields2\\Repository\\CustomFieldsContentsRepository'] = new \Plugin\TabaCustomFields2\Repository\CustomFieldsContentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'Plugin\TabaCustomFields2\Repository\CustomFieldsRepository' shared autowired service.
  2747.      *
  2748.      * @return \Plugin\TabaCustomFields2\Repository\CustomFieldsRepository
  2749.      */
  2750.     protected function getCustomFieldsRepositoryService()
  2751.     {
  2752.         return $this->privates['Plugin\\TabaCustomFields2\\Repository\\CustomFieldsRepository'] = new \Plugin\TabaCustomFields2\Repository\CustomFieldsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'Plugin\TabaCustomFields2\TabaCustomFieldsEvent' shared autowired service.
  2756.      *
  2757.      * @return \Plugin\TabaCustomFields2\TabaCustomFieldsEvent
  2758.      */
  2759.     protected function getTabaCustomFieldsEventService()
  2760.     {
  2761.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2762.         if (isset($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'])) {
  2763.             return $this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'];
  2764.         }
  2765.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2766.         if (isset($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'])) {
  2767.             return $this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'];
  2768.         }
  2769.         $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2770.         if (isset($this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'])) {
  2771.             return $this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'];
  2772.         }
  2773.         $d = ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService());
  2774.         $e = ($this->privates['Plugin\\TabaCustomFields2\\Repository\\CustomFieldsContentsRepository'] ?? $this->getCustomFieldsContentsRepositoryService());
  2775.         $f = ($this->privates['Plugin\\TabaCustomFields2\\Repository\\CustomFieldsRepository'] ?? $this->getCustomFieldsRepositoryService());
  2776.         $g = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2777.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2778.         $i = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2779.         return $this->privates['Plugin\\TabaCustomFields2\\TabaCustomFieldsEvent'] = new \Plugin\TabaCustomFields2\TabaCustomFieldsEvent($this$a$b$d$e$f, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), new \Plugin\TabaCustomFields2\Event\Admin\CustomerEvent($e$d$c$f$g$h$a$i), new \Plugin\TabaCustomFields2\Event\Admin\ProductEvent($e$d$c$f$g$h$a$i), new \Plugin\TabaCustomFields2\Event\Admin\OrderEvent($e$d$c$f$g$h$a$i), new \Plugin\TabaCustomFields2\Event\CustomerEvent($e$d$c$f$g$h$a$i));
  2780.     }
  2781.     /**
  2782.      * Gets the private 'Plugin\TabaFileManager2\TabaFileManagerEvent' shared autowired service.
  2783.      *
  2784.      * @return \Plugin\TabaFileManager2\TabaFileManagerEvent
  2785.      */
  2786.     protected function getTabaFileManagerEventService()
  2787.     {
  2788.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2789.         if (isset($this->privates['Plugin\\TabaFileManager2\\TabaFileManagerEvent'])) {
  2790.             return $this->privates['Plugin\\TabaFileManager2\\TabaFileManagerEvent'];
  2791.         }
  2792.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2793.         if (isset($this->privates['Plugin\\TabaFileManager2\\TabaFileManagerEvent'])) {
  2794.             return $this->privates['Plugin\\TabaFileManager2\\TabaFileManagerEvent'];
  2795.         }
  2796.         return $this->privates['Plugin\\TabaFileManager2\\TabaFileManagerEvent'] = new \Plugin\TabaFileManager2\TabaFileManagerEvent($this$a$b, ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  2797.     }
  2798.     /**
  2799.      * Gets the private 'Plugin\TabaHtmlEditor2\TabaHtmlEditorEvent' shared autowired service.
  2800.      *
  2801.      * @return \Plugin\TabaHtmlEditor2\TabaHtmlEditorEvent
  2802.      */
  2803.     protected function getTabaHtmlEditorEventService()
  2804.     {
  2805.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2806.         if (isset($this->privates['Plugin\\TabaHtmlEditor2\\TabaHtmlEditorEvent'])) {
  2807.             return $this->privates['Plugin\\TabaHtmlEditor2\\TabaHtmlEditorEvent'];
  2808.         }
  2809.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2810.         if (isset($this->privates['Plugin\\TabaHtmlEditor2\\TabaHtmlEditorEvent'])) {
  2811.             return $this->privates['Plugin\\TabaHtmlEditor2\\TabaHtmlEditorEvent'];
  2812.         }
  2813.         return $this->privates['Plugin\\TabaHtmlEditor2\\TabaHtmlEditorEvent'] = new \Plugin\TabaHtmlEditor2\TabaHtmlEditorEvent($this$a$b, ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2814.     }
  2815.     /**
  2816.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2817.      *
  2818.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2819.      */
  2820.     protected function getWebProcessorService()
  2821.     {
  2822.         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']);
  2823.     }
  2824.     /**
  2825.      * Gets the private 'annotations.cache_adapter' shared service.
  2826.      *
  2827.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2828.      */
  2829.     protected function getAnnotations_CacheAdapterService()
  2830.     {
  2831.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2832.     }
  2833.     /**
  2834.      * Gets the private 'annotations.cached_reader' shared service.
  2835.      *
  2836.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2837.      */
  2838.     protected function getAnnotations_CachedReaderService()
  2839.     {
  2840.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2841.     }
  2842.     /**
  2843.      * Gets the private 'annotations.reader' shared service.
  2844.      *
  2845.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2846.      */
  2847.     protected function getAnnotations_ReaderService()
  2848.     {
  2849.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2850.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2851.         $a->registerUniqueLoader('class_exists');
  2852.         $instance->addGlobalIgnoredName('required'$a);
  2853.         return $instance;
  2854.     }
  2855.     /**
  2856.      * Gets the private 'assets.context' shared service.
  2857.      *
  2858.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2859.      */
  2860.     protected function getAssets_ContextService()
  2861.     {
  2862.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2863.         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());
  2864.     }
  2865.     /**
  2866.      * Gets the private 'assets.packages' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\Asset\Packages
  2869.      */
  2870.     protected function getAssets_PackagesService()
  2871.     {
  2872.         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 () {
  2873.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  2874.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  2875.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  2876.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  2877.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  2878.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  2879.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  2880.         }, 7));
  2881.     }
  2882.     /**
  2883.      * Gets the private 'cache.annotations' shared service.
  2884.      *
  2885.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2886.      */
  2887.     protected function getCache_AnnotationsService()
  2888.     {
  2889.         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())));
  2890.     }
  2891.     /**
  2892.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2893.      *
  2894.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2895.      */
  2896.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2897.     {
  2898.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2899.     }
  2900.     /**
  2901.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2902.      *
  2903.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2904.      */
  2905.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2906.     {
  2907.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2908.     }
  2909.     /**
  2910.      * Gets the private 'cache.property_info' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2913.      */
  2914.     protected function getCache_PropertyInfoService()
  2915.     {
  2916.         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())));
  2917.     }
  2918.     /**
  2919.      * Gets the private 'cache.security_expression_language' shared service.
  2920.      *
  2921.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2922.      */
  2923.     protected function getCache_SecurityExpressionLanguageService()
  2924.     {
  2925.         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())));
  2926.     }
  2927.     /**
  2928.      * Gets the private 'cache.security_token_verifier' shared service.
  2929.      *
  2930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2931.      */
  2932.     protected function getCache_SecurityTokenVerifierService()
  2933.     {
  2934.         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())));
  2935.     }
  2936.     /**
  2937.      * Gets the private 'cache.serializer' shared service.
  2938.      *
  2939.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2940.      */
  2941.     protected function getCache_SerializerService()
  2942.     {
  2943.         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())));
  2944.     }
  2945.     /**
  2946.      * Gets the private 'cache.validator' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2949.      */
  2950.     protected function getCache_ValidatorService()
  2951.     {
  2952.         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())));
  2953.     }
  2954.     /**
  2955.      * Gets the private 'config_cache_factory' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2958.      */
  2959.     protected function getConfigCacheFactoryService()
  2960.     {
  2961.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2962.             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)));
  2963.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2964.         }, 2));
  2965.     }
  2966.     /**
  2967.      * Gets the private 'data_collector.form' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2970.      */
  2971.     protected function getDataCollector_FormService()
  2972.     {
  2973.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2974.     }
  2975.     /**
  2976.      * Gets the private 'data_collector.request' shared service.
  2977.      *
  2978.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2979.      */
  2980.     protected function getDataCollector_RequestService()
  2981.     {
  2982.         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())));
  2983.     }
  2984.     /**
  2985.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2988.      */
  2989.     protected function getDebug_DebugHandlersListenerService()
  2990.     {
  2991.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2992.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2993.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2994.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2995.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2996.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2997.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2998.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2999.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3000.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3001.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3002.     }
  3003.     /**
  3004.      * Gets the private 'debug.file_link_formatter' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3007.      */
  3008.     protected function getDebug_FileLinkFormatterService()
  3009.     {
  3010.         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 () {
  3011.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3012.         });
  3013.     }
  3014.     /**
  3015.      * Gets the private 'debug.log_processor' shared service.
  3016.      *
  3017.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3018.      */
  3019.     protected function getDebug_LogProcessorService()
  3020.     {
  3021.         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())));
  3022.     }
  3023.     /**
  3024.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3025.      *
  3026.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3027.      */
  3028.     protected function getDebug_Security_Access_DecisionManagerService()
  3029.     {
  3030.         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 () {
  3031.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3032.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3033.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3034.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3035.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'debug.security.firewall' shared service.
  3039.      *
  3040.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3041.      */
  3042.     protected function getDebug_Security_FirewallService()
  3043.     {
  3044.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3045.         if (isset($this->privates['debug.security.firewall'])) {
  3046.             return $this->privates['debug.security.firewall'];
  3047.         }
  3048.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3049.         if (isset($this->privates['debug.security.firewall'])) {
  3050.             return $this->privates['debug.security.firewall'];
  3051.         }
  3052.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3053.     }
  3054.     /**
  3055.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3056.      *
  3057.      * @return \Doctrine\Migrations\DependencyFactory
  3058.      */
  3059.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3060.     {
  3061.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3062.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3063.         $a->setAllOrNothing(false);
  3064.         $a->setCheckDatabasePlatform(true);
  3065.         $a->setTransactional(true);
  3066.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3067.         $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()));
  3068.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3069.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3070.         });
  3071.         return $instance;
  3072.     }
  3073.     /**
  3074.      * Gets the private 'eccube.collector.core' shared autowired service.
  3075.      *
  3076.      * @return \Eccube\DataCollector\EccubeDataCollector
  3077.      */
  3078.     protected function getEccube_Collector_CoreService()
  3079.     {
  3080.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3081.     }
  3082.     /**
  3083.      * Gets the private 'esi_listener' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3086.      */
  3087.     protected function getEsiListenerService()
  3088.     {
  3089.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'exception_listener' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3095.      */
  3096.     protected function getExceptionListenerService()
  3097.     {
  3098.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3099.     }
  3100.     /**
  3101.      * Gets the private 'fragment.listener' shared service.
  3102.      *
  3103.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3104.      */
  3105.     protected function getFragment_ListenerService()
  3106.     {
  3107.         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');
  3108.     }
  3109.     /**
  3110.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3111.      *
  3112.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3113.      */
  3114.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3115.     {
  3116.         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())));
  3117.     }
  3118.     /**
  3119.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3120.      *
  3121.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3122.      */
  3123.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3124.     {
  3125.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3126.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3127.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3128.         }
  3129.         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);
  3130.     }
  3131.     /**
  3132.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3133.      *
  3134.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3135.      */
  3136.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3137.     {
  3138.         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]);
  3139.     }
  3140.     /**
  3141.      * Gets the private 'locale_aware_listener' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3144.      */
  3145.     protected function getLocaleAwareListenerService()
  3146.     {
  3147.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3148.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3149.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3150.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3151.     }
  3152.     /**
  3153.      * Gets the private 'locale_listener' shared service.
  3154.      *
  3155.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3156.      */
  3157.     protected function getLocaleListenerService()
  3158.     {
  3159.         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, []);
  3160.     }
  3161.     /**
  3162.      * Gets the private 'monolog.handler.buffered' shared service.
  3163.      *
  3164.      * @return \Monolog\Handler\BufferHandler
  3165.      */
  3166.     protected function getMonolog_Handler_BufferedService()
  3167.     {
  3168.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3169.     }
  3170.     /**
  3171.      * Gets the private 'monolog.handler.console' shared service.
  3172.      *
  3173.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3174.      */
  3175.     protected function getMonolog_Handler_ConsoleService()
  3176.     {
  3177.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3178.     }
  3179.     /**
  3180.      * Gets the private 'monolog.logger' shared service.
  3181.      *
  3182.      * @return \Symfony\Bridge\Monolog\Logger
  3183.      */
  3184.     protected function getMonolog_LoggerService()
  3185.     {
  3186.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3187.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3188.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3189.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3190.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3191.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3192.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3193.         $instance->useMicrosecondTimestamps(true);
  3194.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3195.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3196.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3197.         return $instance;
  3198.     }
  3199.     /**
  3200.      * Gets the private 'monolog.logger.cache' shared service.
  3201.      *
  3202.      * @return \Symfony\Bridge\Monolog\Logger
  3203.      */
  3204.     protected function getMonolog_Logger_CacheService()
  3205.     {
  3206.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3207.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3208.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3209.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3210.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3211.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3212.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3213.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3214.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3215.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3216.         return $instance;
  3217.     }
  3218.     /**
  3219.      * Gets the private 'monolog.logger.request' shared service.
  3220.      *
  3221.      * @return \Symfony\Bridge\Monolog\Logger
  3222.      */
  3223.     protected function getMonolog_Logger_RequestService()
  3224.     {
  3225.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3226.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3227.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3228.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3229.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3230.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3231.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3232.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3233.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3234.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3235.         return $instance;
  3236.     }
  3237.     /**
  3238.      * Gets the private 'monolog.logger.security' shared service.
  3239.      *
  3240.      * @return \Symfony\Bridge\Monolog\Logger
  3241.      */
  3242.     protected function getMonolog_Logger_SecurityService()
  3243.     {
  3244.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3245.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3246.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3247.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3248.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3249.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3250.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3251.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3252.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3253.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3254.         return $instance;
  3255.     }
  3256.     /**
  3257.      * Gets the private 'parameter_bag' shared service.
  3258.      *
  3259.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3260.      */
  3261.     protected function getParameterBagService()
  3262.     {
  3263.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3264.     }
  3265.     /**
  3266.      * Gets the private 'profiler_listener' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3269.      */
  3270.     protected function getProfilerListenerService()
  3271.     {
  3272.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3273.         if (isset($this->privates['profiler_listener'])) {
  3274.             return $this->privates['profiler_listener'];
  3275.         }
  3276.         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);
  3277.     }
  3278.     /**
  3279.      * Gets the private 'property_info' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3282.      */
  3283.     protected function getPropertyInfoService()
  3284.     {
  3285.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3286.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3287.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3288.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3289.         }, 3), new RewindableGenerator(function () {
  3290.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3291.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3292.         }, 2), new RewindableGenerator(function () {
  3293.             return new \EmptyIterator();
  3294.         }, 0), new RewindableGenerator(function () {
  3295.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3296.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3297.         }, 2), new RewindableGenerator(function () {
  3298.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3299.         }, 1));
  3300.     }
  3301.     /**
  3302.      * Gets the private 'rate_limiter.cache' shared service.
  3303.      *
  3304.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3305.      */
  3306.     protected function getRateLimiter_CacheService()
  3307.     {
  3308.         $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))));
  3309.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3310.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3311.     }
  3312.     /**
  3313.      * Gets the private 'router.expression_language_provider' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3316.      */
  3317.     protected function getRouter_ExpressionLanguageProviderService()
  3318.     {
  3319.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3320.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3321.         ], [
  3322.             'env' => 'Closure',
  3323.         ]));
  3324.     }
  3325.     /**
  3326.      * Gets the private 'router.request_context' shared service.
  3327.      *
  3328.      * @return \Symfony\Component\Routing\RequestContext
  3329.      */
  3330.     protected function getRouter_RequestContextService()
  3331.     {
  3332.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3333.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3334.         return $instance;
  3335.     }
  3336.     /**
  3337.      * Gets the private 'router_listener' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3340.      */
  3341.     protected function getRouterListenerService()
  3342.     {
  3343.         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);
  3344.     }
  3345.     /**
  3346.      * Gets the private 'security.context_listener.0' shared service.
  3347.      *
  3348.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3349.      */
  3350.     protected function getSecurity_ContextListener_0Service()
  3351.     {
  3352.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3353.         if (isset($this->privates['security.context_listener.0'])) {
  3354.             return $this->privates['security.context_listener.0'];
  3355.         }
  3356.         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 () {
  3357.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3358.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3359.         }, 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']);
  3360.     }
  3361.     /**
  3362.      * Gets the private 'security.context_listener.1' shared service.
  3363.      *
  3364.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3365.      */
  3366.     protected function getSecurity_ContextListener_1Service()
  3367.     {
  3368.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3369.         if (isset($this->privates['security.context_listener.1'])) {
  3370.             return $this->privates['security.context_listener.1'];
  3371.         }
  3372.         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 () {
  3373.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3374.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3375.         }, 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']);
  3376.     }
  3377.     /**
  3378.      * Gets the private 'security.csrf.token_storage' shared service.
  3379.      *
  3380.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3381.      */
  3382.     protected function getSecurity_Csrf_TokenStorageService()
  3383.     {
  3384.         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())));
  3385.     }
  3386.     /**
  3387.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3390.      */
  3391.     protected function getSecurity_EventDispatcher_AdminService()
  3392.     {
  3393.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3394.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3395.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3396.         }, => 'checkPassport'], 2048);
  3397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3398.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3399.         }, => 'onSuccessfulLogin'], 0);
  3400.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3401.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3402.         }, => 'onLogout'], 0);
  3403.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3404.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3405.         }, => 'onLogout'], 0);
  3406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3407.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3408.         }, => 'checkPassport'], 2080);
  3409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3410.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3411.         }, => 'onSuccessfulLogin'], 0);
  3412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3413.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3414.         }, => 'preCheckCredentials'], 256);
  3415.         $instance->addListener('security.authentication.success', [=> function () {
  3416.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3417.         }, => 'postCheckCredentials'], 256);
  3418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3419.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3420.         }, => 'checkPassport'], 1024);
  3421.         $instance->addListener('security.interactive_login', [=> function () {
  3422.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3423.         }, => 'onInteractiveLogin'], 0);
  3424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3425.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3426.         }, => 'onAuthenticationFailure'], 0);
  3427.         $instance->addListener('security.interactive_login', [=> function () {
  3428.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3429.         }, => 'onInteractiveLogin'], 0);
  3430.         $instance->addListener('security.authentication.success', [=> function () {
  3431.             return ($this->privates['Customize\\EventSubscriber\\AuthenticationSuccessSubscriber'] ?? $this->load('getAuthenticationSuccessSubscriberService'));
  3432.         }, => 'onAuthenticationSuccess'], 0);
  3433.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3434.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3435.         }, => 'checkPassport'], 0);
  3436.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3437.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3438.         }, => 'onLoginSuccess'], 0);
  3439.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3440.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3441.         }, => 'checkPassport'], 256);
  3442.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3443.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3444.         }, => 'checkPassport'], 512);
  3445.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3446.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3447.         }, => 'onLogout'], 0);
  3448.         return $instance;
  3449.     }
  3450.     /**
  3451.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3452.      *
  3453.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3454.      */
  3455.     protected function getSecurity_EventDispatcher_CustomerService()
  3456.     {
  3457.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3459.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3460.         }, => 'checkPassport'], 2048);
  3461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3462.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3463.         }, => 'onSuccessfulLogin'], 0);
  3464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3465.             return ($this->privates['security.logout.listener.legacy_success_listener.customer'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_CustomerService'));
  3466.         }, => 'onLogout'], 0);
  3467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3468.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3469.         }, => 'checkPassport'], 2080);
  3470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3471.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3472.         }, => 'onSuccessfulLogin'], 0);
  3473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3474.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3475.         }, => 'onSuccessfulLogin'], -32);
  3476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3477.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3478.         }, => 'onSuccessfulLogin'], -64);
  3479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3480.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3481.         }, => 'clearCookie'], 0);
  3482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3483.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3484.         }, => 'clearCookie'], 0);
  3485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3486.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3487.         }, => 'clearCookie'], 0);
  3488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3489.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3490.         }, => 'preCheckCredentials'], 256);
  3491.         $instance->addListener('security.authentication.success', [=> function () {
  3492.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3493.         }, => 'postCheckCredentials'], 256);
  3494.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3495.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3496.         }, => 'checkPassport'], 1024);
  3497.         $instance->addListener('security.interactive_login', [=> function () {
  3498.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3499.         }, => 'onInteractiveLogin'], 0);
  3500.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3501.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3502.         }, => 'onAuthenticationFailure'], 0);
  3503.         $instance->addListener('security.interactive_login', [=> function () {
  3504.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3505.         }, => 'onInteractiveLogin'], 0);
  3506.         $instance->addListener('security.authentication.success', [=> function () {
  3507.             return ($this->privates['Customize\\EventSubscriber\\AuthenticationSuccessSubscriber'] ?? $this->load('getAuthenticationSuccessSubscriberService'));
  3508.         }, => 'onAuthenticationSuccess'], 0);
  3509.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3510.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3511.         }, => 'checkPassport'], 0);
  3512.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3513.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3514.         }, => 'onLoginSuccess'], 0);
  3515.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3516.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3517.         }, => 'checkPassport'], 256);
  3518.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3519.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3520.         }, => 'checkPassport'], 512);
  3521.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3522.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3523.         }, => 'onLogout'], 0);
  3524.         return $instance;
  3525.     }
  3526.     /**
  3527.      * Gets the private 'security.firewall.map' shared service.
  3528.      *
  3529.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3530.      */
  3531.     protected function getSecurity_Firewall_MapService()
  3532.     {
  3533.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  3534.         if (isset($this->privates['security.firewall.map'])) {
  3535.             return $this->privates['security.firewall.map'];
  3536.         }
  3537.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3538.             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)/')));
  3539.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3540.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.nkStbou'] ?? ($this->privates['.security.request_matcher.nkStbou'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3541.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3542.         }, 4));
  3543.     }
  3544.     /**
  3545.      * Gets the private 'security.logout_url_generator' shared service.
  3546.      *
  3547.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3548.      */
  3549.     protected function getSecurity_LogoutUrlGeneratorService()
  3550.     {
  3551.         $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()));
  3552.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3553.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3558.      *
  3559.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3560.      */
  3561.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3562.     {
  3563.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3564.     }
  3565.     /**
  3566.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3567.      *
  3568.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3569.      */
  3570.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3571.     {
  3572.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3573.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3574.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3575.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3576.     }
  3577.     /**
  3578.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3579.      *
  3580.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3581.      */
  3582.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3583.     {
  3584.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3585.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3586.             return $this->privates['sensio_framework_extra.security.listener'];
  3587.         }
  3588.         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()));
  3589.     }
  3590.     /**
  3591.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3592.      *
  3593.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3594.      */
  3595.     protected function getSensioFrameworkExtra_View_ListenerService()
  3596.     {
  3597.         $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))));
  3598.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3599.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3600.         ], [
  3601.             'twig' => '?',
  3602.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3603.         return $instance;
  3604.     }
  3605.     /**
  3606.      * Gets the private 'session.factory' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3609.      */
  3610.     protected function getSession_FactoryService()
  3611.     {
  3612.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3613.         if (isset($this->privates['session.factory'])) {
  3614.             return $this->privates['session.factory'];
  3615.         }
  3616.         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']);
  3617.     }
  3618.     /**
  3619.      * Gets the private 'session_listener' shared service.
  3620.      *
  3621.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3622.      */
  3623.     protected function getSessionListenerService()
  3624.     {
  3625.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3626.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3627.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3628.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3629.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3630.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3631.         ], [
  3632.             'initialized_session' => '?',
  3633.             'logger' => '?',
  3634.             'session' => '?',
  3635.             'session_collector' => '?',
  3636.             'session_factory' => '?',
  3637.         ]), true$this->getParameter('session.storage.options'));
  3638.     }
  3639.     /**
  3640.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3643.      */
  3644.     protected function getStateMachine_Order_MetadataStoreService()
  3645.     {
  3646.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3647.     }
  3648.     /**
  3649.      * Gets the private 'taba.customfields.initialize_listener' shared service.
  3650.      *
  3651.      * @return \Plugin\TabaCustomFields2\EventListener\InitializeListener
  3652.      */
  3653.     protected function getTaba_Customfields_InitializeListenerService()
  3654.     {
  3655.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3656.         if (isset($this->privates['taba.customfields.initialize_listener'])) {
  3657.             return $this->privates['taba.customfields.initialize_listener'];
  3658.         }
  3659.         return $this->privates['taba.customfields.initialize_listener'] = new \Plugin\TabaCustomFields2\EventListener\InitializeListener($this$a);
  3660.     }
  3661.     /**
  3662.      * Gets the private 'taba.filemanager.initialize_listener' shared service.
  3663.      *
  3664.      * @return \Plugin\TabaFileManager2\EventListener\InitializeListener
  3665.      */
  3666.     protected function getTaba_Filemanager_InitializeListenerService()
  3667.     {
  3668.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3669.         if (isset($this->privates['taba.filemanager.initialize_listener'])) {
  3670.             return $this->privates['taba.filemanager.initialize_listener'];
  3671.         }
  3672.         return $this->privates['taba.filemanager.initialize_listener'] = new \Plugin\TabaFileManager2\EventListener\InitializeListener($this$a);
  3673.     }
  3674.     /**
  3675.      * Gets the private 'taba.tabahtmleditor.initialize_listener' shared service.
  3676.      *
  3677.      * @return \Plugin\TabaHtmlEditor2\EventListener\InitializeListener
  3678.      */
  3679.     protected function getTaba_Tabahtmleditor_InitializeListenerService()
  3680.     {
  3681.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3682.         if (isset($this->privates['taba.tabahtmleditor.initialize_listener'])) {
  3683.             return $this->privates['taba.tabahtmleditor.initialize_listener'];
  3684.         }
  3685.         return $this->privates['taba.tabahtmleditor.initialize_listener'] = new \Plugin\TabaHtmlEditor2\EventListener\InitializeListener($this$a);
  3686.     }
  3687.     /**
  3688.      * Gets the private 'translator.default' shared service.
  3689.      *
  3690.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3691.      */
  3692.     protected function getTranslator_DefaultService()
  3693.     {
  3694.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3695.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3696.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3697.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3698.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3699.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3700.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3701.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3702.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3703.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3704.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3705.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3706.         ], [
  3707.             'translation.loader.csv' => '?',
  3708.             'translation.loader.dat' => '?',
  3709.             'translation.loader.ini' => '?',
  3710.             'translation.loader.json' => '?',
  3711.             'translation.loader.mo' => '?',
  3712.             'translation.loader.php' => '?',
  3713.             'translation.loader.po' => '?',
  3714.             'translation.loader.qt' => '?',
  3715.             'translation.loader.res' => '?',
  3716.             'translation.loader.xliff' => '?',
  3717.             'translation.loader.yml' => '?',
  3718.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/kkNewsCategory/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/kkNewsCategory/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/CategoryExtensionB/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/tbsFeaturePage/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/PurchaseQuantityLimit4/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/PurchaseQuantityLimit4/Resource/locale/validators.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Resource/locale/validators.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/CategoryRecommend4/Resource/locale/messages.ja.yml'), 18 => (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/locale/messages.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/locale/validators.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale/messages.ja.yaml'), 22 => (\dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Resource/locale/messages.ja.php'), 23 => (\dirname(__DIR__4).'/app/Plugin/TabaFileManager2/Resource/locale/messages.ja.php'), 24 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 25 => (\dirname(__DIR__4).'/app/Plugin/TabaHtmlEditor2/Resource/locale/messages.ja.php'), 26 => (\dirname(__DIR__4).'/app/Plugin/UICube42/Resource/locale/messages.ja.yaml'), 27 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 28 => (\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')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/kkNewsCategory/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CategoryExtensionB/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/tbsFeaturePage/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/PurchaseQuantityLimit4/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank4/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/CategoryRecommend4/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale'), 17 => (\dirname(__DIR__4).'/app/Plugin/TabaCustomFields2/Resource/locale'), 18 => (\dirname(__DIR__4).'/app/Plugin/TabaFileManager2/Resource/locale'), 19 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), 20 => (\dirname(__DIR__4).'/app/Plugin/TabaHtmlEditor2/Resource/locale'), 21 => (\dirname(__DIR__4).'/app/Plugin/UICube42/Resource/locale'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 23 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Eccube/translations'), 38 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'=> 'app/Plugin/DataMigration42/Resource/locale'=> 'app/Plugin/kkNewsCategory/Resource/locale'=> 'app/Plugin/CategoryExtensionB/Resource/locale'10 => 'app/Plugin/tbsFeaturePage/Resource/locale'11 => 'app/Plugin/PurchaseQuantityLimit4/Resource/locale'12 => 'app/Plugin/ProductDisplayRank4/Resource/locale'13 => 'app/Plugin/CategoryRecommend4/Resource/locale'14 => 'app/Plugin/GmoPaymentGateway42/Resource/locale'15 => 'app/Plugin/CustomerRank42/Resource/locale'16 => 'app/Plugin/SalesRestrictions42/Resource/locale'17 => 'app/Plugin/TabaCustomFields2/Resource/locale'18 => 'app/Plugin/TabaFileManager2/Resource/locale'19 => 'app/Plugin/ExpressLink42/Resource/locale'20 => 'app/Plugin/TabaHtmlEditor2/Resource/locale'21 => 'app/Plugin/UICube42/Resource/locale'22 => 'src/Eccube/Resource/locale/'23 => 'app/Customize/Resource/locale/'24 => 'vendor/symfony/framework-bundle/translations'25 => 'vendor/symfony/security-bundle/translations'26 => 'vendor/doctrine/doctrine-bundle/translations'27 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'28 => 'vendor/sensio/framework-extra-bundle/src/translations'29 => 'vendor/symfony/monolog-bundle/translations'30 => 'vendor/symfony/twig-bundle/translations'31 => 'vendor/symfony/debug-bundle/translations'32 => 'vendor/symfony/web-profiler-bundle/translations'33 => 'vendor/symfony/maker-bundle/src/translations'34 => 'vendor/exercise/htmlpurifier-bundle/src/translations'35 => 'vendor/doctrine/doctrine-migrations-bundle/translations'36 => 'vendor/twig/extra-bundle/translations'37 => 'src/Eccube/translations'38 => 'app/Plugin/Api42/Bundle/translations'39 => 'vendor/league/oauth2-server-bundle/src/translations'40 => 'translations']]], []);
  3719.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3720.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3721.         return $instance;
  3722.     }
  3723.     /**
  3724.      * Gets the private 'validator.builder' shared service.
  3725.      *
  3726.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3727.      */
  3728.     protected function getValidator_BuilderService()
  3729.     {
  3730.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3731.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3732.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3733.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3734.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3735.             'Plugin\\TabaCustomFields2\\Validator\\Constraint\\CheckRegexFormatValidator' => ['privates''Plugin\\TabaCustomFields2\\Validator\\Constraint\\CheckRegexFormatValidator''getCheckRegexFormatValidatorService'true],
  3736.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3737.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3738.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3739.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3740.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3741.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3742.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3743.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3744.         ], [
  3745.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3746.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3747.             'Plugin\\TabaCustomFields2\\Validator\\Constraint\\CheckRegexFormatValidator' => '?',
  3748.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3749.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3750.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3751.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3752.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3753.             'doctrine.orm.validator.unique' => '?',
  3754.             'security.validator.user_password' => '?',
  3755.             'validator.expression' => '?',
  3756.         ])));
  3757.         if ($this->has('translator')) {
  3758.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3759.         }
  3760.         $instance->setTranslationDomain('validators');
  3761.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3762.         $instance->enableAnnotationMapping(true);
  3763.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3764.         $instance->addMethodMapping('loadValidatorMetadata');
  3765.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3766.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3767.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3768.         return $instance;
  3769.     }
  3770.     /**
  3771.      * Gets the private 'var_dumper.html_dumper' shared service.
  3772.      *
  3773.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3774.      */
  3775.     protected function getVarDumper_HtmlDumperService()
  3776.     {
  3777.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3778.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3779.         return $instance;
  3780.     }
  3781.     /**
  3782.      * Gets the private 'web_profiler.csp.handler' shared service.
  3783.      *
  3784.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3785.      */
  3786.     protected function getWebProfiler_Csp_HandlerService()
  3787.     {
  3788.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3789.     }
  3790.     /**
  3791.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3792.      *
  3793.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3794.      */
  3795.     protected function getWebProfiler_DebugToolbarService()
  3796.     {
  3797.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3798.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3799.             return $this->privates['web_profiler.debug_toolbar'];
  3800.         }
  3801.         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()));
  3802.     }
  3803.     /**
  3804.      * Gets the public 'cache_clearer' alias.
  3805.      *
  3806.      * @return object The ".container.private.cache_clearer" service.
  3807.      */
  3808.     protected function getCacheClearerService()
  3809.     {
  3810.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3811.         return $this->get('.container.private.cache_clearer');
  3812.     }
  3813.     /**
  3814.      * Gets the public 'filesystem' alias.
  3815.      *
  3816.      * @return object The ".container.private.filesystem" service.
  3817.      */
  3818.     protected function getFilesystemService()
  3819.     {
  3820.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3821.         return $this->get('.container.private.filesystem');
  3822.     }
  3823.     /**
  3824.      * Gets the public 'state_machine.order' alias.
  3825.      *
  3826.      * @return object The ".container.private.state_machine.order" service.
  3827.      */
  3828.     protected function getStateMachine_OrderService()
  3829.     {
  3830.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3831.         return $this->get('.container.private.state_machine.order');
  3832.     }
  3833.     /**
  3834.      * Gets the public 'serializer' alias.
  3835.      *
  3836.      * @return object The ".container.private.serializer" service.
  3837.      */
  3838.     protected function getSerializerService()
  3839.     {
  3840.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3841.         return $this->get('.container.private.serializer');
  3842.     }
  3843.     /**
  3844.      * Gets the public 'security.csrf.token_manager' alias.
  3845.      *
  3846.      * @return object The ".container.private.security.csrf.token_manager" service.
  3847.      */
  3848.     protected function getSecurity_Csrf_TokenManagerService()
  3849.     {
  3850.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3851.         return $this->get('.container.private.security.csrf.token_manager');
  3852.     }
  3853.     /**
  3854.      * Gets the public 'form.factory' alias.
  3855.      *
  3856.      * @return object The ".container.private.form.factory" service.
  3857.      */
  3858.     protected function getForm_FactoryService()
  3859.     {
  3860.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3861.         return $this->get('.container.private.form.factory');
  3862.     }
  3863.     /**
  3864.      * Gets the public 'form.type.file' alias.
  3865.      *
  3866.      * @return object The ".container.private.form.type.file" service.
  3867.      */
  3868.     protected function getForm_Type_FileService()
  3869.     {
  3870.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3871.         return $this->get('.container.private.form.type.file');
  3872.     }
  3873.     /**
  3874.      * Gets the public 'profiler' alias.
  3875.      *
  3876.      * @return object The ".container.private.profiler" service.
  3877.      */
  3878.     protected function getProfilerService()
  3879.     {
  3880.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3881.         return $this->get('.container.private.profiler');
  3882.     }
  3883.     /**
  3884.      * Gets the public 'security.authorization_checker' alias.
  3885.      *
  3886.      * @return object The ".container.private.security.authorization_checker" service.
  3887.      */
  3888.     protected function getSecurity_AuthorizationCheckerService()
  3889.     {
  3890.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3891.         return $this->get('.container.private.security.authorization_checker');
  3892.     }
  3893.     /**
  3894.      * Gets the public 'security.token_storage' alias.
  3895.      *
  3896.      * @return object The ".container.private.security.token_storage" service.
  3897.      */
  3898.     protected function getSecurity_TokenStorageService()
  3899.     {
  3900.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3901.         return $this->get('.container.private.security.token_storage');
  3902.     }
  3903.     /**
  3904.      * Gets the public 'twig' alias.
  3905.      *
  3906.      * @return object The ".container.private.twig" service.
  3907.      */
  3908.     protected function getTwigService()
  3909.     {
  3910.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3911.         return $this->get('.container.private.twig');
  3912.     }
  3913.     /**
  3914.      * Gets the public 'security.password_encoder' alias.
  3915.      *
  3916.      * @return object The ".container.private.security.password_encoder" service.
  3917.      */
  3918.     protected function getSecurity_PasswordEncoderService()
  3919.     {
  3920.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3921.         return $this->get('.container.private.security.password_encoder');
  3922.     }
  3923.     /**
  3924.      * Gets the public 'session' alias.
  3925.      *
  3926.      * @return object The ".container.private.session" service.
  3927.      */
  3928.     protected function getSessionService()
  3929.     {
  3930.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3931.         return $this->get('.container.private.session');
  3932.     }
  3933.     /**
  3934.      * Gets the public 'validator' alias.
  3935.      *
  3936.      * @return object The ".container.private.validator" service.
  3937.      */
  3938.     protected function getValidatorService()
  3939.     {
  3940.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3941.         return $this->get('.container.private.validator');
  3942.     }
  3943.     /**
  3944.      * @return array|bool|float|int|string|\UnitEnum|null
  3945.      */
  3946.     public function getParameter(string $name)
  3947.     {
  3948.         if (isset($this->buildParameters[$name])) {
  3949.             return $this->buildParameters[$name];
  3950.         }
  3951.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3952.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3953.         }
  3954.         if (isset($this->loadedDynamicParameters[$name])) {
  3955.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3956.         }
  3957.         return $this->parameters[$name];
  3958.     }
  3959.     public function hasParameter(string $name): bool
  3960.     {
  3961.         if (isset($this->buildParameters[$name])) {
  3962.             return true;
  3963.         }
  3964.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3965.     }
  3966.     public function setParameter(string $name$value): void
  3967.     {
  3968.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3969.     }
  3970.     public function getParameterBag(): ParameterBagInterface
  3971.     {
  3972.         if (null === $this->parameterBag) {
  3973.             $parameters $this->parameters;
  3974.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3975.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3976.             }
  3977.             foreach ($this->buildParameters as $name => $value) {
  3978.                 $parameters[$name] = $value;
  3979.             }
  3980.             $this->parameterBag = new FrozenParameterBag($parameters);
  3981.         }
  3982.         return $this->parameterBag;
  3983.     }
  3984.     private $loadedDynamicParameters = [
  3985.         'kernel.runtime_environment' => false,
  3986.         'kernel.build_dir' => false,
  3987.         'kernel.cache_dir' => false,
  3988.         'locale' => false,
  3989.         'timezone' => false,
  3990.         'currency' => false,
  3991.         'eccube_database_url' => false,
  3992.         'eccube_mailer_dsn' => false,
  3993.         'eccube_admin_route' => false,
  3994.         'eccube_user_data_route' => false,
  3995.         'eccube_front_allow_hosts' => false,
  3996.         'eccube_front_deny_hosts' => false,
  3997.         'eccube_admin_allow_hosts' => false,
  3998.         'eccube_admin_deny_hosts' => false,
  3999.         'eccube_force_ssl' => false,
  4000.         'eccube.theme' => false,
  4001.         'eccube_theme_code' => false,
  4002.         'eccube_auth_magic' => false,
  4003.         'eccube_theme_front_dir' => false,
  4004.         'eccube_html_front_dir' => false,
  4005.         'eccube_csv_temp_realdir' => false,
  4006.         'eccube_owners_store_url' => false,
  4007.         'eccube_package_api_url' => false,
  4008.         'eccube_content_maintenance_file_path' => false,
  4009.         'eccube_2fa_enabled' => false,
  4010.         'eccube_2fa_cookie_name' => false,
  4011.         'eccube_2fa_expire' => false,
  4012.         'eccube_restrict_file_upload' => false,
  4013.         'tabacustomfields2.admin_route' => false,
  4014.         'kernel.secret' => false,
  4015.         'kernel.default_locale' => false,
  4016.         'debug.container.dump' => false,
  4017.         'serializer.mapping.cache.file' => false,
  4018.         'session.storage.options' => false,
  4019.         'validator.mapping.cache.file' => false,
  4020.         'profiler.storage.dsn' => false,
  4021.         'doctrine.orm.proxy_dir' => false,
  4022.         'league.oauth2_server.encryption_key' => false,
  4023.     ];
  4024.     private $dynamicParameters = [];
  4025.     private function getDynamicParameter(string $name)
  4026.     {
  4027.         switch ($name) {
  4028.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4029.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4030.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4031.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4032.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4033.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4034.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4035.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4036.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4037.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4038.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4039.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4040.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4041.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4042.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4043.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4044.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4045.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4046.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4047.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4048.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4049.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4050.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4051.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4052.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4053.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4054.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4055.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4056.             case 'tabacustomfields2.admin_route'$value $this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/plugin/taba-app/tabacustomfields2'; break;
  4057.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4058.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4059.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  4060.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4061.             case 'session.storage.options'$value = [
  4062.                 'cache_limiter' => '0',
  4063.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4064.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4065.                 'cookie_httponly' => true,
  4066.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4067.                 'gc_probability' => 1,
  4068.             ]; break;
  4069.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4070.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4071.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4072.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  4073.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4074.         }
  4075.         $this->loadedDynamicParameters[$name] = true;
  4076.         return $this->dynamicParameters[$name] = $value;
  4077.     }
  4078.     protected function getDefaultParameters(): array
  4079.     {
  4080.         return [
  4081.             'kernel.project_dir' => \dirname(__DIR__4),
  4082.             'kernel.environment' => 'dev',
  4083.             'kernel.debug' => true,
  4084.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4085.             'kernel.bundles' => [
  4086.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4087.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4088.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4089.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4090.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4091.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4092.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4093.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4094.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4095.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4096.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4097.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4098.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4099.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4100.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4101.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4102.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4103.             ],
  4104.             'kernel.bundles_metadata' => [
  4105.                 'FrameworkBundle' => [
  4106.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4107.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4108.                 ],
  4109.                 'SecurityBundle' => [
  4110.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4111.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4112.                 ],
  4113.                 'DoctrineBundle' => [
  4114.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4115.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4116.                 ],
  4117.                 'DoctrineFixturesBundle' => [
  4118.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4119.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4120.                 ],
  4121.                 'SensioFrameworkExtraBundle' => [
  4122.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4123.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4124.                 ],
  4125.                 'MonologBundle' => [
  4126.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4127.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4128.                 ],
  4129.                 'TwigBundle' => [
  4130.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4131.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4132.                 ],
  4133.                 'DebugBundle' => [
  4134.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4135.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4136.                 ],
  4137.                 'WebProfilerBundle' => [
  4138.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4139.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4140.                 ],
  4141.                 'MakerBundle' => [
  4142.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4143.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4144.                 ],
  4145.                 'KnpPaginatorBundle' => [
  4146.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4147.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4148.                 ],
  4149.                 'ExerciseHTMLPurifierBundle' => [
  4150.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4151.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4152.                 ],
  4153.                 'DoctrineMigrationsBundle' => [
  4154.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4155.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4156.                 ],
  4157.                 'TwigExtraBundle' => [
  4158.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4159.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4160.                 ],
  4161.                 'EccubeBundle' => [
  4162.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4163.                     'namespace' => 'Eccube',
  4164.                 ],
  4165.                 'ApiBundle' => [
  4166.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  4167.                     'namespace' => 'Plugin\\Api42\\Bundle',
  4168.                 ],
  4169.                 'LeagueOAuth2ServerBundle' => [
  4170.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4171.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4172.                 ],
  4173.             ],
  4174.             'kernel.charset' => 'UTF-8',
  4175.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4176.             'container.dumper.inline_class_loader' => true,
  4177.             'env(ECCUBE_LOCALE)' => 'ja',
  4178.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4179.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4180.             'env(DATABASE_URL)' => '',
  4181.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4182.             'env(DATABASE_CHARSET)' => 'utf8',
  4183.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4184.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4185.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4186.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4187.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4188.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4189.             'env(ECCUBE_FORCE_SSL)' => '0',
  4190.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4191.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4192.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4193.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4194.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4195.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4196.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4197.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4198.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4199.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4200.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4201.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4202.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4203.             'eccube_auth_type' => 'HMAC',
  4204.             'eccube_password_hash_algos' => 'SHA256',
  4205.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4206.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4207.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4208.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4209.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4210.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4211.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4212.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4213.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4214.             'eccube_twig_block_templates' => [
  4215.                 => '@ReceiptPdf2/receipt_pdf.twig',
  4216.                 => '@kkNewsCategory/default/Block/news_category.twig',
  4217.             ],
  4218.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4219.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4220.             'eccube_csv_size' => 5,
  4221.             'eccube_csv_split_lines' => 100,
  4222.             'eccube_default_password' => 'abc********123',
  4223.             'eccube_deliv_addr_max' => 20,
  4224.             'eccube_deliv_date_end_max' => 21,
  4225.             'eccube_id_max_len' => 50,
  4226.             'eccube_id_min_len' => 4,
  4227.             'eccube_int_len' => 9,
  4228.             'eccube_category_nest_level' => 5,
  4229.             'eccube_lltext_len' => 99999,
  4230.             'eccube_ltext_len' => 3000,
  4231.             'eccube_max_total_fee' => 9999999999,
  4232.             'eccube_mltext_len' => 1000,
  4233.             'eccube_mtext_len' => 200,
  4234.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4235.             'plugin_html_urlpath' => '/plugin/',
  4236.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4237.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4238.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4239.             'eccube_price_len' => 8,
  4240.             'eccube_search_pmax' => 12,
  4241.             'eccube_sitemap_products_per_page' => 1000,
  4242.             'eccube_stext_len' => 255,
  4243.             'eccube_sltext_len' => 500,
  4244.             'eccube_smtext_len' => 100,
  4245.             'eccube_tax_rule_priority' => [
  4246.                 => 'product_id',
  4247.                 => 'product_class_id',
  4248.                 => 'pref_id',
  4249.                 => 'country_id',
  4250.             ],
  4251.             'eccube_url_len' => 1024,
  4252.             'eccube_default_page_count' => 50,
  4253.             'eccube_admin_product_stock_status' => 3,
  4254.             'eccube_customer_reset_expire' => 10,
  4255.             'eccube_csv_export_separator' => ',',
  4256.             'eccube_csv_export_encoding' => 'SJIS-win',
  4257.             'eccube_csv_import_encoding' => [
  4258.                 => 'UTF-8',
  4259.                 => 'SJIS-win',
  4260.                 => 'SJIS',
  4261.                 => 'EUC-JP',
  4262.                 => 'ASCII',
  4263.                 => 'JIS',
  4264.             ],
  4265.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4266.             'eccube_csv_export_multidata_separator' => ',',
  4267.             'eccube_csv_import_delimiter' => ',',
  4268.             'eccube_csv_import_enclosure' => '"',
  4269.             'eccube_csv_import_escape' => '\\',
  4270.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4271.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4272.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4273.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4274.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4275.             'eccube_name_len' => 255,
  4276.             'eccube_kana_len' => 25,
  4277.             'eccube_address1_len' => 32,
  4278.             'eccube_address2_len' => 32,
  4279.             'eccube_birth_max' => 110,
  4280.             'eccube_product_order_price_lower' => 1,
  4281.             'eccube_product_order_newer' => 2,
  4282.             'eccube_product_order_price_higher' => 3,
  4283.             'eccube_price_max' => 2147483647,
  4284.             'eccube_tel_len_max' => 14,
  4285.             'eccube_postal_code' => 8,
  4286.             'eccube_password_min_len' => 4,
  4287.             'eccube_password_max_len' => 255,
  4288.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4289.             'eccube_composer_memory_limit' => '1536M',
  4290.             'eccube_order_mail_template_id' => 1,
  4291.             'eccube_entry_confirm_mail_template_id' => 2,
  4292.             'eccube_entry_complete_mail_template_id' => 3,
  4293.             'eccube_customer_withdraw_mail_template_id' => 4,
  4294.             'eccube_contact_mail_template_id' => 5,
  4295.             'eccube_forgot_mail_template_id' => 6,
  4296.             'eccube_reset_complete_mail_template_id' => 7,
  4297.             'eccube_shipping_notify_mail_template_id' => 8,
  4298.             'eccube_rfc_email_check' => false,
  4299.             'eccube_email_len' => 254,
  4300.             'eccube_order_no_format' => '',
  4301.             'eccube_order_pdf_message_len' => 30,
  4302.             'eccube_news_start_year' => 2000,
  4303.             'eccube_result_cache_lifetime' => 3600,
  4304.             'eccube_result_cache_lifetime_short' => 10,
  4305.             'eccube_restrict_file_upload_urls' => [
  4306.                 => 'admin_content_file',
  4307.                 => 'admin_store_plugin_install',
  4308.                 => 'admin_content_page_new',
  4309.                 => 'admin_content_page_edit',
  4310.                 => 'admin_content_block_new',
  4311.                 => 'admin_content_block_edit',
  4312.                 => 'admin_content_css',
  4313.                 => 'admin_content_js',
  4314.                 => 'admin_store_template_install',
  4315.             ],
  4316.             'eccube_file_uploadable_extensions' => [
  4317.                 => 'jpg',
  4318.                 => 'jpeg',
  4319.                 => 'png',
  4320.                 => 'gif',
  4321.                 => 'webp',
  4322.                 => 'svg',
  4323.                 => 'ico',
  4324.                 => 'html',
  4325.                 => 'htm',
  4326.                 => 'js',
  4327.                 10 => 'css',
  4328.                 11 => 'txt',
  4329.                 12 => 'pdf',
  4330.             ],
  4331.             'eccube_login_throttling_max_attempts' => 5,
  4332.             'eccube_login_throttling_interval' => '30 minutes',
  4333.             'eccube_nav' => [
  4334.                 'product' => [
  4335.                     'name' => 'admin.product.product_management',
  4336.                     'icon' => 'fa-cube',
  4337.                     'children' => [
  4338.                         'product_master' => [
  4339.                             'name' => 'admin.product.product_list',
  4340.                             'url' => 'admin_product',
  4341.                         ],
  4342.                         'product_edit' => [
  4343.                             'name' => 'admin.product.product_registration',
  4344.                             'url' => 'admin_product_product_new',
  4345.                         ],
  4346.                         'class_name' => [
  4347.                             'name' => 'admin.product.class_management',
  4348.                             'url' => 'admin_product_class_name',
  4349.                         ],
  4350.                         'class_category' => [
  4351.                             'name' => 'admin.product.category_management',
  4352.                             'url' => 'admin_product_category',
  4353.                         ],
  4354.                         'product_tag' => [
  4355.                             'name' => 'admin.product.tag_management',
  4356.                             'url' => 'admin_product_tag',
  4357.                         ],
  4358.                         'product_csv_import' => [
  4359.                             'name' => 'admin.product.product_csv_upload',
  4360.                             'url' => 'admin_product_csv_import',
  4361.                         ],
  4362.                         'category_csv_import' => [
  4363.                             'name' => 'admin.product.category_csv_upload',
  4364.                             'url' => 'admin_product_category_csv_import',
  4365.                         ],
  4366.                         'product_display_rank_csv_import' => [
  4367.                             'name' => 'admin.product.product_display_rank_csv_upload',
  4368.                             'url' => 'admin_product_display_rank_csv_import',
  4369.                         ],
  4370.                         'product_review' => [
  4371.                             'name' => 'product_review.admin.product_review.title',
  4372.                             'url' => 'product_review_admin_product_review',
  4373.                         ],
  4374.                     ],
  4375.                 ],
  4376.                 'order' => [
  4377.                     'name' => 'admin.order.order_management',
  4378.                     'icon' => 'fa-shopping-cart',
  4379.                     'children' => [
  4380.                         'order_master' => [
  4381.                             'name' => 'admin.order.order_list',
  4382.                             'url' => 'admin_order',
  4383.                         ],
  4384.                         'order_edit' => [
  4385.                             'name' => 'admin.order.order_registration',
  4386.                             'url' => 'admin_order_new',
  4387.                         ],
  4388.                         'shipping_csv_import' => [
  4389.                             'name' => 'admin.order.shipping_csv_upload',
  4390.                             'url' => 'admin_shipping_csv_import',
  4391.                         ],
  4392.                         'expresslink_import' => [
  4393.                             'id' => 'admin_order_import_expresslink',
  4394.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  4395.                             'url' => 'admin_order_import_expresslink',
  4396.                         ],
  4397.                         'gmo_payment_gateway_admin_payment_status' => [
  4398.                             'name' => 'gmo_payment_gateway.admin.nav.payment_list',
  4399.                             'url' => 'gmo_payment_gateway_admin_payment_status',
  4400.                         ],
  4401.                     ],
  4402.                 ],
  4403.                 'customer' => [
  4404.                     'name' => 'admin.customer.customer_management',
  4405.                     'icon' => 'fa-users',
  4406.                     'children' => [
  4407.                         'customer_master' => [
  4408.                             'name' => 'admin.customer.customer_list',
  4409.                             'url' => 'admin_customer',
  4410.                         ],
  4411.                         'customer_edit' => [
  4412.                             'name' => 'admin.customer.customer_registration',
  4413.                             'url' => 'admin_customer_new',
  4414.                         ],
  4415.                         'rank' => [
  4416.                             'id' => 'admin_customer_rank',
  4417.                             'name' => 'customerrank.admin.nav.customer.rank',
  4418.                             'url' => 'admin_customer_rank',
  4419.                         ],
  4420.                         'rank_import_csv' => [
  4421.                             'id' => 'admin_customer_rank_csv_import',
  4422.                             'name' => 'customerrank.admin.nav.customer.rank_import_csv',
  4423.                             'url' => 'admin_customer_rank_csv_import',
  4424.                         ],
  4425.                         'gmo_payment_gateway_admin_fraud_detection' => [
  4426.                             'name' => 'gmo_payment_gateway.admin.nav.fraud_detection_list',
  4427.                             'url' => 'gmo_payment_gateway_admin_fraud_detection',
  4428.                         ],
  4429.                     ],
  4430.                 ],
  4431.                 'content' => [
  4432.                     'name' => 'admin.content.contents_management',
  4433.                     'icon' => 'fa-file-text-o',
  4434.                     'children' => [
  4435.                         'news' => [
  4436.                             'name' => 'admin.content.news_management',
  4437.                             'url' => 'admin_content_news',
  4438.                         ],
  4439.                         'file' => [
  4440.                             'name' => 'admin.content.file_management',
  4441.                             'url' => 'admin_content_file',
  4442.                         ],
  4443.                         'layout' => [
  4444.                             'name' => 'admin.content.layout_management',
  4445.                             'url' => 'admin_content_layout',
  4446.                         ],
  4447.                         'page' => [
  4448.                             'name' => 'admin.content.page_management',
  4449.                             'url' => 'admin_content_page',
  4450.                         ],
  4451.                         'css' => [
  4452.                             'name' => 'admin.content.css_management',
  4453.                             'url' => 'admin_content_css',
  4454.                         ],
  4455.                         'js' => [
  4456.                             'name' => 'admin.content.js_management',
  4457.                             'url' => 'admin_content_js',
  4458.                         ],
  4459.                         'block' => [
  4460.                             'name' => 'admin.content.block_management',
  4461.                             'url' => 'admin_content_block',
  4462.                         ],
  4463.                         'cache' => [
  4464.                             'name' => 'admin.content.cache_management',
  4465.                             'url' => 'admin_content_cache',
  4466.                         ],
  4467.                         'maintenance' => [
  4468.                             'name' => 'admin.content.maintenance_management',
  4469.                             'url' => 'admin_content_maintenance',
  4470.                         ],
  4471.                         'customerrank' => [
  4472.                             'id' => 'admin_content_customerrank',
  4473.                             'name' => 'customerrank.admin.nav.content.customerrank',
  4474.                             'children' => [
  4475.                                 'list' => [
  4476.                                     'id' => 'admin_content_customerrank_list',
  4477.                                     'name' => 'customerrank.admin.nav.content.customerrank.list',
  4478.                                     'url' => 'admin_content_customerrank_list',
  4479.                                 ],
  4480.                                 'detail' => [
  4481.                                     'id' => 'admin_content_customerrank_detail',
  4482.                                     'name' => 'customerrank.admin.nav.content.customerrank.detail',
  4483.                                     'url' => 'admin_content_customerrank_detail',
  4484.                                 ],
  4485.                             ],
  4486.                         ],
  4487.                         'plugin_recommend' => [
  4488.                             'name' => 'plugin_recommend.admin.navi',
  4489.                             'url' => 'plugin_recommend_list',
  4490.                         ],
  4491.                         'salesrestrictions' => [
  4492.                             'id' => 'admin_content_salesrestrictions',
  4493.                             'name' => 'salesrestrictions.admin.nav.content.salesrestrictions',
  4494.                             'url' => 'admin_content_salesrestrictions',
  4495.                         ],
  4496.                         'kk_news_category_plugin' => [
  4497.                             'name' => '新着情報カテゴリ管理',
  4498.                             'url' => 'kk_news_category_plugin_admin_index',
  4499.                         ],
  4500.                         'feature' => [
  4501.                             'name' => 'tbs_feature_page.admin.feature.title',
  4502.                             'url' => 'tbs_feature_page_admin_feature',
  4503.                         ],
  4504.                     ],
  4505.                 ],
  4506.                 'setting' => [
  4507.                     'name' => 'admin.setting',
  4508.                     'icon' => 'fa-cog',
  4509.                     'children' => [
  4510.                         'shop' => [
  4511.                             'name' => 'admin.setting.shop',
  4512.                             'children' => [
  4513.                                 'shop_index' => [
  4514.                                     'name' => 'admin.setting.shop.shop_setting',
  4515.                                     'url' => 'admin_setting_shop',
  4516.                                 ],
  4517.                                 'shop_tradelaw' => [
  4518.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4519.                                     'url' => 'admin_setting_shop_tradelaw',
  4520.                                 ],
  4521.                                 'shop_agreement' => [
  4522.                                     'name' => 'admin.setting.shop.agreement_setting',
  4523.                                     'url' => 'admin_content_page_edit',
  4524.                                     'param' => [
  4525.                                         'id' => 19,
  4526.                                         'return' => 'agreement',
  4527.                                     ],
  4528.                                 ],
  4529.                                 'shop_payment' => [
  4530.                                     'name' => 'admin.setting.shop.payment_setting',
  4531.                                     'url' => 'admin_setting_shop_payment',
  4532.                                 ],
  4533.                                 'shop_delivery' => [
  4534.                                     'name' => 'admin.setting.shop.delivery_setting',
  4535.                                     'url' => 'admin_setting_shop_delivery',
  4536.                                 ],
  4537.                                 'shop_tax' => [
  4538.                                     'name' => 'admin.setting.shop.tax_setting',
  4539.                                     'url' => 'admin_setting_shop_tax',
  4540.                                 ],
  4541.                                 'shop_mail' => [
  4542.                                     'name' => 'admin.setting.shop.mail_setting',
  4543.                                     'url' => 'admin_setting_shop_mail',
  4544.                                 ],
  4545.                                 'shop_csv' => [
  4546.                                     'name' => 'admin.setting.shop.csv_setting',
  4547.                                     'url' => 'admin_setting_shop_csv',
  4548.                                 ],
  4549.                                 'shop_order_status' => [
  4550.                                     'name' => 'admin.setting.shop.order_status_setting',
  4551.                                     'url' => 'admin_setting_shop_order_status',
  4552.                                 ],
  4553.                                 'shop_calendar' => [
  4554.                                     'name' => 'admin.setting.shop.calendar_setting',
  4555.                                     'url' => 'admin_setting_shop_calendar',
  4556.                                 ],
  4557.                             ],
  4558.                         ],
  4559.                         'system' => [
  4560.                             'name' => 'admin.setting.system',
  4561.                             'children' => [
  4562.                                 'member' => [
  4563.                                     'name' => 'admin.setting.system.member_management',
  4564.                                     'url' => 'admin_setting_system_member',
  4565.                                 ],
  4566.                                 'authority' => [
  4567.                                     'name' => 'admin.setting.system.authority_management',
  4568.                                     'url' => 'admin_setting_system_authority',
  4569.                                 ],
  4570.                                 'security' => [
  4571.                                     'name' => 'admin.setting.system.security_management',
  4572.                                     'url' => 'admin_setting_system_security',
  4573.                                 ],
  4574.                                 'login_history' => [
  4575.                                     'name' => 'admin.setting.system.login_history',
  4576.                                     'url' => 'admin_setting_system_login_history',
  4577.                                 ],
  4578.                                 'log' => [
  4579.                                     'name' => 'admin.setting.system.log_display',
  4580.                                     'url' => 'admin_setting_system_log',
  4581.                                 ],
  4582.                                 'masterdata' => [
  4583.                                     'name' => 'admin.setting.system.master_data_management',
  4584.                                     'url' => 'admin_setting_system_masterdata',
  4585.                                 ],
  4586.                                 'system_index' => [
  4587.                                     'name' => 'admin.setting.system.system_info',
  4588.                                     'url' => 'admin_setting_system_system',
  4589.                                 ],
  4590.                                 'expresslink_config' => [
  4591.                                     'id' => 'admin_setting_expresslink_config',
  4592.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4593.                                     'url' => 'admin_setting_expresslink_config',
  4594.                                 ],
  4595.                             ],
  4596.                         ],
  4597.                         'setting_rank' => [
  4598.                             'id' => 'admin_setting_customerrank',
  4599.                             'name' => 'customerrank.admin.nav.setting.rank',
  4600.                             'url' => 'admin_setting_customerrank',
  4601.                         ],
  4602.                     ],
  4603.                 ],
  4604.                 'store' => [
  4605.                     'name' => 'admin.store',
  4606.                     'icon' => 'fa-plug',
  4607.                     'children' => [
  4608.                         'plugin' => [
  4609.                             'name' => 'admin.store.plugin',
  4610.                             'children' => [
  4611.                                 'plugin_owners_search' => [
  4612.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4613.                                     'url' => 'admin_store_plugin_owners_search',
  4614.                                 ],
  4615.                                 'plugin_list' => [
  4616.                                     'name' => 'admin.store.plugin.plugin_list',
  4617.                                     'url' => 'admin_store_plugin',
  4618.                                 ],
  4619.                             ],
  4620.                         ],
  4621.                         'template' => [
  4622.                             'name' => 'admin.store.template',
  4623.                             'children' => [
  4624.                                 'template_list' => [
  4625.                                     'name' => 'admin.store.template.template_list',
  4626.                                     'url' => 'admin_store_template',
  4627.                                 ],
  4628.                                 'template_install' => [
  4629.                                     'name' => 'admin.store.template.template_install',
  4630.                                     'url' => 'admin_store_template_install',
  4631.                                 ],
  4632.                             ],
  4633.                         ],
  4634.                         'authentication_setting' => [
  4635.                             'name' => 'admin.store.setting',
  4636.                             'url' => 'admin_store_authentication_setting',
  4637.                         ],
  4638.                     ],
  4639.                 ],
  4640.                 'purchase_quantity_limit' => [
  4641.                     'name' => 'plugin.purchase_quantity_limit.admin.config.title',
  4642.                     'icon' => 'fa-shopping-cart',
  4643.                     'children' => [
  4644.                         'config' => [
  4645.                             'name' => 'plugin.purchase_quantity_limit.admin.config.sub_title',
  4646.                             'url' => 'purchase_quantity_limit4_admin_config',
  4647.                         ],
  4648.                     ],
  4649.                 ],
  4650.             ],
  4651.             'env(MAILER_DSN)' => 'null://null',
  4652.             'eccube.twig_sandbox.allowed_tags' => [
  4653.                 => 'apply',
  4654.                 => 'block',
  4655.                 => 'deprecated',
  4656.                 => 'embed',
  4657.                 => 'extends',
  4658.                 => 'flush',
  4659.                 => 'for',
  4660.                 => 'if',
  4661.                 => 'set',
  4662.                 => 'spaceless',
  4663.                 10 => 'verbatim',
  4664.                 11 => 'with',
  4665.                 12 => 'form_theme',
  4666.                 13 => 'stopwatch',
  4667.                 14 => 'trans',
  4668.                 15 => 'trans_default_domain',
  4669.             ],
  4670.             'eccube.twig_sandbox.allowed_filters' => [
  4671.                 => 'abs',
  4672.                 => 'batch',
  4673.                 => 'capitalize',
  4674.                 => 'column',
  4675.                 => 'convert_encoding',
  4676.                 => 'country_name',
  4677.                 => 'currency_name',
  4678.                 => 'currency_symbol',
  4679.                 => 'date',
  4680.                 => 'date_modify',
  4681.                 10 => 'default',
  4682.                 11 => 'escape',
  4683.                 12 => 'first',
  4684.                 13 => 'format',
  4685.                 14 => 'format_currency',
  4686.                 15 => 'format_date',
  4687.                 16 => 'format_datetime',
  4688.                 17 => 'format_number',
  4689.                 18 => 'format_time',
  4690.                 19 => 'join',
  4691.                 20 => 'json_encode',
  4692.                 21 => 'keys',
  4693.                 22 => 'language_name',
  4694.                 23 => 'last',
  4695.                 24 => 'length',
  4696.                 25 => 'locale_name',
  4697.                 26 => 'lower',
  4698.                 27 => 'merge',
  4699.                 28 => 'nl2br',
  4700.                 29 => 'number_format',
  4701.                 30 => 'replace',
  4702.                 31 => 'reverse',
  4703.                 32 => 'round',
  4704.                 33 => 'slice',
  4705.                 34 => 'spaceless',
  4706.                 35 => 'split',
  4707.                 36 => 'striptags',
  4708.                 37 => 'timezone_name',
  4709.                 38 => 'title',
  4710.                 39 => 'trim',
  4711.                 40 => 'upper',
  4712.                 41 => 'url_encode',
  4713.                 42 => 'abbr_class',
  4714.                 43 => 'abbr_method',
  4715.                 44 => 'file_link',
  4716.                 45 => 'file_relative',
  4717.                 46 => 'format_args',
  4718.                 47 => 'format_args_as_text',
  4719.                 48 => 'humanize',
  4720.                 49 => 'serialize',
  4721.                 50 => 'trans',
  4722.                 51 => 'yaml_dump',
  4723.                 52 => 'yaml_encode',
  4724.                 53 => 'currency_symbol',
  4725.                 54 => 'date_day',
  4726.                 55 => 'date_day_with_weekday',
  4727.                 56 => 'date_format',
  4728.                 57 => 'date_min',
  4729.                 58 => 'date_sec',
  4730.                 59 => 'doctrine_format_sql',
  4731.                 60 => 'doctrine_prettify_sql',
  4732.                 61 => 'doctrine_pretty_query',
  4733.                 62 => 'doctrine_replace_query_parameters',
  4734.                 63 => 'e',
  4735.                 64 => 'ellipsis',
  4736.                 65 => 'file_ext_icon',
  4737.                 66 => 'form_encode_currency',
  4738.                 67 => 'format_*_number',
  4739.                 68 => 'format_log_message',
  4740.                 69 => 'no_image_product',
  4741.                 70 => 'price',
  4742.                 71 => 'purify',
  4743.                 72 => 'time_ago',
  4744.             ],
  4745.             'eccube.twig_sandbox.allowed_functions' => [
  4746.                 => 'cycle',
  4747.                 => 'date',
  4748.                 => 'max',
  4749.                 => 'min',
  4750.                 => 'random',
  4751.                 => 'range',
  4752.                 => 'country_timezones',
  4753.                 => 'absolute_url',
  4754.                 => 'asset',
  4755.                 => 'asset_version',
  4756.                 10 => 'csrf_token',
  4757.                 11 => 'form_parent',
  4758.                 12 => 'fragment_uri',
  4759.                 13 => 'impersonation_exit_path',
  4760.                 14 => 'impersonation_exit_url',
  4761.                 15 => 'is_granted',
  4762.                 16 => 'logout_path',
  4763.                 17 => 'logout_url',
  4764.                 18 => 'path',
  4765.                 19 => 'relative_path',
  4766.                 20 => 't',
  4767.                 21 => 'url',
  4768.                 22 => 'active_menus',
  4769.                 23 => 'class_categories_as_json',
  4770.                 24 => 'country_names',
  4771.                 25 => 'csrf_token_for_anchor',
  4772.                 26 => 'currency_names',
  4773.                 27 => 'currency_symbol',
  4774.                 28 => 'field_choices',
  4775.                 29 => 'field_errors',
  4776.                 30 => 'field_help',
  4777.                 31 => 'field_label',
  4778.                 32 => 'field_name',
  4779.                 33 => 'field_value',
  4780.                 34 => 'get_all_carts',
  4781.                 35 => 'get_cart',
  4782.                 36 => 'get_carts_total_price',
  4783.                 37 => 'get_carts_total_quantity',
  4784.                 38 => 'has_errors',
  4785.                 39 => 'is_reduced_tax_rate',
  4786.                 40 => 'language_names',
  4787.                 41 => 'product',
  4788.                 42 => 'workflow_can',
  4789.                 43 => 'workflow_has_marked_place',
  4790.                 44 => 'workflow_marked_places',
  4791.                 45 => 'workflow_metadata',
  4792.                 46 => 'workflow_transition',
  4793.                 47 => 'workflow_transition_blockers',
  4794.                 48 => 'workflow_transitions',
  4795.             ],
  4796.             'eccube.twig_sandbox.allowed_methods' => [
  4797.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4798.                     => 'getrequest',
  4799.                 ],
  4800.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4801.                     => 'geturi',
  4802.                 ],
  4803.             ],
  4804.             'eccube.twig_sandbox.allowed_properties' => [
  4805.             ],
  4806.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  4807.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  4808.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4809.             'category_extension_b.text_area_len' => 4000,
  4810.             'plugin_category_recommend.text_area_len' => 4000,
  4811.             'gmo_payment_gateway.admin.config.prod.server_url' => 'https://p01.mul-pay.jp/payment/',
  4812.             'gmo_payment_gateway.admin.config.prod.kanri_server_url' => 'https://k01.mul-pay.jp/kanri/',
  4813.             'gmo_payment_gateway.admin.config.test.server_url' => 'https://pt01.mul-pay.jp/payment/',
  4814.             'gmo_payment_gateway.admin.config.test.kanri_server_url' => 'https://kt01.mul-pay.jp/kanri/',
  4815.             'gmo_payment_gateway.admin.config.note_link1' => 'http://www.gmo-pg.com/?argument=2qpV46CP&dmai=a5177c923cb929',
  4816.             'gmo_payment_gateway.admin.config.note_link2' => 'https://service.gmo-pg.com/cyllene/entry/trialStart.htm?argument=2qpV46CP&dmai=a5177c98d5464d',
  4817.             'gmo_payment_gateway.action_status.entry_request' => 1,
  4818.             'gmo_payment_gateway.action_status.exec_request' => 3,
  4819.             'gmo_payment_gateway.action_status.exec_success' => 6,
  4820.             'gmo_payment_gateway.action_status.recv_notice' => 5,
  4821.             'gmo_payment_gateway.pay_status.unsettled' => 0,
  4822.             'gmo_payment_gateway.pay_status.unprocessed' => 0,
  4823.             'gmo_payment_gateway.pay_status.authenticated' => 0,
  4824.             'gmo_payment_gateway.pay_status.authprocess' => 0,
  4825.             'gmo_payment_gateway.pay_status.request_success' => 1,
  4826.             'gmo_payment_gateway.pay_status.paysuccess' => 2,
  4827.             'gmo_payment_gateway.pay_status.expired' => 3,
  4828.             'gmo_payment_gateway.pay_status.cancel' => 4,
  4829.             'gmo_payment_gateway.pay_status.fail' => 99,
  4830.             'gmo_payment_gateway.pay_status.auth' => 11,
  4831.             'gmo_payment_gateway.pay_status.commit' => 12,
  4832.             'gmo_payment_gateway.pay_status.sales' => 12,
  4833.             'gmo_payment_gateway.pay_status.capture' => 13,
  4834.             'gmo_payment_gateway.pay_status.void' => 14,
  4835.             'gmo_payment_gateway.pay_status.return' => 15,
  4836.             'gmo_payment_gateway.pay_status.returnx' => 16,
  4837.             'gmo_payment_gateway.pay_status.sauth' => 17,
  4838.             'gmo_payment_gateway.pay_status.check' => 18,
  4839.             'gmo_payment_gateway.pay_status.except' => 19,
  4840.             'gmo_payment_gateway.pay_status.payfail' => 99,
  4841.             'gmo_payment_gateway.pay_status.paystart' => 21,
  4842.             'gmo_payment_gateway.pay_status.reqsales' => 22,
  4843.             'gmo_payment_gateway.pay_status.reqcancel' => 23,
  4844.             'gmo_payment_gateway.pay_status.reqchange' => 24,
  4845.             'gmo_payment_gateway.pay_status.trading' => 25,
  4846.             'gmo_payment_gateway.pay_status.stop' => 26,
  4847.             'gmo_payment_gateway.receive.wait_time' => 5,
  4848.             'gmo_payment_gateway.pay_type.credit' => 0,
  4849.             'gmo_payment_gateway.pay_type.cvs' => 3,
  4850.             'gmo_payment_gateway.pay_type.payeasy' => 4,
  4851.             'gmo_payment_gateway.pay_type.au' => 8,
  4852.             'gmo_payment_gateway.pay_type.docomo' => 9,
  4853.             'gmo_payment_gateway.pay_type.softbank' => 11,
  4854.             'gmo_payment_gateway.pay_type.rakuten_pay' => 18,
  4855.             'gmo_payment_gateway.pay_type.ganb' => 36,
  4856.             'gmo_payment_gateway_regist_card_num' => 5,
  4857.             'gmo_payment_gateway_cvs_lawson' => '10001',
  4858.             'gmo_payment_gateway_cvs_familymart' => '10002',
  4859.             'gmo_payment_gateway_cvs_ministop' => '10005',
  4860.             'gmo_payment_gateway_cvs_daily' => '00006',
  4861.             'gmo_payment_gateway_cvs_seveneleven' => '00007',
  4862.             'gmo_payment_gateway_cvs_seicomart' => '10008',
  4863.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4864.             'product_review_display_count_min' => 1,
  4865.             'product_review_display_count_max' => 30,
  4866.             'plugin_recommend.text_area_len' => 4000,
  4867.             'related_product.text_area_len' => 4000,
  4868.             'related_product.max_item_count' => 6,
  4869.             'sales_report_product_maximum_display' => 20,
  4870.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4871.             'tabacustomfields2.route' => '/plugin/tabacustomfields2',
  4872.             'eccube_rate_limiter_configs' => [
  4873.             ],
  4874.             'eccube.plugins.enabled' => [
  4875.                 => 'Recommend42',
  4876.                 => 'RelatedProduct42',
  4877.                 => 'ProductReview42',
  4878.                 => 'DataMigration42',
  4879.                 => 'kkNewsCategory',
  4880.                 => 'CategoryExtensionB',
  4881.                 => 'tbsFeaturePage',
  4882.                 => 'PurchaseQuantityLimit4',
  4883.                 => 'ProductDisplayRank4',
  4884.                 => 'CategoryRecommend4',
  4885.                 10 => 'MGSocialButton',
  4886.                 11 => 'ReceiptPdf2',
  4887.                 12 => 'GmoPaymentGateway42',
  4888.                 13 => 'CustomerRank42',
  4889.                 14 => 'SalesRestrictions42',
  4890.                 15 => 'TabaCustomFields2',
  4891.                 16 => 'TabaFileManager2',
  4892.                 17 => 'ExpressLink42',
  4893.                 18 => 'TabaHtmlEditor2',
  4894.                 19 => 'UICube42',
  4895.             ],
  4896.             'eccube.plugins.disabled' => [
  4897.                 => 'Api42',
  4898.                 => 'Coupon42',
  4899.                 => 'MailMagazine42',
  4900.                 => 'SalesReport42',
  4901.                 => 'Securitychecker42',
  4902.                 => 'SiteKit42',
  4903.             ],
  4904.             'event_dispatcher.event_aliases' => [
  4905.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4906.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4907.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4908.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4909.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4910.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4911.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4912.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4913.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4914.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4915.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4916.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4917.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4918.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4919.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4920.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4921.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4922.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4923.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4924.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4925.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4926.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4927.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4928.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4929.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4930.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4931.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4932.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4933.             ],
  4934.             'fragment.renderer.hinclude.global_template' => NULL,
  4935.             'fragment.path' => '/_fragment',
  4936.             'kernel.http_method_override' => true,
  4937.             'kernel.trusted_hosts' => [
  4938.             ],
  4939.             'kernel.enabled_locales' => [
  4940.             ],
  4941.             'kernel.error_controller' => 'error_controller',
  4942.             'debug.file_link_format' => NULL,
  4943.             'asset.request_context.base_path' => NULL,
  4944.             'asset.request_context.secure' => NULL,
  4945.             'translator.logging' => false,
  4946.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4947.             'debug.error_handler.throw_at' => -1,
  4948.             'router.request_context.host' => 'localhost',
  4949.             'router.request_context.scheme' => 'http',
  4950.             'router.request_context.base_url' => '',
  4951.             'router.resource' => 'kernel::loadRoutes',
  4952.             'request_listener.http_port' => 80,
  4953.             'request_listener.https_port' => 443,
  4954.             'session.metadata.storage_key' => '_sf2_meta',
  4955.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4956.             'session.metadata.update_threshold' => 0,
  4957.             'form.type_extension.csrf.enabled' => true,
  4958.             'form.type_extension.csrf.field_name' => '_token',
  4959.             'validator.translation_domain' => 'validators',
  4960.             'profiler_listener.only_exceptions' => false,
  4961.             'profiler_listener.only_main_requests' => false,
  4962.             'security.role_hierarchy.roles' => [
  4963.             ],
  4964.             'security.access.denied_url' => NULL,
  4965.             'security.authentication.manager.erase_credentials' => true,
  4966.             'security.authentication.session_strategy.strategy' => 'migrate',
  4967.             'security.access.always_authenticate_before_granting' => false,
  4968.             'security.authentication.hide_user_not_found' => true,
  4969.             'security.firewalls' => [
  4970.                 => 'dev',
  4971.                 => 'api',
  4972.                 => 'admin',
  4973.                 => 'customer',
  4974.             ],
  4975.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4976.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4977.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4978.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4979.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4980.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4981.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4982.             'doctrine.entity_managers' => [
  4983.                 'default' => 'doctrine.orm.default_entity_manager',
  4984.             ],
  4985.             'doctrine.default_entity_manager' => 'default',
  4986.             'doctrine.dbal.connection_factory.types' => [
  4987.                 'oauth2_grant' => [
  4988.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4989.                 ],
  4990.                 'oauth2_redirect_uri' => [
  4991.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4992.                 ],
  4993.                 'oauth2_scope' => [
  4994.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4995.                 ],
  4996.                 'datetime' => [
  4997.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4998.                 ],
  4999.                 'datetimetz' => [
  5000.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5001.                 ],
  5002.             ],
  5003.             'doctrine.connections' => [
  5004.                 'default' => 'doctrine.dbal.default_connection',
  5005.             ],
  5006.             'doctrine.default_connection' => 'default',
  5007.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5008.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5009.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5010.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5011.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5012.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5013.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5014.             'doctrine.orm.cache.memcache_port' => 11211,
  5015.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5016.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5017.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5018.             'doctrine.orm.cache.memcached_port' => 11211,
  5019.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5020.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5021.             'doctrine.orm.cache.redis_host' => 'localhost',
  5022.             'doctrine.orm.cache.redis_port' => 6379,
  5023.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5024.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5025.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5026.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5027.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5028.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5029.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5030.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5031.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5032.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5033.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5034.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5035.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5036.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5037.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5038.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5039.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5040.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5041.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5042.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5043.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5044.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5045.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5046.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5047.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5048.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5049.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5050.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5051.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5052.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5053.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5054.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5055.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5056.             'monolog.use_microseconds' => true,
  5057.             'monolog.swift_mailer.handlers' => [
  5058.             ],
  5059.             'monolog.handlers_to_channels' => [
  5060.                 'monolog.handler.GmoPaymentGateway42' => [
  5061.                     'type' => 'inclusive',
  5062.                     'elements' => [
  5063.                         => 'GmoPaymentGateway42',
  5064.                     ],
  5065.                 ],
  5066.                 'monolog.handler.console' => [
  5067.                     'type' => 'exclusive',
  5068.                     'elements' => [
  5069.                         => 'event',
  5070.                         => 'doctrine',
  5071.                         => 'console',
  5072.                     ],
  5073.                 ],
  5074.                 'monolog.handler.buffered' => [
  5075.                     'type' => 'exclusive',
  5076.                     'elements' => [
  5077.                         => 'event',
  5078.                     ],
  5079.                 ],
  5080.             ],
  5081.             'twig.form.resources' => [
  5082.                 => 'form_div_layout.html.twig',
  5083.                 => 'bootstrap_5_layout.html.twig',
  5084.             ],
  5085.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5086.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5087.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5088.             'web_profiler.debug_toolbar.mode' => 2,
  5089.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5090.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5091.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5092.             'knp_paginator.page_range' => 5,
  5093.             'knp_paginator.page_limit' => NULL,
  5094.             'doctrine.migrations.preferred_em' => NULL,
  5095.             'doctrine.migrations.preferred_connection' => NULL,
  5096.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5097.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5098.             'league.oauth2_server.encryption_key.type' => 'plain',
  5099.             'league.oauth2_server.scopes.default' => [
  5100.                 => 'read',
  5101.             ],
  5102.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5103.             'data_collector.templates' => [
  5104.                 'data_collector.request' => [
  5105.                     => 'request',
  5106.                     => '@WebProfiler/Collector/request.html.twig',
  5107.                 ],
  5108.                 'data_collector.time' => [
  5109.                     => 'time',
  5110.                     => '@WebProfiler/Collector/time.html.twig',
  5111.                 ],
  5112.                 'data_collector.memory' => [
  5113.                     => 'memory',
  5114.                     => '@WebProfiler/Collector/memory.html.twig',
  5115.                 ],
  5116.                 'data_collector.validator' => [
  5117.                     => 'validator',
  5118.                     => '@WebProfiler/Collector/validator.html.twig',
  5119.                 ],
  5120.                 'data_collector.ajax' => [
  5121.                     => 'ajax',
  5122.                     => '@WebProfiler/Collector/ajax.html.twig',
  5123.                 ],
  5124.                 'data_collector.form' => [
  5125.                     => 'form',
  5126.                     => '@WebProfiler/Collector/form.html.twig',
  5127.                 ],
  5128.                 'data_collector.exception' => [
  5129.                     => 'exception',
  5130.                     => '@WebProfiler/Collector/exception.html.twig',
  5131.                 ],
  5132.                 'data_collector.logger' => [
  5133.                     => 'logger',
  5134.                     => '@WebProfiler/Collector/logger.html.twig',
  5135.                 ],
  5136.                 'data_collector.events' => [
  5137.                     => 'events',
  5138.                     => '@WebProfiler/Collector/events.html.twig',
  5139.                 ],
  5140.                 'data_collector.router' => [
  5141.                     => 'router',
  5142.                     => '@WebProfiler/Collector/router.html.twig',
  5143.                 ],
  5144.                 'data_collector.cache' => [
  5145.                     => 'cache',
  5146.                     => '@WebProfiler/Collector/cache.html.twig',
  5147.                 ],
  5148.                 'data_collector.translation' => [
  5149.                     => 'translation',
  5150.                     => '@WebProfiler/Collector/translation.html.twig',
  5151.                 ],
  5152.                 'data_collector.security' => [
  5153.                     => 'security',
  5154.                     => '@Security/Collector/security.html.twig',
  5155.                 ],
  5156.                 'data_collector.twig' => [
  5157.                     => 'twig',
  5158.                     => '@WebProfiler/Collector/twig.html.twig',
  5159.                 ],
  5160.                 'data_collector.http_client' => [
  5161.                     => 'http_client',
  5162.                     => '@WebProfiler/Collector/http_client.html.twig',
  5163.                 ],
  5164.                 'data_collector.doctrine' => [
  5165.                     => 'db',
  5166.                     => '@Doctrine/Collector/db.html.twig',
  5167.                 ],
  5168.                 'doctrine_migrations.migrations_collector' => [
  5169.                     => 'doctrine_migrations',
  5170.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5171.                 ],
  5172.                 'data_collector.dump' => [
  5173.                     => 'dump',
  5174.                     => '@Debug/Profiler/dump.html.twig',
  5175.                 ],
  5176.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5177.                 'mailer.data_collector' => [
  5178.                     => 'mailer',
  5179.                     => '@WebProfiler/Collector/mailer.html.twig',
  5180.                 ],
  5181.                 'data_collector.config' => [
  5182.                     => 'config',
  5183.                     => '@WebProfiler/Collector/config.html.twig',
  5184.                 ],
  5185.                 'eccube.collector.core' => [
  5186.                     => 'eccube_core',
  5187.                     => '@toolbar/eccube.html.twig',
  5188.                 ],
  5189.             ],
  5190.             'console.command.ids' => [
  5191.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5192.             ],
  5193.         ];
  5194.     }
  5195.     protected function throw($message)
  5196.     {
  5197.         throw new RuntimeException($message);
  5198.     }
  5199. }