var/cache/dev/ContainerRMRWuGi/Eccube_KernelDevDebugContainer.php line 1519

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