var/cache/dev/Container943OjpY/Eccube_KernelDevDebugContainer.php line 3408

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