var/cache/dev/ContainerOnyHxcQ/Eccube_KernelDevDebugContainer.php line 821

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