var/cache/dev/ContainerWU0UZiD/Eccube_KernelDevDebugContainer.php line 1861

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