var/cache/dev/ContainerQLtJDEA/Eccube_KernelDevDebugContainer.php line 763

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