var/cache/dev/Container20Qy64k/Eccube_KernelDevDebugContainer.php line 3847

Open in your IDE?
  1. <?php
  2. namespace Container20Qy64k;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'Detection\\MobileDetect' => 'getMobileDetectService',
  43.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  44.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  45.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  46.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  47.             'cache.app' => 'getCache_AppService',
  48.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  49.             'cache.system' => 'getCache_SystemService',
  50.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  51.             'data_collector.dump' => 'getDataCollector_DumpService',
  52.             'doctrine' => 'getDoctrineService',
  53.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  54.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  55.             'event_dispatcher' => 'getEventDispatcherService',
  56.             'http_kernel' => 'getHttpKernelService',
  57.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  58.             'liip_imagine.cache.resolver.aws_s3_resolver' => 'getLiipImagine_Cache_Resolver_AwsS3ResolverService',
  59.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  60.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  61.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  62.             'request_stack' => 'getRequestStackService',
  63.             'router' => 'getRouterService',
  64.             'translator' => 'getTranslatorService',
  65.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66.             'cache_clearer' => 'getCacheClearerService',
  67.             'filesystem' => 'getFilesystemService',
  68.             'state_machine.order' => 'getStateMachine_OrderService',
  69.             'serializer' => 'getSerializerService',
  70.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  71.             'form.factory' => 'getForm_FactoryService',
  72.             'form.type.file' => 'getForm_Type_FileService',
  73.             'profiler' => 'getProfilerService',
  74.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  75.             'security.token_storage' => 'getSecurity_TokenStorageService',
  76.             'twig' => 'getTwigService',
  77.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  78.             'session' => 'getSessionService',
  79.             'validator' => 'getValidatorService',
  80.         ];
  81.         $this->fileMap = [
  82.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  83.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  84.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  85.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87.             'Customize\\Controller\\AboutPageController' => 'getAboutPageControllerService',
  88.             'Customize\\Controller\\CompanyPageController' => 'getCompanyPageControllerService',
  89.             'Customize\\Controller\\DeliveryPageController' => 'getDeliveryPageControllerService',
  90.             'Customize\\Controller\\FaqPageController' => 'getFaqPageControllerService',
  91.             'Customize\\Controller\\PolicyPageController' => 'getPolicyPageControllerService',
  92.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  93.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  94.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  95.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  96.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  97.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  98.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  102.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  103.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  104.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  105.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  106.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  107.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  108.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  109.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  110.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  111.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  112.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  113.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  114.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  115.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  117.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  118.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  119.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  120.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  135.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  136.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  137.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  138.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  139.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  140.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  141.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  142.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  143.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  144.             'Eccube\\Controller\\BrandListController' => 'getBrandListControllerService',
  145.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  146.             'Eccube\\Controller\\CategoryListController' => 'getCategoryListControllerService',
  147.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  148.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  149.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  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.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  170.             'Plugin\\ApgRichCategory42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  171.             'Plugin\\Api42\\Controller\\Admin\\GraphiQLController' => 'getGraphiQLControllerService',
  172.             'Plugin\\Api42\\Controller\\Admin\\OAuthController' => 'getOAuthControllerService',
  173.             'Plugin\\Api42\\Controller\\Admin\\WebHookController' => 'getWebHookControllerService',
  174.             'Plugin\\Api42\\Controller\\ApiController' => 'getApiControllerService',
  175.             'Plugin\\CMBlogPro42\\Controller\\Admin\\BlogController' => 'getBlogControllerService',
  176.             'Plugin\\CMBlogPro42\\Controller\\Admin\\CategoryController' => 'getCategoryController2Service',
  177.             'Plugin\\CMBlogPro42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  178.             'Plugin\\CMBlogPro42\\Controller\\Admin\\SearchModelController' => 'getSearchModelControllerService',
  179.             'Plugin\\CMBlogPro42\\Controller\\Blog\\BlogController' => 'getBlogController2Service',
  180.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  181.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  182.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  183.             'Plugin\\DisableNonMember42\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingController2Service',
  184.             'Plugin\\IkusMobileApi\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  185.             'Plugin\\IkusMobileApi\\Controller\\ArFileController' => 'getArFileControllerService',
  186.             'Plugin\\IkusMobileApi\\Controller\\AuthController' => 'getAuthControllerService',
  187.             'Plugin\\IkusMobileApi\\Controller\\BrandController' => 'getBrandControllerService',
  188.             'Plugin\\IkusMobileApi\\Controller\\CategoryController' => 'getCategoryController3Service',
  189.             'Plugin\\IkusMobileApi\\Controller\\CustomerController' => 'getCustomerController2Service',
  190.             'Plugin\\IkusMobileApi\\Controller\\MasterController' => 'getMasterControllerService',
  191.             'Plugin\\IkusMobileApi\\Controller\\NewsController' => 'getNewsController2Service',
  192.             'Plugin\\IkusMobileApi\\Controller\\ProductController' => 'getProductController3Service',
  193.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  194.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  195.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  196.             'Plugin\\PaygentPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  197.             'Plugin\\PaygentPayment42\\Controller\\Admin\\FileController' => 'getFileController2Service',
  198.             'Plugin\\PaygentPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  199.             'Plugin\\PaygentPayment42\\Controller\\PaymentAtmController' => 'getPaymentAtmControllerService',
  200.             'Plugin\\PaygentPayment42\\Controller\\PaymentBankController' => 'getPaymentBankControllerService',
  201.             'Plugin\\PaygentPayment42\\Controller\\PaymentCareerController' => 'getPaymentCareerControllerService',
  202.             'Plugin\\PaygentPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  203.             'Plugin\\PaygentPayment42\\Controller\\PaymentConveniController' => 'getPaymentConveniControllerService',
  204.             'Plugin\\PaygentPayment42\\Controller\\PaymentCreditController' => 'getPaymentCreditControllerService',
  205.             'Plugin\\PaygentPayment42\\Controller\\PaymentPaidyController' => 'getPaymentPaidyControllerService',
  206.             'Plugin\\PaygentPayment42\\Service\\Method\\Atm' => 'getAtmService',
  207.             'Plugin\\PaygentPayment42\\Service\\Method\\Bank' => 'getBankService',
  208.             'Plugin\\PaygentPayment42\\Service\\Method\\Career' => 'getCareerService',
  209.             'Plugin\\PaygentPayment42\\Service\\Method\\Conveni' => 'getConveniService',
  210.             'Plugin\\PaygentPayment42\\Service\\Method\\Credit' => 'getCreditService',
  211.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Atm' => 'getAtm2Service',
  212.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Bank' => 'getBank2Service',
  213.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Career' => 'getCareer2Service',
  214.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Conveni' => 'getConveni2Service',
  215.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Credit' => 'getCredit2Service',
  216.             'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Paidy' => 'getPaidyService',
  217.             'Plugin\\PointExpired42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  218.             'Plugin\\ProductOption42\\Controller\\AddcartController' => 'getAddcartControllerService',
  219.             'Plugin\\ProductOption42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  220.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionCategoryController' => 'getOptionCategoryControllerService',
  221.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionController' => 'getOptionControllerService',
  222.             'Plugin\\ProductOption42\\Controller\\Admin\\PdfController' => 'getPdfControllerService',
  223.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionController' => 'getProductOptionControllerService',
  224.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionDesignController' => 'getProductOptionDesignControllerService',
  225.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionRankController' => 'getProductOptionRankControllerService',
  226.             'Plugin\\ProductOption42\\Controller\\CartOperationController' => 'getCartOperationControllerService',
  227.             'Plugin\\ProductOption42\\Controller\\ReorderController' => 'getReorderControllerService',
  228.             'Plugin\\ProductPlus42\\Controller\\Admin\\ImageLoadController' => 'getImageLoadControllerService',
  229.             'Plugin\\ProductPlus42\\Controller\\Admin\\ProductItemController' => 'getProductItemControllerService',
  230.             'Plugin\\ProductPlus42\\Controller\\Admin\\ProductItemEditController' => 'getProductItemEditControllerService',
  231.             'Plugin\\ProductPlus42\\Controller\\Admin\\ProductItemOptionEditController' => 'getProductItemOptionEditControllerService',
  232.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  233.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  234.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  235.             'Plugin\\RefineBreadcrumbsBlock42\\Controller\\RefineBreadcrumbsBlock42' => 'getRefineBreadcrumbsBlock42Service',
  236.             'Plugin\\RefineCheckItem42\\Controller\\RefineCheckItemController' => 'getRefineCheckItemControllerService',
  237.             'Plugin\\ResizeImage42\\Controller\\Admin\\AmazonS3Controller' => 'getAmazonS3ControllerService',
  238.             'Plugin\\SearchPlus42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  239.             'Plugin\\SearchPlus42\\Controller\\Block\\SearchDetailController' => 'getSearchDetailControllerService',
  240.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  241.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  242.             'cache.app_clearer' => 'getCache_AppClearerService',
  243.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  244.             'cache.system_clearer' => 'getCache_SystemClearerService',
  245.             'cache_warmer' => 'getCacheWarmerService',
  246.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  247.             'console.command_loader' => 'getConsole_CommandLoaderService',
  248.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  249.             'eccube.logger' => 'getEccube_LoggerService',
  250.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  251.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  252.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  253.             'error_controller' => 'getErrorControllerService',
  254.             'knp_paginator' => 'getKnpPaginatorService',
  255.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  256.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  257.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  258.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  259.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  260.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  261.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  262.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  263.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  264.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  265.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  266.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  267.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  268.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  269.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  270.             'monolog.logger.paygent_payment' => 'getMonolog_Logger_PaygentPaymentService',
  271.             'routing.loader' => 'getRouting_LoaderService',
  272.             'services_resetter' => 'getServicesResetterService',
  273.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  274.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  275.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  276.         ];
  277.         $this->aliases = [
  278.             'database_connection' => 'doctrine.dbal.default_connection',
  279.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  280.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  281.         ];
  282.         $this->privates['service_container'] = function () {
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  296.             include_once \dirname(__DIR__4).'/app/Plugin/PointExpired42/Repository/AdminCustomerCustomizer.php';
  297.             include_once \dirname(__DIR__4).'/app/Plugin/SearchPlus42/Repository/AdminProductCustomizer.php';
  298.             include_once \dirname(__DIR__4).'/app/Plugin/SearchPlus42/Repository/ProductCustomizer.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  300.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  338.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  344.             include_once \dirname(__DIR__4).'/app/Plugin/ApgRichCategory42/RoutingListener.php';
  345.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Repository/WebHookRepository.php';
  346.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookEvents.php';
  347.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookTrigger.php';
  348.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/CoreEntityTrigger.php';
  349.             include_once \dirname(__DIR__4).'/app/Plugin/Api42/Service/WebHookService.php';
  350.             include_once \dirname(__DIR__4).'/app/Plugin/CustomCategoryFields/EventListener/CategoryCustomFieldListener.php';
  351.             include_once \dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Event.php';
  352.             include_once \dirname(__DIR__4).'/app/Plugin/PointExpired42/Event/KernelEvent.php';
  353.             include_once \dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Event.php';
  354.             include_once \dirname(__DIR__4).'/app/Plugin/SearchPlus42/Repository/ConfigRepository.php';
  355.             include_once \dirname(__DIR__4).'/app/Plugin/SearchPlus42/Service/SearchPlusService.php';
  356.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  357.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  364.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  365.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  366.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  367.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/Cart/ProductClassAndOptionComparator.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  535.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  538.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  545.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  551.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  553.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  554.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  560.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  561.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  585.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/AwsS3Resolver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  591.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  593.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  595.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  596.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  597.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  610.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  686.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  687.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  688.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  689.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  690.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  691.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  692.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  693.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Twig/Extension/PriceIncTaxExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  699.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  702.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  713.         };
  714.     }
  715.     public function compile(): void
  716.     {
  717.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  718.     }
  719.     public function isCompiled(): bool
  720.     {
  721.         return true;
  722.     }
  723.     public function getRemovedIds(): array
  724.     {
  725.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  726.     }
  727.     protected function load($file$lazyLoad true)
  728.     {
  729.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  730.             return $class::do($this$lazyLoad);
  731.         }
  732.         if ('.' === $file[-4]) {
  733.             $class substr($class0, -4);
  734.         } else {
  735.             $file .= '.php';
  736.         }
  737.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  738.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  739.     }
  740.     protected function createProxy($class, \Closure $factory)
  741.     {
  742.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  743.         return $factory();
  744.     }
  745.     /**
  746.      * Gets the public '.container.private.filesystem' shared service.
  747.      *
  748.      * @return \Symfony\Component\Filesystem\Filesystem
  749.      */
  750.     protected function get_Container_Private_FilesystemService()
  751.     {
  752.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  753.     }
  754.     /**
  755.      * Gets the public '.container.private.profiler' shared service.
  756.      *
  757.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  758.      */
  759.     protected function get_Container_Private_ProfilerService()
  760.     {
  761.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  762.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  763.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  764.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  765.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  766.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  767.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  768.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  769.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  770.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  771.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  772.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  773.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  774.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  775.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  776.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  777.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  778.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  779.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  780.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  781.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  782.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  783.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  784.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  785.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  786.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  787.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  788.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  789.         if ($this->has('kernel')) {
  790.             $e->setKernel($b);
  791.         }
  792.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  793.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  794.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  795.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  796.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  797.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  798.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  799.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  800.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  801.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  802.         $instance->add($d);
  803.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  804.         $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));
  805.         $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())));
  806.         $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([])))));
  807.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  808.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  809.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  810.         $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()))));
  811.         $instance->add($e);
  812.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  813.         return $instance;
  814.     }
  815.     /**
  816.      * Gets the public '.container.private.security.authorization_checker' shared service.
  817.      *
  818.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  819.      */
  820.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  821.     {
  822.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  823.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  824.             return $this->services['.container.private.security.authorization_checker'];
  825.         }
  826.         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);
  827.     }
  828.     /**
  829.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  830.      *
  831.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  832.      */
  833.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  834.     {
  835.         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())));
  836.     }
  837.     /**
  838.      * Gets the public '.container.private.security.token_storage' shared service.
  839.      *
  840.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  841.      */
  842.     protected function get_Container_Private_Security_TokenStorageService()
  843.     {
  844.         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, [
  845.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  846.         ], [
  847.             'request_stack' => '?',
  848.         ]));
  849.     }
  850.     /**
  851.      * Gets the public '.container.private.session' shared service.
  852.      *
  853.      * @return \Symfony\Component\HttpFoundation\Session\Session
  854.      */
  855.     protected function get_Container_Private_SessionService()
  856.     {
  857.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  858.         if (isset($this->services['.container.private.session'])) {
  859.             return $this->services['.container.private.session'];
  860.         }
  861.         return $this->services['.container.private.session'] = $a->createSession();
  862.     }
  863.     /**
  864.      * Gets the public '.container.private.state_machine.order' shared service.
  865.      *
  866.      * @return \Symfony\Component\Workflow\StateMachine
  867.      */
  868.     protected function get_Container_Private_StateMachine_OrderService()
  869.     {
  870.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  871.         if (isset($this->services['.container.private.state_machine.order'])) {
  872.             return $this->services['.container.private.state_machine.order'];
  873.         }
  874.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  875.     }
  876.     /**
  877.      * Gets the public '.container.private.twig' shared service.
  878.      *
  879.      * @return \Twig\Environment
  880.      */
  881.     protected function get_Container_Private_TwigService()
  882.     {
  883.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  884.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  885.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  886.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  887.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/template'), 'DisableNonMember42');
  888.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/template'), 'RefineCheckItem42');
  889.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/template'), 'ProductOption42');
  890.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineBreadcrumbsBlock42/Resource/template'), 'RefineBreadcrumbsBlock42');
  891.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SearchPlus42/Resource/template'), 'SearchPlus42');
  892.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Resource/template'), 'ProductPlus42');
  893.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Api42/Resource/template'), 'Api42');
  894.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ApgRichCategory42/Resource/template'), 'ApgRichCategory42');
  895.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CMBlogPro42/Resource/template'), 'CMBlogPro42');
  896.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Resource/template'), 'PaygentPayment42');
  897.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PointExpired42/Resource/template'), 'PointExpired42');
  898.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/IkusMobileApi/Resource/template'), 'IkusMobileApi');
  899.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ResizeImage42/Resource/template'), 'ResizeImage42');
  900.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  901.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  902.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  903.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  904.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  905.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  906.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  907.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  912.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  915.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  917.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  918.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  919.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  920.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  921.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  922.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  923.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  924.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  925.         $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']);
  926.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  927.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  928.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  929.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  930.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  931.         $g = ($this->services['router'] ?? $this->getRouterService());
  932.         $h = new \Symfony\Component\Workflow\Registry();
  933.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  934.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  935.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  936.         $j = new \Symfony\Bridge\Twig\AppVariable();
  937.         $j->setEnvironment('dev');
  938.         $j->setDebug(true);
  939.         if ($this->has('.container.private.security.token_storage')) {
  940.             $j->setTokenStorage($c);
  941.         }
  942.         if ($this->has('request_stack')) {
  943.             $j->setRequestStack($b);
  944.         }
  945.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  952.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  953.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  954.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  955.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  956.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  957.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  958.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  959.         }, 7))));
  960.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  962.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  963.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  964.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  965.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  966.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  967.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  968.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  969.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  970.         $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())));
  971.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  972.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  973.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  974.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  975.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  976.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  977.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  978.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  979.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  980.         $instance->addExtension(new \Plugin\ProductOption42\Twig\Extension\PriceIncTaxExtension(($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  981.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  982.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  983.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  984.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  985.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  986.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  987.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  988.         $instance->addGlobal('app'$j);
  989.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  990.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  991.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  992.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  993.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  994.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  995.         ], [
  996.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  997.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  998.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  999.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1000.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1001.         ])));
  1002.         $instance->addGlobal('BaseInfo'NULL);
  1003.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1004.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1005.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1006.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1007.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1008.         return $instance;
  1009.     }
  1010.     /**
  1011.      * Gets the public '.container.private.validator' shared service.
  1012.      *
  1013.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1014.      */
  1015.     protected function get_Container_Private_ValidatorService()
  1016.     {
  1017.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1018.         if (isset($this->services['.container.private.validator'])) {
  1019.             return $this->services['.container.private.validator'];
  1020.         }
  1021.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1022.     }
  1023.     /**
  1024.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1025.      *
  1026.      * @return \Detection\MobileDetect
  1027.      */
  1028.     protected function getMobileDetectService()
  1029.     {
  1030.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1031.     }
  1032.     /**
  1033.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1034.      *
  1035.      * @return \Eccube\Common\EccubeConfig
  1036.      */
  1037.     protected function getEccubeConfigService()
  1038.     {
  1039.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1040.     }
  1041.     /**
  1042.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1043.      *
  1044.      * @return \Eccube\Repository\PluginRepository
  1045.      */
  1046.     protected function getPluginRepositoryService($lazyLoad true)
  1047.     {
  1048.         if ($lazyLoad) {
  1049.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1050.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1051.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1052.                     $proxy->setProxyInitializer(null);
  1053.                     return true;
  1054.                 });
  1055.             });
  1056.         }
  1057.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1058.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1059.     }
  1060.     /**
  1061.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1062.      *
  1063.      * @return \Eccube\Service\SystemService
  1064.      */
  1065.     protected function getSystemServiceService($lazyLoad true)
  1066.     {
  1067.         if ($lazyLoad) {
  1068.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1069.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1070.                     $wrappedInstance $this->getSystemServiceService(false);
  1071.                     $proxy->setProxyInitializer(null);
  1072.                     return true;
  1073.                 });
  1074.             });
  1075.         }
  1076.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1077.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1078.     }
  1079.     /**
  1080.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1081.      *
  1082.      * @return \Eccube\Service\TaxRuleService
  1083.      */
  1084.     protected function getTaxRuleServiceService($lazyLoad true)
  1085.     {
  1086.         if ($lazyLoad) {
  1087.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1088.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1089.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1090.                     $proxy->setProxyInitializer(null);
  1091.                     return true;
  1092.                 });
  1093.             });
  1094.         }
  1095.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1096.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1097.     }
  1098.     /**
  1099.      * Gets the public 'cache.app' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1102.      */
  1103.     protected function getCache_AppService()
  1104.     {
  1105.         $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))));
  1106.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1107.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1108.     }
  1109.     /**
  1110.      * Gets the public 'cache.rate_limiter' shared service.
  1111.      *
  1112.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1113.      */
  1114.     protected function getCache_RateLimiterService()
  1115.     {
  1116.         $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))));
  1117.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1118.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1119.     }
  1120.     /**
  1121.      * Gets the public 'cache.system' shared service.
  1122.      *
  1123.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1124.      */
  1125.     protected function getCache_SystemService()
  1126.     {
  1127.         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())));
  1128.     }
  1129.     /**
  1130.      * Gets the public 'cache.validator_expression_language' shared service.
  1131.      *
  1132.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1133.      */
  1134.     protected function getCache_ValidatorExpressionLanguageService()
  1135.     {
  1136.         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())));
  1137.     }
  1138.     /**
  1139.      * Gets the public 'data_collector.dump' shared service.
  1140.      *
  1141.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1142.      */
  1143.     protected function getDataCollector_DumpService()
  1144.     {
  1145.         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);
  1146.     }
  1147.     /**
  1148.      * Gets the public 'doctrine' shared service.
  1149.      *
  1150.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1151.      */
  1152.     protected function getDoctrineService()
  1153.     {
  1154.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1155.     }
  1156.     /**
  1157.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1158.      *
  1159.      * @return \Doctrine\DBAL\Connection
  1160.      */
  1161.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1162.     {
  1163.         $a = new \Doctrine\DBAL\Configuration();
  1164.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1165.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1166.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1167.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1168.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1169.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1170.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1171.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1172.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1173.         $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))));
  1174.         $c->setConnectionName('default');
  1175.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1176.         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, [
  1177.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1178.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1179.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1180.             'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener' => ['privates''Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener''getEntityListenerService'true],
  1181.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => ['privates''Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber''getCartItemEventSubscriberService'true],
  1182.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1183.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1184.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1185.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1186.         ], [
  1187.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1188.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1189.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1190.             'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener' => '?',
  1191.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => '?',
  1192.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1193.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1194.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1195.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1196.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\Api42\\Doctrine\\EventSubscriber\\EntityListener'=> 'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1197.     }
  1198.     /**
  1199.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1200.      *
  1201.      * @return \Doctrine\ORM\EntityManager
  1202.      */
  1203.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1204.     {
  1205.         if ($lazyLoad) {
  1206.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1207.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1208.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1209.                     $proxy->setProxyInitializer(null);
  1210.                     return true;
  1211.                 });
  1212.             });
  1213.         }
  1214.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1223.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1235.         $a = new \Doctrine\ORM\Configuration();
  1236.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1237.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1238.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1239.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1240.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1241.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApgRichCategory42/Entity')]);
  1242.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1243.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1244.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1245.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/CMBlogPro42/Entity')]);
  1246.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1247.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1248.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1249.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/CustomCategoryFields/Entity')]);
  1250.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1251.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/FavorNotification42/Entity')]);
  1252.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1253.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/IkusMobileApi/Entity')]);
  1254.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1255.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1256.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1257.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Entity')]);
  1258.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1259.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/PointExpired42/Entity')]);
  1260.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1261.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Entity')]);
  1262.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1263.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Entity')]);
  1264.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1265.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1266.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1267.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1268.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1269.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1270.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1271.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SearchPlus42/Entity')]);
  1272.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1273.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1274.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1275.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1276.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1277.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/restockmail42/Entity')]);
  1278.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1279.         $b->addDriver($c'Eccube\\Entity');
  1280.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1281.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1282.         $b->addDriver($e'Eccube\\Entity');
  1283.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1284.         $b->addDriver($f'Plugin\\ApgRichCategory42\\Entity');
  1285.         $b->addDriver($g'Plugin\\Api42\\Entity');
  1286.         $b->addDriver($h'Plugin\\CMBlogPro42\\Entity');
  1287.         $b->addDriver($i'Plugin\\Coupon42\\Entity');
  1288.         $b->addDriver($j'Plugin\\CustomCategoryFields\\Entity');
  1289.         $b->addDriver($k'Plugin\\FavorNotification42\\Entity');
  1290.         $b->addDriver($l'Plugin\\IkusMobileApi\\Entity');
  1291.         $b->addDriver($m'Plugin\\MailMagazine42\\Entity');
  1292.         $b->addDriver($n'Plugin\\PaygentPayment42\\Entity');
  1293.         $b->addDriver($o'Plugin\\PointExpired42\\Entity');
  1294.         $b->addDriver($p'Plugin\\ProductOption42\\Entity');
  1295.         $b->addDriver($q'Plugin\\ProductPlus42\\Entity');
  1296.         $b->addDriver($r'Plugin\\ProductReview42\\Entity');
  1297.         $b->addDriver($s'Plugin\\Recommend42\\Entity');
  1298.         $b->addDriver($t'Plugin\\RelatedProduct42\\Entity');
  1299.         $b->addDriver($u'Plugin\\SearchPlus42\\Entity');
  1300.         $b->addDriver($v'Plugin\\Securitychecker42\\Entity');
  1301.         $b->addDriver($w'Plugin\\SiteKit42\\Entity');
  1302.         $b->addDriver($x'Plugin\\restockmail42\\Entity');
  1303.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1304.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1305.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1306.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1307.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1308.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1309.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1310.         ], [
  1311.             'doctrine.ulid_generator' => '?',
  1312.             'doctrine.uuid_generator' => '?',
  1313.         ])));
  1314.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1315.         $a->setProxyNamespace('Proxies');
  1316.         $a->setAutoGenerateProxyClasses(true);
  1317.         $a->setSchemaIgnoreClasses([]);
  1318.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1319.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1320.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1321.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1322.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1323.         $a->setLazyGhostObjectEnabled(false);
  1324.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1325.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1326.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1327.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1328.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1329.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1330.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1331.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1332.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1333.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1334.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1335.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1336.             'Eccube\\Repository\\CustomCategoryRepository' => ['privates''Eccube\\Repository\\CustomCategoryRepository''getCustomCategoryRepositoryService'true],
  1337.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1338.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1339.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1340.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1341.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1342.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1343.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1344.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1345.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1346.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1347.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1348.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1349.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1350.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1351.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1352.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1353.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1354.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1355.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1356.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1357.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1358.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1359.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1360.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1361.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1362.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1363.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1364.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1365.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1366.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1367.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1368.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1369.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1370.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1371.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1372.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1373.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1374.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1375.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1376.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1377.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1378.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1379.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1380.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1381.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1382.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1383.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1384.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1385.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1386.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1387.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1388.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1389.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1390.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1391.             'Plugin\\ApgRichCategory42\\Repository\\ConfigRepository' => ['privates''Plugin\\ApgRichCategory42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1392.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'false],
  1393.             'Plugin\\CMBlogPro42\\Repository\\BlogCategoryRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogCategoryRepository''getBlogCategoryRepositoryService'true],
  1394.             'Plugin\\CMBlogPro42\\Repository\\BlogImageRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogImageRepository''getBlogImageRepositoryService'true],
  1395.             'Plugin\\CMBlogPro42\\Repository\\BlogProductRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogProductRepository''getBlogProductRepositoryService'true],
  1396.             'Plugin\\CMBlogPro42\\Repository\\BlogRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogRepository''getBlogRepositoryService'true],
  1397.             'Plugin\\CMBlogPro42\\Repository\\BlogSortRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogSortRepository''getBlogSortRepositoryService'true],
  1398.             'Plugin\\CMBlogPro42\\Repository\\BlogStatusRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\BlogStatusRepository''getBlogStatusRepositoryService'true],
  1399.             'Plugin\\CMBlogPro42\\Repository\\CategoryRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\CategoryRepository''getCategoryRepository2Service'true],
  1400.             'Plugin\\CMBlogPro42\\Repository\\ConfigRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1401.             'Plugin\\CMBlogPro42\\Repository\\ProductRepository' => ['privates''Plugin\\CMBlogPro42\\Repository\\ProductRepository''getProductRepository2Service'true],
  1402.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1403.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1404.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1405.             'Plugin\\FavorNotification42\\Repository\\CustomerFavoriteProductRepository' => ['privates''Plugin\\FavorNotification42\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepository2Service'true],
  1406.             'Plugin\\FavorNotification42\\Repository\\InStockRepository' => ['privates''Plugin\\FavorNotification42\\Repository\\InStockRepository''getInStockRepositoryService'true],
  1407.             'Plugin\\FavorNotification42\\Repository\\PriceCutRepository' => ['privates''Plugin\\FavorNotification42\\Repository\\PriceCutRepository''getPriceCutRepositoryService'true],
  1408.             'Plugin\\IkusMobileApi\\Repository\\BrandRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\BrandRepository''getBrandRepositoryService'true],
  1409.             'Plugin\\IkusMobileApi\\Repository\\CategoryRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\CategoryRepository''getCategoryRepository3Service'true],
  1410.             'Plugin\\IkusMobileApi\\Repository\\ConfigRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1411.             'Plugin\\IkusMobileApi\\Repository\\CustomerAddressRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\CustomerAddressRepository''getCustomerAddressRepository2Service'true],
  1412.             'Plugin\\IkusMobileApi\\Repository\\CustomerFavoriteProductRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepository3Service'true],
  1413.             'Plugin\\IkusMobileApi\\Repository\\CustomerRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\CustomerRepository''getCustomerRepository2Service'true],
  1414.             'Plugin\\IkusMobileApi\\Repository\\NewsRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\NewsRepository''getNewsRepository2Service'true],
  1415.             'Plugin\\IkusMobileApi\\Repository\\ProductItemOptionRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\ProductItemOptionRepository''getProductItemOptionRepositoryService'true],
  1416.             'Plugin\\IkusMobileApi\\Repository\\ProductRepository' => ['privates''Plugin\\IkusMobileApi\\Repository\\ProductRepository''getProductRepository3Service'true],
  1417.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1418.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1419.             'Plugin\\PaygentPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1420.             'Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository''getCredit3dSecure2OrderRepositoryService'true],
  1421.             'Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository''getPaidyOrderRepositoryService'true],
  1422.             'Plugin\\PointExpired42\\Repository\\ConfigRepository' => ['privates''Plugin\\PointExpired42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1423.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository''getCartItemOptionCategoryRepositoryService'true],
  1424.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionRepository''getCartItemOptionRepositoryService'true],
  1425.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ConfigRepository''getConfigRepository6Service'true],
  1426.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionCategoryRepository''getOptionCategoryRepositoryService'true],
  1427.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionImageRepository''getOptionImageRepositoryService'true],
  1428.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionRepository''getOptionRepositoryService'true],
  1429.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository''getOrderItemOptionCategoryRepositoryService'true],
  1430.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository''getOrderItemOptionRepositoryService'true],
  1431.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ProductOptionRepository''getProductOptionRepositoryService'true],
  1432.             'Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository''getProductDataDetailRepositoryService'true],
  1433.             'Plugin\\ProductPlus42\\Repository\\ProductDataRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductDataRepository''getProductDataRepositoryService'true],
  1434.             'Plugin\\ProductPlus42\\Repository\\ProductItemOptionRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductItemOptionRepository''getProductItemOptionRepository2Service'true],
  1435.             'Plugin\\ProductPlus42\\Repository\\ProductItemRepository' => ['privates''Plugin\\ProductPlus42\\Repository\\ProductItemRepository''getProductItemRepositoryService'true],
  1436.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1437.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1438.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1439.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1440.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => ['privates''Plugin\\RefineCheckItem42\\Repository\\ProductRepository''getProductRepository4Service'true],
  1441.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1442.             'Plugin\\SearchPlus42\\Repository\\ConfigRepository' => ['privates''Plugin\\SearchPlus42\\Repository\\ConfigRepository''getConfigRepository7Service'false],
  1443.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository8Service'true],
  1444.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1445.             'Plugin\\restockmail42\\Repository\\RestockMailConfigRepository' => ['privates''Plugin\\restockmail42\\Repository\\RestockMailConfigRepository''getRestockMailConfigRepositoryService'true],
  1446.             'Plugin\\restockmail42\\Repository\\RestockMailRepository' => ['privates''Plugin\\restockmail42\\Repository\\RestockMailRepository''getRestockMailRepositoryService'true],
  1447.             'Plugin\\restockmail42\\Repository\\RestockMailStatusRepository' => ['privates''Plugin\\restockmail42\\Repository\\RestockMailStatusRepository''getRestockMailStatusRepositoryService'true],
  1448.         ], [
  1449.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1450.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1451.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1452.             'Eccube\\Repository\\BlockRepository' => '?',
  1453.             'Eccube\\Repository\\CalendarRepository' => '?',
  1454.             'Eccube\\Repository\\CartItemRepository' => '?',
  1455.             'Eccube\\Repository\\CartRepository' => '?',
  1456.             'Eccube\\Repository\\CategoryRepository' => '?',
  1457.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1458.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1459.             'Eccube\\Repository\\CsvRepository' => '?',
  1460.             'Eccube\\Repository\\CustomCategoryRepository' => '?',
  1461.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1462.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1463.             'Eccube\\Repository\\CustomerRepository' => '?',
  1464.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1465.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1466.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1467.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1468.             'Eccube\\Repository\\LayoutRepository' => '?',
  1469.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1470.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1471.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1472.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1473.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1474.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1475.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1476.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1477.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1478.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1479.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1480.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1481.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1482.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1483.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1484.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1485.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1486.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1487.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1488.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1489.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1490.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1491.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1492.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1493.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1494.             'Eccube\\Repository\\MemberRepository' => '?',
  1495.             'Eccube\\Repository\\NewsRepository' => '?',
  1496.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1497.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1498.             'Eccube\\Repository\\OrderRepository' => '?',
  1499.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1500.             'Eccube\\Repository\\PageRepository' => '?',
  1501.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1502.             'Eccube\\Repository\\PaymentRepository' => '?',
  1503.             'Eccube\\Repository\\PluginRepository' => '?',
  1504.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1505.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1506.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1507.             'Eccube\\Repository\\ProductRepository' => '?',
  1508.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1509.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1510.             'Eccube\\Repository\\ShippingRepository' => '?',
  1511.             'Eccube\\Repository\\TagRepository' => '?',
  1512.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1513.             'Eccube\\Repository\\TemplateRepository' => '?',
  1514.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1515.             'Plugin\\ApgRichCategory42\\Repository\\ConfigRepository' => '?',
  1516.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1517.             'Plugin\\CMBlogPro42\\Repository\\BlogCategoryRepository' => '?',
  1518.             'Plugin\\CMBlogPro42\\Repository\\BlogImageRepository' => '?',
  1519.             'Plugin\\CMBlogPro42\\Repository\\BlogProductRepository' => '?',
  1520.             'Plugin\\CMBlogPro42\\Repository\\BlogRepository' => '?',
  1521.             'Plugin\\CMBlogPro42\\Repository\\BlogSortRepository' => '?',
  1522.             'Plugin\\CMBlogPro42\\Repository\\BlogStatusRepository' => '?',
  1523.             'Plugin\\CMBlogPro42\\Repository\\CategoryRepository' => '?',
  1524.             'Plugin\\CMBlogPro42\\Repository\\ConfigRepository' => '?',
  1525.             'Plugin\\CMBlogPro42\\Repository\\ProductRepository' => '?',
  1526.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1527.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1528.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1529.             'Plugin\\FavorNotification42\\Repository\\CustomerFavoriteProductRepository' => '?',
  1530.             'Plugin\\FavorNotification42\\Repository\\InStockRepository' => '?',
  1531.             'Plugin\\FavorNotification42\\Repository\\PriceCutRepository' => '?',
  1532.             'Plugin\\IkusMobileApi\\Repository\\BrandRepository' => '?',
  1533.             'Plugin\\IkusMobileApi\\Repository\\CategoryRepository' => '?',
  1534.             'Plugin\\IkusMobileApi\\Repository\\ConfigRepository' => '?',
  1535.             'Plugin\\IkusMobileApi\\Repository\\CustomerAddressRepository' => '?',
  1536.             'Plugin\\IkusMobileApi\\Repository\\CustomerFavoriteProductRepository' => '?',
  1537.             'Plugin\\IkusMobileApi\\Repository\\CustomerRepository' => '?',
  1538.             'Plugin\\IkusMobileApi\\Repository\\NewsRepository' => '?',
  1539.             'Plugin\\IkusMobileApi\\Repository\\ProductItemOptionRepository' => '?',
  1540.             'Plugin\\IkusMobileApi\\Repository\\ProductRepository' => '?',
  1541.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1542.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1543.             'Plugin\\PaygentPayment42\\Repository\\ConfigRepository' => '?',
  1544.             'Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository' => '?',
  1545.             'Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository' => '?',
  1546.             'Plugin\\PointExpired42\\Repository\\ConfigRepository' => '?',
  1547.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => '?',
  1548.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => '?',
  1549.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => '?',
  1550.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => '?',
  1551.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => '?',
  1552.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => '?',
  1553.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => '?',
  1554.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => '?',
  1555.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => '?',
  1556.             'Plugin\\ProductPlus42\\Repository\\ProductDataDetailRepository' => '?',
  1557.             'Plugin\\ProductPlus42\\Repository\\ProductDataRepository' => '?',
  1558.             'Plugin\\ProductPlus42\\Repository\\ProductItemOptionRepository' => '?',
  1559.             'Plugin\\ProductPlus42\\Repository\\ProductItemRepository' => '?',
  1560.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1561.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1562.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1563.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1564.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => '?',
  1565.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1566.             'Plugin\\SearchPlus42\\Repository\\ConfigRepository' => '?',
  1567.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1568.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1569.             'Plugin\\restockmail42\\Repository\\RestockMailConfigRepository' => '?',
  1570.             'Plugin\\restockmail42\\Repository\\RestockMailRepository' => '?',
  1571.             'Plugin\\restockmail42\\Repository\\RestockMailStatusRepository' => '?',
  1572.         ])));
  1573.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1574.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1575.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1576.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1577.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1578.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1579.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1580.         return $instance;
  1581.     }
  1582.     /**
  1583.      * Gets the public 'event_dispatcher' shared service.
  1584.      *
  1585.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1586.      */
  1587.     protected function getEventDispatcherService()
  1588.     {
  1589.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1590.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1591.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1592.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1593.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1594.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1595.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1596.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1597.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1598.         $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())));
  1599.         $instance->addListener('league.oauth2_server.event.user_resolve', [=> function () {
  1600.             return ($this->privates['Plugin\\Api42\\EventListener\\UserResolveListener'] ?? $this->load('getUserResolveListenerService'));
  1601.         }, => 'onUserResolve'], 0);
  1602.         $instance->addListener('kernel.request', [=> function () {
  1603.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1604.         }, => 'onKernelRequest'], 1024);
  1605.         $instance->addListener('kernel.controller', [=> function () {
  1606.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1607.         }, => 'onKernelController'], 0);
  1608.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1609.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1610.         }, => 'checkPassport'], 1024);
  1611.         $instance->addListener('kernel.response', [=> function () {
  1612.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1613.         }, => 'onKernelResponse'], 0);
  1614.         $instance->addListener('kernel.response', [=> function () {
  1615.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1616.         }, => 'onKernelResponse'], 0);
  1617.         $instance->addListener('kernel.request', [=> function () {
  1618.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1619.         }, => 'onKernelRequest'], 0);
  1620.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1621.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1622.         }, => 'onAuthorizationRequest'], 1024);
  1623.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1624.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1625.         }, => '__invoke'], 0);
  1626.         $instance->addListener('kernel.controller', [=> function () {
  1627.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1628.         }, => 'onController'], 0);
  1629.         $instance->addListener('kernel.request', [=> function () {
  1630.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1631.         }, => 'onKernelRequest'], 512);
  1632.         $instance->addListener('kernel.request', [=> function () {
  1633.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1634.         }, => 'onKernelRequestEarly'], 500);
  1635.         $instance->addListener('kernel.request', [=> function () {
  1636.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1637.         }, => 'onKernelRequest'], 6);
  1638.         $instance->addListener('kernel.response', [=> function () {
  1639.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1640.         }, => 'onKernelResponse'], 0);
  1641.         $instance->addListener('kernel.controller', [=> function () {
  1642.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1643.         }, => 'onKernelController'], 0);
  1644.         $instance->addListener('kernel.terminate', [=> function () {
  1645.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1646.         }, => 'onKernelTerminate'], 0);
  1647.         $instance->addListener('kernel.exception', [=> function () {
  1648.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1649.         }, => 'onKernelException'], -4);
  1650.         $instance->addListener('security.interactive_login', [=> function () {
  1651.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1652.         }, => 'onInteractiveLogin'], 0);
  1653.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1654.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1655.         }, => 'onAuthenticationFailure'], 0);
  1656.         $instance->addListener('kernel.response', [=> function () {
  1657.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1658.         }, => 'onResponse'], 0);
  1659.         $instance->addListener('kernel.request', [=> function () {
  1660.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1661.         }, => 'onKernelRequest'], 512);
  1662.         $instance->addListener('kernel.controller', [=> function () {
  1663.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1664.         }, => 'onController'], 0);
  1665.         $instance->addListener('kernel.request', [=> function () {
  1666.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1667.         }, => 'onKernelRequest'], 7);
  1668.         $instance->addListener('security.interactive_login', [=> function () {
  1669.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1670.         }, => 'onInteractiveLogin'], 0);
  1671.         $instance->addListener('security.authentication.failure', [=> function () {
  1672.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1673.         }, => 'onAuthenticationFailure'], 0);
  1674.         $instance->addListener('kernel.request', [=> function () {
  1675.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1676.         }, => 'onKernelRequest'], 0);
  1677.         $instance->addListener('kernel.exception', [=> function () {
  1678.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1679.         }, => 'onKernelException'], 0);
  1680.         $instance->addListener('kernel.terminate', [=> function () {
  1681.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1682.         }, => 'onKernelTerminate'], 0);
  1683.         $instance->addListener('kernel.request', [=> function () {
  1684.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1685.         }, => 'onKernelRequest'], 6);
  1686.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1687.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1688.         }, => 'onKernelController'], 7);
  1689.         $instance->addListener('form.pre_submit', [=> function () {
  1690.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1691.         }, => 'onPreSubmit'], 0);
  1692.         $instance->addListener('form.pre_submit', [=> function () {
  1693.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1694.         }, => 'purifySubmittedData'], 1000001);
  1695.         $instance->addListener('form.pre_submit', [=> function () {
  1696.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1697.         }, => 'onPreSubmit'], 0);
  1698.         $instance->addListener('workflow.order.completed', [=> function () {
  1699.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1700.         }, => 'onCompleted'], 0);
  1701.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1702.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1703.         }, => 'updatePaymentDate'], 0);
  1704.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1705.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1706.         }, => 'rollbackStock'], 0);
  1707.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1708.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1709.         }, => 'rollbackUsePoint'], 0);
  1710.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1711.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1712.         }, => 'commitStock'], 0);
  1713.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1714.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1715.         }, => 'commitUsePoint'], 0);
  1716.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1717.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1718.         }, => 'commitAddPoint'], 0);
  1719.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1720.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1721.         }, => 'rollbackUsePoint'], 0);
  1722.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1723.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1724.         }, => 'rollbackAddPoint'], 0);
  1725.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1726.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1727.         }, => 'commitUsePoint'], 0);
  1728.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1729.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1730.         }, => 'commitAddPoint'], 0);
  1731.         $instance->addListener('kernel.terminate', [=> function () {
  1732.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1733.         }, => 'disableMaintenanceEvent'], 0);
  1734.         $instance->addListener('kernel.terminate', [=> function () {
  1735.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1736.         }, => 'forceClearCache'], 0);
  1737.         $instance->addListener('@admin/Product/category.twig', [=> function () {
  1738.             return ($this->privates['Plugin\\ApgRichCategory42\\Event'] ?? $this->load('getEventService'));
  1739.         }, => 'onAdminProductCategoryRender'], 0);
  1740.         $instance->addListener('admin.product.category.index.complete', [=> function () {
  1741.             return ($this->privates['Plugin\\ApgRichCategory42\\Event'] ?? $this->load('getEventService'));
  1742.         }, => 'onAdminProductCategoryIndexComplete'], 0);
  1743.         $instance->addListener('admin.product.category.delete.complete', [=> function () {
  1744.             return ($this->privates['Plugin\\ApgRichCategory42\\Event'] ?? $this->load('getEventService'));
  1745.         }, => 'onAdminProductCategoryDeleteComplete'], 0);
  1746.         $instance->addListener('front.product.index.initialize', [=> function () {
  1747.             return ($this->privates['Plugin\\ApgRichCategory42\\Event'] ?? $this->load('getEventService'));
  1748.         }, => 'onFrontProductIndexInitialize'], 0);
  1749.         $instance->addListener('Product/list.twig', [=> function () {
  1750.             return ($this->privates['Plugin\\ApgRichCategory42\\Event'] ?? $this->load('getEventService'));
  1751.         }, => 'onFrontProductListRender'], 0);
  1752.         $instance->addListener('kernel.request', [=> function () {
  1753.             return ($this->privates['Plugin\\ApgRichCategory42\\RoutingListener'] ?? $this->getRoutingListenerService());
  1754.         }, => 'onKernelRequest'], 32);
  1755.         $instance->addListener('kernel.finish_request', [=> function () {
  1756.             return ($this->privates['Plugin\\ApgRichCategory42\\RoutingListener'] ?? $this->getRoutingListenerService());
  1757.         }, => 'onKernelFinishRequest'], 0);
  1758.         $instance->addListener('kernel.exception', [=> function () {
  1759.             return ($this->privates['Plugin\\ApgRichCategory42\\RoutingListener'] ?? $this->getRoutingListenerService());
  1760.         }, => 'onKernelException'], -64);
  1761.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1762.             return ($this->privates['Plugin\\Api42\\EventListener\\AuthorizationRequestResolveListener'] ?? $this->load('getAuthorizationRequestResolveListenerService'));
  1763.         }, => 'onAuthorizationRequestResolve'], 0);
  1764.         $instance->addListener('kernel.response', [=> function () {
  1765.             return ($this->privates['Plugin\\Api42\\Service\\WebHookService'] ?? $this->getWebHookServiceService());
  1766.         }, => 'fire'], 0);
  1767.         $instance->addListener('Shopping/index.twig', [=> function () {
  1768.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1769.         }, => 'index'], 0);
  1770.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1771.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1772.         }, => 'index'], 0);
  1773.         $instance->addListener('Mypage/history.twig', [=> function () {
  1774.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1775.         }, => 'onRenderMypageHistory'], 0);
  1776.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1777.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1778.         }, => 'onRenderAdminOrderEdit'], 0);
  1779.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1780.             return ($this->privates['Plugin\\CustomCategoryFields\\EventListener\\CategoryCustomFieldListener'] ?? ($this->privates['Plugin\\CustomCategoryFields\\EventListener\\CategoryCustomFieldListener'] = new \Plugin\CustomCategoryFields\EventListener\CategoryCustomFieldListener($this)));
  1781.         }, => 'onControllerArguments'], 0);
  1782.         $instance->addListener('form.post_set_data', [=> function () {
  1783.             return ($this->privates['Plugin\\CustomCategoryFields\\EventListener\\CategoryCustomFieldListener'] ?? ($this->privates['Plugin\\CustomCategoryFields\\EventListener\\CategoryCustomFieldListener'] = new \Plugin\CustomCategoryFields\EventListener\CategoryCustomFieldListener($this)));
  1784.         }, => 'onPostSetData'], 0);
  1785.         $instance->addListener('form.post_submit', [=> function () {
  1786.             return ($this->privates['Plugin\\CustomCategoryFields\\EventListener\\CategoryCustomFieldListener'] ?? ($this->privates['Plugin\\CustomCategoryFields\\EventListener\\CategoryCustomFieldListener'] = new \Plugin\CustomCategoryFields\EventListener\CategoryCustomFieldListener($this)));
  1787.         }, => 'onPostSubmit'], 0);
  1788.         $instance->addListener('kernel.controller', [=> function () {
  1789.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent3Service());
  1790.         }, => 'onKernelController'], 0);
  1791.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1792.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent3Service());
  1793.         }, => 'onFrontCartBuystepComplete'], 0);
  1794.         $instance->addListener('Shopping/login.twig', [=> function () {
  1795.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent3Service());
  1796.         }, => 'onShoppingLoginTwigRender'], 0);
  1797.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1798.             return ($this->privates['Plugin\\IkusMobileApi\\Event'] ?? $this->load('getEvent4Service'));
  1799.         }, => 'onAdminProductRender'], 0);
  1800.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1801.             return ($this->privates['Plugin\\IkusMobileApi\\Event'] ?? $this->load('getEvent4Service'));
  1802.         }, => 'onAdminProductEditComplete'], 0);
  1803.         $instance->addListener('knp_pager.items', [=> function () {
  1804.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  1805.         }, => 'items'], 1);
  1806.         $instance->addListener('Shopping/index.twig', [=> function () {
  1807.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1808.         }, => 'index'], 0);
  1809.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1810.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1811.         }, => 'confirm'], 0);
  1812.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1813.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1814.         }, => 'onAdminOrderEditTwig'], 0);
  1815.         $instance->addListener('admin.order.edit.index.initialize', [=> function () {
  1816.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1817.         }, => 'onAdminOrderEditIndexInitialize'], 0);
  1818.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1819.             return ($this->privates['Plugin\\PaygentPayment42\\PaygentEvent'] ?? $this->load('getPaygentEventService'));
  1820.         }, => 'complete'], 0);
  1821.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1822.             return ($this->privates['Plugin\\PointExpired42\\Event\\BackendEvent'] ?? ($this->privates['Plugin\\PointExpired42\\Event\\BackendEvent'] = new \Plugin\PointExpired42\Event\BackendEvent()));
  1823.         }, => 'onTemplateAdminCustomer'], 0);
  1824.         $instance->addListener('@MailMagazine42/admin/index.twig', [=> function () {
  1825.             return ($this->privates['Plugin\\PointExpired42\\Event\\BackendEvent'] ?? ($this->privates['Plugin\\PointExpired42\\Event\\BackendEvent'] = new \Plugin\PointExpired42\Event\BackendEvent()));
  1826.         }, => 'onTemplateAdminCustomer'], 0);
  1827.         $instance->addListener('@MailMagazine42/admin/history_condition.twig', [=> function () {
  1828.             return ($this->privates['Plugin\\PointExpired42\\Event\\BackendEvent'] ?? ($this->privates['Plugin\\PointExpired42\\Event\\BackendEvent'] = new \Plugin\PointExpired42\Event\BackendEvent()));
  1829.         }, => 'onTemplateMailmagazineHistoryCondition'], 0);
  1830.         $instance->addListener('front.entry.index.complete', [=> function () {
  1831.             return ($this->privates['Plugin\\PointExpired42\\Event\\FrontEvent'] ?? $this->load('getFrontEventService'));
  1832.         }, => 'hookFrontEntryIndexComplete'], 0);
  1833.         $instance->addListener('kernel.controller', [=> function () {
  1834.             return ($this->privates['Plugin\\PointExpired42\\Event\\KernelEvent'] ?? $this->getKernelEventService());
  1835.         }, => 'checkPointExpired'], 0);
  1836.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1837.             return ($this->privates['Plugin\\PointExpired42\\Event\\OrderStateEvent'] ?? $this->load('getOrderStateEventService'));
  1838.         }, => 'rollbackPeriod'], 0);
  1839.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1840.             return ($this->privates['Plugin\\PointExpired42\\Event\\OrderStateEvent'] ?? $this->load('getOrderStateEventService'));
  1841.         }, => 'extendPeriod'], 0);
  1842.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1843.             return ($this->privates['Plugin\\PointExpired42\\Event\\OrderStateEvent'] ?? $this->load('getOrderStateEventService'));
  1844.         }, => 'rollbackPeriod'], 0);
  1845.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1846.             return ($this->privates['Plugin\\PointExpired42\\Event\\OrderStateEvent'] ?? $this->load('getOrderStateEventService'));
  1847.         }, => 'extendPeriod'], 0);
  1848.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1849.             return ($this->privates['Plugin\\PointExpired42\\Event\\OrderStateEvent'] ?? $this->load('getOrderStateEventService'));
  1850.         }, => 'extendPeriod'], 0);
  1851.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1852.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1853.         }, => 'onTemplateAdminOrderEdit'], 0);
  1854.         $instance->addListener('@admin/Order/order_item_prototype.twig', [=> function () {
  1855.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1856.         }, => 'onTemplateAdminOrderItemPrototype'], 0);
  1857.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1858.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1859.         }, => 'onTemplateAdminOrderEdit'], 0);
  1860.         $instance->addListener('@admin/Order/search_product.twig', [=> function () {
  1861.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1862.         }, => 'onTemplateAdminOrderSearchProduct'], 0);
  1863.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1864.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1865.         }, => 'hookAdminOrderCsvExport'], 0);
  1866.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1867.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1868.         }, => 'onTemplateAdminProduct'], 0);
  1869.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1870.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1871.         }, => 'onTemplateAdminProductEdit'], 0);
  1872.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1873.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1874.         }, => 'hookAdminProductCopyComplete'], 0);
  1875.         $instance->addListener('admin.product.csv.export', [=> function () {
  1876.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1877.         }, => 'hookAdminProductCsvExport'], 0);
  1878.         $instance->addListener('Cart/index.twig', [=> function () {
  1879.             return ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] ?? ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] = new \Plugin\ProductOption42\Event\CartEvent()));
  1880.         }, => 'onTemplateCart'], 0);
  1881.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1882.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1883.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1884.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1885.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1886.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1887.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1888.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1889.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1890.         $instance->addListener('Mypage/index.twig', [=> function () {
  1891.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1892.         }, => 'onTemplateMypageIndex'], 0);
  1893.         $instance->addListener('Mypage/history.twig', [=> function () {
  1894.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1895.         }, => 'onTemplateMypageHistory'], 0);
  1896.         $instance->addListener('Product/detail.twig', [=> function () {
  1897.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1898.         }, => 'onTemplateProductDetail'], 0);
  1899.         $instance->addListener('Product/detail_app.twig', [=> function () {
  1900.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1901.         }, => 'onTemplateProductDetail'], 0);
  1902.         $instance->addListener('Shopping/index.twig', [=> function () {
  1903.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1904.         }, => 'onTempleteShoppingIndex'], 0);
  1905.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1906.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1907.         }, => 'onTempleteShoppingIndex'], 0);
  1908.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1909.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1910.         }, => 'onTempleteShoppingShippingMultiple'], 0);
  1911.         $instance->addListener('front.shopping.shipping.multiple.initialize', [=> function () {
  1912.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1913.         }, => 'onHookShoppingShippingMultipleInitialize'], 0);
  1914.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1915.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1916.         }, => 'onHookShoppingShippingMultipleComplete'], 0);
  1917.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1918.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1919.         }, => 'onTemplateAdminProductEdit'], 0);
  1920.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1921.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1922.         }, => 'hookAdminProductEditComplete'], 0);
  1923.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1924.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1925.         }, => 'hookAdminProductCopyComplete'], 0);
  1926.         $instance->addListener('admin.product.csv.export', [=> function () {
  1927.             return ($this->privates['Plugin\\ProductPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1928.         }, => 'hookAdminProductCsvExport'], 0);
  1929.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1930.             return ($this->privates['Plugin\\ProductPlus42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1931.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1932.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1933.             return ($this->privates['Plugin\\ProductPlus42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1934.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1935.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1936.             return ($this->privates['Plugin\\ProductPlus42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1937.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1938.         $instance->addListener('Product/detail.twig', [=> function () {
  1939.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1940.         }, => 'detail'], 0);
  1941.         $instance->addListener('Product/detail_app.twig', [=> function () {
  1942.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1943.         }, => 'detail'], 0);
  1944.         $instance->addListener('kernel.response', [=> function () {
  1945.             return ($this->privates['Plugin\\RefineCheckItem42\\Event'] ?? $this->getEvent5Service());
  1946.         }, => 'onKernelResponse'], 0);
  1947.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1948.             return ($this->privates['Plugin\\SearchPlus42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1949.         }, => 'onTemplateAdminOrderEdit'], 0);
  1950.         $instance->addListener('admin.order.edit.search.product.search', [=> function () {
  1951.             return ($this->privates['Plugin\\SearchPlus42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1952.         }, => 'hookAdminOrderEditSearchProductSearch'], 0);
  1953.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1954.             return ($this->privates['Plugin\\SearchPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent3Service'));
  1955.         }, => 'onTemplateAdminProduct'], 0);
  1956.         $instance->addListener('@ProductPlus42/admin/Product/edit.twig', [=> function () {
  1957.             return ($this->privates['Plugin\\SearchPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent3Service'));
  1958.         }, => 'onTemplateAdminProductItemEdit'], 0);
  1959.         $instance->addListener('Product/list.twig', [=> function () {
  1960.             return ($this->privates['Plugin\\SearchPlus42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1961.         }, => 'onTemplateProductList'], 0);
  1962.         $instance->addListener('kernel.request', [=> function () {
  1963.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1964.         }, => 'onKernelRequest'], 4096);
  1965.         $instance->addListener('kernel.response', [=> function () {
  1966.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1967.         }, => 'onKernelResponse'], 0);
  1968.         $instance->addListener('kernel.response', [=> function () {
  1969.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1970.         }, => 'onKernelResponse'], -1024);
  1971.         $instance->addListener('kernel.request', [=> function () {
  1972.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1973.         }, => 'setDefaultLocale'], 100);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1976.         }, => 'onKernelRequest'], 16);
  1977.         $instance->addListener('kernel.finish_request', [=> function () {
  1978.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1979.         }, => 'onKernelFinishRequest'], 0);
  1980.         $instance->addListener('kernel.request', [=> function () {
  1981.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1982.         }, => 'onKernelRequest'], 256);
  1983.         $instance->addListener('kernel.response', [=> function () {
  1984.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1985.         }, => 'onResponse'], -255);
  1986.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1987.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1988.         }, => 'onControllerArguments'], 0);
  1989.         $instance->addListener('kernel.exception', [=> function () {
  1990.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1991.         }, => 'logKernelException'], 0);
  1992.         $instance->addListener('kernel.exception', [=> function () {
  1993.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1994.         }, => 'onKernelException'], -128);
  1995.         $instance->addListener('kernel.response', [=> function () {
  1996.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1997.         }, => 'removeCspHeader'], -128);
  1998.         $instance->addListener('kernel.request', [=> function () {
  1999.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2000.         }, => 'onKernelRequest'], 15);
  2001.         $instance->addListener('kernel.finish_request', [=> function () {
  2002.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2003.         }, => 'onKernelFinishRequest'], -15);
  2004.         $instance->addListener('console.error', [=> function () {
  2005.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2006.         }, => 'onConsoleError'], -128);
  2007.         $instance->addListener('console.terminate', [=> function () {
  2008.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2009.         }, => 'onConsoleTerminate'], -128);
  2010.         $instance->addListener('console.error', [=> function () {
  2011.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2012.         }, => 'onConsoleError'], 0);
  2013.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2014.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2015.         }, => 'onMessage'], -255);
  2016.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2017.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2018.         }, => 'onMessage'], -255);
  2019.         $instance->addListener('kernel.response', [=> function () {
  2020.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2021.         }, => 'onKernelResponse'], 0);
  2022.         $instance->addListener('kernel.request', [=> function () {
  2023.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2024.         }, => 'onKernelRequest'], 48);
  2025.         $instance->addListener('kernel.request', [=> function () {
  2026.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2027.         }, => 'configure'], 2048);
  2028.         $instance->addListener('console.command', [=> function () {
  2029.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2030.         }, => 'configure'], 2048);
  2031.         $instance->addListener('kernel.request', [=> function () {
  2032.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2033.         }, => 'onKernelRequest'], 32);
  2034.         $instance->addListener('kernel.finish_request', [=> function () {
  2035.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2036.         }, => 'onKernelFinishRequest'], 0);
  2037.         $instance->addListener('kernel.exception', [=> function () {
  2038.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2039.         }, => 'onKernelException'], -64);
  2040.         $instance->addListener('kernel.request', [=> function () {
  2041.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2042.         }, => 'onKernelRequest'], 128);
  2043.         $instance->addListener('kernel.response', [=> function () {
  2044.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2045.         }, => 'onKernelResponse'], -1000);
  2046.         $instance->addListener('kernel.finish_request', [=> function () {
  2047.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2048.         }, => 'onFinishRequest'], 0);
  2049.         $instance->addListener('kernel.response', [=> function () {
  2050.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2051.         }, => 'onKernelResponse'], -100);
  2052.         $instance->addListener('kernel.exception', [=> function () {
  2053.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2054.         }, => 'onKernelException'], 0);
  2055.         $instance->addListener('kernel.terminate', [=> function () {
  2056.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2057.         }, => 'onKernelTerminate'], -1024);
  2058.         $instance->addListener('kernel.controller', [=> function () {
  2059.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2060.         }, => 'onKernelController'], 0);
  2061.         $instance->addListener('kernel.response', [=> function () {
  2062.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2063.         }, => 'onKernelResponse'], 0);
  2064.         $instance->addListener('kernel.response', [=> function () {
  2065.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2066.         }, => 'onKernelResponse'], 0);
  2067.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2068.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2069.         }, => 'checkPassport'], 0);
  2070.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2071.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2072.         }, => 'onLoginSuccess'], 0);
  2073.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2074.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2075.         }, => 'onVoterVote'], 0);
  2076.         $instance->addListener('kernel.request', [=> function () {
  2077.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2078.         }, => 'configureLogoutUrlGenerator'], 8);
  2079.         $instance->addListener('kernel.request', [=> function () {
  2080.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2081.         }, => 'onKernelRequest'], 8);
  2082.         $instance->addListener('kernel.finish_request', [=> function () {
  2083.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2084.         }, => 'onKernelFinishRequest'], 0);
  2085.         $instance->addListener('kernel.controller', [=> function () {
  2086.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2087.         }, => 'onKernelController'], 0);
  2088.         $instance->addListener('kernel.controller', [=> function () {
  2089.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2090.         }, => 'onKernelController'], 0);
  2091.         $instance->addListener('kernel.controller', [=> function () {
  2092.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2093.         }, => 'onKernelController'], -128);
  2094.         $instance->addListener('kernel.view', [=> function () {
  2095.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2096.         }, => 'onKernelView'], 0);
  2097.         $instance->addListener('kernel.controller', [=> function () {
  2098.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2099.         }, => 'onKernelController'], 0);
  2100.         $instance->addListener('kernel.response', [=> function () {
  2101.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2102.         }, => 'onKernelResponse'], 0);
  2103.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2104.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2105.         }, => 'onKernelControllerArguments'], 0);
  2106.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2107.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2108.         }, => 'onKernelControllerArguments'], 0);
  2109.         $instance->addListener('console.command', [=> function () {
  2110.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2111.         }, => 'onCommand'], 255);
  2112.         $instance->addListener('console.terminate', [=> function () {
  2113.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2114.         }, => 'onTerminate'], -255);
  2115.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2116.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2117.         }, => 'onMessage'], 0);
  2118.         $instance->addListener('console.command', [=> function () {
  2119.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2120.         }, => 'configure'], 1024);
  2121.         $instance->addListener('kernel.response', [=> function () {
  2122.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2123.         }, => 'onKernelResponse'], -128);
  2124.         $instance->addListener('console.error', [=> function () {
  2125.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2126.         }, => 'onConsoleError'], 0);
  2127.         $instance->addListener('console.terminate', [=> function () {
  2128.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2129.         }, => 'onConsoleTerminate'], 0);
  2130.         $instance->addListener('knp_pager.before', [=> function () {
  2131.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2132.         }, => 'before'], 0);
  2133.         $instance->addListener('knp_pager.pagination', [=> function () {
  2134.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2135.         }, => 'pagination'], 0);
  2136.         $instance->addListener('knp_pager.before', [=> function () {
  2137.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2138.         }, => 'before'], 1);
  2139.         $instance->addListener('knp_pager.before', [=> function () {
  2140.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2141.         }, => 'before'], 1);
  2142.         $instance->addListener('knp_pager.pagination', [=> function () {
  2143.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2144.         }, => 'pagination'], 1);
  2145.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2146.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2147.         }, => 'checkPassport'], 256);
  2148.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2149.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2150.         }, => 'checkPassport'], 512);
  2151.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2152.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2153.         }, => 'onLogout'], 0);
  2154.         return $instance;
  2155.     }
  2156.     /**
  2157.      * Gets the public 'http_kernel' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2160.      */
  2161.     protected function getHttpKernelService()
  2162.     {
  2163.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2164.         if (isset($this->services['http_kernel'])) {
  2165.             return $this->services['http_kernel'];
  2166.         }
  2167.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2168.         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 () {
  2169.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2170.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2171.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2172.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2173.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2174.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2175.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2176.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2177.         }, 8)), $b));
  2178.     }
  2179.     /**
  2180.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2181.      *
  2182.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2183.      */
  2184.     protected function getLiipImagine_Cache_ManagerService()
  2185.     {
  2186.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2187.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2188.             return $this->services['liip_imagine.cache.manager'];
  2189.         }
  2190.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('ECCUBE_AUTH_MAGIC')))), $a'default'false);
  2191.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2192.         $instance->addResolver('aws_s3_resolver', ($this->services['liip_imagine.cache.resolver.aws_s3_resolver'] ?? $this->getLiipImagine_Cache_Resolver_AwsS3ResolverService()));
  2193.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2194.         return $instance;
  2195.     }
  2196.     /**
  2197.      * Gets the public 'liip_imagine.cache.resolver.aws_s3_resolver' shared service.
  2198.      *
  2199.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver
  2200.      */
  2201.     protected function getLiipImagine_Cache_Resolver_AwsS3ResolverService()
  2202.     {
  2203.         return $this->services['liip_imagine.cache.resolver.aws_s3_resolver'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver(\Aws\S3\S3Client::factory(['version' => '2006-03-01''region' => $this->getEnv('AWS_S3_REGION')]), $this->getEnv('AWS_S3_BUCKET'), 'public-read', ['Scheme' => 'https'], ['CacheControl' => 'max-age='.$this->getEnv('string:AWS_S3_CACHE_CONTROL')]);
  2204.     }
  2205.     /**
  2206.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2207.      *
  2208.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2209.      */
  2210.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2211.     {
  2212.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), \dirname(__DIR__4), 'media/cache');
  2213.     }
  2214.     /**
  2215.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2216.      *
  2217.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2218.      */
  2219.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2220.     {
  2221.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  2222.     }
  2223.     /**
  2224.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2225.      *
  2226.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2227.      */
  2228.     protected function getLiipImagine_Cache_SignerService()
  2229.     {
  2230.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('ECCUBE_AUTH_MAGIC'));
  2231.     }
  2232.     /**
  2233.      * Gets the public 'request_stack' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2236.      */
  2237.     protected function getRequestStackService()
  2238.     {
  2239.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2240.     }
  2241.     /**
  2242.      * Gets the public 'router' shared service.
  2243.      *
  2244.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2245.      */
  2246.     protected function getRouterService()
  2247.     {
  2248.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2249.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2250.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2251.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2252.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2253.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2254.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2255.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2256.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2257.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2258.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2259.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2260.         ], [
  2261.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2262.         ]))->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'));
  2263.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2264.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2265.         return $instance;
  2266.     }
  2267.     /**
  2268.      * Gets the public 'translator' shared service.
  2269.      *
  2270.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2271.      */
  2272.     protected function getTranslatorService()
  2273.     {
  2274.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2275.     }
  2276.     /**
  2277.      * Gets the public 'var_dumper.cloner' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2280.      */
  2281.     protected function getVarDumper_ClonerService()
  2282.     {
  2283.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2284.         $instance->setMaxItems(2500);
  2285.         $instance->setMinDepth(1);
  2286.         $instance->setMaxString(-1);
  2287.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2294.      */
  2295.     protected function get_ServiceLocator_YP_F1XaService()
  2296.     {
  2297.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2298.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2299.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2300.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2301.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2302.         ], [
  2303.             'security.firewall.map.context.admin' => '?',
  2304.             'security.firewall.map.context.api' => '?',
  2305.             'security.firewall.map.context.customer' => '?',
  2306.             'security.firewall.map.context.dev' => '?',
  2307.         ]);
  2308.     }
  2309.     /**
  2310.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2311.      *
  2312.      * @return \Eccube\DataCollector\EccubeDataCollector
  2313.      */
  2314.     protected function getEccubeDataCollectorService()
  2315.     {
  2316.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2317.     }
  2318.     /**
  2319.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2320.      *
  2321.      * @return \Eccube\Doctrine\Query\Queries
  2322.      */
  2323.     protected function getQueriesService()
  2324.     {
  2325.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2326.         $a = ($this->privates['Plugin\\SearchPlus42\\Service\\SearchPlusService'] ?? $this->getSearchPlusServiceService());
  2327.         $instance->addCustomizer(new \Plugin\PointExpired42\Repository\AdminCustomerCustomizer());
  2328.         $instance->addCustomizer(new \Plugin\SearchPlus42\Repository\AdminProductCustomizer($a));
  2329.         $instance->addCustomizer(new \Plugin\SearchPlus42\Repository\ProductCustomizer($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2330.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2331.         return $instance;
  2332.     }
  2333.     /**
  2334.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2335.      *
  2336.      * @return \Eccube\EventListener\IpAddrListener
  2337.      */
  2338.     protected function getIpAddrListenerService()
  2339.     {
  2340.         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()));
  2341.     }
  2342.     /**
  2343.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2344.      *
  2345.      * @return \Eccube\EventListener\LogListener
  2346.      */
  2347.     protected function getLogListenerService()
  2348.     {
  2349.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2353.      *
  2354.      * @return \Eccube\EventListener\MaintenanceListener
  2355.      */
  2356.     protected function getMaintenanceListenerService()
  2357.     {
  2358.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2359.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2360.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2361.         }
  2362.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2363.     }
  2364.     /**
  2365.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2366.      *
  2367.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2368.      */
  2369.     protected function getMobileTemplatePathListenerService()
  2370.     {
  2371.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2372.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2373.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2374.         }
  2375.         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))));
  2376.     }
  2377.     /**
  2378.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2379.      *
  2380.      * @return \Eccube\EventListener\RateLimiterListener
  2381.      */
  2382.     protected function getRateLimiterListenerService()
  2383.     {
  2384.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2385.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2386.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2387.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2388.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2389.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2390.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2391.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2392.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2393.         ], [
  2394.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2395.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2396.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2397.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2398.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2399.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2400.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2401.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2402.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2403.     }
  2404.     /**
  2405.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2406.      *
  2407.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2408.      */
  2409.     protected function getRestrictFileUploadListenerService()
  2410.     {
  2411.         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()));
  2412.     }
  2413.     /**
  2414.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2415.      *
  2416.      * @return \Eccube\EventListener\TransactionListener
  2417.      */
  2418.     protected function getTransactionListenerService()
  2419.     {
  2420.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2421.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2422.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2423.         }
  2424.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2425.     }
  2426.     /**
  2427.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2428.      *
  2429.      * @return \Eccube\EventListener\TwigInitializeListener
  2430.      */
  2431.     protected function getTwigInitializeListenerService()
  2432.     {
  2433.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2434.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2435.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2436.         }
  2437.         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()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2441.      *
  2442.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2443.      */
  2444.     protected function getTwoFactorAuthListenerService()
  2445.     {
  2446.         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()));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2450.      *
  2451.      * @return \Eccube\Log\Processor\SessionProcessor
  2452.      */
  2453.     protected function getSessionProcessorService()
  2454.     {
  2455.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2456.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2457.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2458.         }
  2459.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2460.     }
  2461.     /**
  2462.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2463.      *
  2464.      * @return \Eccube\Log\Processor\TokenProcessor
  2465.      */
  2466.     protected function getTokenProcessorService()
  2467.     {
  2468.         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()));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2472.      *
  2473.      * @return \Eccube\Repository\AuthorityRoleRepository
  2474.      */
  2475.     protected function getAuthorityRoleRepositoryService()
  2476.     {
  2477.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2478.     }
  2479.     /**
  2480.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2481.      *
  2482.      * @return \Eccube\Repository\BaseInfoRepository
  2483.      */
  2484.     protected function getBaseInfoRepositoryService()
  2485.     {
  2486.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2487.     }
  2488.     /**
  2489.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2490.      *
  2491.      * @return \Eccube\Repository\BlockPositionRepository
  2492.      */
  2493.     protected function getBlockPositionRepositoryService()
  2494.     {
  2495.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2496.     }
  2497.     /**
  2498.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2499.      *
  2500.      * @return \Eccube\Repository\BlockRepository
  2501.      */
  2502.     protected function getBlockRepositoryService()
  2503.     {
  2504.         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))));
  2505.     }
  2506.     /**
  2507.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2508.      *
  2509.      * @return \Eccube\Repository\CartRepository
  2510.      */
  2511.     protected function getCartRepositoryService()
  2512.     {
  2513.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2514.     }
  2515.     /**
  2516.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2517.      *
  2518.      * @return \Eccube\Repository\LayoutRepository
  2519.      */
  2520.     protected function getLayoutRepositoryService()
  2521.     {
  2522.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2523.     }
  2524.     /**
  2525.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2526.      *
  2527.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2528.      */
  2529.     protected function getDeviceTypeRepositoryService()
  2530.     {
  2531.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2532.     }
  2533.     /**
  2534.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2535.      *
  2536.      * @return \Eccube\Repository\OrderRepository
  2537.      */
  2538.     protected function getOrderRepositoryService()
  2539.     {
  2540.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2541.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2542.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2543.         }
  2544.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2545.     }
  2546.     /**
  2547.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2548.      *
  2549.      * @return \Eccube\Repository\PageLayoutRepository
  2550.      */
  2551.     protected function getPageLayoutRepositoryService()
  2552.     {
  2553.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2557.      *
  2558.      * @return \Eccube\Repository\PageRepository
  2559.      */
  2560.     protected function getPageRepositoryService()
  2561.     {
  2562.         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);
  2563.     }
  2564.     /**
  2565.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2566.      *
  2567.      * @return \Eccube\Repository\ProductClassRepository
  2568.      */
  2569.     protected function getProductClassRepositoryService()
  2570.     {
  2571.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2575.      *
  2576.      * @return \Eccube\Repository\ProductRepository
  2577.      */
  2578.     protected function getProductRepositoryService()
  2579.     {
  2580.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2581.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2582.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2583.         }
  2584.         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))));
  2585.     }
  2586.     /**
  2587.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2588.      *
  2589.      * @return \Eccube\Repository\TaxRuleRepository
  2590.      */
  2591.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2592.     {
  2593.         if ($lazyLoad) {
  2594.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2595.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2596.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2597.                     $proxy->setProxyInitializer(null);
  2598.                     return true;
  2599.                 });
  2600.             });
  2601.         }
  2602.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2603.         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))));
  2604.     }
  2605.     /**
  2606.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2607.      *
  2608.      * @return \Eccube\Request\Context
  2609.      */
  2610.     protected function getContextService()
  2611.     {
  2612.         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()));
  2613.     }
  2614.     /**
  2615.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2616.      *
  2617.      * @return \Eccube\Service\CartService
  2618.      */
  2619.     protected function getCartServiceService($lazyLoad true)
  2620.     {
  2621.         if ($lazyLoad) {
  2622.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2623.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2624.                     $wrappedInstance $this->getCartServiceService(false);
  2625.                     $proxy->setProxyInitializer(null);
  2626.                     return true;
  2627.                 });
  2628.             });
  2629.         }
  2630.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2631.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] = new \Plugin\ProductOption42\Service\Cart\ProductClassAndOptionComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2632.     }
  2633.     /**
  2634.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2635.      *
  2636.      * @return \Eccube\Service\TwoFactorAuthService
  2637.      */
  2638.     protected function getTwoFactorAuthServiceService()
  2639.     {
  2640.         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())));
  2641.     }
  2642.     /**
  2643.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2644.      *
  2645.      * @return \Eccube\Twig\Extension\EccubeExtension
  2646.      */
  2647.     protected function getEccubeExtensionService()
  2648.     {
  2649.         return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] = new \Eccube\Twig\Extension\EccubeExtension(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2650.     }
  2651.     /**
  2652.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2653.      *
  2654.      * @return \Eccube\Twig\Extension\TaxExtension
  2655.      */
  2656.     protected function getTaxExtensionService()
  2657.     {
  2658.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2659.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2660.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2661.         }
  2662.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2663.     }
  2664.     /**
  2665.      * Gets the private 'Plugin\ApgRichCategory42\RoutingListener' shared autowired service.
  2666.      *
  2667.      * @return \Plugin\ApgRichCategory42\RoutingListener
  2668.      */
  2669.     protected function getRoutingListenerService()
  2670.     {
  2671.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2672.         if (isset($this->privates['Plugin\\ApgRichCategory42\\RoutingListener'])) {
  2673.             return $this->privates['Plugin\\ApgRichCategory42\\RoutingListener'];
  2674.         }
  2675.         return $this->privates['Plugin\\ApgRichCategory42\\RoutingListener'] = new \Plugin\ApgRichCategory42\RoutingListener($this, ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['router'] ?? $this->getRouterService()));
  2676.     }
  2677.     /**
  2678.      * Gets the private 'Plugin\Api42\Repository\WebHookRepository' shared autowired service.
  2679.      *
  2680.      * @return \Plugin\Api42\Repository\WebHookRepository
  2681.      */
  2682.     protected function getWebHookRepositoryService()
  2683.     {
  2684.         return $this->privates['Plugin\\Api42\\Repository\\WebHookRepository'] = new \Plugin\Api42\Repository\WebHookRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2685.     }
  2686.     /**
  2687.      * Gets the private 'Plugin\Api42\Service\WebHookEvents' shared autowired service.
  2688.      *
  2689.      * @return \Plugin\Api42\Service\WebHookEvents
  2690.      */
  2691.     protected function getWebHookEventsService()
  2692.     {
  2693.         $this->privates['Plugin\\Api42\\Service\\WebHookEvents'] = $instance = new \Plugin\Api42\Service\WebHookEvents();
  2694.         $instance->addTrigger(new \Plugin\Api42\Service\CoreEntityTrigger());
  2695.         return $instance;
  2696.     }
  2697.     /**
  2698.      * Gets the private 'Plugin\Api42\Service\WebHookService' shared autowired service.
  2699.      *
  2700.      * @return \Plugin\Api42\Service\WebHookService
  2701.      */
  2702.     protected function getWebHookServiceService()
  2703.     {
  2704.         return $this->privates['Plugin\\Api42\\Service\\WebHookService'] = new \Plugin\Api42\Service\WebHookService(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Plugin\\Api42\\Repository\\WebHookRepository'] ?? $this->getWebHookRepositoryService()), ($this->privates['Plugin\\Api42\\Service\\WebHookEvents'] ?? $this->getWebHookEventsService()));
  2705.     }
  2706.     /**
  2707.      * Gets the private 'Plugin\DisableNonMember42\Event' shared autowired service.
  2708.      *
  2709.      * @return \Plugin\DisableNonMember42\Event
  2710.      */
  2711.     protected function getEvent3Service()
  2712.     {
  2713.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2714.         if (isset($this->privates['Plugin\\DisableNonMember42\\Event'])) {
  2715.             return $this->privates['Plugin\\DisableNonMember42\\Event'];
  2716.         }
  2717.         return $this->privates['Plugin\\DisableNonMember42\\Event'] = new \Plugin\DisableNonMember42\Event($this$a, ($this->services['router'] ?? $this->getRouterService()));
  2718.     }
  2719.     /**
  2720.      * Gets the private 'Plugin\PointExpired42\Event\KernelEvent' shared autowired service.
  2721.      *
  2722.      * @return \Plugin\PointExpired42\Event\KernelEvent
  2723.      */
  2724.     protected function getKernelEventService()
  2725.     {
  2726.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2727.         if (isset($this->privates['Plugin\\PointExpired42\\Event\\KernelEvent'])) {
  2728.             return $this->privates['Plugin\\PointExpired42\\Event\\KernelEvent'];
  2729.         }
  2730.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2731.         if (isset($this->privates['Plugin\\PointExpired42\\Event\\KernelEvent'])) {
  2732.             return $this->privates['Plugin\\PointExpired42\\Event\\KernelEvent'];
  2733.         }
  2734.         return $this->privates['Plugin\\PointExpired42\\Event\\KernelEvent'] = new \Plugin\PointExpired42\Event\KernelEvent($a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2735.     }
  2736.     /**
  2737.      * Gets the private 'Plugin\RefineCheckItem42\Event' shared autowired service.
  2738.      *
  2739.      * @return \Plugin\RefineCheckItem42\Event
  2740.      */
  2741.     protected function getEvent5Service()
  2742.     {
  2743.         return $this->privates['Plugin\\RefineCheckItem42\\Event'] = new \Plugin\RefineCheckItem42\Event(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'Plugin\SearchPlus42\Repository\ConfigRepository' shared autowired service.
  2747.      *
  2748.      * @return \Plugin\SearchPlus42\Repository\ConfigRepository
  2749.      */
  2750.     protected function getConfigRepository7Service()
  2751.     {
  2752.         return $this->privates['Plugin\\SearchPlus42\\Repository\\ConfigRepository'] = new \Plugin\SearchPlus42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'Plugin\SearchPlus42\Service\SearchPlusService' shared autowired service.
  2756.      *
  2757.      * @return \Plugin\SearchPlus42\Service\SearchPlusService
  2758.      */
  2759.     protected function getSearchPlusServiceService()
  2760.     {
  2761.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2762.         if (isset($this->privates['Plugin\\SearchPlus42\\Service\\SearchPlusService'])) {
  2763.             return $this->privates['Plugin\\SearchPlus42\\Service\\SearchPlusService'];
  2764.         }
  2765.         return $this->privates['Plugin\\SearchPlus42\\Service\\SearchPlusService'] = new \Plugin\SearchPlus42\Service\SearchPlusService($a, ($this->privates['Plugin\\SearchPlus42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository7Service()));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2769.      *
  2770.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2771.      */
  2772.     protected function getWebProcessorService()
  2773.     {
  2774.         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']);
  2775.     }
  2776.     /**
  2777.      * Gets the private 'annotations.cache_adapter' shared service.
  2778.      *
  2779.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2780.      */
  2781.     protected function getAnnotations_CacheAdapterService()
  2782.     {
  2783.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'annotations.cached_reader' shared service.
  2787.      *
  2788.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2789.      */
  2790.     protected function getAnnotations_CachedReaderService()
  2791.     {
  2792.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2793.     }
  2794.     /**
  2795.      * Gets the private 'annotations.reader' shared service.
  2796.      *
  2797.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2798.      */
  2799.     protected function getAnnotations_ReaderService()
  2800.     {
  2801.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2802.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2803.         $a->registerUniqueLoader('class_exists');
  2804.         $instance->addGlobalIgnoredName('required'$a);
  2805.         return $instance;
  2806.     }
  2807.     /**
  2808.      * Gets the private 'assets.context' shared service.
  2809.      *
  2810.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2811.      */
  2812.     protected function getAssets_ContextService()
  2813.     {
  2814.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2815.         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());
  2816.     }
  2817.     /**
  2818.      * Gets the private 'cache.annotations' shared service.
  2819.      *
  2820.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2821.      */
  2822.     protected function getCache_AnnotationsService()
  2823.     {
  2824.         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())));
  2825.     }
  2826.     /**
  2827.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2828.      *
  2829.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2830.      */
  2831.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2832.     {
  2833.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2834.     }
  2835.     /**
  2836.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2837.      *
  2838.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2839.      */
  2840.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2841.     {
  2842.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2843.     }
  2844.     /**
  2845.      * Gets the private 'cache.property_info' shared service.
  2846.      *
  2847.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2848.      */
  2849.     protected function getCache_PropertyInfoService()
  2850.     {
  2851.         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())));
  2852.     }
  2853.     /**
  2854.      * Gets the private 'cache.security_expression_language' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2857.      */
  2858.     protected function getCache_SecurityExpressionLanguageService()
  2859.     {
  2860.         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())));
  2861.     }
  2862.     /**
  2863.      * Gets the private 'cache.security_token_verifier' shared service.
  2864.      *
  2865.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2866.      */
  2867.     protected function getCache_SecurityTokenVerifierService()
  2868.     {
  2869.         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())));
  2870.     }
  2871.     /**
  2872.      * Gets the private 'cache.serializer' shared service.
  2873.      *
  2874.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2875.      */
  2876.     protected function getCache_SerializerService()
  2877.     {
  2878.         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())));
  2879.     }
  2880.     /**
  2881.      * Gets the private 'cache.validator' shared service.
  2882.      *
  2883.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2884.      */
  2885.     protected function getCache_ValidatorService()
  2886.     {
  2887.         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())));
  2888.     }
  2889.     /**
  2890.      * Gets the private 'config_cache_factory' shared service.
  2891.      *
  2892.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2893.      */
  2894.     protected function getConfigCacheFactoryService()
  2895.     {
  2896.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2897.             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)));
  2898.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2899.         }, 2));
  2900.     }
  2901.     /**
  2902.      * Gets the private 'data_collector.form' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2905.      */
  2906.     protected function getDataCollector_FormService()
  2907.     {
  2908.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2909.     }
  2910.     /**
  2911.      * Gets the private 'data_collector.request' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2914.      */
  2915.     protected function getDataCollector_RequestService()
  2916.     {
  2917.         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())));
  2918.     }
  2919.     /**
  2920.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2923.      */
  2924.     protected function getDebug_DebugHandlersListenerService()
  2925.     {
  2926.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2927.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2928.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2929.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2930.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2931.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2932.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2933.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2934.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2935.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2936.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2937.     }
  2938.     /**
  2939.      * Gets the private 'debug.file_link_formatter' shared service.
  2940.      *
  2941.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2942.      */
  2943.     protected function getDebug_FileLinkFormatterService()
  2944.     {
  2945.         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 () {
  2946.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2947.         });
  2948.     }
  2949.     /**
  2950.      * Gets the private 'debug.log_processor' shared service.
  2951.      *
  2952.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2953.      */
  2954.     protected function getDebug_LogProcessorService()
  2955.     {
  2956.         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())));
  2957.     }
  2958.     /**
  2959.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2962.      */
  2963.     protected function getDebug_Security_Access_DecisionManagerService()
  2964.     {
  2965.         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 () {
  2966.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2967.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2968.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2969.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2970.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2971.     }
  2972.     /**
  2973.      * Gets the private 'debug.security.firewall' shared service.
  2974.      *
  2975.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2976.      */
  2977.     protected function getDebug_Security_FirewallService()
  2978.     {
  2979.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2980.         if (isset($this->privates['debug.security.firewall'])) {
  2981.             return $this->privates['debug.security.firewall'];
  2982.         }
  2983.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2984.         if (isset($this->privates['debug.security.firewall'])) {
  2985.             return $this->privates['debug.security.firewall'];
  2986.         }
  2987.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2988.     }
  2989.     /**
  2990.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2991.      *
  2992.      * @return \Doctrine\Migrations\DependencyFactory
  2993.      */
  2994.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2995.     {
  2996.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2997.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2998.         $a->setAllOrNothing(false);
  2999.         $a->setCheckDatabasePlatform(true);
  3000.         $a->setTransactional(true);
  3001.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3002.         $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()));
  3003.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3004.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3005.         });
  3006.         return $instance;
  3007.     }
  3008.     /**
  3009.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3010.      *
  3011.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3012.      */
  3013.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3014.     {
  3015.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Eccube/Entity'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')]);
  3016.     }
  3017.     /**
  3018.      * Gets the private 'eccube.collector.core' shared autowired service.
  3019.      *
  3020.      * @return \Eccube\DataCollector\EccubeDataCollector
  3021.      */
  3022.     protected function getEccube_Collector_CoreService()
  3023.     {
  3024.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3025.     }
  3026.     /**
  3027.      * Gets the private 'esi_listener' shared service.
  3028.      *
  3029.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3030.      */
  3031.     protected function getEsiListenerService()
  3032.     {
  3033.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3034.     }
  3035.     /**
  3036.      * Gets the private 'exception_listener' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3039.      */
  3040.     protected function getExceptionListenerService()
  3041.     {
  3042.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3043.     }
  3044.     /**
  3045.      * Gets the private 'fragment.listener' shared service.
  3046.      *
  3047.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3048.      */
  3049.     protected function getFragment_ListenerService()
  3050.     {
  3051.         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');
  3052.     }
  3053.     /**
  3054.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3055.      *
  3056.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3057.      */
  3058.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3059.     {
  3060.         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())));
  3061.     }
  3062.     /**
  3063.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3064.      *
  3065.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3066.      */
  3067.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3068.     {
  3069.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3070.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3071.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3072.         }
  3073.         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);
  3074.     }
  3075.     /**
  3076.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3077.      *
  3078.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3079.      */
  3080.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3081.     {
  3082.         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]);
  3083.     }
  3084.     /**
  3085.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3086.      *
  3087.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3088.      */
  3089.     protected function getLiipImagine_Filter_ConfigurationService()
  3090.     {
  3091.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3092.     }
  3093.     /**
  3094.      * Gets the private 'locale_aware_listener' shared service.
  3095.      *
  3096.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3097.      */
  3098.     protected function getLocaleAwareListenerService()
  3099.     {
  3100.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3101.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3102.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3103.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'locale_listener' shared service.
  3107.      *
  3108.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3109.      */
  3110.     protected function getLocaleListenerService()
  3111.     {
  3112.         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, []);
  3113.     }
  3114.     /**
  3115.      * Gets the private 'monolog.handler.buffered' shared service.
  3116.      *
  3117.      * @return \Monolog\Handler\BufferHandler
  3118.      */
  3119.     protected function getMonolog_Handler_BufferedService()
  3120.     {
  3121.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3122.     }
  3123.     /**
  3124.      * Gets the private 'monolog.handler.console' shared service.
  3125.      *
  3126.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3127.      */
  3128.     protected function getMonolog_Handler_ConsoleService()
  3129.     {
  3130.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3131.     }
  3132.     /**
  3133.      * Gets the private 'monolog.logger' shared service.
  3134.      *
  3135.      * @return \Symfony\Bridge\Monolog\Logger
  3136.      */
  3137.     protected function getMonolog_LoggerService()
  3138.     {
  3139.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3140.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3141.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3142.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3143.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3144.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3145.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3146.         $instance->useMicrosecondTimestamps(true);
  3147.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3148.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3149.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the private 'monolog.logger.cache' shared service.
  3154.      *
  3155.      * @return \Symfony\Bridge\Monolog\Logger
  3156.      */
  3157.     protected function getMonolog_Logger_CacheService()
  3158.     {
  3159.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3160.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3161.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3162.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3163.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3164.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3165.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3166.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3167.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3168.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3169.         return $instance;
  3170.     }
  3171.     /**
  3172.      * Gets the private 'monolog.logger.request' shared service.
  3173.      *
  3174.      * @return \Symfony\Bridge\Monolog\Logger
  3175.      */
  3176.     protected function getMonolog_Logger_RequestService()
  3177.     {
  3178.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3179.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3180.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3181.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3182.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3183.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3184.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3185.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3186.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3187.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3188.         return $instance;
  3189.     }
  3190.     /**
  3191.      * Gets the private 'monolog.logger.security' shared service.
  3192.      *
  3193.      * @return \Symfony\Bridge\Monolog\Logger
  3194.      */
  3195.     protected function getMonolog_Logger_SecurityService()
  3196.     {
  3197.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3198.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3199.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3200.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3201.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3202.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3203.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3204.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3205.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3206.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3207.         return $instance;
  3208.     }
  3209.     /**
  3210.      * Gets the private 'parameter_bag' shared service.
  3211.      *
  3212.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3213.      */
  3214.     protected function getParameterBagService()
  3215.     {
  3216.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3217.     }
  3218.     /**
  3219.      * Gets the private 'profiler_listener' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3222.      */
  3223.     protected function getProfilerListenerService()
  3224.     {
  3225.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3226.         if (isset($this->privates['profiler_listener'])) {
  3227.             return $this->privates['profiler_listener'];
  3228.         }
  3229.         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);
  3230.     }
  3231.     /**
  3232.      * Gets the private 'property_info' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3235.      */
  3236.     protected function getPropertyInfoService()
  3237.     {
  3238.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3239.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3240.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3241.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3242.         }, 3), new RewindableGenerator(function () {
  3243.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3244.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3245.         }, 2), new RewindableGenerator(function () {
  3246.             return new \EmptyIterator();
  3247.         }, 0), new RewindableGenerator(function () {
  3248.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3249.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3250.         }, 2), new RewindableGenerator(function () {
  3251.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3252.         }, 1));
  3253.     }
  3254.     /**
  3255.      * Gets the private 'rate_limiter.cache' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3258.      */
  3259.     protected function getRateLimiter_CacheService()
  3260.     {
  3261.         $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))));
  3262.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3263.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3264.     }
  3265.     /**
  3266.      * Gets the private 'router.expression_language_provider' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3269.      */
  3270.     protected function getRouter_ExpressionLanguageProviderService()
  3271.     {
  3272.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3273.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3274.         ], [
  3275.             'env' => 'Closure',
  3276.         ]));
  3277.     }
  3278.     /**
  3279.      * Gets the private 'router.request_context' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\Routing\RequestContext
  3282.      */
  3283.     protected function getRouter_RequestContextService()
  3284.     {
  3285.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3286.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3287.         return $instance;
  3288.     }
  3289.     /**
  3290.      * Gets the private 'router_listener' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3293.      */
  3294.     protected function getRouterListenerService()
  3295.     {
  3296.         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);
  3297.     }
  3298.     /**
  3299.      * Gets the private 'security.context_listener.0' shared service.
  3300.      *
  3301.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3302.      */
  3303.     protected function getSecurity_ContextListener_0Service()
  3304.     {
  3305.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3306.         if (isset($this->privates['security.context_listener.0'])) {
  3307.             return $this->privates['security.context_listener.0'];
  3308.         }
  3309.         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 () {
  3310.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3311.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3312.         }, 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']);
  3313.     }
  3314.     /**
  3315.      * Gets the private 'security.context_listener.1' shared service.
  3316.      *
  3317.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3318.      */
  3319.     protected function getSecurity_ContextListener_1Service()
  3320.     {
  3321.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3322.         if (isset($this->privates['security.context_listener.1'])) {
  3323.             return $this->privates['security.context_listener.1'];
  3324.         }
  3325.         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 () {
  3326.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3327.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3328.         }, 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']);
  3329.     }
  3330.     /**
  3331.      * Gets the private 'security.csrf.token_storage' shared service.
  3332.      *
  3333.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3334.      */
  3335.     protected function getSecurity_Csrf_TokenStorageService()
  3336.     {
  3337.         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())));
  3338.     }
  3339.     /**
  3340.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3341.      *
  3342.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3343.      */
  3344.     protected function getSecurity_EventDispatcher_AdminService()
  3345.     {
  3346.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3347.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3348.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3349.         }, => 'checkPassport'], 2048);
  3350.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3351.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3352.         }, => 'onSuccessfulLogin'], 0);
  3353.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3354.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3355.         }, => 'onLogout'], 0);
  3356.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3357.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3358.         }, => 'onLogout'], 0);
  3359.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3360.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3361.         }, => 'checkPassport'], 2080);
  3362.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3363.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3364.         }, => 'onSuccessfulLogin'], 0);
  3365.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3366.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3367.         }, => 'preCheckCredentials'], 256);
  3368.         $instance->addListener('security.authentication.success', [=> function () {
  3369.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3370.         }, => 'postCheckCredentials'], 256);
  3371.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3372.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3373.         }, => 'checkPassport'], 1024);
  3374.         $instance->addListener('security.interactive_login', [=> function () {
  3375.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3376.         }, => 'onInteractiveLogin'], 0);
  3377.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3378.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3379.         }, => 'onAuthenticationFailure'], 0);
  3380.         $instance->addListener('security.interactive_login', [=> function () {
  3381.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3382.         }, => 'onInteractiveLogin'], 0);
  3383.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3384.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3385.         }, => 'checkPassport'], 0);
  3386.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3387.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3388.         }, => 'onLoginSuccess'], 0);
  3389.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3390.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3391.         }, => 'checkPassport'], 256);
  3392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3393.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3394.         }, => 'checkPassport'], 512);
  3395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3396.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3397.         }, => 'onLogout'], 0);
  3398.         return $instance;
  3399.     }
  3400.     /**
  3401.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3402.      *
  3403.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3404.      */
  3405.     protected function getSecurity_EventDispatcher_CustomerService()
  3406.     {
  3407.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3408.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3409.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3410.         }, => 'checkPassport'], 2048);
  3411.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3412.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3413.         }, => 'onSuccessfulLogin'], 0);
  3414.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3415.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3416.         }, => 'onLogout'], 64);
  3417.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3418.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3419.         }, => 'onLogout'], 0);
  3420.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3421.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3422.         }, => 'checkPassport'], 2080);
  3423.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3424.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3425.         }, => 'onSuccessfulLogin'], 0);
  3426.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3427.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3428.         }, => 'onSuccessfulLogin'], -32);
  3429.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3430.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3431.         }, => 'onSuccessfulLogin'], -64);
  3432.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3433.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3434.         }, => 'clearCookie'], 0);
  3435.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3436.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3437.         }, => 'clearCookie'], 0);
  3438.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3439.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3440.         }, => 'clearCookie'], 0);
  3441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3442.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3443.         }, => 'preCheckCredentials'], 256);
  3444.         $instance->addListener('security.authentication.success', [=> function () {
  3445.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3446.         }, => 'postCheckCredentials'], 256);
  3447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3448.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3449.         }, => 'checkPassport'], 1024);
  3450.         $instance->addListener('security.interactive_login', [=> function () {
  3451.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3452.         }, => 'onInteractiveLogin'], 0);
  3453.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3454.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3455.         }, => 'onAuthenticationFailure'], 0);
  3456.         $instance->addListener('security.interactive_login', [=> function () {
  3457.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3458.         }, => 'onInteractiveLogin'], 0);
  3459.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3460.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3461.         }, => 'checkPassport'], 0);
  3462.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3463.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3464.         }, => 'onLoginSuccess'], 0);
  3465.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3466.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3467.         }, => 'checkPassport'], 256);
  3468.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3469.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3470.         }, => 'checkPassport'], 512);
  3471.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3472.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3473.         }, => 'onLogout'], 0);
  3474.         return $instance;
  3475.     }
  3476.     /**
  3477.      * Gets the private 'security.firewall.map' shared service.
  3478.      *
  3479.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3480.      */
  3481.     protected function getSecurity_Firewall_MapService()
  3482.     {
  3483.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  3484.         if (isset($this->privates['security.firewall.map'])) {
  3485.             return $this->privates['security.firewall.map'];
  3486.         }
  3487.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3488.             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)/')));
  3489.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3490.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.X9NKSxY'] ?? ($this->privates['.security.request_matcher.X9NKSxY'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3491.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3492.         }, 4));
  3493.     }
  3494.     /**
  3495.      * Gets the private 'security.logout_url_generator' shared service.
  3496.      *
  3497.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3498.      */
  3499.     protected function getSecurity_LogoutUrlGeneratorService()
  3500.     {
  3501.         $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()));
  3502.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3503.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3504.         return $instance;
  3505.     }
  3506.     /**
  3507.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3508.      *
  3509.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3510.      */
  3511.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3512.     {
  3513.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3514.     }
  3515.     /**
  3516.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3517.      *
  3518.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3519.      */
  3520.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3521.     {
  3522.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3523.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3524.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3525.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3526.     }
  3527.     /**
  3528.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3529.      *
  3530.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3531.      */
  3532.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3533.     {
  3534.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3535.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3536.             return $this->privates['sensio_framework_extra.security.listener'];
  3537.         }
  3538.         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()));
  3539.     }
  3540.     /**
  3541.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3542.      *
  3543.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3544.      */
  3545.     protected function getSensioFrameworkExtra_View_ListenerService()
  3546.     {
  3547.         $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))));
  3548.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3549.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3550.         ], [
  3551.             'twig' => '?',
  3552.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3553.         return $instance;
  3554.     }
  3555.     /**
  3556.      * Gets the private 'session.factory' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3559.      */
  3560.     protected function getSession_FactoryService()
  3561.     {
  3562.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3563.         if (isset($this->privates['session.factory'])) {
  3564.             return $this->privates['session.factory'];
  3565.         }
  3566.         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']);
  3567.     }
  3568.     /**
  3569.      * Gets the private 'session_listener' shared service.
  3570.      *
  3571.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3572.      */
  3573.     protected function getSessionListenerService()
  3574.     {
  3575.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3576.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3577.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3578.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3579.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3580.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3581.         ], [
  3582.             'initialized_session' => '?',
  3583.             'logger' => '?',
  3584.             'session' => '?',
  3585.             'session_collector' => '?',
  3586.             'session_factory' => '?',
  3587.         ]), true$this->getParameter('session.storage.options'));
  3588.     }
  3589.     /**
  3590.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3591.      *
  3592.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3593.      */
  3594.     protected function getStateMachine_Order_MetadataStoreService()
  3595.     {
  3596.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3597.     }
  3598.     /**
  3599.      * Gets the private 'translator.default' shared service.
  3600.      *
  3601.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3602.      */
  3603.     protected function getTranslator_DefaultService()
  3604.     {
  3605.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3606.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3607.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3608.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3609.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3610.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3611.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3612.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3613.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3614.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3615.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3616.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3617.         ], [
  3618.             'translation.loader.csv' => '?',
  3619.             'translation.loader.dat' => '?',
  3620.             'translation.loader.ini' => '?',
  3621.             'translation.loader.json' => '?',
  3622.             'translation.loader.mo' => '?',
  3623.             'translation.loader.php' => '?',
  3624.             'translation.loader.po' => '?',
  3625.             'translation.loader.qt' => '?',
  3626.             'translation.loader.res' => '?',
  3627.             'translation.loader.xliff' => '?',
  3628.             'translation.loader.yml' => '?',
  3629.         ]), 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).'/app/Plugin/DisableNonMember42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/app/Plugin/Api42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/SearchPlus42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/Api42/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/ApgRichCategory42/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/ApgRichCategory42/Resource/locale/validators.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/CMBlogPro42/Resource/locale/messages.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/CMBlogPro42/Resource/locale/validators.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/app/Plugin/PointExpired42/Resource/locale/messages.ja.yaml'), 22 => (\dirname(__DIR__4).'/app/Plugin/IkusMobileApi/Resource/locale/messages.ja.yaml'), 23 => (\dirname(__DIR__4).'/app/Plugin/IkusMobileApi/Resource/locale/validators.ja.yaml'), 24 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 25 => (\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/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/SearchPlus42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/ProductPlus42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/Api42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/ApgRichCategory42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/CMBlogPro42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/PointExpired42/Resource/locale'), 17 => (\dirname(__DIR__4).'/app/Plugin/IkusMobileApi/Resource/locale'), 18 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 19 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 20 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Eccube/translations'), 34 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 36 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 37 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/MailMagazine42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'=> 'app/Plugin/DisableNonMember42/Resource/locale'=> 'app/Plugin/RefineCheckItem42/Resource/locale'=> 'app/Plugin/ProductOption42/Resource/locale'10 => 'app/Plugin/SearchPlus42/Resource/locale'11 => 'app/Plugin/ProductPlus42/Resource/locale'12 => 'app/Plugin/Api42/Resource/locale'13 => 'app/Plugin/ApgRichCategory42/Resource/locale'14 => 'app/Plugin/CMBlogPro42/Resource/locale'15 => 'app/Plugin/PaygentPayment42/Resource/locale'16 => 'app/Plugin/PointExpired42/Resource/locale'17 => 'app/Plugin/IkusMobileApi/Resource/locale'18 => 'src/Eccube/Resource/locale/'19 => 'app/Customize/Resource/locale/'20 => 'vendor/symfony/framework-bundle/translations'21 => 'vendor/symfony/security-bundle/translations'22 => 'vendor/doctrine/doctrine-bundle/translations'23 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'24 => 'vendor/sensio/framework-extra-bundle/src/translations'25 => 'vendor/symfony/monolog-bundle/translations'26 => 'vendor/symfony/twig-bundle/translations'27 => 'vendor/symfony/debug-bundle/translations'28 => 'vendor/symfony/web-profiler-bundle/translations'29 => 'vendor/symfony/maker-bundle/src/translations'30 => 'vendor/exercise/htmlpurifier-bundle/src/translations'31 => 'vendor/doctrine/doctrine-migrations-bundle/translations'32 => 'vendor/twig/extra-bundle/translations'33 => 'src/Eccube/translations'34 => 'app/Plugin/Api42/Bundle/translations'35 => 'vendor/league/oauth2-server-bundle/src/translations'36 => 'vendor/liip/imagine-bundle/translations'37 => 'translations']]], []);
  3630.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3631.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3632.         return $instance;
  3633.     }
  3634.     /**
  3635.      * Gets the private 'validator.builder' shared service.
  3636.      *
  3637.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3638.      */
  3639.     protected function getValidator_BuilderService()
  3640.     {
  3641.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3642.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3643.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3644.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3645.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3646.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3647.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3648.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3649.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3650.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3651.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3652.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3653.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3654.         ], [
  3655.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3656.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3657.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3658.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3659.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3660.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3661.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3662.             'doctrine.orm.validator.unique' => '?',
  3663.             'security.validator.user_password' => '?',
  3664.             'validator.expression' => '?',
  3665.         ])));
  3666.         if ($this->has('translator')) {
  3667.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3668.         }
  3669.         $instance->setTranslationDomain('validators');
  3670.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3671.         $instance->enableAnnotationMapping(true);
  3672.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3673.         $instance->addMethodMapping('loadValidatorMetadata');
  3674.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3675.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3676.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3677.         return $instance;
  3678.     }
  3679.     /**
  3680.      * Gets the private 'var_dumper.html_dumper' shared service.
  3681.      *
  3682.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3683.      */
  3684.     protected function getVarDumper_HtmlDumperService()
  3685.     {
  3686.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3687.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3688.         return $instance;
  3689.     }
  3690.     /**
  3691.      * Gets the private 'web_profiler.csp.handler' shared service.
  3692.      *
  3693.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3694.      */
  3695.     protected function getWebProfiler_Csp_HandlerService()
  3696.     {
  3697.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3698.     }
  3699.     /**
  3700.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3701.      *
  3702.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3703.      */
  3704.     protected function getWebProfiler_DebugToolbarService()
  3705.     {
  3706.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3707.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3708.             return $this->privates['web_profiler.debug_toolbar'];
  3709.         }
  3710.         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()));
  3711.     }
  3712.     /**
  3713.      * Gets the public 'cache_clearer' alias.
  3714.      *
  3715.      * @return object The ".container.private.cache_clearer" service.
  3716.      */
  3717.     protected function getCacheClearerService()
  3718.     {
  3719.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3720.         return $this->get('.container.private.cache_clearer');
  3721.     }
  3722.     /**
  3723.      * Gets the public 'filesystem' alias.
  3724.      *
  3725.      * @return object The ".container.private.filesystem" service.
  3726.      */
  3727.     protected function getFilesystemService()
  3728.     {
  3729.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3730.         return $this->get('.container.private.filesystem');
  3731.     }
  3732.     /**
  3733.      * Gets the public 'state_machine.order' alias.
  3734.      *
  3735.      * @return object The ".container.private.state_machine.order" service.
  3736.      */
  3737.     protected function getStateMachine_OrderService()
  3738.     {
  3739.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3740.         return $this->get('.container.private.state_machine.order');
  3741.     }
  3742.     /**
  3743.      * Gets the public 'serializer' alias.
  3744.      *
  3745.      * @return object The ".container.private.serializer" service.
  3746.      */
  3747.     protected function getSerializerService()
  3748.     {
  3749.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3750.         return $this->get('.container.private.serializer');
  3751.     }
  3752.     /**
  3753.      * Gets the public 'security.csrf.token_manager' alias.
  3754.      *
  3755.      * @return object The ".container.private.security.csrf.token_manager" service.
  3756.      */
  3757.     protected function getSecurity_Csrf_TokenManagerService()
  3758.     {
  3759.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3760.         return $this->get('.container.private.security.csrf.token_manager');
  3761.     }
  3762.     /**
  3763.      * Gets the public 'form.factory' alias.
  3764.      *
  3765.      * @return object The ".container.private.form.factory" service.
  3766.      */
  3767.     protected function getForm_FactoryService()
  3768.     {
  3769.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3770.         return $this->get('.container.private.form.factory');
  3771.     }
  3772.     /**
  3773.      * Gets the public 'form.type.file' alias.
  3774.      *
  3775.      * @return object The ".container.private.form.type.file" service.
  3776.      */
  3777.     protected function getForm_Type_FileService()
  3778.     {
  3779.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3780.         return $this->get('.container.private.form.type.file');
  3781.     }
  3782.     /**
  3783.      * Gets the public 'profiler' alias.
  3784.      *
  3785.      * @return object The ".container.private.profiler" service.
  3786.      */
  3787.     protected function getProfilerService()
  3788.     {
  3789.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3790.         return $this->get('.container.private.profiler');
  3791.     }
  3792.     /**
  3793.      * Gets the public 'security.authorization_checker' alias.
  3794.      *
  3795.      * @return object The ".container.private.security.authorization_checker" service.
  3796.      */
  3797.     protected function getSecurity_AuthorizationCheckerService()
  3798.     {
  3799.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3800.         return $this->get('.container.private.security.authorization_checker');
  3801.     }
  3802.     /**
  3803.      * Gets the public 'security.token_storage' alias.
  3804.      *
  3805.      * @return object The ".container.private.security.token_storage" service.
  3806.      */
  3807.     protected function getSecurity_TokenStorageService()
  3808.     {
  3809.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3810.         return $this->get('.container.private.security.token_storage');
  3811.     }
  3812.     /**
  3813.      * Gets the public 'twig' alias.
  3814.      *
  3815.      * @return object The ".container.private.twig" service.
  3816.      */
  3817.     protected function getTwigService()
  3818.     {
  3819.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3820.         return $this->get('.container.private.twig');
  3821.     }
  3822.     /**
  3823.      * Gets the public 'security.password_encoder' alias.
  3824.      *
  3825.      * @return object The ".container.private.security.password_encoder" service.
  3826.      */
  3827.     protected function getSecurity_PasswordEncoderService()
  3828.     {
  3829.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3830.         return $this->get('.container.private.security.password_encoder');
  3831.     }
  3832.     /**
  3833.      * Gets the public 'session' alias.
  3834.      *
  3835.      * @return object The ".container.private.session" service.
  3836.      */
  3837.     protected function getSessionService()
  3838.     {
  3839.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3840.         return $this->get('.container.private.session');
  3841.     }
  3842.     /**
  3843.      * Gets the public 'validator' alias.
  3844.      *
  3845.      * @return object The ".container.private.validator" service.
  3846.      */
  3847.     protected function getValidatorService()
  3848.     {
  3849.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3850.         return $this->get('.container.private.validator');
  3851.     }
  3852.     /**
  3853.      * @return array|bool|float|int|string|\UnitEnum|null
  3854.      */
  3855.     public function getParameter(string $name)
  3856.     {
  3857.         if (isset($this->buildParameters[$name])) {
  3858.             return $this->buildParameters[$name];
  3859.         }
  3860.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3861.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3862.         }
  3863.         if (isset($this->loadedDynamicParameters[$name])) {
  3864.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3865.         }
  3866.         return $this->parameters[$name];
  3867.     }
  3868.     public function hasParameter(string $name): bool
  3869.     {
  3870.         if (isset($this->buildParameters[$name])) {
  3871.             return true;
  3872.         }
  3873.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3874.     }
  3875.     public function setParameter(string $name$value): void
  3876.     {
  3877.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3878.     }
  3879.     public function getParameterBag(): ParameterBagInterface
  3880.     {
  3881.         if (null === $this->parameterBag) {
  3882.             $parameters $this->parameters;
  3883.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3884.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3885.             }
  3886.             foreach ($this->buildParameters as $name => $value) {
  3887.                 $parameters[$name] = $value;
  3888.             }
  3889.             $this->parameterBag = new FrozenParameterBag($parameters);
  3890.         }
  3891.         return $this->parameterBag;
  3892.     }
  3893.     private $loadedDynamicParameters = [
  3894.         'kernel.runtime_environment' => false,
  3895.         'kernel.build_dir' => false,
  3896.         'kernel.cache_dir' => false,
  3897.         'locale' => false,
  3898.         'timezone' => false,
  3899.         'currency' => false,
  3900.         'eccube_database_url' => false,
  3901.         'eccube_mailer_dsn' => false,
  3902.         'eccube_admin_route' => false,
  3903.         'eccube_user_data_route' => false,
  3904.         'eccube_front_allow_hosts' => false,
  3905.         'eccube_front_deny_hosts' => false,
  3906.         'eccube_admin_allow_hosts' => false,
  3907.         'eccube_admin_deny_hosts' => false,
  3908.         'eccube_force_ssl' => false,
  3909.         'eccube.theme' => false,
  3910.         'eccube_theme_code' => false,
  3911.         'eccube_auth_magic' => false,
  3912.         'eccube_theme_front_dir' => false,
  3913.         'eccube_html_front_dir' => false,
  3914.         'eccube_csv_temp_realdir' => false,
  3915.         'eccube_owners_store_url' => false,
  3916.         'eccube_package_api_url' => false,
  3917.         'eccube_content_maintenance_file_path' => false,
  3918.         'eccube_2fa_enabled' => false,
  3919.         'eccube_2fa_cookie_name' => false,
  3920.         'eccube_2fa_expire' => false,
  3921.         'eccube_restrict_file_upload' => false,
  3922.         'aws_s3_region' => false,
  3923.         'aws_s3_cache_control' => false,
  3924.         'kernel.secret' => false,
  3925.         'kernel.default_locale' => false,
  3926.         'debug.container.dump' => false,
  3927.         'serializer.mapping.cache.file' => false,
  3928.         'session.storage.options' => false,
  3929.         'validator.mapping.cache.file' => false,
  3930.         'profiler.storage.dsn' => false,
  3931.         'doctrine.orm.proxy_dir' => false,
  3932.         'league.oauth2_server.encryption_key' => false,
  3933.         'liip_imagine.resolvers' => false,
  3934.     ];
  3935.     private $dynamicParameters = [];
  3936.     private function getDynamicParameter(string $name)
  3937.     {
  3938.         switch ($name) {
  3939.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3940.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3941.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3942.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3943.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3944.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3945.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3946.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3947.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3948.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3949.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3950.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3951.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3952.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3953.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3954.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3955.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3956.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3957.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3958.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3959.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3960.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3961.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3962.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3963.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3964.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3965.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3966.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3967.             case 'aws_s3_region'$value $this->getEnv('AWS_S3_REGION'); break;
  3968.             case 'aws_s3_cache_control'$value $this->getEnv('AWS_S3_CACHE_CONTROL'); break;
  3969.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3970.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3971.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3972.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3973.             case 'session.storage.options'$value = [
  3974.                 'cache_limiter' => '0',
  3975.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3976.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3977.                 'cookie_httponly' => true,
  3978.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3979.                 'gc_probability' => 1,
  3980.             ]; break;
  3981.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3982.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3983.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3984.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  3985.             case 'liip_imagine.resolvers'$value = [
  3986.                 'default' => [
  3987.                     'web_path' => [
  3988.                         'web_root' => \dirname(__DIR__4),
  3989.                         'cache_prefix' => 'media/cache',
  3990.                     ],
  3991.                 ],
  3992.                 'aws_s3_resolver' => [
  3993.                     'aws_s3' => [
  3994.                         'bucket' => $this->getEnv('AWS_S3_BUCKET'),
  3995.                         'client_config' => [
  3996.                             'version' => '2006-03-01',
  3997.                             'region' => $this->getEnv('AWS_S3_REGION'),
  3998.                         ],
  3999.                         'get_options' => [
  4000.                             'Scheme' => 'https',
  4001.                         ],
  4002.                         'put_options' => [
  4003.                             'CacheControl' => 'max-age='.$this->getEnv('string:AWS_S3_CACHE_CONTROL'),
  4004.                         ],
  4005.                         'cache' => false,
  4006.                         'acl' => 'public-read',
  4007.                         'cache_prefix' => NULL,
  4008.                         'proxies' => [
  4009.                         ],
  4010.                     ],
  4011.                 ],
  4012.             ]; break;
  4013.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4014.         }
  4015.         $this->loadedDynamicParameters[$name] = true;
  4016.         return $this->dynamicParameters[$name] = $value;
  4017.     }
  4018.     protected function getDefaultParameters(): array
  4019.     {
  4020.         return [
  4021.             'kernel.project_dir' => \dirname(__DIR__4),
  4022.             'kernel.environment' => 'dev',
  4023.             'kernel.debug' => true,
  4024.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4025.             'kernel.bundles' => [
  4026.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4027.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4028.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4029.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4030.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4031.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4032.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4033.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4034.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4035.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4036.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4037.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4038.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4039.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4040.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4041.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4042.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4043.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4044.             ],
  4045.             'kernel.bundles_metadata' => [
  4046.                 'FrameworkBundle' => [
  4047.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4048.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4049.                 ],
  4050.                 'SecurityBundle' => [
  4051.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4052.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4053.                 ],
  4054.                 'DoctrineBundle' => [
  4055.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4056.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4057.                 ],
  4058.                 'DoctrineFixturesBundle' => [
  4059.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4060.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4061.                 ],
  4062.                 'SensioFrameworkExtraBundle' => [
  4063.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4064.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4065.                 ],
  4066.                 'MonologBundle' => [
  4067.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4068.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4069.                 ],
  4070.                 'TwigBundle' => [
  4071.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4072.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4073.                 ],
  4074.                 'DebugBundle' => [
  4075.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4076.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4077.                 ],
  4078.                 'WebProfilerBundle' => [
  4079.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4080.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4081.                 ],
  4082.                 'MakerBundle' => [
  4083.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4084.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4085.                 ],
  4086.                 'KnpPaginatorBundle' => [
  4087.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4088.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4089.                 ],
  4090.                 'ExerciseHTMLPurifierBundle' => [
  4091.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4092.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4093.                 ],
  4094.                 'DoctrineMigrationsBundle' => [
  4095.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4096.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4097.                 ],
  4098.                 'TwigExtraBundle' => [
  4099.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4100.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4101.                 ],
  4102.                 'EccubeBundle' => [
  4103.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4104.                     'namespace' => 'Eccube',
  4105.                 ],
  4106.                 'ApiBundle' => [
  4107.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  4108.                     'namespace' => 'Plugin\\Api42\\Bundle',
  4109.                 ],
  4110.                 'LeagueOAuth2ServerBundle' => [
  4111.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4112.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4113.                 ],
  4114.                 'LiipImagineBundle' => [
  4115.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4116.                     'namespace' => 'Liip\\ImagineBundle',
  4117.                 ],
  4118.             ],
  4119.             'kernel.charset' => 'UTF-8',
  4120.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4121.             'container.dumper.inline_class_loader' => true,
  4122.             'env(ECCUBE_LOCALE)' => 'ja',
  4123.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4124.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4125.             'env(DATABASE_URL)' => '',
  4126.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4127.             'env(DATABASE_CHARSET)' => 'utf8',
  4128.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4129.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4130.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4131.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4132.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4133.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4134.             'env(ECCUBE_FORCE_SSL)' => '0',
  4135.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4136.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4137.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4138.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4139.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4140.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4141.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4142.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4143.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4144.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4145.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4146.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4147.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4148.             'eccube_auth_type' => 'HMAC',
  4149.             'eccube_password_hash_algos' => 'SHA256',
  4150.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4151.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4152.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4153.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4154.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4155.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4156.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4157.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4158.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4159.             'eccube_twig_block_templates' => [
  4160.             ],
  4161.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4162.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4163.             'eccube_csv_size' => 5,
  4164.             'eccube_csv_split_lines' => 100,
  4165.             'eccube_default_password' => 'abc********123',
  4166.             'eccube_deliv_addr_max' => 20,
  4167.             'eccube_deliv_date_end_max' => 21,
  4168.             'eccube_id_max_len' => 50,
  4169.             'eccube_id_min_len' => 4,
  4170.             'eccube_int_len' => 9,
  4171.             'eccube_category_nest_level' => 5,
  4172.             'eccube_lltext_len' => 99999,
  4173.             'eccube_ltext_len' => 3000,
  4174.             'eccube_max_total_fee' => 9999999999,
  4175.             'eccube_mltext_len' => 1000,
  4176.             'eccube_mtext_len' => 200,
  4177.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4178.             'plugin_html_urlpath' => '/plugin/',
  4179.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4180.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4181.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4182.             'eccube_price_len' => 8,
  4183.             'eccube_search_pmax' => 12,
  4184.             'eccube_sitemap_products_per_page' => 1000,
  4185.             'eccube_stext_len' => 255,
  4186.             'eccube_sltext_len' => 500,
  4187.             'eccube_smtext_len' => 100,
  4188.             'eccube_tax_rule_priority' => [
  4189.                 => 'product_id',
  4190.                 => 'product_class_id',
  4191.                 => 'pref_id',
  4192.                 => 'country_id',
  4193.             ],
  4194.             'eccube_url_len' => 1024,
  4195.             'eccube_default_page_count' => 50,
  4196.             'eccube_admin_product_stock_status' => 3,
  4197.             'eccube_customer_reset_expire' => 10,
  4198.             'eccube_csv_export_separator' => ',',
  4199.             'eccube_csv_export_encoding' => 'SJIS-win',
  4200.             'eccube_csv_import_encoding' => [
  4201.                 => 'UTF-8',
  4202.                 => 'SJIS-win',
  4203.                 => 'SJIS',
  4204.                 => 'EUC-JP',
  4205.                 => 'ASCII',
  4206.                 => 'JIS',
  4207.             ],
  4208.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4209.             'eccube_csv_export_multidata_separator' => ',',
  4210.             'eccube_csv_import_delimiter' => ',',
  4211.             'eccube_csv_import_enclosure' => '"',
  4212.             'eccube_csv_import_escape' => '\\',
  4213.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4214.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4215.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4216.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4217.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4218.             'eccube_name_len' => 16,
  4219.             'eccube_kana_len' => 25,
  4220.             'eccube_address1_len' => 32,
  4221.             'eccube_address2_len' => 32,
  4222.             'eccube_birth_max' => 110,
  4223.             'eccube_product_order_price_lower' => 1,
  4224.             'eccube_product_order_newer' => 2,
  4225.             'eccube_product_order_price_higher' => 3,
  4226.             'eccube_price_max' => 2147483647,
  4227.             'eccube_tel_len_max' => 14,
  4228.             'eccube_postal_code' => 8,
  4229.             'eccube_password_min_len' => 12,
  4230.             'eccube_password_max_len' => 50,
  4231.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4232.             'eccube_composer_memory_limit' => '1536M',
  4233.             'eccube_order_mail_template_id' => 1,
  4234.             'eccube_entry_confirm_mail_template_id' => 2,
  4235.             'eccube_entry_complete_mail_template_id' => 3,
  4236.             'eccube_customer_withdraw_mail_template_id' => 4,
  4237.             'eccube_contact_mail_template_id' => 5,
  4238.             'eccube_forgot_mail_template_id' => 6,
  4239.             'eccube_reset_complete_mail_template_id' => 7,
  4240.             'eccube_shipping_notify_mail_template_id' => 8,
  4241.             'eccube_rfc_email_check' => false,
  4242.             'eccube_email_len' => 254,
  4243.             'eccube_order_no_format' => '',
  4244.             'eccube_order_pdf_message_len' => 30,
  4245.             'eccube_news_start_year' => 2000,
  4246.             'eccube_result_cache_lifetime' => 3600,
  4247.             'eccube_result_cache_lifetime_short' => 10,
  4248.             'eccube_restrict_file_upload_urls' => [
  4249.                 => 'admin_content_file',
  4250.                 => 'admin_store_plugin_install',
  4251.                 => 'admin_content_page_new',
  4252.                 => 'admin_content_page_edit',
  4253.                 => 'admin_content_block_new',
  4254.                 => 'admin_content_block_edit',
  4255.                 => 'admin_content_css',
  4256.                 => 'admin_content_js',
  4257.                 => 'admin_store_template_install',
  4258.             ],
  4259.             'eccube_file_uploadable_extensions' => [
  4260.                 => 'jpg',
  4261.                 => 'jpeg',
  4262.                 => 'png',
  4263.                 => 'gif',
  4264.                 => 'webp',
  4265.                 => 'svg',
  4266.                 => 'ico',
  4267.                 => 'html',
  4268.                 => 'htm',
  4269.                 => 'js',
  4270.                 10 => 'css',
  4271.                 11 => 'txt',
  4272.                 12 => 'pdf',
  4273.             ],
  4274.             'eccube_login_throttling_max_attempts' => 5,
  4275.             'eccube_login_throttling_interval' => '30 minutes',
  4276.             'eccube_nav' => [
  4277.                 'product' => [
  4278.                     'name' => 'admin.product.product_management',
  4279.                     'icon' => 'fa-cube',
  4280.                     'children' => [
  4281.                         'product_master' => [
  4282.                             'name' => 'admin.product.product_list',
  4283.                             'url' => 'admin_product',
  4284.                         ],
  4285.                         'product_edit' => [
  4286.                             'name' => 'admin.product.product_registration',
  4287.                             'url' => 'admin_product_product_new',
  4288.                         ],
  4289.                         'class_name' => [
  4290.                             'name' => 'admin.product.class_management',
  4291.                             'url' => 'admin_product_class_name',
  4292.                         ],
  4293.                         'class_category' => [
  4294.                             'name' => 'admin.product.category_management',
  4295.                             'url' => 'admin_product_category',
  4296.                         ],
  4297.                         'product_tag' => [
  4298.                             'name' => 'admin.product.tag_management',
  4299.                             'url' => 'admin_product_tag',
  4300.                         ],
  4301.                         'product_csv_import' => [
  4302.                             'name' => 'admin.product.product_csv_upload',
  4303.                             'url' => 'admin_product_csv_import',
  4304.                         ],
  4305.                         'category_csv_import' => [
  4306.                             'name' => 'admin.product.category_csv_upload',
  4307.                             'url' => 'admin_product_category_csv_import',
  4308.                         ],
  4309.                         'option' => [
  4310.                             'id' => 'admin_product_option',
  4311.                             'name' => 'productoption.admin.nav.product.option',
  4312.                             'url' => 'admin_product_option',
  4313.                         ],
  4314.                         'productitem' => [
  4315.                             'id' => 'product_productitem',
  4316.                             'name' => 'productplus.admin.nav.product.productitem',
  4317.                             'url' => 'admin_product_productitem',
  4318.                         ],
  4319.                         'product_review' => [
  4320.                             'name' => 'product_review.admin.product_review.title',
  4321.                             'url' => 'product_review_admin_product_review',
  4322.                         ],
  4323.                     ],
  4324.                 ],
  4325.                 'order' => [
  4326.                     'name' => 'admin.order.order_management',
  4327.                     'icon' => 'fa-shopping-cart',
  4328.                     'children' => [
  4329.                         'order_master' => [
  4330.                             'name' => 'admin.order.order_list',
  4331.                             'url' => 'admin_order',
  4332.                         ],
  4333.                         'order_edit' => [
  4334.                             'name' => 'admin.order.order_registration',
  4335.                             'url' => 'admin_order_new',
  4336.                         ],
  4337.                         'shipping_csv_import' => [
  4338.                             'name' => 'admin.order.shipping_csv_upload',
  4339.                             'url' => 'admin_shipping_csv_import',
  4340.                         ],
  4341.                         'plugin_coupon' => [
  4342.                             'name' => 'クーポン',
  4343.                             'url' => 'plugin_coupon_list',
  4344.                         ],
  4345.                         'paygent_payment_admin_payment_status' => [
  4346.                             'name' => 'paygent_payment.admin.nav.payment_list',
  4347.                             'url' => 'paygent_payment_admin_payment_status',
  4348.                         ],
  4349.                     ],
  4350.                 ],
  4351.                 'customer' => [
  4352.                     'name' => 'admin.customer.customer_management',
  4353.                     'icon' => 'fa-users',
  4354.                     'children' => [
  4355.                         'customer_master' => [
  4356.                             'name' => 'admin.customer.customer_list',
  4357.                             'url' => 'admin_customer',
  4358.                         ],
  4359.                         'customer_edit' => [
  4360.                             'name' => 'admin.customer.customer_registration',
  4361.                             'url' => 'admin_customer_new',
  4362.                         ],
  4363.                     ],
  4364.                 ],
  4365.                 'content' => [
  4366.                     'name' => 'admin.content.contents_management',
  4367.                     'icon' => 'fa-file-text-o',
  4368.                     'children' => [
  4369.                         'news' => [
  4370.                             'name' => 'admin.content.news_management',
  4371.                             'url' => 'admin_content_news',
  4372.                         ],
  4373.                         'file' => [
  4374.                             'name' => 'admin.content.file_management',
  4375.                             'url' => 'admin_content_file',
  4376.                         ],
  4377.                         'layout' => [
  4378.                             'name' => 'admin.content.layout_management',
  4379.                             'url' => 'admin_content_layout',
  4380.                         ],
  4381.                         'page' => [
  4382.                             'name' => 'admin.content.page_management',
  4383.                             'url' => 'admin_content_page',
  4384.                         ],
  4385.                         'css' => [
  4386.                             'name' => 'admin.content.css_management',
  4387.                             'url' => 'admin_content_css',
  4388.                         ],
  4389.                         'js' => [
  4390.                             'name' => 'admin.content.js_management',
  4391.                             'url' => 'admin_content_js',
  4392.                         ],
  4393.                         'block' => [
  4394.                             'name' => 'admin.content.block_management',
  4395.                             'url' => 'admin_content_block',
  4396.                         ],
  4397.                         'cache' => [
  4398.                             'name' => 'admin.content.cache_management',
  4399.                             'url' => 'admin_content_cache',
  4400.                         ],
  4401.                         'maintenance' => [
  4402.                             'name' => 'admin.content.maintenance_management',
  4403.                             'url' => 'admin_content_maintenance',
  4404.                         ],
  4405.                         'productoption' => [
  4406.                             'id' => 'admin_content_productoption',
  4407.                             'name' => 'productoption.admin.nav.content.productoption',
  4408.                             'children' => [
  4409.                                 'option' => [
  4410.                                     'id' => 'admin_content_productoption_option',
  4411.                                     'name' => 'productoption.admin.nav.content.productoption.option',
  4412.                                     'url' => 'admin_content_productoption_option',
  4413.                                 ],
  4414.                                 'description' => [
  4415.                                     'id' => 'admin_content_productoption_description',
  4416.                                     'name' => 'productoption.admin.nav.content.productoption.description',
  4417.                                     'url' => 'admin_content_productoption_description',
  4418.                                 ],
  4419.                                 'css' => [
  4420.                                     'id' => 'admin_content_productoption_css',
  4421.                                     'name' => 'productoption.admin.nav.content.productoption.css',
  4422.                                     'url' => 'admin_content_productoption_css',
  4423.                                 ],
  4424.                             ],
  4425.                         ],
  4426.                     ],
  4427.                 ],
  4428.                 'setting' => [
  4429.                     'name' => 'admin.setting',
  4430.                     'icon' => 'fa-cog',
  4431.                     'children' => [
  4432.                         'shop' => [
  4433.                             'name' => 'admin.setting.shop',
  4434.                             'children' => [
  4435.                                 'shop_index' => [
  4436.                                     'name' => 'admin.setting.shop.shop_setting',
  4437.                                     'url' => 'admin_setting_shop',
  4438.                                 ],
  4439.                                 'shop_tradelaw' => [
  4440.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4441.                                     'url' => 'admin_setting_shop_tradelaw',
  4442.                                 ],
  4443.                                 'shop_agreement' => [
  4444.                                     'name' => 'admin.setting.shop.agreement_setting',
  4445.                                     'url' => 'admin_content_page_edit',
  4446.                                     'param' => [
  4447.                                         'id' => 19,
  4448.                                         'return' => 'agreement',
  4449.                                     ],
  4450.                                 ],
  4451.                                 'shop_payment' => [
  4452.                                     'name' => 'admin.setting.shop.payment_setting',
  4453.                                     'url' => 'admin_setting_shop_payment',
  4454.                                 ],
  4455.                                 'shop_delivery' => [
  4456.                                     'name' => 'admin.setting.shop.delivery_setting',
  4457.                                     'url' => 'admin_setting_shop_delivery',
  4458.                                 ],
  4459.                                 'shop_tax' => [
  4460.                                     'name' => 'admin.setting.shop.tax_setting',
  4461.                                     'url' => 'admin_setting_shop_tax',
  4462.                                 ],
  4463.                                 'shop_mail' => [
  4464.                                     'name' => 'admin.setting.shop.mail_setting',
  4465.                                     'url' => 'admin_setting_shop_mail',
  4466.                                 ],
  4467.                                 'shop_csv' => [
  4468.                                     'name' => 'admin.setting.shop.csv_setting',
  4469.                                     'url' => 'admin_setting_shop_csv',
  4470.                                 ],
  4471.                                 'shop_order_status' => [
  4472.                                     'name' => 'admin.setting.shop.order_status_setting',
  4473.                                     'url' => 'admin_setting_shop_order_status',
  4474.                                 ],
  4475.                                 'shop_calendar' => [
  4476.                                     'name' => 'admin.setting.shop.calendar_setting',
  4477.                                     'url' => 'admin_setting_shop_calendar',
  4478.                                 ],
  4479.                             ],
  4480.                         ],
  4481.                         'system' => [
  4482.                             'name' => 'admin.setting.system',
  4483.                             'children' => [
  4484.                                 'member' => [
  4485.                                     'name' => 'admin.setting.system.member_management',
  4486.                                     'url' => 'admin_setting_system_member',
  4487.                                 ],
  4488.                                 'authority' => [
  4489.                                     'name' => 'admin.setting.system.authority_management',
  4490.                                     'url' => 'admin_setting_system_authority',
  4491.                                 ],
  4492.                                 'security' => [
  4493.                                     'name' => 'admin.setting.system.security_management',
  4494.                                     'url' => 'admin_setting_system_security',
  4495.                                 ],
  4496.                                 'login_history' => [
  4497.                                     'name' => 'admin.setting.system.login_history',
  4498.                                     'url' => 'admin_setting_system_login_history',
  4499.                                 ],
  4500.                                 'log' => [
  4501.                                     'name' => 'admin.setting.system.log_display',
  4502.                                     'url' => 'admin_setting_system_log',
  4503.                                 ],
  4504.                                 'masterdata' => [
  4505.                                     'name' => 'admin.setting.system.master_data_management',
  4506.                                     'url' => 'admin_setting_system_masterdata',
  4507.                                 ],
  4508.                                 'system_index' => [
  4509.                                     'name' => 'admin.setting.system.system_info',
  4510.                                     'url' => 'admin_setting_system_system',
  4511.                                 ],
  4512.                                 'paygent_payment_admin_paygent_file' => [
  4513.                                     'name' => 'paygent_payment.admin.nav.paygent_file',
  4514.                                     'url' => 'paygent_payment_admin_paygent_file',
  4515.                                 ],
  4516.                             ],
  4517.                         ],
  4518.                         'api' => [
  4519.                             'name' => 'api.admin.management',
  4520.                             'children' => [
  4521.                                 'oauth' => [
  4522.                                     'name' => 'api.admin.oauth.management',
  4523.                                     'url' => 'admin_api_oauth',
  4524.                                 ],
  4525.                                 'webhook' => [
  4526.                                     'name' => 'api.admin.webhook.management',
  4527.                                     'url' => 'admin_api_webhook',
  4528.                                 ],
  4529.                                 'graphiql' => [
  4530.                                     'name' => 'api.admin.graphiql.name',
  4531.                                     'url' => 'admin_api_graphiql',
  4532.                                 ],
  4533.                             ],
  4534.                         ],
  4535.                     ],
  4536.                 ],
  4537.                 'store' => [
  4538.                     'name' => 'admin.store',
  4539.                     'icon' => 'fa-plug',
  4540.                     'children' => [
  4541.                         'plugin' => [
  4542.                             'name' => 'admin.store.plugin',
  4543.                             'children' => [
  4544.                                 'plugin_owners_search' => [
  4545.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4546.                                     'url' => 'admin_store_plugin_owners_search',
  4547.                                 ],
  4548.                                 'plugin_list' => [
  4549.                                     'name' => 'admin.store.plugin.plugin_list',
  4550.                                     'url' => 'admin_store_plugin',
  4551.                                 ],
  4552.                             ],
  4553.                         ],
  4554.                         'template' => [
  4555.                             'name' => 'admin.store.template',
  4556.                             'children' => [
  4557.                                 'template_list' => [
  4558.                                     'name' => 'admin.store.template.template_list',
  4559.                                     'url' => 'admin_store_template',
  4560.                                 ],
  4561.                                 'template_install' => [
  4562.                                     'name' => 'admin.store.template.template_install',
  4563.                                     'url' => 'admin_store_template_install',
  4564.                                 ],
  4565.                             ],
  4566.                         ],
  4567.                         'authentication_setting' => [
  4568.                             'name' => 'admin.store.setting',
  4569.                             'url' => 'admin_store_authentication_setting',
  4570.                         ],
  4571.                     ],
  4572.                 ],
  4573.                 'plugin_CMBlog' => [
  4574.                     'name' => '簡単ブログPro',
  4575.                     'icon' => 'fa-file-text',
  4576.                     'children' => [
  4577.                         'cm_blog_admin_blog' => [
  4578.                             'name' => 'ブログ一覧',
  4579.                             'url' => 'cm_blog_admin_blog',
  4580.                         ],
  4581.                         'cm_blog_admin_blog_create' => [
  4582.                             'name' => 'ブログ登録',
  4583.                             'url' => 'cm_blog_admin_blog_create',
  4584.                         ],
  4585.                         'cm_blog_admin_cat' => [
  4586.                             'name' => 'カテゴリ一覧',
  4587.                             'url' => 'cm_blog_admin_cat',
  4588.                         ],
  4589.                         'cm_blog_admin_cat_create' => [
  4590.                             'name' => 'カテゴリ登録',
  4591.                             'url' => 'cm_blog_admin_cat_create',
  4592.                         ],
  4593.                     ],
  4594.                 ],
  4595.                 'mailmagazine' => [
  4596.                     'id' => 'mailmagazine',
  4597.                     'name' => 'mailmagazine.title',
  4598.                     'icon' => 'fa-envelope',
  4599.                     'children' => [
  4600.                         'mailmagazine' => [
  4601.                             'id' => 'mailmagazine',
  4602.                             'name' => 'mailmagazine.index.title',
  4603.                             'url' => 'plugin_mail_magazine',
  4604.                         ],
  4605.                         'mailmagazine_template' => [
  4606.                             'id' => 'mailmagazine_template',
  4607.                             'name' => 'mailmagazine.template.title',
  4608.                             'url' => 'plugin_mail_magazine_template',
  4609.                         ],
  4610.                         'mailmagazine_history' => [
  4611.                             'id' => 'mailmagazine_history',
  4612.                             'name' => 'mailmagazine.history.title',
  4613.                             'url' => 'plugin_mail_magazine_history',
  4614.                         ],
  4615.                     ],
  4616.                 ],
  4617.                 'resize_iamge_config' => [
  4618.                     'name' => '画像リサイズ管理',
  4619.                     'icon' => 'fa-picture-o',
  4620.                     'children' => [
  4621.                         'resize_image_config_amazon_s3' => [
  4622.                             'name' => 'Amazon S3連携設定',
  4623.                             'url' => 'admin_resize_image_amazon_s3',
  4624.                         ],
  4625.                     ],
  4626.                 ],
  4627.             ],
  4628.             'env(MAILER_DSN)' => 'null://null',
  4629.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  4630.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  4631.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4632.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4633.             'paygent_payment' => [
  4634.                 'paygent_payment_code' => 'PaygentPayment42',
  4635.                 'transaction_id_name' => 'transactionid',
  4636.                 'paygent_token_connect_url' => '',
  4637.                 'paygentb2bmodule__telegram_key_length' => 30,
  4638.                 'paygentb2bmodule__telegram_value_length' => 102400,
  4639.                 'paygentb2bmodule__telegram_length' => 102400,
  4640.                 'paygentb2bmodule__telegram_length_file' => 10485760,
  4641.                 'paygentb2bmodule__connect_id_key' => 'connect_id',
  4642.                 'paygentb2bmodule__connect_password_key' => 'connect_password',
  4643.                 'paygentb2bmodule__telegram_kind_key' => 'telegram_kind',
  4644.                 'paygentb2bmodule__limit_count_key' => 'limit_count',
  4645.                 'paygentb2bmodule__data_key' => 'data',
  4646.                 'paygentb2bmodule__result_status_error' => '1',
  4647.                 'paygentb2bmodule__response_code_9003' => '9003',
  4648.                 'paygentb2bmodule__telegram_kind_file_payment_res' => '201',
  4649.                 'paygentb2bmoduleresources__properties_file_name' => 'modenv_properties.conf',
  4650.                 'paygentb2bmoduleresources__telegram_kind_separator' => ',',
  4651.                 'paygentb2bmoduleresources__telegram_kind_first_chars' => 2,
  4652.                 'paygentb2bmoduleresources__client_file_path' => 'paygentB2Bmodule.client_file_path',
  4653.                 'paygentb2bmoduleresources__not_use_client_cert' => 'paygentB2Bmodule.not_use_client_cert',
  4654.                 'paygentb2bmoduleresources__ca_file_path' => 'paygentB2Bmodule.ca_file_path',
  4655.                 'paygentb2bmoduleresources__not_use_ca_cert' => 'paygentB2Bmodule.not_use_ca_cert',
  4656.                 'paygentb2bmoduleresources__proxy_server_name' => 'paygentB2Bmodule.proxy_server_name',
  4657.                 'paygentb2bmoduleresources__proxy_server_ip' => 'paygentB2Bmodule.proxy_server_ip',
  4658.                 'paygentb2bmoduleresources__proxy_server_port' => 'paygentB2Bmodule.proxy_server_port',
  4659.                 'paygentb2bmoduleresources__default_id' => 'paygentB2Bmodule.default_id',
  4660.                 'paygentb2bmoduleresources__default_password' => 'paygentB2Bmodule.default_password',
  4661.                 'paygentb2bmoduleresources__timeout_value' => 'paygentB2Bmodule.timeout_value',
  4662.                 'paygentb2bmoduleresources__log_output_path' => 'paygentB2Bmodule.log_output_path',
  4663.                 'paygentb2bmoduleresources__select_max_cnt' => 'paygentB2Bmodule.select_max_cnt',
  4664.                 'paygentb2bmoduleresources__telegram_kind_utf8' => 'paygentB2Bmodule.telegram_kind.utf8',
  4665.                 'paygentb2bmoduleresources__telegram_kind_refs' => 'paygentB2Bmodule.telegram_kind.ref',
  4666.                 'paygentb2bmoduleresources__url_comm' => 'paygentB2Bmodule.url.',
  4667.                 'paygentb2bmoduleresources__debug_flg' => 'paygentB2Bmodule.debug_flg',
  4668.                 'paygentb2bmoduleconnectexception__module_param_required_error' => 'E02001',
  4669.                 'paygentb2bmoduleconnectexception__teregram_param_required_error' => 'E02002',
  4670.                 'paygentb2bmoduleconnectexception__teregram_param_outside_error' => 'E02003',
  4671.                 'paygentb2bmoduleconnectexception__certificate_error' => 'E02004',
  4672.                 'paygentb2bmoduleconnectexception__ks_connect_error' => 'E02005',
  4673.                 'paygentb2bmoduleconnectexception__response_type_error' => 'E02007',
  4674.                 'paygentb2bmoduleexception__resource_file_not_found_error' => 'E01001',
  4675.                 'paygentb2bmoduleexception__resource_file_required_error' => 'E01002',
  4676.                 'paygentb2bmoduleexception__other_error' => 'E01901',
  4677.                 'paygentb2bmoduleexception__csv_output_error' => 'E01004',
  4678.                 'paygentb2bmoduleexception__file_payment_error' => 'E01005',
  4679.                 'paygentb2bmoduleexception__encoding_error' => 'E01006',
  4680.                 'csvtokenizer__def_separator' => ',',
  4681.                 'csvtokenizer__def_item_envelope' => '"',
  4682.                 'csvtokenizer__no_item_envelope' => 'chr(0)',
  4683.                 'csvwriter__windows_newline' => ' '."\n".'',
  4684.                 'httpsrequestsender__curle_couldnt_connect' => 7,
  4685.                 'httpsrequestsender__curle_ssl_certproblem' => 58,
  4686.                 'httpsrequestsender__curle_ssl_cacert' => 60,
  4687.                 'httpsrequestsender__curle_ssl_cacert_badfile' => 77,
  4688.                 'httpsrequestsender__curle_http_returned_error' => 22,
  4689.                 'httpsrequestsender__http' => 'HTTP',
  4690.                 'httpsrequestsender__http_success' => 200,
  4691.                 'httpsrequestsender__http_partial_content' => 206,
  4692.                 'httpsrequestsender__crlf' => '/ '."\n".'/',
  4693.                 'httpsrequestsender__http_status_init_value' => -1,
  4694.                 'httpsrequestsender__regexpstatus_len' => 3,
  4695.                 'httpsrequestsender__content_length' => 'Content-Length',
  4696.                 'httpsrequestsender__user_agent' => 'User-Agent',
  4697.                 'httpsrequestsender__content_type' => 'Content-Type=application/x-www-form-urlencoded',
  4698.                 'httpsrequestsender__http_encoding' => 'charset=Windows-31J',
  4699.                 'httpsrequestsender__mask_string' => 'X',
  4700.                 'filepaymentresponsedataimpl__lineno_header' => '1',
  4701.                 'filepaymentresponsedataimpl__line_record_division' => 0,
  4702.                 'filepaymentresponsedataimpl__line_header_result' => 6,
  4703.                 'filepaymentresponsedataimpl__line_header_response_code' => 7,
  4704.                 'filepaymentresponsedataimpl__line_header_response_detail' => 8,
  4705.                 'filepaymentresponsedataimpl__line_separator' => ' '."\n".'',
  4706.                 'paymentresponsedataimpl__properties_regex' => '=',
  4707.                 'paymentresponsedataimpl__properties_regex_count' => 2,
  4708.                 'paymentresponsedataimpl__line_separator' => ' '."\n".'',
  4709.                 'responsedata__result' => 'result',
  4710.                 'responsedata__response_code' => 'response_code',
  4711.                 'responsedata__response_detail' => 'response_detail',
  4712.                 'responsedata__html_item' => '_html',
  4713.                 'responsedata__lineno_header' => '1',
  4714.                 'referenceresponsedataimpl__lineno_data_header' => '2',
  4715.                 'referenceresponsedataimpl__lineno_data' => '3',
  4716.                 'referenceresponsedataimpl__lineno_trailer' => '4',
  4717.                 'referenceresponsedataimpl__line_record_division' => 0,
  4718.                 'referenceresponsedataimpl__line_header_result' => 1,
  4719.                 'referenceresponsedataimpl__line_header_response_code' => 2,
  4720.                 'referenceresponsedataimpl__line_header_response_detail' => 3,
  4721.                 'referenceresponsedataimpl__line_trailer_data_count' => 1,
  4722.                 'referenceresponsedataimpl__line_separator' => ' '."\n".'',
  4723.                 'paygent_settlement_detail' => '094',
  4724.                 'paygent_atm' => '010',
  4725.                 'paygent_credit' => '020',
  4726.                 'paygent_credit_processing' => '0201',
  4727.                 'paygent_auth_cancel' => '021',
  4728.                 'paygent_card_commit' => '022',
  4729.                 'paygent_card_commit_cancel' => '023',
  4730.                 'paygent_card_3d' => '024',
  4731.                 'paygent_card_stock_set' => '025',
  4732.                 'paygent_card_stock_del' => '026',
  4733.                 'paygent_card_stock_get' => '027',
  4734.                 'paygent_card_commit_revice' => '029',
  4735.                 'paygent_card_commit_revice_processing' => '0291',
  4736.                 'payment_card_3d2' => '450',
  4737.                 'paygent_conveni_num' => '030',
  4738.                 'paygent_bank' => '060',
  4739.                 'paygent_career' => '100',
  4740.                 'paygent_career_commit' => '101',
  4741.                 'paygent_career_commit_cancel' => '102',
  4742.                 'paygent_career_commit_revice' => '103',
  4743.                 'paygent_career_commit_auth' => '104',
  4744.                 'paygent_career_d' => '100_1',
  4745.                 'paygent_career_a' => '100_2',
  4746.                 'paygent_career_s' => '100_3',
  4747.                 'paygent_career_auth_d' => '104_1',
  4748.                 'paygent_career_auth_a' => '104_2',
  4749.                 'paygent_paidy' => 'paidy',
  4750.                 'paygent_paidy_auth_canceled' => '340',
  4751.                 'paygent_paidy_commit' => '341',
  4752.                 'paygent_paidy_refund' => '342',
  4753.                 'paygent_paidy_authorized' => 'ETC_1',
  4754.                 'paygent_paidy_auth_expired' => 'ETC_2',
  4755.                 'paygent_paidy_commit_expired' => 'ETC_3',
  4756.                 'paygent_paidy_commit_canceled' => 'ETC_4',
  4757.                 'paygent_paidy_commit_revice' => 'ETC_5',
  4758.                 'paygent_ref' => '091',
  4759.                 'payment_type_atm' => '01',
  4760.                 'payment_type_credit' => '02',
  4761.                 'payment_type_conveni_num' => '03',
  4762.                 'payment_type_bank' => '05',
  4763.                 'payment_type_career' => '06',
  4764.                 'payment_type_paidy' => '22',
  4765.                 'status_pre_registration' => '10',
  4766.                 'status_ng_authority' => '11',
  4767.                 'status_payment_expired' => '12',
  4768.                 'status_3dsecure_interruption' => '13',
  4769.                 'status_3dsecure_authorize' => '14',
  4770.                 'status_registration_suspended' => '15',
  4771.                 'status_authority_ok' => '20',
  4772.                 'status_authority_completed' => '21',
  4773.                 'status_clear_requesting' => '30',
  4774.                 'status_authority_canceling' => '31',
  4775.                 'status_authority_canceled' => '32',
  4776.                 'status_authority_expired' => '33',
  4777.                 'status_correct_requesting' => '34',
  4778.                 'status_pre_cleared' => '40',
  4779.                 'status_pre_cleared_expiration_cancellation_sales' => '41',
  4780.                 'status_pre_sales_canceling' => '42',
  4781.                 'status_preliminary_pre_detection' => '43',
  4782.                 'status_complete_cleared' => '44',
  4783.                 'status_pre_sales_cancel_arranging' => '50',
  4784.                 'status_pre_sales_cancellation' => '60',
  4785.                 'status_preliminary_cancellation' => '61',
  4786.                 'status_complete_cancellation' => '62',
  4787.                 'telegram_version' => '1.0',
  4788.                 'settlement_id' => [
  4789.                     'module' => 1,
  4790.                     'link' => 2,
  4791.                 ],
  4792.                 'settlement_names' => [
  4793.                     'module' => 'モジュール型',
  4794.                     'link' => 'リンク型',
  4795.                 ],
  4796.                 'payment_type_id' => [
  4797.                     'pay_paygent_credit' => 1,
  4798.                     'pay_paygent_conveni_num' => 2,
  4799.                     'pay_paygent_atm' => 4,
  4800.                     'pay_paygent_bank' => 5,
  4801.                     'pay_paygent_career' => 6,
  4802.                     'pay_paygent_paidy' => 11,
  4803.                 ],
  4804.                 'payment_type_names' => [
  4805.                     'pay_paygent_credit' => 'クレジット',
  4806.                     'pay_paygent_conveni_num' => 'コンビニ(番号方式)',
  4807.                     'pay_paygent_atm' => 'ATM決済',
  4808.                     'pay_paygent_bank' => '銀行ネット',
  4809.                     'pay_paygent_career' => '携帯キャリア',
  4810.                     'pay_paygent_paidy' => 'Paidy',
  4811.                 ],
  4812.                 'payment_division_id' => [
  4813.                     'pay_paygent_lump_sum' => 10,
  4814.                     'pay_paygent_install' => 61,
  4815.                     'pay_paygent_revolving_credit' => 80,
  4816.                     'pay_paygent_bonus_lump_sum' => 21,
  4817.                 ],
  4818.                 'payment_division_names' => [
  4819.                     'pay_paygent_lump_sum' => '一括払い',
  4820.                     'pay_paygent_install' => '分割払い',
  4821.                     'pay_paygent_revolving_credit' => 'リボ払い',
  4822.                     'pay_paygent_bonus_lump_sum' => 'ボーナス一括払い',
  4823.                 ],
  4824.                 'career_division_id' => [
  4825.                     'career_type_docomo' => '5',
  4826.                     'career_type_au' => '4',
  4827.                     'career_type_softbank' => '6',
  4828.                 ],
  4829.                 'career_division_names' => [
  4830.                     'career_type_docomo' => 'd払い',
  4831.                     'career_type_au' => 'auかんたん決済(au / UQ mobile)',
  4832.                     'career_type_softbank' => 'ソフトバンクまとめて支払い・ワイモバイルまとめて支払い',
  4833.                 ],
  4834.                 'career_session' => [
  4835.                     'career_type' => 'paygent_payment.front.career.career_type',
  4836.                     'redirect_html' => 'paygent_payment.front.career.redirect_html',
  4837.                     'error' => 'paygent_payment.front.career.error',
  4838.                 ],
  4839.                 'career_pc_mobile_type' => [
  4840.                     'pc' => '0',
  4841.                     'smartphone' => '4',
  4842.                 ],
  4843.                 'admin_target_payment_method_names' => [
  4844.                     'paygent_career_d' => '携帯キャリア',
  4845.                     'paygent_career_a' => '携帯キャリア',
  4846.                     'paygent_career_s' => '携帯キャリア',
  4847.                     'paygent_credit' => 'クレジット',
  4848.                     'paygent_paidy' => 'Paidy',
  4849.                 ],
  4850.                 'admin_payment_status_names' => [
  4851.                     'paygent_career_commit' => '売上',
  4852.                     'paygent_career_commit_cancel' => '取消',
  4853.                     'paygent_career_commit_revice' => '売上変更',
  4854.                     'paygent_credit' => 'オーソリ変更',
  4855.                     'paygent_credit_processing' => 'オーソリ変更処理中',
  4856.                     'paygent_auth_cancel' => 'オーソリキャンセル',
  4857.                     'paygent_card_commit' => '売上',
  4858.                     'paygent_card_commit_cancel' => '売上キャンセル',
  4859.                     'paygent_card_commit_revice_processing' => '売上変更処理中',
  4860.                     'paygent_paidy_auth_canceled' => 'オーソリキャンセル',
  4861.                     'paygent_paidy_commit' => '売上',
  4862.                     'paygent_paidy_authorized' => 'オーソリOK',
  4863.                     'paygent_paidy_auth_expired' => 'オーソリ期限切れ',
  4864.                     'paygent_paidy_commit_expired' => '売上(売上取消期限切れ)',
  4865.                     'paygent_paidy_commit_canceled' => '売上キャンセル',
  4866.                 ],
  4867.                 'create_payment_param' => [
  4868.                     'credit' => [
  4869.                         'payment_type' => 1,
  4870.                         'method' => 'ペイジェントクレジット',
  4871.                         'method_class' => [
  4872.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Credit',
  4873.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Credit',
  4874.                         ],
  4875.                     ],
  4876.                     'conveni' => [
  4877.                         'payment_type' => 2,
  4878.                         'method' => 'ペイジェントコンビニ(番号方式)',
  4879.                         'method_class' => [
  4880.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Conveni',
  4881.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Conveni',
  4882.                         ],
  4883.                     ],
  4884.                     'atm' => [
  4885.                         'payment_type' => 4,
  4886.                         'method' => 'ペイジェントATM決済',
  4887.                         'method_class' => [
  4888.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Atm',
  4889.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Atm',
  4890.                         ],
  4891.                     ],
  4892.                     'bank' => [
  4893.                         'payment_type' => 5,
  4894.                         'method' => 'ペイジェント銀行ネット',
  4895.                         'method_class' => [
  4896.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Bank',
  4897.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Bank',
  4898.                         ],
  4899.                     ],
  4900.                     'career' => [
  4901.                         'payment_type' => 6,
  4902.                         'method' => 'ペイジェント携帯キャリア',
  4903.                         'method_class' => [
  4904.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Career',
  4905.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Career',
  4906.                         ],
  4907.                     ],
  4908.                     'paidy' => [
  4909.                         'payment_type' => 11,
  4910.                         'method' => 'ペイジェントPaidy',
  4911.                         'method_class' => [
  4912.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Paidy',
  4913.                         ],
  4914.                     ],
  4915.                 ],
  4916.                 'create_page_param' => [
  4917.                     'link' => [
  4918.                         'error_page' => [
  4919.                             'name' => 'PAYGENT決済エラーページ',
  4920.                             'url' => 'shopping_paygent_error',
  4921.                             'file_name' => 'PaygentPayment42/Resource/template/default/Shopping/shopping_error',
  4922.                         ],
  4923.                     ],
  4924.                     'module' => [
  4925.                         'credit' => [
  4926.                             'payment_type' => 1,
  4927.                             'name' => 'PAYGENT クレジット',
  4928.                             'url' => 'paygent_payment/payment_credit',
  4929.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_credit',
  4930.                         ],
  4931.                         'conveni' => [
  4932.                             'payment_type' => 2,
  4933.                             'name' => 'PAYGENT コンビニ(番号方式)',
  4934.                             'url' => 'paygent_payment/payment_conveni',
  4935.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_conveni',
  4936.                         ],
  4937.                         'atm' => [
  4938.                             'payment_type' => 4,
  4939.                             'name' => 'PAYGENT ATM決済',
  4940.                             'url' => 'paygent_payment/payment_atm',
  4941.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_atm',
  4942.                         ],
  4943.                         'bank' => [
  4944.                             'payment_type' => 5,
  4945.                             'name' => 'PAYGENT 銀行ネット',
  4946.                             'url' => 'paygent_payment/payment_bank',
  4947.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_bank',
  4948.                         ],
  4949.                         'career' => [
  4950.                             'payment_type' => 6,
  4951.                             'name' => 'PAYGENT 携帯キャリア決済',
  4952.                             'url' => 'paygent_payment/payment_career',
  4953.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_career',
  4954.                         ],
  4955.                         'paidy' => [
  4956.                             'payment_type' => 11,
  4957.                             'name' => 'PAYGENT Paidy決済',
  4958.                             'url' => 'paygent_payment/payment_paidy',
  4959.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_paidy',
  4960.                         ],
  4961.                     ],
  4962.                 ],
  4963.                 'char_code' => 'UTF-8',
  4964.                 'char_code_ks' => 'SJIS-win',
  4965.                 'result_success' => '0',
  4966.                 'result_error' => '1',
  4967.                 'result_unknown' => '2',
  4968.                 'result_3dsecure' => '7',
  4969.                 'credit_token_env_id' => [
  4970.                     'dev' => 0,
  4971.                     'prod' => 1,
  4972.                 ],
  4973.                 'credit_token_env_names' => [
  4974.                     'dev' => '試験環境',
  4975.                     'prod' => '本番環境',
  4976.                 ],
  4977.                 'credit_token_env_js_url' => [
  4978.                     'dev' => 'https://sandbox.paygent.co.jp/js/PaygentToken.js',
  4979.                     'prod' => 'https://token.paygent.co.jp/js/PaygentToken.js',
  4980.                 ],
  4981.                 'card_stock_max' => 10,
  4982.                 'credit_authority_retry_limit' => 10,
  4983.                 'credit_authority_lock_message' => 'クレジットカード情報の誤入力が所定回数を超えました。<br>別の決済手段をご検討ください。',
  4984.                 'credit_session' => [
  4985.                     'card_error_count' => 'paygent_payment.front.credit.card_error_count',
  4986.                     'credit_3dError' => 'paygent_payment.front.credit.credit_3dError',
  4987.                     'credit_3d2_input' => 'paygent_payment.front.credit.credit_3d_input',
  4988.                 ],
  4989.                 'credit_3d' => [
  4990.                     '3dSecure_off' => 0,
  4991.                     '3dSecure_1' => 1,
  4992.                     '3dSecure_2' => 2,
  4993.                 ],
  4994.                 'credit_3dSecure2_apply_input' => [
  4995.                     'authentication_type' => '01',
  4996.                     'country_code_jp' => '392',
  4997.                     'login_guest' => '01',
  4998.                     'login_user' => '02',
  4999.                     'account_indicator_guest' => '01',
  5000.                     'account_indicator_30_under' => '03',
  5001.                     'account_indicator_60_under' => '04',
  5002.                     'account_indicator_60_over' => '05',
  5003.                     'account_change_indicator_30_under' => '02',
  5004.                     'account_change_indicator_60_under' => '03',
  5005.                     'account_change_indicator_60_over' => '04',
  5006.                     'ship_address_use_indicator_this_trade' => '01',
  5007.                     'ship_address_use_indicator_30_under' => '02',
  5008.                     'ship_address_use_indicator_60_under' => '03',
  5009.                     'ship_address_use_indicator_60_over' => '04',
  5010.                     'address_match' => '01',
  5011.                     'address_not_match' => '02',
  5012.                     'account_indicator_30_day' => 30,
  5013.                     'account_indicator_60_day' => 60,
  5014.                     'half_year_ago' => 180,
  5015.                     'one_year_ago' => 365,
  5016.                     'one_day_ago' => 24,
  5017.                     'ship_address_first_use_date_match' => '01',
  5018.                     'ship_address_first_use_date_not_match' => '03',
  5019.                     'reorder_indicator_first_order' => '01',
  5020.                     'reorder_indicator_reorder' => '02',
  5021.                     'card_set_method_token' => 'token',
  5022.                     'card_set_method_customer' => 'customer',
  5023.                 ],
  5024.                 'credit_auth_apply_input' => [
  5025.                     'security_code_use_on' => '1',
  5026.                     'security_code_token_on' => '1',
  5027.                     'stock_card_mode_on' => '1',
  5028.                     '3dsecure_use_type_2' => '2',
  5029.                 ],
  5030.                 'no_mapping_message' => '恐れ入りますが店舗にお問い合わせ下さいますようお願い致します。',
  5031.                 'telegram_error_member' => 'マイページの「会員情報編集」から登録内容を変更してください。',
  5032.                 'telegram_error_guest' => '<br>「カートに戻る」ボタンを押し、ショッピングカート画面で「レジに進む」ボタンを押して、ご注文手続き画面でお客様情報を変更してください。',
  5033.                 'module_telegram_error_guest' => '「戻る」ボタンを押して、ご注文手続き画面でお客様情報を変更してください。',
  5034.                 'retry_message' => '端末を再起動して注文をやり直してください。<br>',
  5035.                 'temp_order_mail_title' => 'ご注文を受け付けました',
  5036.                 'paygent_support_mail_address' => 'pg-support@paygent.co.jp',
  5037.                 'status_alert_mail_title' => '【ペイジェント】ステータス不整合のお知らせ',
  5038.                 'paidy_mismatch_mail_title' => '【ペイジェント】Paidy決済金額改竄検知',
  5039.                 'cvs_form_non_select' => 'ご選択ください',
  5040.                 'cvs_company_id' => [
  5041.                     'seven-eleven' => '00C001',
  5042.                     'law-son' => '00C002',
  5043.                     'family-mart' => '00C005',
  5044.                     'mini-stop' => '00C004',
  5045.                     'seiko-mart' => '00C016',
  5046.                     'daily-yamazaki' => '00C014',
  5047.                 ],
  5048.                 'cvs_company_name' => [
  5049.                     'seven-eleven' => 'セブンイレブン',
  5050.                     'law-son' => 'ローソン',
  5051.                     'family-mart' => 'ファミリーマート',
  5052.                     'mini-stop' => 'ミニストップ',
  5053.                     'seiko-mart' => 'セイコーマート',
  5054.                     'daily-yamazaki' => 'デイリーヤマザキ',
  5055.                 ],
  5056.                 'sales_type' => '1',
  5057.                 'complete_message' => [
  5058.                     'atm' => [
  5059.                         'title' => '■ATMお支払情報',
  5060.                         'pay_center_number' => '収納機関番号',
  5061.                         'customer_number' => 'お客様番号',
  5062.                         'conf_number' => '確認番号',
  5063.                         'payment_limit_date' => 'お支払期日',
  5064.                         'payment_help_urlname' => 'お支払方法の説明',
  5065.                         'payment_help_url' => 'http://www.paygent.co.jp/merchant_info/help/shophelp_atm.html',
  5066.                     ],
  5067.                     'conveni' => [
  5068.                         'title' => '■コンビニお支払情報',
  5069.                         'confirm_memo' => '特筆事項',
  5070.                         'confirm_name' => '確認番号',
  5071.                         'confirm_number' => '400008',
  5072.                         'customer_tel' => '電話番号',
  5073.                         'receipt_print_url' => '払込票URL',
  5074.                         'usable_cvs_company_id' => 'お支払い可能なコンビニ',
  5075.                         'payment_limit_date' => 'お支払期日',
  5076.                         'payment_help_urlname' => 'お支払方法の説明',
  5077.                         'payment_help_url' => 'https://www.paygent.co.jp/payment_service/way_to_pay/cvs/',
  5078.                     ],
  5079.                 ],
  5080.                 'session_pre_order_id' => 'paygent.front.shopping.pre_order_id',
  5081.             ],
  5082.             'product_review_display_count_min' => 1,
  5083.             'product_review_display_count_max' => 30,
  5084.             'plugin_recommend.text_area_len' => 4000,
  5085.             'related_product.text_area_len' => 4000,
  5086.             'related_product.max_item_count' => 6,
  5087.             'env(AWS_S3_ENABLED)' => 0,
  5088.             'env(AWS_S3_BUCKET)' => '',
  5089.             'env(AWS_S3_REGION)' => 'ap-northeast-1',
  5090.             'env(AWS_S3_CACHE_CONTROL)' => '86400',
  5091.             'aws_s3_version' => '2006-03-01',
  5092.             'sales_report_product_maximum_display' => 20,
  5093.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  5094.             'restock_mail_display_count_min' => 1,
  5095.             'restock_mail_display_count_max' => 30,
  5096.             'eccube_rate_limiter_configs' => [
  5097.             ],
  5098.             'eccube.plugins.enabled' => [
  5099.                 => 'Coupon42',
  5100.                 => 'MailMagazine42',
  5101.                 => 'ProductReview42',
  5102.                 => 'DisableNonMember42',
  5103.                 => 'RefineCheckItem42',
  5104.                 => 'ProductOption42',
  5105.                 => 'RefineBreadcrumbsBlock42',
  5106.                 => 'SearchPlus42',
  5107.                 => 'ProductPlus42',
  5108.                 => 'Api42',
  5109.                 10 => 'CustomCategoryFields',
  5110.                 11 => 'ApgRichCategory42',
  5111.                 12 => 'CMBlogPro42',
  5112.                 13 => 'PaygentPayment42',
  5113.                 14 => 'PointExpired42',
  5114.                 15 => 'IkusMobileApi',
  5115.                 16 => 'ResizeImage42',
  5116.             ],
  5117.             'eccube.plugins.disabled' => [
  5118.                 => 'FavorNotification42',
  5119.                 => 'Recommend42',
  5120.                 => 'RelatedProduct42',
  5121.                 => 'SalesReport42',
  5122.                 => 'Securitychecker42',
  5123.                 => 'SiteKit42',
  5124.                 => 'restockmail42',
  5125.             ],
  5126.             'event_dispatcher.event_aliases' => [
  5127.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5128.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5129.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5130.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5131.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5132.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5133.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5134.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5135.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5136.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5137.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5138.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5139.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5140.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5141.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5142.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5143.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5144.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5145.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5146.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5147.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5148.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5149.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5150.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5151.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5152.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5153.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5154.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5155.             ],
  5156.             'fragment.renderer.hinclude.global_template' => NULL,
  5157.             'fragment.path' => '/_fragment',
  5158.             'kernel.http_method_override' => true,
  5159.             'kernel.trusted_hosts' => [
  5160.             ],
  5161.             'kernel.enabled_locales' => [
  5162.             ],
  5163.             'kernel.error_controller' => 'error_controller',
  5164.             'debug.file_link_format' => NULL,
  5165.             'asset.request_context.base_path' => NULL,
  5166.             'asset.request_context.secure' => NULL,
  5167.             'translator.logging' => false,
  5168.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5169.             'debug.error_handler.throw_at' => -1,
  5170.             'router.request_context.host' => 'localhost',
  5171.             'router.request_context.scheme' => 'http',
  5172.             'router.request_context.base_url' => '',
  5173.             'router.resource' => 'kernel::loadRoutes',
  5174.             'request_listener.http_port' => 80,
  5175.             'request_listener.https_port' => 443,
  5176.             'session.metadata.storage_key' => '_sf2_meta',
  5177.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5178.             'session.metadata.update_threshold' => 0,
  5179.             'form.type_extension.csrf.enabled' => true,
  5180.             'form.type_extension.csrf.field_name' => '_token',
  5181.             'validator.translation_domain' => 'validators',
  5182.             'profiler_listener.only_exceptions' => false,
  5183.             'profiler_listener.only_main_requests' => false,
  5184.             'security.role_hierarchy.roles' => [
  5185.             ],
  5186.             'security.access.denied_url' => NULL,
  5187.             'security.authentication.manager.erase_credentials' => true,
  5188.             'security.authentication.session_strategy.strategy' => 'migrate',
  5189.             'security.access.always_authenticate_before_granting' => false,
  5190.             'security.authentication.hide_user_not_found' => true,
  5191.             'security.firewalls' => [
  5192.                 => 'dev',
  5193.                 => 'api',
  5194.                 => 'admin',
  5195.                 => 'customer',
  5196.             ],
  5197.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5198.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5199.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5200.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5201.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5202.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5203.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5204.             'doctrine.entity_managers' => [
  5205.                 'default' => 'doctrine.orm.default_entity_manager',
  5206.             ],
  5207.             'doctrine.default_entity_manager' => 'default',
  5208.             'doctrine.dbal.connection_factory.types' => [
  5209.                 'oauth2_grant' => [
  5210.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  5211.                 ],
  5212.                 'oauth2_redirect_uri' => [
  5213.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  5214.                 ],
  5215.                 'oauth2_scope' => [
  5216.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  5217.                 ],
  5218.                 'datetime' => [
  5219.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5220.                 ],
  5221.                 'datetimetz' => [
  5222.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5223.                 ],
  5224.             ],
  5225.             'doctrine.connections' => [
  5226.                 'default' => 'doctrine.dbal.default_connection',
  5227.             ],
  5228.             'doctrine.default_connection' => 'default',
  5229.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5230.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5231.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5232.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5233.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5234.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5235.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5236.             'doctrine.orm.cache.memcache_port' => 11211,
  5237.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5238.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5239.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5240.             'doctrine.orm.cache.memcached_port' => 11211,
  5241.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5242.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5243.             'doctrine.orm.cache.redis_host' => 'localhost',
  5244.             'doctrine.orm.cache.redis_port' => 6379,
  5245.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5246.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5247.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5248.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5249.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5250.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5251.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5252.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5253.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5254.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5255.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5256.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5257.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5258.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5259.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5260.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5261.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5262.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5263.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5264.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5265.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5266.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5267.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5268.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5269.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5270.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5271.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5272.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5273.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5274.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5275.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5276.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5277.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5278.             'monolog.use_microseconds' => true,
  5279.             'monolog.swift_mailer.handlers' => [
  5280.             ],
  5281.             'monolog.handlers_to_channels' => [
  5282.                 'monolog.handler.paygent_payment' => [
  5283.                     'type' => 'inclusive',
  5284.                     'elements' => [
  5285.                         => 'paygent_payment',
  5286.                     ],
  5287.                 ],
  5288.                 'monolog.handler.console' => [
  5289.                     'type' => 'exclusive',
  5290.                     'elements' => [
  5291.                         => 'event',
  5292.                         => 'doctrine',
  5293.                         => 'console',
  5294.                     ],
  5295.                 ],
  5296.                 'monolog.handler.buffered' => [
  5297.                     'type' => 'exclusive',
  5298.                     'elements' => [
  5299.                         => 'event',
  5300.                     ],
  5301.                 ],
  5302.             ],
  5303.             'twig.form.resources' => [
  5304.                 => 'form_div_layout.html.twig',
  5305.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  5306.                 => 'bootstrap_5_layout.html.twig',
  5307.             ],
  5308.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5309.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5310.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5311.             'web_profiler.debug_toolbar.mode' => 2,
  5312.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5313.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5314.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5315.             'knp_paginator.page_range' => 5,
  5316.             'knp_paginator.page_limit' => NULL,
  5317.             'doctrine.migrations.preferred_em' => NULL,
  5318.             'doctrine.migrations.preferred_connection' => NULL,
  5319.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5320.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5321.             'league.oauth2_server.encryption_key.type' => 'plain',
  5322.             'league.oauth2_server.scopes.default' => [
  5323.                 => 'read',
  5324.             ],
  5325.             'liip_imagine.loaders' => [
  5326.                 'default' => [
  5327.                     'filesystem' => [
  5328.                         'data_root' => [
  5329.                             => \dirname(__DIR__4),
  5330.                         ],
  5331.                         'locator' => 'filesystem',
  5332.                         'allow_unresolvable_data_roots' => false,
  5333.                         'bundle_resources' => [
  5334.                             'enabled' => false,
  5335.                             'access_control_type' => 'blacklist',
  5336.                             'access_control_list' => [
  5337.                             ],
  5338.                         ],
  5339.                     ],
  5340.                 ],
  5341.             ],
  5342.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  5343.             'liip_imagine.jpegoptim.stripAll' => true,
  5344.             'liip_imagine.jpegoptim.max' => NULL,
  5345.             'liip_imagine.jpegoptim.progressive' => true,
  5346.             'liip_imagine.jpegoptim.tempDir' => NULL,
  5347.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  5348.             'liip_imagine.optipng.level' => 7,
  5349.             'liip_imagine.optipng.stripAll' => true,
  5350.             'liip_imagine.optipng.tempDir' => NULL,
  5351.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  5352.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  5353.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  5354.             'liip_imagine.cwebp.tempDir' => NULL,
  5355.             'liip_imagine.cwebp.q' => 75,
  5356.             'liip_imagine.cwebp.alphaQ' => 100,
  5357.             'liip_imagine.cwebp.m' => 4,
  5358.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  5359.             'liip_imagine.cwebp.alphaMethod' => 1,
  5360.             'liip_imagine.cwebp.exact' => false,
  5361.             'liip_imagine.cwebp.metadata' => [
  5362.                 => 'none',
  5363.             ],
  5364.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  5365.             'liip_imagine.cache.resolver.default' => 'default',
  5366.             'liip_imagine.default_image' => NULL,
  5367.             'liip_imagine.filter_sets' => [
  5368.                 'cache' => [
  5369.                     'quality' => 100,
  5370.                     'jpeg_quality' => NULL,
  5371.                     'png_compression_level' => NULL,
  5372.                     'png_compression_filter' => NULL,
  5373.                     'format' => NULL,
  5374.                     'animated' => false,
  5375.                     'cache' => NULL,
  5376.                     'data_loader' => NULL,
  5377.                     'default_image' => NULL,
  5378.                     'filters' => [
  5379.                     ],
  5380.                     'post_processors' => [
  5381.                     ],
  5382.                 ],
  5383.                 'resize' => [
  5384.                     'quality' => 100,
  5385.                     'jpeg_quality' => NULL,
  5386.                     'png_compression_level' => NULL,
  5387.                     'png_compression_filter' => NULL,
  5388.                     'format' => NULL,
  5389.                     'animated' => false,
  5390.                     'cache' => NULL,
  5391.                     'data_loader' => NULL,
  5392.                     'default_image' => NULL,
  5393.                     'filters' => [
  5394.                     ],
  5395.                     'post_processors' => [
  5396.                     ],
  5397.                 ],
  5398.             ],
  5399.             'liip_imagine.binary.loader.default' => 'default',
  5400.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  5401.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  5402.             'liip_imagine.webp.generate' => false,
  5403.             'liip_imagine.webp.options' => [
  5404.                 'quality' => 100,
  5405.                 'cache' => NULL,
  5406.                 'data_loader' => NULL,
  5407.                 'post_processors' => [
  5408.                 ],
  5409.             ],
  5410.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5411.             'data_collector.templates' => [
  5412.                 'data_collector.request' => [
  5413.                     => 'request',
  5414.                     => '@WebProfiler/Collector/request.html.twig',
  5415.                 ],
  5416.                 'data_collector.time' => [
  5417.                     => 'time',
  5418.                     => '@WebProfiler/Collector/time.html.twig',
  5419.                 ],
  5420.                 'data_collector.memory' => [
  5421.                     => 'memory',
  5422.                     => '@WebProfiler/Collector/memory.html.twig',
  5423.                 ],
  5424.                 'data_collector.validator' => [
  5425.                     => 'validator',
  5426.                     => '@WebProfiler/Collector/validator.html.twig',
  5427.                 ],
  5428.                 'data_collector.ajax' => [
  5429.                     => 'ajax',
  5430.                     => '@WebProfiler/Collector/ajax.html.twig',
  5431.                 ],
  5432.                 'data_collector.form' => [
  5433.                     => 'form',
  5434.                     => '@WebProfiler/Collector/form.html.twig',
  5435.                 ],
  5436.                 'data_collector.exception' => [
  5437.                     => 'exception',
  5438.                     => '@WebProfiler/Collector/exception.html.twig',
  5439.                 ],
  5440.                 'data_collector.logger' => [
  5441.                     => 'logger',
  5442.                     => '@WebProfiler/Collector/logger.html.twig',
  5443.                 ],
  5444.                 'data_collector.events' => [
  5445.                     => 'events',
  5446.                     => '@WebProfiler/Collector/events.html.twig',
  5447.                 ],
  5448.                 'data_collector.router' => [
  5449.                     => 'router',
  5450.                     => '@WebProfiler/Collector/router.html.twig',
  5451.                 ],
  5452.                 'data_collector.cache' => [
  5453.                     => 'cache',
  5454.                     => '@WebProfiler/Collector/cache.html.twig',
  5455.                 ],
  5456.                 'data_collector.translation' => [
  5457.                     => 'translation',
  5458.                     => '@WebProfiler/Collector/translation.html.twig',
  5459.                 ],
  5460.                 'data_collector.security' => [
  5461.                     => 'security',
  5462.                     => '@Security/Collector/security.html.twig',
  5463.                 ],
  5464.                 'data_collector.twig' => [
  5465.                     => 'twig',
  5466.                     => '@WebProfiler/Collector/twig.html.twig',
  5467.                 ],
  5468.                 'data_collector.doctrine' => [
  5469.                     => 'db',
  5470.                     => '@Doctrine/Collector/db.html.twig',
  5471.                 ],
  5472.                 'doctrine_migrations.migrations_collector' => [
  5473.                     => 'doctrine_migrations',
  5474.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5475.                 ],
  5476.                 'data_collector.dump' => [
  5477.                     => 'dump',
  5478.                     => '@Debug/Profiler/dump.html.twig',
  5479.                 ],
  5480.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5481.                 'mailer.data_collector' => [
  5482.                     => 'mailer',
  5483.                     => '@WebProfiler/Collector/mailer.html.twig',
  5484.                 ],
  5485.                 'data_collector.config' => [
  5486.                     => 'config',
  5487.                     => '@WebProfiler/Collector/config.html.twig',
  5488.                 ],
  5489.                 'eccube.collector.core' => [
  5490.                     => 'eccube_core',
  5491.                     => '@toolbar/eccube.html.twig',
  5492.                 ],
  5493.             ],
  5494.             'console.command.ids' => [
  5495.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5496.             ],
  5497.         ];
  5498.     }
  5499.     protected function throw($message)
  5500.     {
  5501.         throw new RuntimeException($message);
  5502.     }
  5503. }