var/cache/dev/ContainerCU2xw2V/EccubeEccube_KernelDevDebugContainer.php line 1857

Open in your IDE?
  1. <?php
  2. namespace ContainerCU2xw2V;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class EccubeEccube_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  37.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  38.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  39.             'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector' => 'getMobileDetectorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'profiler' => 'getProfilerService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  53.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  54.             'security.token_storage' => 'getSecurity_TokenStorageService',
  55.             'session' => 'getSessionService',
  56.             'state_machine.order' => 'getStateMachine_OrderService',
  57.             'translator' => 'getTranslatorService',
  58.             'twig' => 'getTwigService',
  59.             'validator' => 'getValidatorService',
  60.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  61.         ];
  62.         $this->fileMap = [
  63.             'Customize\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService.php',
  64.             'Customize\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService.php',
  65.             'Customize\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService.php',
  66.             'Customize\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService.php',
  67.             'Customize\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService.php',
  68.             'Customize\\Controller\\Admin\\Shop\\BatchLogController' => 'getBatchLogControllerService.php',
  69.             'Customize\\Controller\\Admin\\Shop\\CustomInfoController' => 'getCustomInfoControllerService.php',
  70.             'Customize\\Controller\\Admin\\Shop\\CustomSaleTypeController' => 'getCustomSaleTypeControllerService.php',
  71.             'Customize\\Controller\\Admin\\Shop\\PaymentRelationController' => 'getPaymentRelationControllerService.php',
  72.             'Customize\\Controller\\AutoShipmentController' => 'getAutoShipmentControllerService.php',
  73.             'Customize\\Controller\\AutoShipmentPolicyController' => 'getAutoShipmentPolicyControllerService.php',
  74.             'Customize\\Controller\\Block\\DeliveryHelpLinkController' => 'getDeliveryHelpLinkControllerService.php',
  75.             'Customize\\Controller\\CartController' => 'getCartControllerService.php',
  76.             'Customize\\Controller\\ChangeCartridgeController' => 'getChangeCartridgeControllerService.php',
  77.             'Customize\\Controller\\ContactController' => 'getContactControllerService.php',
  78.             'Customize\\Controller\\ContactWorksController' => 'getContactWorksControllerService.php',
  79.             'Customize\\Controller\\EntryController' => 'getEntryControllerService.php',
  80.             'Customize\\Controller\\EntryPresentsController' => 'getEntryPresentsControllerService.php',
  81.             'Customize\\Controller\\ForgotController' => 'getForgotControllerService.php',
  82.             'Customize\\Controller\\LPRentalController' => 'getLPRentalControllerService.php',
  83.             'Customize\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService.php',
  84.             'Customize\\Controller\\Mypage\\RegularOrderHelpController' => 'getRegularOrderHelpControllerService.php',
  85.             'Customize\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService.php',
  86.             'Customize\\Controller\\PaymentController' => 'getPaymentControllerService.php',
  87.             'Customize\\Controller\\ProductController' => 'getProductControllerService.php',
  88.             'Customize\\Controller\\QRRedirectController' => 'getQRRedirectControllerService.php',
  89.             'Customize\\Controller\\RentalController' => 'getRentalControllerService.php',
  90.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService.php',
  91.             'Customize\\Controller\\aquaextraController' => 'getAquaextraControllerService.php',
  92.             'Customize\\Controller\\cb6pb1705aController' => 'getCb6pb1705aControllerService.php',
  93.             'Customize\\Controller\\cb6pbController' => 'getCb6pbControllerService.php',
  94.             'Customize\\Service\\Method\\Cash' => 'getCashService.php',
  95.             'Customize\\Service\\Method\\JaccsWeBBy' => 'getJaccsWeBByService.php',
  96.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService.php',
  97.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService.php',
  98.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService.php',
  99.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService.php',
  100.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService.php',
  101.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService.php',
  102.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService.php',
  103.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService.php',
  104.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService.php',
  105.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService.php',
  106.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService.php',
  107.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService.php',
  108.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService.php',
  109.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerController2Service.php',
  110.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService.php',
  111.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditController2Service.php',
  112.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService.php',
  113.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService.php',
  114.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailController2Service.php',
  115.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderController2Service.php',
  116.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingController2Service.php',
  117.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService.php',
  118.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService.php',
  119.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService.php',
  120.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service.php',
  121.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService.php',
  122.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service.php',
  123.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService.php',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService.php',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService.php',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService.php',
  127.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController3Service.php',
  128.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService.php',
  129.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentController2Service.php',
  130.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService.php',
  131.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService.php',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService.php',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService.php',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService.php',
  135.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService.php',
  136.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService.php',
  137.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService.php',
  138.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService.php',
  139.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService.php',
  140.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService.php',
  141.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService.php',
  142.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService.php',
  143.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service.php',
  144.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service.php',
  145.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService.php',
  146.             'Eccube\\Controller\\CartController' => 'getCartController3Service.php',
  147.             'Eccube\\Controller\\ContactController' => 'getContactController2Service.php',
  148.             'Eccube\\Controller\\EntryController' => 'getEntryController2Service.php',
  149.             'Eccube\\Controller\\ForgotController' => 'getForgotController2Service.php',
  150.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService.php',
  151.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService.php',
  152.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService.php',
  153.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeController2Service.php',
  154.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service.php',
  155.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService.php',
  156.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawController2Service.php',
  157.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService.php',
  158.             'Eccube\\Controller\\ProductController' => 'getProductController3Service.php',
  159.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService.php',
  160.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service.php',
  161.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService.php',
  162.             'Eccube\\Controller\\TopController' => 'getTopControllerService.php',
  163.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService.php',
  164.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService.php',
  165.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService.php',
  166.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCash2Service.php',
  167.             'Eccube\\Service\\PluginService' => 'getPluginServiceService.php',
  168.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService.php',
  169.             'Plugin\\ReceiptPdf2\\Controller\\ReceiptPdfConfigController' => 'getReceiptPdfConfigControllerService.php',
  170.             'Plugin\\ReceiptPdf2\\Controller\\ReceiptPdfController' => 'getReceiptPdfControllerService.php',
  171.             'Plugin\\RelatedProduct4\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService.php',
  172.             'Plugin\\SlnPayment41\\Controller\\Admin\\ConfigController' => 'getConfigControllerService.php',
  173.             'Plugin\\SlnPayment41\\Controller\\Admin\\OrderController' => 'getOrderController3Service.php',
  174.             'Plugin\\SlnPayment41\\Controller\\MypageController' => 'getMypageController2Service.php',
  175.             'Plugin\\SlnPayment41\\Controller\\PaymentController' => 'getPaymentController3Service.php',
  176.             'Plugin\\SlnPayment41\\Service\\Method\\CreditCard' => 'getCreditCardService.php',
  177.             'Plugin\\SlnPayment41\\Service\\Method\\CvsMethod' => 'getCvsMethodService.php',
  178.             'Plugin\\SlnPayment41\\Service\\Method\\RegisteredCreditCard' => 'getRegisteredCreditCardService.php',
  179.             'Plugin\\SlnRegular4\\Controller\\Admin\\ConfigController' => 'getConfigController2Service.php',
  180.             'Plugin\\SlnRegular4\\Controller\\Admin\\DeliveryController' => 'getDeliveryController3Service.php',
  181.             'Plugin\\SlnRegular4\\Controller\\Admin\\Order\\EditController' => 'getEditController2Service.php',
  182.             'Plugin\\SlnRegular4\\Controller\\Admin\\Order\\OrderController' => 'getOrderController4Service.php',
  183.             'Plugin\\SlnRegular4\\Controller\\Admin\\Order\\ShippingController' => 'getShippingController3Service.php',
  184.             'Plugin\\SlnRegular4\\Controller\\Admin\\SaleTypeController' => 'getSaleTypeControllerService.php',
  185.             'Plugin\\SlnRegular4\\Controller\\MypageController' => 'getMypageController3Service.php',
  186.             'Plugin\\SortProduct\\Controller\\Admin\\SortProductController' => 'getSortProductControllerService.php',
  187.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  188.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service.php',
  189.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  190.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  191.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  192.             'cache_clearer' => 'getCacheClearerService.php',
  193.             'cache_warmer' => 'getCacheWarmerService.php',
  194.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService.php',
  195.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  196.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  197.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  198.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  199.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  200.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  201.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  202.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  203.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  204.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  205.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  206.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  207.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  208.             'eccube.logger' => 'getEccube_LoggerService.php',
  209.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService.php',
  210.             'error_controller' => 'getErrorControllerService.php',
  211.             'filesystem' => 'getFilesystemService.php',
  212.             'form.factory' => 'getForm_FactoryService.php',
  213.             'form.type.file' => 'getForm_Type_FileService.php',
  214.             'knp_paginator' => 'getKnpPaginatorService.php',
  215.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService.php',
  216.             'monolog.logger.front' => 'getMonolog_Logger_FrontService.php',
  217.             'routing.loader' => 'getRouting_LoaderService.php',
  218.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  219.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  220.             'serializer' => 'getSerializerService.php',
  221.             'services_resetter' => 'getServicesResetterService.php',
  222.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  223.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  224.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  225.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  226.             'templating' => 'getTemplatingService.php',
  227.             'templating.loader' => 'getTemplating_LoaderService.php',
  228.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  229.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  230.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  231.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  232.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  233.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  234.         ];
  235.         $this->aliases = [
  236.             'database_connection' => 'doctrine.dbal.default_connection',
  237.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  238.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  239.             'mailer' => 'swiftmailer.mailer.default',
  240.         ];
  241.         $this->privates['service_container'] = function () {
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  248.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  255.             include_once \dirname(__DIR__4).'/app/Customize/Doctrine/Query/ShopMemoWhereCustomizer.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/JoinCustomizer.php';
  257.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct/Entity/SortProductJoin.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/OrderByCustomizer.php';
  259.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct/Entity/SortProductOrderBy.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  263.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  265.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  266.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  267.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  268.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/PasswordEncoderInterface.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Security/Core/Encoder/PasswordEncoder.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  295.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  311.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  312.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  313.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DeviceDetector/MobileDetector.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  362.             include_once \dirname(__DIR__4).'/src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.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/psr/container/src/ContainerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/TokenStorageInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/SessionTokenStorage.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManagerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  411.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DataCollector/DeviceDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/SingleStateMarkingStore.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactoryInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactory.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/FirewallMapInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  526.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  532.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  533.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  534.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  537.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.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/FormExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  571.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  572.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  573.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  574.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  575.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  576.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  577.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  578.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/TwigExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  588.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Twig/Extension/MobileDetectExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php';
  605.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  631.             include_once \dirname(__DIR__4).'/src/Eccube/Event/EventDispatcherWrapper.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  633.         };
  634.     }
  635.     public function compile(): void
  636.     {
  637.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  638.     }
  639.     public function isCompiled(): bool
  640.     {
  641.         return true;
  642.     }
  643.     public function getRemovedIds(): array
  644.     {
  645.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  646.     }
  647.     protected function load($file$lazyLoad true)
  648.     {
  649.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  650.     }
  651.     protected function createProxy($class, \Closure $factory)
  652.     {
  653.         class_exists($classfalse) || $this->load("{$class}.php");
  654.         return $factory();
  655.     }
  656.     /**
  657.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  658.      *
  659.      * @return \Eccube\Common\EccubeConfig
  660.      */
  661.     protected function getEccubeConfigService()
  662.     {
  663.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  664.     }
  665.     /**
  666.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  667.      *
  668.      * @return \Eccube\Repository\PluginRepository
  669.      */
  670.     protected function getPluginRepositoryService($lazyLoad true)
  671.     {
  672.         if ($lazyLoad) {
  673.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  674.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  675.                     $wrappedInstance $this->getPluginRepositoryService(false);
  676.                     $proxy->setProxyInitializer(null);
  677.                     return true;
  678.                 });
  679.             });
  680.         }
  681.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  682.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  683.     }
  684.     /**
  685.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  686.      *
  687.      * @return \Eccube\Service\SystemService
  688.      */
  689.     protected function getSystemServiceService($lazyLoad true)
  690.     {
  691.         if ($lazyLoad) {
  692.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  693.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  694.                     $wrappedInstance $this->getSystemServiceService(false);
  695.                     $proxy->setProxyInitializer(null);
  696.                     return true;
  697.                 });
  698.             });
  699.         }
  700.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  701.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  702.     }
  703.     /**
  704.      * Gets the public 'SunCat\MobileDetectBundle\DeviceDetector\MobileDetector' shared autowired service.
  705.      *
  706.      * @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
  707.      */
  708.     protected function getMobileDetectorService()
  709.     {
  710.         return $this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
  711.     }
  712.     /**
  713.      * Gets the public 'cache.app' shared service.
  714.      *
  715.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  716.      */
  717.     protected function getCache_AppService()
  718.     {
  719.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9fcbErA0tJ'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  720.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  721.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  722.     }
  723.     /**
  724.      * Gets the public 'cache.system' shared service.
  725.      *
  726.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  727.      */
  728.     protected function getCache_SystemService()
  729.     {
  730.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-lRsaRQuil'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  731.     }
  732.     /**
  733.      * Gets the public 'data_collector.dump' shared service.
  734.      *
  735.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  736.      */
  737.     protected function getDataCollector_DumpService()
  738.     {
  739.         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);
  740.     }
  741.     /**
  742.      * Gets the public 'doctrine' shared service.
  743.      *
  744.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  745.      */
  746.     protected function getDoctrineService()
  747.     {
  748.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  749.     }
  750.     /**
  751.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  752.      *
  753.      * @return \Doctrine\DBAL\Connection
  754.      */
  755.     protected function getDoctrine_Dbal_DefaultConnectionService()
  756.     {
  757.         $a = new \Doctrine\DBAL\Configuration();
  758.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  759.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  760.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  761.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  762.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  763.         $c->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  764.         $c->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  765.         $c->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  766.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  768.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  769.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  770.         $a->setSQLLogger($b);
  771.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  772.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService.php'true],
  773.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService.php'true],
  774.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService.php'true],
  775.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  776.         ], [
  777.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  778.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  779.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  780.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  781.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber']);
  782.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  783.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => 'utf8''url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['collate' => 'utf8_general_ci']], $a$d, []);
  784.     }
  785.     /**
  786.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  787.      *
  788.      * @return \Doctrine\ORM\EntityManager
  789.      */
  790.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  791.     {
  792.         if ($lazyLoad) {
  793.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  794.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  795.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  796.                     $proxy->setProxyInitializer(null);
  797.                     return true;
  798.                 });
  799.             });
  800.         }
  801.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  803.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  805.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  806.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  807.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  808.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  809.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  810.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  813.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  814.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  816.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  821.         $a = new \Doctrine\ORM\Configuration();
  822.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  823.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  824.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  825.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  826.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EntityExtension/Entity')]);
  827.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  828.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EntityForm/Entity')]);
  829.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  830.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MigrationSample/Entity')]);
  831.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  832.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ReceiptPdf2/Entity')]);
  833.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  834.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct4/Entity')]);
  835.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  836.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SlnPayment41/Entity')]);
  837.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  838.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SlnRegular4/Entity')]);
  839.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  840.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SortProduct/Entity')]);
  841.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  842.         $b->addDriver($d'Eccube\\Entity');
  843.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  844.         $b->addDriver($e'Plugin\\EntityExtension\\Entity');
  845.         $b->addDriver($f'Plugin\\EntityForm\\Entity');
  846.         $b->addDriver($g'Plugin\\MigrationSample\\Entity');
  847.         $b->addDriver($h'Plugin\\ReceiptPdf2\\Entity');
  848.         $b->addDriver($i'Plugin\\RelatedProduct4\\Entity');
  849.         $b->addDriver($j'Plugin\\SlnPayment41\\Entity');
  850.         $b->addDriver($k'Plugin\\SlnRegular4\\Entity');
  851.         $b->addDriver($l'Plugin\\SortProduct\\Entity');
  852.         $a->setEntityNamespaces([]);
  853.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  854.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  855.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  856.         $a->setMetadataDriverImpl($b);
  857.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  858.         $a->setProxyNamespace('Proxies');
  859.         $a->setAutoGenerateProxyClasses(true);
  860.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  861.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  862.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  863.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  864.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  865.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  866.             'Customize\\Repository\\BatchLogRepository' => ['privates''Customize\\Repository\\BatchLogRepository''getBatchLogRepositoryService.php'true],
  867.             'Customize\\Repository\\CustomSaleTypeRepository' => ['privates''Customize\\Repository\\CustomSaleTypeRepository''getCustomSaleTypeRepositoryService.php'true],
  868.             'Customize\\Repository\\EditHistoryRepository' => ['privates''Customize\\Repository\\EditHistoryRepository''getEditHistoryRepositoryService.php'true],
  869.             'Customize\\Repository\\MPCustomConfigRepository' => ['privates''Customize\\Repository\\MPCustomConfigRepository''getMPCustomConfigRepositoryService.php'true],
  870.             'Customize\\Repository\\MailTemplateRepository' => ['privates''Customize\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService.php'true],
  871.             'Customize\\Repository\\OrderRelationRepository' => ['privates''Customize\\Repository\\OrderRelationRepository''getOrderRelationRepositoryService.php'true],
  872.             'Customize\\Repository\\PaymentToPaymentRepository' => ['privates''Customize\\Repository\\PaymentToPaymentRepository''getPaymentToPaymentRepositoryService.php'true],
  873.             'Customize\\Repository\\SaleTypeSubRepository' => ['privates''Customize\\Repository\\SaleTypeSubRepository''getSaleTypeSubRepositoryService.php'true],
  874.             'Customize\\Repository\\SlnRegularOrderSubRepository' => ['privates''Customize\\Repository\\SlnRegularOrderSubRepository''getSlnRegularOrderSubRepositoryService.php'true],
  875.             'Customize\\Repository\\SlnRegularSaleTypeSubRepository' => ['privates''Customize\\Repository\\SlnRegularSaleTypeSubRepository''getSlnRegularSaleTypeSubRepositoryService.php'true],
  876.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  877.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  878.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  879.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  880.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService.php'true],
  881.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService.php'true],
  882.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  883.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService.php'true],
  884.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService.php'true],
  885.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService.php'true],
  886.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService.php'true],
  887.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService.php'true],
  888.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService.php'true],
  889.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService.php'true],
  890.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService.php'true],
  891.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService.php'true],
  892.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService.php'true],
  893.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService.php'true],
  894.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  895.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService.php'true],
  896.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService.php'true],
  897.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepository2Service.php'true],
  898.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService.php'true],
  899.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService.php'true],
  900.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService.php'true],
  901.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService.php'true],
  902.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService.php'true],
  903.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  904.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService.php'true],
  905.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService.php'true],
  906.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService.php'true],
  907.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService.php'true],
  908.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService.php'true],
  909.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService.php'true],
  910.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService.php'true],
  911.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService.php'true],
  912.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService.php'true],
  913.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService.php'true],
  914.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService.php'true],
  915.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService.php'true],
  916.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService.php'true],
  917.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService.php'true],
  918.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService.php'true],
  919.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService.php'true],
  920.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService.php'true],
  921.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService.php'true],
  922.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService.php'true],
  923.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService.php'true],
  924.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  925.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  926.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  927.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService.php'true],
  928.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService.php'true],
  929.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  930.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService.php'true],
  931.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  932.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService.php'true],
  933.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  934.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService.php'true],
  935.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService.php'true],
  936.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService.php'true],
  937.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService.php'true],
  938.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  939.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService.php'true],
  940.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfConfigRepository' => ['privates''Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfConfigRepository''getReceiptPdfConfigRepositoryService.php'true],
  941.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfRepository' => ['privates''Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfRepository''getReceiptPdfRepositoryService.php'true],
  942.             'Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService.php'true],
  943.             'Plugin\\SlnPayment41\\Repository\\MemCardIdRepository' => ['privates''Plugin\\SlnPayment41\\Repository\\MemCardIdRepository''getMemCardIdRepositoryService.php'true],
  944.             'Plugin\\SlnPayment41\\Repository\\OrderPaymentHistoryRepository' => ['privates''Plugin\\SlnPayment41\\Repository\\OrderPaymentHistoryRepository''getOrderPaymentHistoryRepositoryService.php'true],
  945.             'Plugin\\SlnPayment41\\Repository\\OrderPaymentStatusRepository' => ['privates''Plugin\\SlnPayment41\\Repository\\OrderPaymentStatusRepository''getOrderPaymentStatusRepositoryService.php'true],
  946.             'Plugin\\SlnPayment41\\Repository\\PluginConfigRepository' => ['privates''Plugin\\SlnPayment41\\Repository\\PluginConfigRepository''getPluginConfigRepositoryService.php'true],
  947.             'Plugin\\SlnPayment41\\Repository\\SlnAgreementRepository' => ['privates''Plugin\\SlnPayment41\\Repository\\SlnAgreementRepository''getSlnAgreementRepositoryService.php'true],
  948.             'Plugin\\SlnRegular4\\Repository\\SlnRegularDeliveryFeeRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularDeliveryFeeRepository''getSlnRegularDeliveryFeeRepositoryService.php'true],
  949.             'Plugin\\SlnRegular4\\Repository\\SlnRegularDeliveryPriceRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularDeliveryPriceRepository''getSlnRegularDeliveryPriceRepositoryService.php'true],
  950.             'Plugin\\SlnRegular4\\Repository\\SlnRegularOrderItemRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularOrderItemRepository''getSlnRegularOrderItemRepositoryService.php'true],
  951.             'Plugin\\SlnRegular4\\Repository\\SlnRegularOrderRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularOrderRepository''getSlnRegularOrderRepositoryService.php'true],
  952.             'Plugin\\SlnRegular4\\Repository\\SlnRegularOrderToOrderRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularOrderToOrderRepository''getSlnRegularOrderToOrderRepositoryService.php'true],
  953.             'Plugin\\SlnRegular4\\Repository\\SlnRegularPluginConfigRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularPluginConfigRepository''getSlnRegularPluginConfigRepositoryService.php'true],
  954.             'Plugin\\SlnRegular4\\Repository\\SlnRegularSaleTypeDeliveryDateRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularSaleTypeDeliveryDateRepository''getSlnRegularSaleTypeDeliveryDateRepositoryService.php'true],
  955.             'Plugin\\SlnRegular4\\Repository\\SlnRegularSaleTypeRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularSaleTypeRepository''getSlnRegularSaleTypeRepositoryService.php'true],
  956.             'Plugin\\SlnRegular4\\Repository\\SlnRegularShippingRepository' => ['privates''Plugin\\SlnRegular4\\Repository\\SlnRegularShippingRepository''getSlnRegularShippingRepositoryService.php'true],
  957.             'Plugin\\SortProduct\\Repository\\SortProductRepository' => ['privates''Plugin\\SortProduct\\Repository\\SortProductRepository''getSortProductRepositoryService.php'true],
  958.         ], [
  959.             'Customize\\Repository\\BatchLogRepository' => '?',
  960.             'Customize\\Repository\\CustomSaleTypeRepository' => '?',
  961.             'Customize\\Repository\\EditHistoryRepository' => '?',
  962.             'Customize\\Repository\\MPCustomConfigRepository' => '?',
  963.             'Customize\\Repository\\MailTemplateRepository' => '?',
  964.             'Customize\\Repository\\OrderRelationRepository' => '?',
  965.             'Customize\\Repository\\PaymentToPaymentRepository' => '?',
  966.             'Customize\\Repository\\SaleTypeSubRepository' => '?',
  967.             'Customize\\Repository\\SlnRegularOrderSubRepository' => '?',
  968.             'Customize\\Repository\\SlnRegularSaleTypeSubRepository' => '?',
  969.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  970.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  971.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  972.             'Eccube\\Repository\\BlockRepository' => '?',
  973.             'Eccube\\Repository\\CalendarRepository' => '?',
  974.             'Eccube\\Repository\\CartItemRepository' => '?',
  975.             'Eccube\\Repository\\CartRepository' => '?',
  976.             'Eccube\\Repository\\CategoryRepository' => '?',
  977.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  978.             'Eccube\\Repository\\ClassNameRepository' => '?',
  979.             'Eccube\\Repository\\CsvRepository' => '?',
  980.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  981.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  982.             'Eccube\\Repository\\CustomerRepository' => '?',
  983.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  984.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  985.             'Eccube\\Repository\\DeliveryRepository' => '?',
  986.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  987.             'Eccube\\Repository\\LayoutRepository' => '?',
  988.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  989.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  990.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  991.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  992.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  993.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  994.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  995.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  996.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  997.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  998.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  999.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1000.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1001.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1002.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1003.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1004.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1005.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1006.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1007.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1008.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1009.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1010.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1011.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1012.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1013.             'Eccube\\Repository\\MemberRepository' => '?',
  1014.             'Eccube\\Repository\\NewsRepository' => '?',
  1015.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1016.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1017.             'Eccube\\Repository\\OrderRepository' => '?',
  1018.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1019.             'Eccube\\Repository\\PageRepository' => '?',
  1020.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1021.             'Eccube\\Repository\\PaymentRepository' => '?',
  1022.             'Eccube\\Repository\\PluginRepository' => '?',
  1023.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1024.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1025.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1026.             'Eccube\\Repository\\ProductRepository' => '?',
  1027.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1028.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1029.             'Eccube\\Repository\\ShippingRepository' => '?',
  1030.             'Eccube\\Repository\\TagRepository' => '?',
  1031.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1032.             'Eccube\\Repository\\TemplateRepository' => '?',
  1033.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfConfigRepository' => '?',
  1034.             'Plugin\\ReceiptPdf2\\Repository\\ReceiptPdfRepository' => '?',
  1035.             'Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository' => '?',
  1036.             'Plugin\\SlnPayment41\\Repository\\MemCardIdRepository' => '?',
  1037.             'Plugin\\SlnPayment41\\Repository\\OrderPaymentHistoryRepository' => '?',
  1038.             'Plugin\\SlnPayment41\\Repository\\OrderPaymentStatusRepository' => '?',
  1039.             'Plugin\\SlnPayment41\\Repository\\PluginConfigRepository' => '?',
  1040.             'Plugin\\SlnPayment41\\Repository\\SlnAgreementRepository' => '?',
  1041.             'Plugin\\SlnRegular4\\Repository\\SlnRegularDeliveryFeeRepository' => '?',
  1042.             'Plugin\\SlnRegular4\\Repository\\SlnRegularDeliveryPriceRepository' => '?',
  1043.             'Plugin\\SlnRegular4\\Repository\\SlnRegularOrderItemRepository' => '?',
  1044.             'Plugin\\SlnRegular4\\Repository\\SlnRegularOrderRepository' => '?',
  1045.             'Plugin\\SlnRegular4\\Repository\\SlnRegularOrderToOrderRepository' => '?',
  1046.             'Plugin\\SlnRegular4\\Repository\\SlnRegularPluginConfigRepository' => '?',
  1047.             'Plugin\\SlnRegular4\\Repository\\SlnRegularSaleTypeDeliveryDateRepository' => '?',
  1048.             'Plugin\\SlnRegular4\\Repository\\SlnRegularSaleTypeRepository' => '?',
  1049.             'Plugin\\SlnRegular4\\Repository\\SlnRegularShippingRepository' => '?',
  1050.             'Plugin\\SortProduct\\Repository\\SortProductRepository' => '?',
  1051.         ])));
  1052.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1053.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1054.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1055.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1056.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1057.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1058.         return $instance;
  1059.     }
  1060.     /**
  1061.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  1062.      *
  1063.      * @return \Doctrine\Common\Cache\ArrayCache
  1064.      */
  1065.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  1066.     {
  1067.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1068.         $instance->setNamespace('sf_orm_default_3e7e6b8371715c7821c9eacd9e3fec0f11eb5e3da678a92b1eba19bf863ccfa7');
  1069.         return $instance;
  1070.     }
  1071.     /**
  1072.      * Gets the public 'event_dispatcher' shared service.
  1073.      *
  1074.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1075.      */
  1076.     protected function getEventDispatcherService()
  1077.     {
  1078.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1079.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1080.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1081.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1082.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1083.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1084.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1085.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1086.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1087.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Eccube\Event\EventDispatcherWrapper(), ($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())));
  1088.         $instance->addListener('kernel.request', [=> function () {
  1089.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1090.         }, => 'onKernelRequest'], 1024);
  1091.         $instance->addListener('kernel.controller', [=> function () {
  1092.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1093.         }, => 'onKernelController'], 0);
  1094.         $instance->addListener('kernel.request', [=> function () {
  1095.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  1096.         }, => 'handleRequest'], 1);
  1097.         $instance->addListener('kernel.response', [=> function () {
  1098.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  1099.         }, => 'handleResponse'], 0);
  1100.         $instance->addListener('kernel.request', [=> function () {
  1101.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1102.         }, => 'onKernelRequest'], 0);
  1103.         $instance->addListener('kernel.controller', [=> function () {
  1104.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1105.         }, => 'onController'], 0);
  1106.         $instance->addListener('kernel.request', [=> function () {
  1107.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1108.         }, => 'onKernelRequest'], 512);
  1109.         $instance->addListener('kernel.request', [=> function () {
  1110.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1111.         }, => 'onKernelRequestEarly'], 500);
  1112.         $instance->addListener('kernel.request', [=> function () {
  1113.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1114.         }, => 'onKernelRequest'], 6);
  1115.         $instance->addListener('kernel.response', [=> function () {
  1116.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1117.         }, => 'onKernelResponse'], 0);
  1118.         $instance->addListener('kernel.controller', [=> function () {
  1119.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1120.         }, => 'onKernelController'], 0);
  1121.         $instance->addListener('kernel.terminate', [=> function () {
  1122.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1123.         }, => 'onKernelTerminate'], 0);
  1124.         $instance->addListener('kernel.exception', [=> function () {
  1125.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1126.         }, => 'onKernelException'], -4);
  1127.         $instance->addListener('security.interactive_login', [=> function () {
  1128.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
  1129.         }, => 'onInteractiveLogin'], 0);
  1130.         $instance->addListener('security.authentication.failure', [=> function () {
  1131.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
  1132.         }, => 'onAuthenticationFailure'], 0);
  1133.         $instance->addListener('kernel.response', [=> function () {
  1134.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1135.         }, => 'onResponse'], 0);
  1136.         $instance->addListener('kernel.request', [=> function () {
  1137.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1138.         }, => 'onKernelRequest'], 512);
  1139.         $instance->addListener('security.interactive_login', [=> function () {
  1140.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
  1141.         }, => 'onInteractiveLogin'], 0);
  1142.         $instance->addListener('security.authentication.failure', [=> function () {
  1143.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
  1144.         }, => 'onAuthenticationFailure'], 0);
  1145.         $instance->addListener('kernel.request', [=> function () {
  1146.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1147.         }, => 'onKernelRequest'], 0);
  1148.         $instance->addListener('kernel.exception', [=> function () {
  1149.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1150.         }, => 'onKernelException'], 0);
  1151.         $instance->addListener('kernel.terminate', [=> function () {
  1152.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1153.         }, => 'onKernelTerminate'], 0);
  1154.         $instance->addListener('kernel.request', [=> function () {
  1155.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1156.         }, => 'onKernelRequest'], 6);
  1157.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1158.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1159.         }, => 'onKernelController'], 7);
  1160.         $instance->addListener('form.pre_submit', [=> function () {
  1161.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1162.         }, => 'onPreSubmit'], 0);
  1163.         $instance->addListener('form.pre_submit', [=> function () {
  1164.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1165.         }, => 'purifySubmittedData'], 1000001);
  1166.         $instance->addListener('form.pre_submit', [=> function () {
  1167.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1168.         }, => 'onPreSubmit'], 0);
  1169.         $instance->addListener('workflow.order.completed', [=> function () {
  1170.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1171.         }, => 'onCompleted'], 0);
  1172.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1173.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1174.         }, => 'updatePaymentDate'], 0);
  1175.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1176.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1177.         }, => 'rollbackStock'], 0);
  1178.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1179.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1180.         }, => 'rollbackUsePoint'], 0);
  1181.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1182.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1183.         }, => 'commitStock'], 0);
  1184.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1185.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1186.         }, => 'commitUsePoint'], 0);
  1187.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1188.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1189.         }, => 'commitAddPoint'], 0);
  1190.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1191.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1192.         }, => 'rollbackUsePoint'], 0);
  1193.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1194.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1195.         }, => 'rollbackAddPoint'], 0);
  1196.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1197.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1198.         }, => 'commitUsePoint'], 0);
  1199.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1200.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1201.         }, => 'commitAddPoint'], 0);
  1202.         $instance->addListener('kernel.terminate', [=> function () {
  1203.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1204.         }, => 'disableMaintenanceEvent'], 0);
  1205.         $instance->addListener('kernel.terminate', [=> function () {
  1206.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1207.         }, => 'forceClearCache'], 0);
  1208.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1209.             return ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] ?? ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] = new \Plugin\ReceiptPdf2\ReceiptPdfEvent()));
  1210.         }, => 'onAdminReceiptIndexRender'], 0);
  1211.         $instance->addListener('ReceiptPdf2/Resource/template/admin/receipt_pdf.twig', [=> function () {
  1212.             return ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] ?? ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] = new \Plugin\ReceiptPdf2\ReceiptPdfEvent()));
  1213.         }, => 'onAdminReceiptEditRender'], 0);
  1214.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1215.             return ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] ?? ($this->privates['Plugin\\ReceiptPdf2\\ReceiptPdfEvent'] = new \Plugin\ReceiptPdf2\ReceiptPdfEvent()));
  1216.         }, => 'onAdminReceiptEditRender'], 0);
  1217.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1218.             return ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] = new \Plugin\RelatedProduct4\RelatedProductEvent()));
  1219.         }, => 'onRenderAdminProduct'], 0);
  1220.         $instance->addListener('Product/detail.twig', [=> function () {
  1221.             return ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct4\\RelatedProductEvent'] = new \Plugin\RelatedProduct4\RelatedProductEvent()));
  1222.         }, => 'onRenderProductDetail'], 0);
  1223.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1224.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1225.         }, => 'onAdminOrderIndexTwig'], 0);
  1226.         $instance->addListener('admin.order.index.initialize', [=> function () {
  1227.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1228.         }, => 'onAdminOrderIndexInitialize'], 0);
  1229.         $instance->addListener('admin.order.index.search', [=> function () {
  1230.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1231.         }, => 'onAdminOrderIndexSearch'], 0);
  1232.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1233.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1234.         }, => 'onAdminOrderEditTwig'], 0);
  1235.         $instance->addListener('admin.order.edit.index.initialize', [=> function () {
  1236.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1237.         }, => 'onAdminOrderEditIndexInitialize'], 0);
  1238.         $instance->addListener('Cart/index.twig', [=> function () {
  1239.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1240.         }, => 'onCartIndexTwig'], 0);
  1241.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1242.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1243.         }, => 'onShoppingConfirmTwig'], 0);
  1244.         $instance->addListener('Mypage/index.twig', [=> function () {
  1245.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1246.         }, => 'onMypageTwig'], 0);
  1247.         $instance->addListener('Mypage/history.twig', [=> function () {
  1248.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1249.         }, => 'onMypageTwig'], 0);
  1250.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1251.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1252.         }, => 'onMypageTwig'], 0);
  1253.         $instance->addListener('Mypage/change.twig', [=> function () {
  1254.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1255.         }, => 'onMypageTwig'], 0);
  1256.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1257.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1258.         }, => 'onMypageTwig'], 0);
  1259.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1260.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1261.         }, => 'onMypageTwig'], 0);
  1262.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1263.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1264.         }, => 'onMypageTwig'], 0);
  1265.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1266.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1267.         }, => 'onMypageTwig'], 0);
  1268.         $instance->addListener('@SlnRegular4/Mypage/regular_order.twig', [=> function () {
  1269.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1270.         }, => 'onMypageTwig'], 0);
  1271.         $instance->addListener('@SlnRegular4/Mypage/regular_history.twig', [=> function () {
  1272.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1273.         }, => 'onMypageTwig'], 0);
  1274.         $instance->addListener('@SlnPayment41/sln_edit_card.twig', [=> function () {
  1275.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1276.         }, => 'onMypageTwig'], 0);
  1277.         $instance->addListener('front.cart.buystep.initialize', [=> function () {
  1278.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1279.         }, => 'onFrontCartBuystepInitialize'], 0);
  1280.         $instance->addListener('Shopping/index.twig', [=> function () {
  1281.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1282.         }, => 'onShoppingIndexTwig'], 0);
  1283.         $instance->addListener('sln.service.regular.nextorder.complete', [=> function () {
  1284.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1285.         }, => 'onSlnServiceRegularNextorderComplete'], 0);
  1286.         $instance->addListener('sln.service.regular.mypage_history.change_payids', [=> function () {
  1287.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1288.         }, => 'onSlnServiceRegularMypageHistoryChangePayids'], 0);
  1289.         $instance->addListener('admin.customer.edit.index.initialize', [=> function () {
  1290.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1291.         }, => 'onAdminCustomerEditIndexInitialize'], 0);
  1292.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1293.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1294.         }, => 'onAdminCustomerDeleteComplete'], 0);
  1295.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1296.             return ($this->privates['Plugin\\SlnPayment41\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService.php'));
  1297.         }, => 'onFrontMypageWithdrawComplete'], 0);
  1298.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1299.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1300.         }, => 'onAdminOrderEditTwig'], 0);
  1301.         $instance->addListener('@admin/Setting/Shop/delivery.twig', [=> function () {
  1302.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1303.         }, => 'onAdminSettingShopDeliveryTwig'], 0);
  1304.         $instance->addListener('@admin/Setting/Shop/shop_master.twig', [=> function () {
  1305.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1306.         }, => 'onAdminSettingShopShopMasterTwig'], 0);
  1307.         $instance->addListener('admin.setting.shop.shop.index.initialize', [=> function () {
  1308.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1309.         }, => 'onAdminSettingShopInitialize'], 0);
  1310.         $instance->addListener('admin.setting.shop.shop.index.complete', [=> function () {
  1311.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1312.         }, => 'onAdminSettingShopComplete'], 0);
  1313.         $instance->addListener('Product/list.twig', [=> function () {
  1314.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1315.         }, => 'onProductListTwig'], 0);
  1316.         $instance->addListener('Product/detail.twig', [=> function () {
  1317.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1318.         }, => 'onProductDetailTwig'], 0);
  1319.         $instance->addListener('Shopping/login.twig', [=> function () {
  1320.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1321.         }, => 'onShoppingLoginTwig'], 0);
  1322.         $instance->addListener('Shopping/index.twig', [=> function () {
  1323.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1324.         }, => 'onShoppingIndexTwig'], 0);
  1325.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1326.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1327.         }, => 'onShoppingConfirmTwig'], 0);
  1328.         $instance->addListener('Mypage/index.twig', [=> function () {
  1329.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1330.         }, => 'onMypageTwig'], 0);
  1331.         $instance->addListener('Mypage/history.twig', [=> function () {
  1332.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1333.         }, => 'onMypageHistoryTwig'], 0);
  1334.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1335.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1336.         }, => 'onMypageTwig'], 0);
  1337.         $instance->addListener('Mypage/change.twig', [=> function () {
  1338.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1339.         }, => 'onMypageTwig'], 0);
  1340.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1341.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1342.         }, => 'onMypageTwig'], 0);
  1343.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1344.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1345.         }, => 'onMypageTwig'], 0);
  1346.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1347.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1348.         }, => 'onMypageTwig'], 0);
  1349.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1350.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1351.         }, => 'onMypageTwig'], 0);
  1352.         $instance->addListener('@SlnPayment41/sln_edit_card.twig', [=> function () {
  1353.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1354.         }, => 'onMypageTwig'], 0);
  1355.         $instance->addListener('@SlnRegular4/Mypage/regular_order.twig', [=> function () {
  1356.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1357.         }, => 'onMypageTwig'], 0);
  1358.         $instance->addListener('@SlnRegular4/Mypage/regular_history.twig', [=> function () {
  1359.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1360.         }, => 'onMypageTwig'], 0);
  1361.         $instance->addListener('sln.front.shopping.confirm.processing', [=> function () {
  1362.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1363.         }, => 'onSlnFrontShoppingConfirmProcessing'], 0);
  1364.         $instance->addListener('sln.payment.util.merchant_free', [=> function () {
  1365.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1366.         }, => 'onSlnPaymentUtilMerchantFree'], 0);
  1367.         $instance->addListener('sln.payment.shopping.add_mem', [=> function () {
  1368.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1369.         }, => 'onSlnPaymentShoppingAddMem'], 0);
  1370.         $instance->addListener('sln.payment.shopping.add_mem_view', [=> function () {
  1371.             return ($this->privates['Plugin\\SlnRegular4\\SlnRegular4Event'] ?? $this->load('getSlnRegular4EventService.php'));
  1372.         }, => 'onSlnPaymentShoppingAddMemView'], 0);
  1373.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1374.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1375.         }, => 'onRenderAdminProduct'], 0);
  1376.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1377.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1378.         }, => 'onMypageTwig'], 0);
  1379.         $instance->addListener('Cart/index.twig', [=> function () {
  1380.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1381.         }, => 'onCartindexTwig'], 0);
  1382.         $instance->addListener('Shopping/index.twig', [=> function () {
  1383.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1384.         }, => 'onShoppingindexTwig'], 0);
  1385.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1386.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1387.         }, => 'onShoppingconfirmTwig'], 0);
  1388.         $instance->addListener('admin/Customer/index.twig', [=> function () {
  1389.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1390.         }, => 'onAdminCustomerIndexTwig'], 0);
  1391.         $instance->addListener('admin/Customer/edit.twig', [=> function () {
  1392.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1393.         }, => 'onAdminCustomerEditTwig'], 0);
  1394.         $instance->addListener('Product/detail.twig', [=> function () {
  1395.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1396.         }, => 'onProductDetailTwig'], 0);
  1397.         $instance->addListener('Product/list.twig', [=> function () {
  1398.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1399.         }, => 'onProductListTwig'], 0);
  1400.         $instance->addListener('Mypage/history.twig', [=> function () {
  1401.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1402.         }, => 'onMypageHistoryTwig'], 0);
  1403.         $instance->addListener('@SlnRegular4/admin/sale_type.twig', [=> function () {
  1404.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1405.         }, => 'onRegular4SaleTypeTwig'], 0);
  1406.         $instance->addListener('@SlnRegular4/admin/Order/regular_edit.twig', [=> function () {
  1407.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1408.         }, => 'onRegular4AdminOrderEditTwig'], 0);
  1409.         $instance->addListener('@SlnRegular4/Mypage/regular_order.twig', [=> function () {
  1410.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1411.         }, => 'onRegular4MypageRegularOrderTwig'], 0);
  1412.         $instance->addListener('@SlnRegular4/Mypage/regular_history.twig', [=> function () {
  1413.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1414.         }, => 'onRegular4MypageRegularHistoryTwig'], 0);
  1415.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1416.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1417.         }, => 'onAdminOrderEditTwig'], 0);
  1418.         $instance->addListener('@admin/Setting/Shop/shop_master.twig', [=> function () {
  1419.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1420.         }, => 'onAdminSettingShopMasterTwig'], 0);
  1421.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1422.             return ($this->privates['Customize\\EventListener\\MPEventListener'] ?? $this->load('getMPEventListenerService.php'));
  1423.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1424.         $instance->addListener('kernel.request', [=> function () {
  1425.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1426.         }, => 'onKernelRequest'], 4096);
  1427.         $instance->addListener('kernel.response', [=> function () {
  1428.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1429.         }, => 'onKernelResponse'], 0);
  1430.         $instance->addListener('kernel.response', [=> function () {
  1431.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1432.         }, => 'onKernelResponse'], -1024);
  1433.         $instance->addListener('kernel.request', [=> function () {
  1434.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1435.         }, => 'setDefaultLocale'], 100);
  1436.         $instance->addListener('kernel.request', [=> function () {
  1437.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1438.         }, => 'onKernelRequest'], 16);
  1439.         $instance->addListener('kernel.finish_request', [=> function () {
  1440.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1441.         }, => 'onKernelFinishRequest'], 0);
  1442.         $instance->addListener('kernel.request', [=> function () {
  1443.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1444.         }, => 'onKernelRequest'], 256);
  1445.         $instance->addListener('kernel.request', [=> function () {
  1446.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1447.         }, => 'resolveControllerName'], 24);
  1448.         $instance->addListener('kernel.response', [=> function () {
  1449.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1450.         }, => 'onResponse'], -255);
  1451.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1452.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1453.         }, => 'onControllerArguments'], 0);
  1454.         $instance->addListener('kernel.exception', [=> function () {
  1455.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1456.         }, => 'logKernelException'], 0);
  1457.         $instance->addListener('kernel.exception', [=> function () {
  1458.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1459.         }, => 'onKernelException'], -128);
  1460.         $instance->addListener('kernel.request', [=> function () {
  1461.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1462.         }, => 'onKernelRequest'], 15);
  1463.         $instance->addListener('kernel.finish_request', [=> function () {
  1464.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1465.         }, => 'onKernelFinishRequest'], -15);
  1466.         $instance->addListener('console.error', [=> function () {
  1467.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1468.         }, => 'onConsoleError'], -128);
  1469.         $instance->addListener('console.terminate', [=> function () {
  1470.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1471.         }, => 'onConsoleTerminate'], -128);
  1472.         $instance->addListener('console.error', [=> function () {
  1473.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1474.         }, => 'onConsoleError'], 0);
  1475.         $instance->addListener('kernel.request', [=> function () {
  1476.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1477.         }, => 'onKernelRequest'], 128);
  1478.         $instance->addListener('kernel.response', [=> function () {
  1479.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1480.         }, => 'onKernelResponse'], -1000);
  1481.         $instance->addListener('kernel.finish_request', [=> function () {
  1482.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1483.         }, => 'onFinishRequest'], 0);
  1484.         $instance->addListener('kernel.response', [=> function () {
  1485.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1486.         }, => 'onKernelResponse'], 0);
  1487.         $instance->addListener('kernel.request', [=> function () {
  1488.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1489.         }, => 'onKernelRequest'], 48);
  1490.         $instance->addListener('kernel.response', [=> function () {
  1491.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1492.         }, => 'onKernelResponse'], -100);
  1493.         $instance->addListener('kernel.exception', [=> function () {
  1494.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1495.         }, => 'onKernelException'], 0);
  1496.         $instance->addListener('kernel.terminate', [=> function () {
  1497.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1498.         }, => 'onKernelTerminate'], -1024);
  1499.         $instance->addListener('kernel.controller', [=> function () {
  1500.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1501.         }, => 'onKernelController'], 0);
  1502.         $instance->addListener('kernel.response', [=> function () {
  1503.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1504.         }, => 'onKernelResponse'], 0);
  1505.         $instance->addListener('kernel.request', [=> function () {
  1506.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1507.         }, => 'configure'], 2048);
  1508.         $instance->addListener('console.command', [=> function () {
  1509.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1510.         }, => 'configure'], 2048);
  1511.         $instance->addListener('kernel.request', [=> function () {
  1512.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1513.         }, => 'onKernelRequest'], 32);
  1514.         $instance->addListener('kernel.finish_request', [=> function () {
  1515.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1516.         }, => 'onKernelFinishRequest'], 0);
  1517.         $instance->addListener('kernel.exception', [=> function () {
  1518.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1519.         }, => 'onKernelException'], -64);
  1520.         $instance->addListener('kernel.response', [=> function () {
  1521.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1522.         }, => 'onKernelResponse'], 0);
  1523.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1524.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1525.         }, => 'onVoterVote'], 0);
  1526.         $instance->addListener('kernel.request', [=> function () {
  1527.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1528.         }, => 'configureLogoutUrlGenerator'], 8);
  1529.         $instance->addListener('kernel.request', [=> function () {
  1530.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1531.         }, => 'onKernelRequest'], 8);
  1532.         $instance->addListener('kernel.finish_request', [=> function () {
  1533.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1534.         }, => 'onKernelFinishRequest'], 0);
  1535.         $instance->addListener('kernel.controller', [=> function () {
  1536.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1537.         }, => 'onKernelController'], 0);
  1538.         $instance->addListener('kernel.controller', [=> function () {
  1539.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1540.         }, => 'onKernelController'], 0);
  1541.         $instance->addListener('kernel.controller', [=> function () {
  1542.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1543.         }, => 'onKernelController'], -128);
  1544.         $instance->addListener('kernel.view', [=> function () {
  1545.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1546.         }, => 'onKernelView'], 0);
  1547.         $instance->addListener('kernel.controller', [=> function () {
  1548.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1549.         }, => 'onKernelController'], 0);
  1550.         $instance->addListener('kernel.response', [=> function () {
  1551.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1552.         }, => 'onKernelResponse'], 0);
  1553.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1554.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1555.         }, => 'onKernelControllerArguments'], 0);
  1556.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1557.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1558.         }, => 'onKernelControllerArguments'], 0);
  1559.         $instance->addListener('console.command', [=> function () {
  1560.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1561.         }, => 'onCommand'], 255);
  1562.         $instance->addListener('console.terminate', [=> function () {
  1563.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1564.         }, => 'onTerminate'], -255);
  1565.         $instance->addListener('kernel.exception', [=> function () {
  1566.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1567.         }, => 'onException'], 0);
  1568.         $instance->addListener('kernel.terminate', [=> function () {
  1569.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1570.         }, => 'onTerminate'], 0);
  1571.         $instance->addListener('console.error', [=> function () {
  1572.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1573.         }, => 'onException'], 0);
  1574.         $instance->addListener('console.terminate', [=> function () {
  1575.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1576.         }, => 'onTerminate'], 0);
  1577.         $instance->addListener('console.command', [=> function () {
  1578.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1579.         }, => 'configure'], 1024);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1582.         }, => 'onKernelResponse'], -128);
  1583.         $instance->addListener('console.error', [=> function () {
  1584.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1585.         }, => 'onConsoleError'], 0);
  1586.         $instance->addListener('console.terminate', [=> function () {
  1587.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1588.         }, => 'onConsoleTerminate'], 0);
  1589.         $instance->addListener('knp_pager.before', [=> function () {
  1590.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1591.         }, => 'before'], 0);
  1592.         $instance->addListener('knp_pager.pagination', [=> function () {
  1593.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1594.         }, => 'pagination'], 0);
  1595.         $instance->addListener('knp_pager.before', [=> function () {
  1596.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1597.         }, => 'before'], 1);
  1598.         $instance->addListener('knp_pager.before', [=> function () {
  1599.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1600.         }, => 'before'], 1);
  1601.         $instance->addListener('knp_pager.pagination', [=> function () {
  1602.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1603.         }, => 'pagination'], 1);
  1604.         return $instance;
  1605.     }
  1606.     /**
  1607.      * Gets the public 'http_kernel' shared service.
  1608.      *
  1609.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1610.      */
  1611.     protected function getHttpKernelService()
  1612.     {
  1613.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1614.         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()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $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 () {
  1615.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1616.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1617.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1618.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1619.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1620.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1621.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1622.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1623.         }, 8)), $a));
  1624.     }
  1625.     /**
  1626.      * Gets the public 'profiler' shared service.
  1627.      *
  1628.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1629.      */
  1630.     protected function getProfilerService()
  1631.     {
  1632.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1633.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1634.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1635.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1636.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1637.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1638.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1639.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1640.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1641.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1642.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1643.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1644.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1645.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1646.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1647.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1648.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1649.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1650.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1651.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1652.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1653.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1654.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1655.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1656.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1657.         $f = new \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector(($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()));
  1658.         $f->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  1659.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1660.         if ($this->has('kernel')) {
  1661.             $g->setKernel($b);
  1662.         }
  1663.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1664.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1665.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1666.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1667.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1668.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1669.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1670.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/EccubeEccube_KernelDevDebugContainer'), $c));
  1671.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1672.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1673.         $instance->add($d);
  1674.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1675.         $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())));
  1676.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1677.         $instance->add($e);
  1678.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1679.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1680.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  1681.         $instance->add($f);
  1682.         $instance->add($g);
  1683.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  1684.         return $instance;
  1685.     }
  1686.     /**
  1687.      * Gets the public 'request_stack' shared service.
  1688.      *
  1689.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1690.      */
  1691.     protected function getRequestStackService()
  1692.     {
  1693.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1694.     }
  1695.     /**
  1696.      * Gets the public 'router' shared service.
  1697.      *
  1698.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1699.      */
  1700.     protected function getRouterService()
  1701.     {
  1702.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1703.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1704.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1705.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1706.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1707.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1708.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1709.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1710.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1711.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1712.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1713.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1714.         ], [
  1715.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1716.         ]))->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()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a$this->getEnv('ECCUBE_LOCALE'));
  1717.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1718.         return $instance;
  1719.     }
  1720.     /**
  1721.      * Gets the public 'security.authorization_checker' shared service.
  1722.      *
  1723.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1724.      */
  1725.     protected function getSecurity_AuthorizationCheckerService()
  1726.     {
  1727.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1728.     }
  1729.     /**
  1730.      * Gets the public 'security.csrf.token_manager' shared service.
  1731.      *
  1732.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1733.      */
  1734.     protected function getSecurity_Csrf_TokenManagerService()
  1735.     {
  1736.         return $this->services['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())));
  1737.     }
  1738.     /**
  1739.      * Gets the public 'security.token_storage' shared service.
  1740.      *
  1741.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1742.      */
  1743.     protected function getSecurity_TokenStorageService()
  1744.     {
  1745.         return $this->services['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, [
  1746.             'session' => ['services''session''getSessionService'false],
  1747.         ], [
  1748.             'session' => '?',
  1749.         ]));
  1750.     }
  1751.     /**
  1752.      * Gets the public 'session' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1755.      */
  1756.     protected function getSessionService()
  1757.     {
  1758.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->getParameter('session.storage.options'), new \Eccube\Session\Storage\Handler\SameSiteNoneCompatSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler('/tmp/')), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)));
  1759.     }
  1760.     /**
  1761.      * Gets the public 'state_machine.order' shared service.
  1762.      *
  1763.      * @return \Symfony\Component\Workflow\StateMachine
  1764.      */
  1765.     protected function getStateMachine_OrderService()
  1766.     {
  1767.         return $this->services['state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> new \Symfony\Component\Workflow\Transition('pay''1''6'), => new \Symfony\Component\Workflow\Transition('packing''1''4'), => new \Symfony\Component\Workflow\Transition('packing''6''4'), => new \Symfony\Component\Workflow\Transition('cancel''1''3'), => new \Symfony\Component\Workflow\Transition('cancel''4''3'), => new \Symfony\Component\Workflow\Transition('cancel''6''3'), => new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'), => new \Symfony\Component\Workflow\Transition('ship''1''5'), => new \Symfony\Component\Workflow\Transition('ship''6''5'), => new \Symfony\Component\Workflow\Transition('ship''4''5'), 10 => new \Symfony\Component\Workflow\Transition('return''5''9'), 11 => new \Symfony\Component\Workflow\Transition('cancel_return''9''5')], [=> '1'], new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage())), new \Symfony\Component\Workflow\MarkingStore\SingleStateMarkingStore('status'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'order');
  1768.     }
  1769.     /**
  1770.      * Gets the public 'translator' shared service.
  1771.      *
  1772.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1773.      */
  1774.     protected function getTranslatorService()
  1775.     {
  1776.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1777.     }
  1778.     /**
  1779.      * Gets the public 'twig' shared service.
  1780.      *
  1781.      * @return \Twig\Environment
  1782.      */
  1783.     protected function getTwigService()
  1784.     {
  1785.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  1786.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct4/Resource/template'), 'RelatedProduct4');
  1787.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SlnRegular4/Resource/template'), 'SlnRegular4');
  1788.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SortProduct/Resource/template'), 'SortProduct');
  1789.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ReceiptPdf2/Resource/template'), 'ReceiptPdf2');
  1790.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SlnPayment41/Resource/template'), 'SlnPayment41');
  1791.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  1792.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  1793.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  1794.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  1795.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  1796.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  1797.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  1798.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  1799.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1800.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1801.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1802.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1803.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1804.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1805.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1806.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1807.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1809.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1810.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1811.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1812.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1813.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), 'MobileDetect');
  1814.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), '!MobileDetect');
  1815.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  1816.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  1817.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1818.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1819.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1820.         $this->services['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']);
  1821.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1822.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1823.         $d = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  1824.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1825.         $f = new \Symfony\Component\Asset\Context\RequestStackContext($e''false);
  1826.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1827.         $h = ($this->services['router'] ?? $this->getRouterService());
  1828.         $i = new \Symfony\Component\Workflow\Registry();
  1829.         $i->addWorkflow(($this->services['state_machine.order'] ?? $this->getStateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  1830.         $j = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1831.         $k = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  1832.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1833.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1834.         $m = new \SunCat\MobileDetectBundle\Twig\Extension\MobileDetectExtension(($this->privates['mobile_detect.mobile_detector.default'] ?? ($this->privates['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()), $this->parameters['mobile_detect.redirect']);
  1835.         $m->setRequestByRequestStack($e);
  1836.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1837.         $n->setEnvironment('dev');
  1838.         $n->setDebug(true);
  1839.         if ($this->has('security.token_storage')) {
  1840.             $n->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1841.         }
  1842.         if ($this->has('request_stack')) {
  1843.             $n->setRequestStack($e);
  1844.         }
  1845.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1846.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1849.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1850.         $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'), $d$f), ['admin' => new \Symfony\Component\Asset\PathPackage('/html/template/admin'$d$f), 'save_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/save_image'$d$f), 'plugin' => new \Symfony\Component\Asset\PathPackage('/html/plugin'$d$f), 'install' => new \Symfony\Component\Asset\PathPackage('/html/template/install'$d$f), 'temp_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/temp_image'$d$f), 'user_data' => new \Symfony\Component\Asset\PathPackage('/html/user_data'$d$f), 'contact_works_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/contact_works_image'$d$f), 'contact_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/contact_image'$d$f)])));
  1851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  1852.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1853.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1854.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1856.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1857.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1858.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  1859.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1860.         $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())));
  1861.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartService2Service())));
  1862.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService())));
  1863.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  1864.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  1865.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  1866.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($j));
  1867.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  1868.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  1869.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  1870.         $instance->addExtension(new \Customize\Twig\Extension\TwigExtension($j$k, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService())));
  1871.         $instance->addExtension(new \Twig_Extension_StringLoader());
  1872.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  1873.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1874.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1875.         $instance->addExtension($m);
  1876.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$c)));
  1877.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1878.         $instance->addGlobal('app'$n);
  1879.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1880.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService.php'true],
  1881.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1882.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1883.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1884.         ], [
  1885.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1886.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1887.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1888.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1889.         ])));
  1890.         $instance->addGlobal('BaseInfo'NULL);
  1891.         $instance->addGlobal('eccube_config'$k);
  1892.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1893.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1894.         return $instance;
  1895.     }
  1896.     /**
  1897.      * Gets the public 'validator' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1900.      */
  1901.     protected function getValidatorService()
  1902.     {
  1903.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1904.     }
  1905.     /**
  1906.      * Gets the public 'var_dumper.cloner' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1909.      */
  1910.     protected function getVarDumper_ClonerService()
  1911.     {
  1912.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1913.         $instance->setMaxItems(2500);
  1914.         $instance->setMinDepth(1);
  1915.         $instance->setMaxString(-1);
  1916.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1917.         return $instance;
  1918.     }
  1919.     /**
  1920.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1921.      *
  1922.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1923.      */
  1924.     protected function get_LegacyResolveControllerNameSubscriberService()
  1925.     {
  1926.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1927.     }
  1928.     /**
  1929.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  1930.      *
  1931.      * @return \Eccube\DataCollector\EccubeDataCollector
  1932.      */
  1933.     protected function getEccubeDataCollectorService()
  1934.     {
  1935.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  1936.     }
  1937.     /**
  1938.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  1939.      *
  1940.      * @return \Eccube\Doctrine\Query\Queries
  1941.      */
  1942.     protected function getQueriesService()
  1943.     {
  1944.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  1945.         $a = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  1946.         $instance->addCustomizer(new \Customize\Doctrine\Query\ShopMemoWhereCustomizer());
  1947.         $instance->addCustomizer(new \Plugin\SortProduct\Entity\SortProductJoin($a));
  1948.         $instance->addCustomizer(new \Plugin\SortProduct\Entity\SortProductOrderBy($a));
  1949.         return $instance;
  1950.     }
  1951.     /**
  1952.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  1953.      *
  1954.      * @return \Eccube\EventListener\IpAddrListener
  1955.      */
  1956.     protected function getIpAddrListenerService()
  1957.     {
  1958.         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()));
  1959.     }
  1960.     /**
  1961.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  1962.      *
  1963.      * @return \Eccube\EventListener\LogListener
  1964.      */
  1965.     protected function getLogListenerService()
  1966.     {
  1967.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1968.     }
  1969.     /**
  1970.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  1971.      *
  1972.      * @return \Eccube\EventListener\MaintenanceListener
  1973.      */
  1974.     protected function getMaintenanceListenerService()
  1975.     {
  1976.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  1977.     }
  1978.     /**
  1979.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  1980.      *
  1981.      * @return \Eccube\EventListener\MobileTemplatePathListener
  1982.      */
  1983.     protected function getMobileTemplatePathListenerService()
  1984.     {
  1985.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] ?? ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1986.     }
  1987.     /**
  1988.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  1989.      *
  1990.      * @return \Eccube\EventListener\TransactionListener
  1991.      */
  1992.     protected function getTransactionListenerService()
  1993.     {
  1994.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1995.     }
  1996.     /**
  1997.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  1998.      *
  1999.      * @return \Eccube\EventListener\TwigInitializeListener
  2000.      */
  2001.     protected function getTwigInitializeListenerService()
  2002.     {
  2003.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener(($this->services['twig'] ?? $this->getTwigService()), ($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['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] ?? ($this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2004.     }
  2005.     /**
  2006.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2007.      *
  2008.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2009.      */
  2010.     protected function getTwoFactorAuthListenerService()
  2011.     {
  2012.         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()));
  2013.     }
  2014.     /**
  2015.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2016.      *
  2017.      * @return \Eccube\Log\Processor\SessionProcessor
  2018.      */
  2019.     protected function getSessionProcessorService()
  2020.     {
  2021.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['session'] ?? $this->getSessionService()));
  2022.     }
  2023.     /**
  2024.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2025.      *
  2026.      * @return \Eccube\Log\Processor\TokenProcessor
  2027.      */
  2028.     protected function getTokenProcessorService()
  2029.     {
  2030.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2031.     }
  2032.     /**
  2033.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2034.      *
  2035.      * @return \Eccube\Repository\AuthorityRoleRepository
  2036.      */
  2037.     protected function getAuthorityRoleRepositoryService()
  2038.     {
  2039.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2040.     }
  2041.     /**
  2042.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2043.      *
  2044.      * @return \Eccube\Repository\BaseInfoRepository
  2045.      */
  2046.     protected function getBaseInfoRepositoryService()
  2047.     {
  2048.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2049.     }
  2050.     /**
  2051.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2052.      *
  2053.      * @return \Eccube\Repository\BlockPositionRepository
  2054.      */
  2055.     protected function getBlockPositionRepositoryService()
  2056.     {
  2057.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2058.     }
  2059.     /**
  2060.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2061.      *
  2062.      * @return \Eccube\Repository\BlockRepository
  2063.      */
  2064.     protected function getBlockRepositoryService()
  2065.     {
  2066.         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))));
  2067.     }
  2068.     /**
  2069.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2070.      *
  2071.      * @return \Eccube\Repository\CartRepository
  2072.      */
  2073.     protected function getCartRepositoryService()
  2074.     {
  2075.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2076.     }
  2077.     /**
  2078.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2079.      *
  2080.      * @return \Eccube\Repository\LayoutRepository
  2081.      */
  2082.     protected function getLayoutRepositoryService()
  2083.     {
  2084.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2085.     }
  2086.     /**
  2087.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2088.      *
  2089.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2090.      */
  2091.     protected function getDeviceTypeRepositoryService()
  2092.     {
  2093.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2097.      *
  2098.      * @return \Eccube\Repository\OrderRepository
  2099.      */
  2100.     protected function getOrderRepositoryService()
  2101.     {
  2102.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2106.      *
  2107.      * @return \Eccube\Repository\PageLayoutRepository
  2108.      */
  2109.     protected function getPageLayoutRepositoryService()
  2110.     {
  2111.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2112.     }
  2113.     /**
  2114.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2115.      *
  2116.      * @return \Eccube\Repository\PageRepository
  2117.      */
  2118.     protected function getPageRepositoryService()
  2119.     {
  2120.         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);
  2121.     }
  2122.     /**
  2123.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2124.      *
  2125.      * @return \Eccube\Repository\ProductClassRepository
  2126.      */
  2127.     protected function getProductClassRepositoryService()
  2128.     {
  2129.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2130.     }
  2131.     /**
  2132.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2133.      *
  2134.      * @return \Eccube\Repository\ProductRepository
  2135.      */
  2136.     protected function getProductRepositoryService()
  2137.     {
  2138.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2139.     }
  2140.     /**
  2141.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2142.      *
  2143.      * @return \Eccube\Repository\TaxRuleRepository
  2144.      */
  2145.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2146.     {
  2147.         if ($lazyLoad) {
  2148.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2149.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2150.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2151.                     $proxy->setProxyInitializer(null);
  2152.                     return true;
  2153.                 });
  2154.             });
  2155.         }
  2156.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2157.         return new \Eccube\Repository\TaxRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2158.     }
  2159.     /**
  2160.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2161.      *
  2162.      * @return \Eccube\Request\Context
  2163.      */
  2164.     protected function getContextService()
  2165.     {
  2166.         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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2167.     }
  2168.     /**
  2169.      * Gets the private 'Eccube\Security\Core\Encoder\PasswordEncoder' shared autowired service.
  2170.      *
  2171.      * @return \Eccube\Security\Core\Encoder\PasswordEncoder
  2172.      */
  2173.     protected function getPasswordEncoderService()
  2174.     {
  2175.         return $this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] = new \Eccube\Security\Core\Encoder\PasswordEncoder(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2176.     }
  2177.     /**
  2178.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2179.      *
  2180.      * @return \Eccube\Service\CartService
  2181.      */
  2182.     protected function getCartService2Service($lazyLoad true)
  2183.     {
  2184.         if ($lazyLoad) {
  2185.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2186.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2187.                     $wrappedInstance $this->getCartService2Service(false);
  2188.                     $proxy->setProxyInitializer(null);
  2189.                     return true;
  2190.                 });
  2191.             });
  2192.         }
  2193.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2194.         return new \Eccube\Service\CartService(($this->services['session'] ?? $this->getSessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] = new \Eccube\Service\Cart\ProductClassComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2195.     }
  2196.     /**
  2197.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2198.      *
  2199.      * @return \Eccube\Service\TwoFactorAuthService
  2200.      */
  2201.     protected function getTwoFactorAuthServiceService()
  2202.     {
  2203.         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->getSecurity_EncoderFactory_GenericService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2204.     }
  2205.     /**
  2206.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2207.      *
  2208.      * @return \Eccube\Twig\Extension\EccubeExtension
  2209.      */
  2210.     protected function getEccubeExtensionService()
  2211.     {
  2212.         return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] = new \Eccube\Twig\Extension\EccubeExtension(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2213.     }
  2214.     /**
  2215.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2216.      *
  2217.      * @return \Eccube\Twig\Extension\TaxExtension
  2218.      */
  2219.     protected function getTaxExtensionService()
  2220.     {
  2221.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2222.     }
  2223.     /**
  2224.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2225.      *
  2226.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2227.      */
  2228.     protected function getWebProcessorService()
  2229.     {
  2230.         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']);
  2231.     }
  2232.     /**
  2233.      * Gets the private 'annotations.cache_adapter' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2236.      */
  2237.     protected function getAnnotations_CacheAdapterService()
  2238.     {
  2239.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'annotations.cached_reader' shared service.
  2243.      *
  2244.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2245.      */
  2246.     protected function getAnnotations_CachedReaderService()
  2247.     {
  2248.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2249.     }
  2250.     /**
  2251.      * Gets the private 'annotations.reader' shared service.
  2252.      *
  2253.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2254.      */
  2255.     protected function getAnnotations_ReaderService()
  2256.     {
  2257.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2258.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2259.         $a->registerUniqueLoader('class_exists');
  2260.         $instance->addGlobalIgnoredName('required'$a);
  2261.         return $instance;
  2262.     }
  2263.     /**
  2264.      * Gets the private 'cache.annotations' shared service.
  2265.      *
  2266.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2267.      */
  2268.     protected function getCache_AnnotationsService()
  2269.     {
  2270.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j3WIWD2C9d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2271.     }
  2272.     /**
  2273.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2274.      *
  2275.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2276.      */
  2277.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2278.     {
  2279.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2280.     }
  2281.     /**
  2282.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2285.      */
  2286.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2287.     {
  2288.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2289.     }
  2290.     /**
  2291.      * Gets the private 'cache.property_info' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2294.      */
  2295.     protected function getCache_PropertyInfoService()
  2296.     {
  2297.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JqggtpxMA2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2298.     }
  2299.     /**
  2300.      * Gets the private 'cache.security_expression_language' shared service.
  2301.      *
  2302.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2303.      */
  2304.     protected function getCache_SecurityExpressionLanguageService()
  2305.     {
  2306.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4P6XC1HyN1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'cache.serializer' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2312.      */
  2313.     protected function getCache_SerializerService()
  2314.     {
  2315.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EYxRY8Wn5r'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'cache.validator' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2321.      */
  2322.     protected function getCache_ValidatorService()
  2323.     {
  2324.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fBZzyMIFJf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'config_cache_factory' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2330.      */
  2331.     protected function getConfigCacheFactoryService()
  2332.     {
  2333.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2334.             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)));
  2335.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2336.         }, 2));
  2337.     }
  2338.     /**
  2339.      * Gets the private 'data_collector.form' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2342.      */
  2343.     protected function getDataCollector_FormService()
  2344.     {
  2345.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2346.     }
  2347.     /**
  2348.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2351.      */
  2352.     protected function getDebug_DebugHandlersListenerService()
  2353.     {
  2354.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2355.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2356.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2357.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2358.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2359.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2360.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2361.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2362.         $a->pushHandler(($this->privates['monolog.handler.admin'] ?? $this->getMonolog_Handler_AdminService()));
  2363.         $a->pushHandler(($this->privates['monolog.handler.front'] ?? $this->getMonolog_Handler_FrontService()));
  2364.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2365.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2366.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2367.     }
  2368.     /**
  2369.      * Gets the private 'debug.file_link_formatter' shared service.
  2370.      *
  2371.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2372.      */
  2373.     protected function getDebug_FileLinkFormatterService()
  2374.     {
  2375.         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 () {
  2376.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2377.         });
  2378.     }
  2379.     /**
  2380.      * Gets the private 'debug.log_processor' shared service.
  2381.      *
  2382.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2383.      */
  2384.     protected function getDebug_LogProcessorService()
  2385.     {
  2386.         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())));
  2387.     }
  2388.     /**
  2389.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2390.      *
  2391.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2392.      */
  2393.     protected function getDebug_Security_Access_DecisionManagerService()
  2394.     {
  2395.         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 () {
  2396.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2397.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  2398.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2399.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService.php'));
  2400.         }, 4), 'unanimous'falsetrue));
  2401.     }
  2402.     /**
  2403.      * Gets the private 'debug.security.firewall' shared service.
  2404.      *
  2405.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2406.      */
  2407.     protected function getDebug_Security_FirewallService()
  2408.     {
  2409.         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()));
  2410.     }
  2411.     /**
  2412.      * Gets the private 'eccube.collector.core' shared autowired service.
  2413.      *
  2414.      * @return \Eccube\DataCollector\EccubeDataCollector
  2415.      */
  2416.     protected function getEccube_Collector_CoreService()
  2417.     {
  2418.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2419.     }
  2420.     /**
  2421.      * Gets the private 'eccube.log.formatter.line' shared autowired service.
  2422.      *
  2423.      * @return \Monolog\Formatter\LineFormatter
  2424.      */
  2425.     protected function getEccube_Log_Formatter_LineService()
  2426.     {
  2427.         return $this->privates['eccube.log.formatter.line'] = new \Monolog\Formatter\LineFormatter('[%datetime%] %channel%.%level_name% [%extra.session_id%] [%extra.uid%] [%extra.user_id%] [%extra.class%:%extra.function%:%extra.line%] - %message% %context% [%extra.http_method%, %extra.url%, %extra.ip%, %extra.referrer%, %extra.user_agent%]'."\n".'');
  2428.     }
  2429.     /**
  2430.      * Gets the private 'esi_listener' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2433.      */
  2434.     protected function getEsiListenerService()
  2435.     {
  2436.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2437.     }
  2438.     /**
  2439.      * Gets the private 'exception_listener' shared service.
  2440.      *
  2441.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2442.      */
  2443.     protected function getExceptionListenerService()
  2444.     {
  2445.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  2446.     }
  2447.     /**
  2448.      * Gets the private 'fragment.listener' shared service.
  2449.      *
  2450.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2451.      */
  2452.     protected function getFragment_ListenerService()
  2453.     {
  2454.         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');
  2455.     }
  2456.     /**
  2457.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2458.      *
  2459.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2460.      */
  2461.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2462.     {
  2463.         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())));
  2464.     }
  2465.     /**
  2466.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2467.      *
  2468.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2469.      */
  2470.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2471.     {
  2472.         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['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2473.     }
  2474.     /**
  2475.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2476.      *
  2477.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2478.      */
  2479.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2480.     {
  2481.         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]);
  2482.     }
  2483.     /**
  2484.      * Gets the private 'locale_aware_listener' shared service.
  2485.      *
  2486.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2487.      */
  2488.     protected function getLocaleAwareListenerService()
  2489.     {
  2490.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2491.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2492.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2493.     }
  2494.     /**
  2495.      * Gets the private 'locale_listener' shared service.
  2496.      *
  2497.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2498.      */
  2499.     protected function getLocaleListenerService()
  2500.     {
  2501.         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()));
  2502.     }
  2503.     /**
  2504.      * Gets the private 'mobile_detect.device_view' shared service.
  2505.      *
  2506.      * @return \SunCat\MobileDetectBundle\Helper\DeviceView
  2507.      */
  2508.     protected function getMobileDetect_DeviceViewService()
  2509.     {
  2510.         $this->privates['mobile_detect.device_view'] = $instance = new \SunCat\MobileDetectBundle\Helper\DeviceView(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2511.         $instance->setCookieKey('device_view');
  2512.         $instance->setCookiePath('/');
  2513.         $instance->setCookieDomain('');
  2514.         $instance->setCookieSecure(false);
  2515.         $instance->setCookieHttpOnly(true);
  2516.         $instance->setSwitchParam('device_view');
  2517.         $instance->setCookieExpireDatetimeModifier('1 month');
  2518.         $instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  2519.         return $instance;
  2520.     }
  2521.     /**
  2522.      * Gets the private 'mobile_detect.request_listener' shared service.
  2523.      *
  2524.      * @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
  2525.      */
  2526.     protected function getMobileDetect_RequestListenerService()
  2527.     {
  2528.         return $this->privates['mobile_detect.request_listener'] = new \SunCat\MobileDetectBundle\EventListener\RequestResponseListener(($this->privates['mobile_detect.mobile_detector.default'] ?? ($this->privates['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['mobile_detect.redirect'], true);
  2529.     }
  2530.     /**
  2531.      * Gets the private 'monolog.handler.admin' shared service.
  2532.      *
  2533.      * @return \Monolog\Handler\FingersCrossedHandler
  2534.      */
  2535.     protected function getMonolog_Handler_AdminService()
  2536.     {
  2537.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/admin.log'), 60100trueNULLfalse);
  2538.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2539.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2540.         $a->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  2541.         return $this->privates['monolog.handler.admin'] = new \Monolog\Handler\FingersCrossedHandler($a4000truetrue200);
  2542.     }
  2543.     /**
  2544.      * Gets the private 'monolog.handler.console' shared service.
  2545.      *
  2546.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2547.      */
  2548.     protected function getMonolog_Handler_ConsoleService()
  2549.     {
  2550.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2551.     }
  2552.     /**
  2553.      * Gets the private 'monolog.handler.front' shared service.
  2554.      *
  2555.      * @return \Monolog\Handler\FingersCrossedHandler
  2556.      */
  2557.     protected function getMonolog_Handler_FrontService()
  2558.     {
  2559.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/front.log'), 60100trueNULLfalse);
  2560.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2561.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2562.         $a->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  2563.         return $this->privates['monolog.handler.front'] = new \Monolog\Handler\FingersCrossedHandler($a4000truetrue200);
  2564.     }
  2565.     /**
  2566.      * Gets the private 'monolog.handler.main' shared service.
  2567.      *
  2568.      * @return \Monolog\Handler\FingersCrossedHandler
  2569.      */
  2570.     protected function getMonolog_Handler_MainService()
  2571.     {
  2572.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/site.log'), 60100trueNULLfalse);
  2573.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2574.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2575.         $a->setFormatter(($this->privates['eccube.log.formatter.line'] ?? $this->getEccube_Log_Formatter_LineService()));
  2576.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a4000truetrue200);
  2577.     }
  2578.     /**
  2579.      * Gets the private 'monolog.logger' shared service.
  2580.      *
  2581.      * @return \Symfony\Bridge\Monolog\Logger
  2582.      */
  2583.     protected function getMonolog_LoggerService()
  2584.     {
  2585.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2586.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2587.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2588.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2589.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2590.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2591.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2592.         $instance->useMicrosecondTimestamps(true);
  2593.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2594.         $instance->pushHandler(($this->privates['monolog.handler.admin'] ?? $this->getMonolog_Handler_AdminService()));
  2595.         $instance->pushHandler(($this->privates['monolog.handler.front'] ?? $this->getMonolog_Handler_FrontService()));
  2596.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2597.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2598.         return $instance;
  2599.     }
  2600.     /**
  2601.      * Gets the private 'monolog.logger.cache' shared service.
  2602.      *
  2603.      * @return \Symfony\Bridge\Monolog\Logger
  2604.      */
  2605.     protected function getMonolog_Logger_CacheService()
  2606.     {
  2607.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2608.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2609.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2610.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2611.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2612.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2613.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2614.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2615.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2616.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2617.         return $instance;
  2618.     }
  2619.     /**
  2620.      * Gets the private 'monolog.logger.request' shared service.
  2621.      *
  2622.      * @return \Symfony\Bridge\Monolog\Logger
  2623.      */
  2624.     protected function getMonolog_Logger_RequestService()
  2625.     {
  2626.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2627.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2628.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2629.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2630.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2631.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor('!php/const:Monolog\\Logger::DEBUG', [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2632.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2633.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2634.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2635.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2636.         return $instance;
  2637.     }
  2638.     /**
  2639.      * Gets the private 'profiler_listener' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2642.      */
  2643.     protected function getProfilerListenerService()
  2644.     {
  2645.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2646.     }
  2647.     /**
  2648.      * Gets the private 'router.request_context' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\Routing\RequestContext
  2651.      */
  2652.     protected function getRouter_RequestContextService()
  2653.     {
  2654.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2655.     }
  2656.     /**
  2657.      * Gets the private 'router_listener' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2660.      */
  2661.     protected function getRouterListenerService()
  2662.     {
  2663.         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);
  2664.     }
  2665.     /**
  2666.      * Gets the private 'security.authentication.manager' shared service.
  2667.      *
  2668.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2669.      */
  2670.     protected function getSecurity_Authentication_ManagerService()
  2671.     {
  2672.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2673.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2674.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2675.             yield => ($this->privates['security.authentication.provider.dao.customer'] ?? $this->load('getSecurity_Authentication_Provider_Dao_CustomerService.php'));
  2676.             yield => ($this->privates['security.authentication.provider.rememberme.customer'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_CustomerService.php'));
  2677.             yield => ($this->privates['security.authentication.provider.anonymous.customer'] ?? ($this->privates['security.authentication.provider.anonymous.customer'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2678.         }, 5), true);
  2679.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2680.         return $instance;
  2681.     }
  2682.     /**
  2683.      * Gets the private 'security.csrf.token_storage' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2686.      */
  2687.     protected function getSecurity_Csrf_TokenStorageService()
  2688.     {
  2689.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  2690.     }
  2691.     /**
  2692.      * Gets the private 'security.encoder_factory.generic' shared service.
  2693.      *
  2694.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2695.      */
  2696.     protected function getSecurity_EncoderFactory_GenericService()
  2697.     {
  2698.         $a = ($this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] ?? $this->getPasswordEncoderService());
  2699.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Eccube\\Entity\\Member' => $a'Eccube\\Entity\\Customer' => $a]);
  2700.     }
  2701.     /**
  2702.      * Gets the private 'security.firewall.map' shared service.
  2703.      *
  2704.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2705.      */
  2706.     protected function getSecurity_Firewall_MapService()
  2707.     {
  2708.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2709.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  2710.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService.php'true],
  2711.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2712.         ], [
  2713.             'security.firewall.map.context.admin' => '?',
  2714.             'security.firewall.map.context.customer' => '?',
  2715.             'security.firewall.map.context.dev' => '?',
  2716.         ]), new RewindableGenerator(function () {
  2717.             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)/')));
  2718.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.qext0FB'] ?? ($this->privates['.security.request_matcher.qext0FB'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  2719.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2720.         }, 3));
  2721.     }
  2722.     /**
  2723.      * Gets the private 'security.logout_url_generator' shared service.
  2724.      *
  2725.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2726.      */
  2727.     protected function getSecurity_LogoutUrlGeneratorService()
  2728.     {
  2729.         $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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2730.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  2731.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  2732.         return $instance;
  2733.     }
  2734.     /**
  2735.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2736.      *
  2737.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2738.      */
  2739.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2740.     {
  2741.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2742.     }
  2743.     /**
  2744.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2745.      *
  2746.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2747.      */
  2748.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2749.     {
  2750.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2751.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2752.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2753.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2754.     }
  2755.     /**
  2756.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2757.      *
  2758.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2759.      */
  2760.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2761.     {
  2762.         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(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2763.     }
  2764.     /**
  2765.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2766.      *
  2767.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2768.      */
  2769.     protected function getSensioFrameworkExtra_View_ListenerService()
  2770.     {
  2771.         $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))));
  2772.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2773.             'twig' => ['services''twig''getTwigService'false],
  2774.         ], [
  2775.             'twig' => 'Twig\\Environment',
  2776.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the private 'session_listener' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2783.      */
  2784.     protected function getSessionListenerService()
  2785.     {
  2786.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2787.             'initialized_session' => ['services''session'NULLfalse],
  2788.             'session' => ['services''session''getSessionService'false],
  2789.         ], [
  2790.             'initialized_session' => '?',
  2791.             'session' => '?',
  2792.         ]));
  2793.     }
  2794.     /**
  2795.      * Gets the private 'translator.default' shared service.
  2796.      *
  2797.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2798.      */
  2799.     protected function getTranslator_DefaultService()
  2800.     {
  2801.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2802.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2803.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2804.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2805.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2806.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2807.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2808.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2809.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2810.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2811.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2812.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2813.         ], [
  2814.             'translation.loader.csv' => '?',
  2815.             'translation.loader.dat' => '?',
  2816.             'translation.loader.ini' => '?',
  2817.             'translation.loader.json' => '?',
  2818.             'translation.loader.mo' => '?',
  2819.             'translation.loader.php' => '?',
  2820.             'translation.loader.po' => '?',
  2821.             'translation.loader.qt' => '?',
  2822.             'translation.loader.res' => '?',
  2823.             'translation.loader.xliff' => '?',
  2824.             'translation.loader.yml' => '?',
  2825.         ]), 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/Resources/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')], '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')], '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')], '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/Resources/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/Resources/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/Resources/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/Resources/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')], '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/Resources/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')], '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/Resources/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')], '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/Resources/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/Resources/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/Resources/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).'/app/Plugin/RelatedProduct4/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SortProduct/Resource/locale/messages.ja.php'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/Resources/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')], '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/Resources/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/Resources/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/Resources/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/Resources/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/Resources/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')], '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/Resources/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')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.pt_PT.xlf')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ua.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/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/Resources/translations'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct4/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SortProduct/Resource/locale'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Eccube/Resources/FrameworkBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Eccube/Resources/SecurityBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineCacheBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineMigrationsBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineFixturesBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/src/Eccube/Resources/SensioFrameworkExtraBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Eccube/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Eccube/Resources/SwiftmailerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Eccube/Resources/TwigBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Eccube/Resources/DebugBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Eccube/Resources/WebServerBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Eccube/Resources/WebProfilerBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/src/Eccube/Resources/MakerBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'), 37 => (\dirname(__DIR__4).'/src/Eccube/Resources/MobileDetectBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Eccube/Resources/KnpPaginatorBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations'), 41 => (\dirname(__DIR__4).'/translations'), 42 => (\dirname(__DIR__4).'/src/Eccube/Resources/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/Resources/translations'=> 'app/Plugin/RelatedProduct4/Resource/locale'=> 'app/Plugin/SortProduct/Resource/locale'=> 'src/Eccube/Resource/locale/'=> 'app/Customize/Resource/locale/'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Eccube/Resources/FrameworkBundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'src/Eccube/Resources/SecurityBundle/translations'12 => 'vendor/doctrine/doctrine-cache-bundle/translations'13 => 'src/Eccube/Resources/DoctrineCacheBundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'src/Eccube/Resources/DoctrineBundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'src/Eccube/Resources/DoctrineMigrationsBundle/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'19 => 'src/Eccube/Resources/DoctrineFixturesBundle/translations'20 => 'vendor/sensio/framework-extra-bundle/src/translations'21 => 'src/Eccube/Resources/SensioFrameworkExtraBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Eccube/Resources/MonologBundle/translations'24 => 'vendor/symfony/swiftmailer-bundle/translations'25 => 'src/Eccube/Resources/SwiftmailerBundle/translations'26 => 'vendor/symfony/twig-bundle/translations'27 => 'src/Eccube/Resources/TwigBundle/translations'28 => 'vendor/symfony/debug-bundle/translations'29 => 'src/Eccube/Resources/DebugBundle/translations'30 => 'vendor/symfony/web-server-bundle/translations'31 => 'src/Eccube/Resources/WebServerBundle/translations'32 => 'vendor/symfony/web-profiler-bundle/translations'33 => 'src/Eccube/Resources/WebProfilerBundle/translations'34 => 'vendor/symfony/maker-bundle/src/translations'35 => 'src/Eccube/Resources/MakerBundle/translations'36 => 'vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'37 => 'src/Eccube/Resources/MobileDetectBundle/translations'38 => 'src/Eccube/Resources/KnpPaginatorBundle/translations'39 => 'vendor/exercise/htmlpurifier-bundle/src/translations'40 => 'src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations'41 => 'translations'42 => 'src/Eccube/Resources/translations']]]);
  2826.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2827.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  2828.         return $instance;
  2829.     }
  2830.     /**
  2831.      * Gets the private 'validator.builder' shared service.
  2832.      *
  2833.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2834.      */
  2835.     protected function getValidator_BuilderService()
  2836.     {
  2837.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2838.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2839.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService.php'true],
  2840.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService.php'true],
  2841.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2842.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2843.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2844.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2845.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2846.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2847.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2848.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2849.         ], [
  2850.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  2851.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  2852.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2853.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2854.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2855.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2856.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2857.             'doctrine.orm.validator.unique' => '?',
  2858.             'security.validator.user_password' => '?',
  2859.             'validator.expression' => '?',
  2860.         ])));
  2861.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2862.         $instance->setTranslationDomain('validators');
  2863.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2864.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2865.         $instance->addMethodMapping('loadValidatorMetadata');
  2866.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2867.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2868.         return $instance;
  2869.     }
  2870.     /**
  2871.      * Gets the private 'var_dumper.html_dumper' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2874.      */
  2875.     protected function getVarDumper_HtmlDumperService()
  2876.     {
  2877.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2878.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the private 'web_profiler.csp.handler' shared service.
  2883.      *
  2884.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2885.      */
  2886.     protected function getWebProfiler_Csp_HandlerService()
  2887.     {
  2888.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2889.     }
  2890.     /**
  2891.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2892.      *
  2893.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2894.      */
  2895.     protected function getWebProfiler_DebugToolbarService()
  2896.     {
  2897.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2898.     }
  2899.     /**
  2900.      * @return array|bool|float|int|string|null
  2901.      */
  2902.     public function getParameter($name)
  2903.     {
  2904.         $name = (string) $name;
  2905.         if (isset($this->buildParameters[$name])) {
  2906.             return $this->buildParameters[$name];
  2907.         }
  2908.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2909.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2910.         }
  2911.         if (isset($this->loadedDynamicParameters[$name])) {
  2912.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2913.         }
  2914.         return $this->parameters[$name];
  2915.     }
  2916.     public function hasParameter($name): bool
  2917.     {
  2918.         $name = (string) $name;
  2919.         if (isset($this->buildParameters[$name])) {
  2920.             return true;
  2921.         }
  2922.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2923.     }
  2924.     public function setParameter($name$value): void
  2925.     {
  2926.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2927.     }
  2928.     public function getParameterBag(): ParameterBagInterface
  2929.     {
  2930.         if (null === $this->parameterBag) {
  2931.             $parameters $this->parameters;
  2932.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2933.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2934.             }
  2935.             foreach ($this->buildParameters as $name => $value) {
  2936.                 $parameters[$name] = $value;
  2937.             }
  2938.             $this->parameterBag = new FrozenParameterBag($parameters);
  2939.         }
  2940.         return $this->parameterBag;
  2941.     }
  2942.     private $loadedDynamicParameters = [
  2943.         'kernel.cache_dir' => false,
  2944.         'locale' => false,
  2945.         'timezone' => false,
  2946.         'currency' => false,
  2947.         'eccube_database_url' => false,
  2948.         'eccube_mailer_url' => false,
  2949.         'eccube_admin_route' => false,
  2950.         'eccube_user_data_route' => false,
  2951.         'eccube_admin_allow_hosts' => false,
  2952.         'eccube_admin_deny_hosts' => false,
  2953.         'eccube_force_ssl' => false,
  2954.         'eccube.theme' => false,
  2955.         'eccube_theme_code' => false,
  2956.         'eccube_auth_magic' => false,
  2957.         'eccube_theme_front_dir' => false,
  2958.         'eccube_html_front_dir' => false,
  2959.         'eccube_csv_temp_realdir' => false,
  2960.         'eccube_owners_store_url' => false,
  2961.         'eccube_package_api_url' => false,
  2962.         'eccube_content_maintenance_file_path' => false,
  2963.         'eccube_2fa_enabled' => false,
  2964.         'eccube_2fa_cookie_name' => false,
  2965.         'eccube_2fa_expire' => false,
  2966.         'kernel.secret' => false,
  2967.         'kernel.default_locale' => false,
  2968.         'session.storage.options' => false,
  2969.         'validator.mapping.cache.file' => false,
  2970.         'profiler.storage.dsn' => false,
  2971.         'debug.container.dump' => false,
  2972.         'serializer.mapping.cache.file' => false,
  2973.         'doctrine.orm.proxy_dir' => false,
  2974.         'swiftmailer.spool.default.memory.path' => false,
  2975.     ];
  2976.     private $dynamicParameters = [];
  2977.     private function getDynamicParameter(string $name)
  2978.     {
  2979.         switch ($name) {
  2980.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2981.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  2982.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  2983.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  2984.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  2985.             case 'eccube_mailer_url'$value $this->getEnv('MAILER_URL'); break;
  2986.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  2987.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  2988.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  2989.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  2990.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  2991.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  2992.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  2993.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  2994.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  2995.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  2996.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  2997.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  2998.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  2999.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3000.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3001.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3002.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3003.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3004.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3005.             case 'session.storage.options'$value = [
  3006.                 'cache_limiter' => '0',
  3007.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3008.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3009.                 'cookie_httponly' => true,
  3010.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3011.                 'gc_probability' => 1,
  3012.             ]; break;
  3013.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3014.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3015.             case 'debug.container.dump'$value = ($this->targetDir.''.'/EccubeEccube_KernelDevDebugContainer.xml'); break;
  3016.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3017.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3018.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3019.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3020.         }
  3021.         $this->loadedDynamicParameters[$name] = true;
  3022.         return $this->dynamicParameters[$name] = $value;
  3023.     }
  3024.     protected function getDefaultParameters(): array
  3025.     {
  3026.         return [
  3027.             'kernel.root_dir' => (\dirname(__DIR__4).'/src/Eccube'),
  3028.             'kernel.project_dir' => \dirname(__DIR__4),
  3029.             'kernel.environment' => 'dev',
  3030.             'kernel.debug' => true,
  3031.             'kernel.name' => 'Eccube',
  3032.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3033.             'kernel.bundles' => [
  3034.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3035.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3036.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3037.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3038.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3039.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3040.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3041.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3042.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3043.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3044.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3045.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  3046.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3047.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3048.                 'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
  3049.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3050.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3051.             ],
  3052.             'kernel.bundles_metadata' => [
  3053.                 'FrameworkBundle' => [
  3054.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3055.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3056.                 ],
  3057.                 'SecurityBundle' => [
  3058.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3059.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3060.                 ],
  3061.                 'DoctrineCacheBundle' => [
  3062.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  3063.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  3064.                 ],
  3065.                 'DoctrineBundle' => [
  3066.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3067.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3068.                 ],
  3069.                 'DoctrineMigrationsBundle' => [
  3070.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3071.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3072.                 ],
  3073.                 'DoctrineFixturesBundle' => [
  3074.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3075.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3076.                 ],
  3077.                 'SensioFrameworkExtraBundle' => [
  3078.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3079.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3080.                 ],
  3081.                 'MonologBundle' => [
  3082.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3083.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3084.                 ],
  3085.                 'SwiftmailerBundle' => [
  3086.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3087.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3088.                 ],
  3089.                 'TwigBundle' => [
  3090.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3091.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3092.                 ],
  3093.                 'DebugBundle' => [
  3094.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3095.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3096.                 ],
  3097.                 'WebServerBundle' => [
  3098.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  3099.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  3100.                 ],
  3101.                 'WebProfilerBundle' => [
  3102.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3103.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3104.                 ],
  3105.                 'MakerBundle' => [
  3106.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3107.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3108.                 ],
  3109.                 'MobileDetectBundle' => [
  3110.                     'path' => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
  3111.                     'namespace' => 'SunCat\\MobileDetectBundle',
  3112.                 ],
  3113.                 'KnpPaginatorBundle' => [
  3114.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3115.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3116.                 ],
  3117.                 'ExerciseHTMLPurifierBundle' => [
  3118.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3119.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3120.                 ],
  3121.             ],
  3122.             'kernel.charset' => 'UTF-8',
  3123.             'kernel.container_class' => 'EccubeEccube_KernelDevDebugContainer',
  3124.             'container.dumper.inline_class_loader' => true,
  3125.             'env(ECCUBE_LOCALE)' => 'ja',
  3126.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3127.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3128.             'installation_work_category' => 89,
  3129.             'noindex' => [
  3130.                 => 266,
  3131.                 => 268,
  3132.             ],
  3133.             'contact_works_mail' => [
  3134.                 'dev' => [
  3135.                     'bcc' => 'm-hirao@9point.co.jp',
  3136.                     'replyto' => 'm-hirao@9point.co.jp',
  3137.                 ],
  3138.                 'stg' => [
  3139.                     'bcc' => 'm-hirao@9point.co.jp',
  3140.                     'replyto' => 'm-hirao@9point.co.jp',
  3141.                 ],
  3142.                 'prd' => [
  3143.                     'bcc' => 'cs@multi-pure.co.jp',
  3144.                     'replyto' => 'cs@multi-pure.co.jp',
  3145.                 ],
  3146.             ],
  3147.             'necessity' => [
  3148.                 => '必要',
  3149.                 => '不要',
  3150.             ],
  3151.             'rental' => [
  3152.                 'install_type' => [
  3153.                     => '分岐水栓',
  3154.                     => 'ビルトイン',
  3155.                 ],
  3156.                 'water_source' => [
  3157.                     => '浄水場',
  3158.                     => '地下水',
  3159.                     => '井戸',
  3160.                 ],
  3161.             ],
  3162.             'site_renewal_send_mail' => 'm-hirao@9point.co.jp',
  3163.             'domains_name' => 'multi-pure.co.jp',
  3164.             'mail_template_rental_attachment_mail' => [
  3165.                 'dev' => [
  3166.                     'from' => 'm-hirao@9point.co.jp',
  3167.                     'bcc' => 'm-hirao@9point.co.jp',
  3168.                 ],
  3169.                 'stg' => [
  3170.                     'from' => 'm-hirao@9point.co.jp',
  3171.                     'bcc' => 'm-hirao@9point.co.jp',
  3172.                 ],
  3173.                 'prd' => [
  3174.                     'from' => 'rental@multi-pure.co.jp',
  3175.                     'bcc' => 'rental@multi-pure.co.jp',
  3176.                 ],
  3177.             ],
  3178.             'mail_template_order_cash_payment' => [
  3179.                 'dev' => [
  3180.                     'bcc' => 'm-hirao@9point.co.jp',
  3181.                 ],
  3182.                 'stg' => [
  3183.                     'bcc' => 'm-hirao@9point.co.jp',
  3184.                 ],
  3185.                 'prd' => [
  3186.                     'bcc' => 'fce@multi-pure.co.jp',
  3187.                 ],
  3188.             ],
  3189.             'env(DATABASE_URL)' => '',
  3190.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3191.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3192.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3193.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3194.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3195.             'env(ECCUBE_FORCE_SSL)' => false,
  3196.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3197.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3198.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3199.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3200.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3201.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3202.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net',
  3203.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3204.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3205.             'env(ECCUBE_2FA_ENABLED)' => true,
  3206.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3207.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3208.             'eccube_auth_type' => 'HMAC',
  3209.             'eccube_password_hash_algos' => 'SHA256',
  3210.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3211.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3212.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3213.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3214.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3215.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3216.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3217.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3218.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3219.             'eccube_twig_block_templates' => [
  3220.                 => '@ReceiptPdf2/receipt_pdf.twig',
  3221.             ],
  3222.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3223.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3224.             'eccube_csv_size' => 5,
  3225.             'eccube_csv_split_lines' => 100,
  3226.             'eccube_default_password' => '**********',
  3227.             'eccube_deliv_addr_max' => 20,
  3228.             'eccube_deliv_date_end_max' => 21,
  3229.             'eccube_id_max_len' => 50,
  3230.             'eccube_id_min_len' => 4,
  3231.             'eccube_int_len' => 9,
  3232.             'eccube_category_nest_level' => 5,
  3233.             'eccube_lltext_len' => 99999,
  3234.             'eccube_ltext_len' => 3000,
  3235.             'eccube_max_total_fee' => 9999999999,
  3236.             'eccube_mltext_len' => 1000,
  3237.             'eccube_mtext_len' => 200,
  3238.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3239.             'plugin_html_urlpath' => '/plugin/',
  3240.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3241.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3242.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3243.             'eccube_price_len' => 8,
  3244.             'eccube_search_pmax' => 12,
  3245.             'eccube_sitemap_products_per_page' => 1000,
  3246.             'eccube_stext_len' => 255,
  3247.             'eccube_sltext_len' => 500,
  3248.             'eccube_smtext_len' => 100,
  3249.             'eccube_tax_rule_priority' => [
  3250.                 => 'product_id',
  3251.                 => 'product_class_id',
  3252.                 => 'pref_id',
  3253.                 => 'country_id',
  3254.             ],
  3255.             'eccube_url_len' => 1024,
  3256.             'eccube_default_page_count' => 50,
  3257.             'eccube_admin_product_stock_status' => 3,
  3258.             'eccube_customer_reset_expire' => 10,
  3259.             'eccube_csv_export_separator' => ',',
  3260.             'eccube_csv_export_encoding' => 'SJIS-win',
  3261.             'eccube_csv_import_encoding' => [
  3262.                 => 'UTF-8',
  3263.                 => 'SJIS-win',
  3264.                 => 'SJIS',
  3265.                 => 'EUC-JP',
  3266.                 => 'ASCII',
  3267.                 => 'JIS',
  3268.             ],
  3269.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3270.             'eccube_csv_export_multidata_separator' => ',',
  3271.             'eccube_csv_import_delimiter' => ',',
  3272.             'eccube_csv_import_enclosure' => '"',
  3273.             'eccube_csv_import_escape' => '\\',
  3274.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3275.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3276.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3277.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3278.             'eccube_name_len' => 16,
  3279.             'eccube_kana_len' => 25,
  3280.             'eccube_address1_len' => 32,
  3281.             'eccube_address2_len' => 32,
  3282.             'eccube_birth_max' => 110,
  3283.             'eccube_product_order_price_lower' => 1,
  3284.             'eccube_product_order_newer' => 2,
  3285.             'eccube_product_order_price_higher' => 3,
  3286.             'eccube_price_max' => 2147483647,
  3287.             'eccube_tel_len_max' => 14,
  3288.             'eccube_postal_code' => 8,
  3289.             'eccube_password_min_len' => 8,
  3290.             'eccube_password_max_len' => 32,
  3291.             'eccube_composer_memory_limit' => '1536M',
  3292.             'eccube_order_mail_template_id' => 1,
  3293.             'eccube_entry_confirm_mail_template_id' => 2,
  3294.             'eccube_entry_complete_mail_template_id' => 3,
  3295.             'eccube_customer_withdraw_mail_template_id' => 4,
  3296.             'eccube_contact_mail_template_id' => 5,
  3297.             'eccube_forgot_mail_template_id' => 6,
  3298.             'eccube_reset_complete_mail_template_id' => 7,
  3299.             'eccube_shipping_notify_mail_template_id' => 8,
  3300.             'eccube_lprental_credit_card_mail_template_id' => 37,
  3301.             'eccube_rfc_email_check' => false,
  3302.             'eccube_order_no_format' => '',
  3303.             'eccube_order_pdf_message_len' => 30,
  3304.             'eccube_news_start_year' => 2000,
  3305.             'eccube_result_cache_lifetime' => 3600,
  3306.             'eccube_result_cache_lifetime_short' => 10,
  3307.             'eccube_upload_max_filesize' => '2M',
  3308.             'eccube_contact_works_image_dir' => (\dirname(__DIR__4).'/html/upload/contact_works_image'),
  3309.             'eccube_contact_image_dir' => (\dirname(__DIR__4).'/html/upload/contact_image'),
  3310.             'multipure_contact' => 'https://multipure.co.jp/contact',
  3311.             'multipure_contact_lp_rental' => 'https://lp-rental.multipure.co.jp/#contact',
  3312.             'multipure_contact_works' => 'https://multipure.co.jp/contact_works',
  3313.             'multipure_entry_presents' => 'https://multipure.co.jp/entry_presents',
  3314.             'multipure_lp_rental' => 'https://lp-rental.multipure.co.jp/',
  3315.             'specified_commercial_transaction_act_payment_and_deadline' => 'https://multipure.co.jp/tokusyo#:~:text=4.%20お支払方法及び期限',
  3316.             'specified_commercial_transaction_act_return_exchange_cancellation' => 'https://multipure.co.jp/tokusyo#:~:text=6.%20返品・交換・キャンセル',
  3317.             'eccube_nav' => [
  3318.                 'product' => [
  3319.                     'name' => 'admin.product.product_management',
  3320.                     'icon' => 'fa-cube',
  3321.                     'children' => [
  3322.                         'product_master' => [
  3323.                             'name' => 'admin.product.product_list',
  3324.                             'url' => 'admin_product',
  3325.                         ],
  3326.                         'product_edit' => [
  3327.                             'name' => 'admin.product.product_registration',
  3328.                             'url' => 'admin_product_product_new',
  3329.                         ],
  3330.                         'class_name' => [
  3331.                             'name' => 'admin.product.class_management',
  3332.                             'url' => 'admin_product_class_name',
  3333.                         ],
  3334.                         'class_category' => [
  3335.                             'name' => 'admin.product.category_management',
  3336.                             'url' => 'admin_product_category',
  3337.                         ],
  3338.                         'product_tag' => [
  3339.                             'name' => 'admin.product.tag_management',
  3340.                             'url' => 'admin_product_tag',
  3341.                         ],
  3342.                         'product_csv_import' => [
  3343.                             'name' => 'admin.product.product_csv_upload',
  3344.                             'url' => 'admin_product_csv_import',
  3345.                         ],
  3346.                         'category_csv_import' => [
  3347.                             'name' => 'admin.product.category_csv_upload',
  3348.                             'url' => 'admin_product_category_csv_import',
  3349.                         ],
  3350.                         'sort_product' => [
  3351.                             'name' => 'sort_product.nav',
  3352.                             'url' => 'plugin_SortProduct',
  3353.                         ],
  3354.                     ],
  3355.                 ],
  3356.                 'order' => [
  3357.                     'name' => 'admin.order.order_management',
  3358.                     'icon' => 'fa-shopping-cart',
  3359.                     'children' => [
  3360.                         'order_master' => [
  3361.                             'name' => 'admin.order.order_list',
  3362.                             'url' => 'admin_order',
  3363.                         ],
  3364.                         'order_edit' => [
  3365.                             'name' => 'admin.order.order_registration',
  3366.                             'url' => 'admin_order_new',
  3367.                         ],
  3368.                         'shipping_csv_import' => [
  3369.                             'name' => 'admin.order.shipping_csv_upload',
  3370.                             'url' => 'admin_shipping_csv_import',
  3371.                         ],
  3372.                         'regular_order' => [
  3373.                             'name' => '定期受注一覧',
  3374.                             'url' => 'admin_regular_order',
  3375.                         ],
  3376.                         'regular_order_edit' => [
  3377.                             'name' => '定期受注登録',
  3378.                             'url' => 'admin_regular_order_new',
  3379.                         ],
  3380.                         'regular_order_batch_log' => [
  3381.                             'name' => '定期バッチログ',
  3382.                             'url' => 'admin_regular_order_batch_log',
  3383.                         ],
  3384.                     ],
  3385.                 ],
  3386.                 'customer' => [
  3387.                     'name' => 'admin.customer.customer_management',
  3388.                     'icon' => 'fa-users',
  3389.                     'children' => [
  3390.                         'customer_master' => [
  3391.                             'name' => 'admin.customer.customer_list',
  3392.                             'url' => 'admin_customer',
  3393.                         ],
  3394.                         'customer_edit' => [
  3395.                             'name' => 'admin.customer.customer_registration',
  3396.                             'url' => 'admin_customer_new',
  3397.                         ],
  3398.                     ],
  3399.                 ],
  3400.                 'content' => [
  3401.                     'name' => 'admin.content.contents_management',
  3402.                     'icon' => 'fa-file-text-o',
  3403.                     'children' => [
  3404.                         'news' => [
  3405.                             'name' => 'admin.content.news_management',
  3406.                             'url' => 'admin_content_news',
  3407.                         ],
  3408.                         'file' => [
  3409.                             'name' => 'admin.content.file_management',
  3410.                             'url' => 'admin_content_file',
  3411.                         ],
  3412.                         'layout' => [
  3413.                             'name' => 'admin.content.layout_management',
  3414.                             'url' => 'admin_content_layout',
  3415.                         ],
  3416.                         'page' => [
  3417.                             'name' => 'admin.content.page_management',
  3418.                             'url' => 'admin_content_page',
  3419.                         ],
  3420.                         'css' => [
  3421.                             'name' => 'admin.content.css_management',
  3422.                             'url' => 'admin_content_css',
  3423.                         ],
  3424.                         'js' => [
  3425.                             'name' => 'admin.content.js_management',
  3426.                             'url' => 'admin_content_js',
  3427.                         ],
  3428.                         'block' => [
  3429.                             'name' => 'admin.content.block_management',
  3430.                             'url' => 'admin_content_block',
  3431.                         ],
  3432.                         'cache' => [
  3433.                             'name' => 'admin.content.cache_management',
  3434.                             'url' => 'admin_content_cache',
  3435.                         ],
  3436.                         'maintenance' => [
  3437.                             'name' => 'admin.content.maintenance_management',
  3438.                             'url' => 'admin_content_maintenance',
  3439.                         ],
  3440.                     ],
  3441.                 ],
  3442.                 'setting' => [
  3443.                     'name' => 'admin.setting',
  3444.                     'icon' => 'fa-cog',
  3445.                     'children' => [
  3446.                         'shop' => [
  3447.                             'name' => 'admin.setting.shop',
  3448.                             'children' => [
  3449.                                 'shop_index' => [
  3450.                                     'name' => 'admin.setting.shop.shop_setting',
  3451.                                     'url' => 'admin_setting_shop',
  3452.                                 ],
  3453.                                 'shop_tradelaw' => [
  3454.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  3455.                                     'url' => 'admin_content_page_edit',
  3456.                                     'param' => [
  3457.                                         'id' => 21,
  3458.                                         'return' => 'tradelaw',
  3459.                                     ],
  3460.                                 ],
  3461.                                 'shop_agreement' => [
  3462.                                     'name' => 'admin.setting.shop.agreement_setting',
  3463.                                     'url' => 'admin_content_page_edit',
  3464.                                     'param' => [
  3465.                                         'id' => 19,
  3466.                                         'return' => 'agreement',
  3467.                                     ],
  3468.                                 ],
  3469.                                 'shop_payment' => [
  3470.                                     'name' => 'admin.setting.shop.payment_setting',
  3471.                                     'url' => 'admin_setting_shop_payment',
  3472.                                 ],
  3473.                                 'shop_delivery' => [
  3474.                                     'name' => 'admin.setting.shop.delivery_setting',
  3475.                                     'url' => 'admin_setting_shop_delivery',
  3476.                                 ],
  3477.                                 'shop_tax' => [
  3478.                                     'name' => 'admin.setting.shop.tax_setting',
  3479.                                     'url' => 'admin_setting_shop_tax',
  3480.                                 ],
  3481.                                 'shop_mail' => [
  3482.                                     'name' => 'admin.setting.shop.mail_setting',
  3483.                                     'url' => 'admin_setting_shop_mail',
  3484.                                 ],
  3485.                                 'shop_csv' => [
  3486.                                     'name' => 'admin.setting.shop.csv_setting',
  3487.                                     'url' => 'admin_setting_shop_csv',
  3488.                                 ],
  3489.                                 'shop_order_status' => [
  3490.                                     'name' => 'admin.setting.shop.order_status_setting',
  3491.                                     'url' => 'admin_setting_shop_order_status',
  3492.                                 ],
  3493.                                 'shop_calendar' => [
  3494.                                     'name' => 'admin.setting.shop.calendar_setting',
  3495.                                     'url' => 'admin_setting_shop_calendar',
  3496.                                 ],
  3497.                                 'shop_custom_info' => [
  3498.                                     'name' => '追加設定一覧',
  3499.                                     'url' => 'admin_setting_shop_custominfo',
  3500.                                 ],
  3501.                                 'shop_payment_relation' => [
  3502.                                     'name' => '支払方法関連設定',
  3503.                                     'url' => 'admin_setting_shop_payment_relation',
  3504.                                 ],
  3505.                                 'custom_sale_type' => [
  3506.                                     'name' => '販売種別関連設定',
  3507.                                     'url' => 'admin_setting_custom_sale_type',
  3508.                                 ],
  3509.                             ],
  3510.                         ],
  3511.                         'system' => [
  3512.                             'name' => 'admin.setting.system',
  3513.                             'children' => [
  3514.                                 'member' => [
  3515.                                     'name' => 'admin.setting.system.member_management',
  3516.                                     'url' => 'admin_setting_system_member',
  3517.                                 ],
  3518.                                 'authority' => [
  3519.                                     'name' => 'admin.setting.system.authority_management',
  3520.                                     'url' => 'admin_setting_system_authority',
  3521.                                 ],
  3522.                                 'security' => [
  3523.                                     'name' => 'admin.setting.system.security_management',
  3524.                                     'url' => 'admin_setting_system_security',
  3525.                                 ],
  3526.                                 'login_history' => [
  3527.                                     'name' => 'admin.setting.system.login_history',
  3528.                                     'url' => 'admin_setting_system_login_history',
  3529.                                 ],
  3530.                                 'log' => [
  3531.                                     'name' => 'admin.setting.system.log_display',
  3532.                                     'url' => 'admin_setting_system_log',
  3533.                                 ],
  3534.                                 'masterdata' => [
  3535.                                     'name' => 'admin.setting.system.master_data_management',
  3536.                                     'url' => 'admin_setting_system_masterdata',
  3537.                                 ],
  3538.                                 'system_index' => [
  3539.                                     'name' => 'admin.setting.system.system_info',
  3540.                                     'url' => 'admin_setting_system_system',
  3541.                                 ],
  3542.                             ],
  3543.                         ],
  3544.                     ],
  3545.                 ],
  3546.                 'store' => [
  3547.                     'name' => 'admin.store',
  3548.                     'icon' => 'fa-plug',
  3549.                     'children' => [
  3550.                         'plugin' => [
  3551.                             'name' => 'admin.store.plugin',
  3552.                             'children' => [
  3553.                                 'plugin_owners_search' => [
  3554.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  3555.                                     'url' => 'admin_store_plugin_owners_search',
  3556.                                 ],
  3557.                                 'plugin_list' => [
  3558.                                     'name' => 'admin.store.plugin.plugin_list',
  3559.                                     'url' => 'admin_store_plugin',
  3560.                                 ],
  3561.                             ],
  3562.                         ],
  3563.                         'template' => [
  3564.                             'name' => 'admin.store.template',
  3565.                             'children' => [
  3566.                                 'template_list' => [
  3567.                                     'name' => 'admin.store.template.template_list',
  3568.                                     'url' => 'admin_store_template',
  3569.                                 ],
  3570.                                 'template_install' => [
  3571.                                     'name' => 'admin.store.template.template_install',
  3572.                                     'url' => 'admin_store_template_install',
  3573.                                 ],
  3574.                             ],
  3575.                         ],
  3576.                         'authentication_setting' => [
  3577.                             'name' => 'admin.store.setting',
  3578.                             'url' => 'admin_store_authentication_setting',
  3579.                         ],
  3580.                     ],
  3581.                 ],
  3582.             ],
  3583.             'env(MAILER_URL)' => '',
  3584.             'related_product.text_area_len' => 4000,
  3585.             'related_product.max_item_count' => 6,
  3586.             'MERCHANTID_LEN' => 20,
  3587.             'MERCHANTPASS_LEN' => 20,
  3588.             'TENPOCODE_LEN' => 4,
  3589.             'FREEAREA_LEN' => 16,
  3590.             'ANNAI_LEN' => 30,
  3591.             'QUESTIONSAKI_LEN' => 21,
  3592.             'QUESTIONTIME_LEN' => 11,
  3593.             'CUSTANNNAITITLE_LEN' => 20,
  3594.             'MODORISAKIURL_LEN' => 128,
  3595.             'QUESTIONTEL_LEN' => 12,
  3596.             'SLN_PAYID_CREDIT_MAX' => 9999999,
  3597.             'SLN_PAYID_REGIST_CREDIT_MAX' => 9999999,
  3598.             'SLN_PAYID_CVS_MAX' => 299999,
  3599.             'SLN_PAYNAME_CREDIT' => 'クレジットカード決済',
  3600.             'SLN_PAYNAME_REGIST_CREDIT' => '登録済みクレジットカード決済',
  3601.             'SLN_PAYNAME_CVS' => 'コンビニ決済 楽天EDY SUICA ネットバンク ペイジー',
  3602.             'arrPayKbnKaisu' => [
  3603.                 '一括払い' => 1,
  3604.                 '分割払い(2回)' => 2,
  3605.                 '分割払い(3回)' => 3,
  3606.                 '分割払い(5回)' => 5,
  3607.                 '分割払い(6回)' => 6,
  3608.                 '分割払い(10回)' => 10,
  3609.                 '分割払い(12回)' => 12,
  3610.                 '分割払い(15回)' => 15,
  3611.                 '分割払い(18回)' => 18,
  3612.                 '分割払い(20回)' => 20,
  3613.                 '分割払い(24回)' => 24,
  3614.                 'リボルビング払い' => 88,
  3615.                 'ボーナス一括払い' => 80,
  3616.             ],
  3617.             'arrJobCd' => [
  3618.                 '1Auth' => '1Auth',
  3619.                 '1Gathering' => '1Gathering',
  3620.             ],
  3621.             'arrCardProcedure' => [
  3622.                 '仮売上(1Auth)' => '1Auth',
  3623.                 '即時売上(1Gathering)' => '1Gathering',
  3624.             ],
  3625.             'arrGatheringOrderStatus' => [
  3626.                 '新規受注' => 1,
  3627.                 '入金済み' => 2,
  3628.             ],
  3629.             'arrAssistance' => [
  3630.                 'カナ氏名' => 'KanaSei',
  3631.                 '生月日' => 'BirthDay',
  3632.                 '電話番号下4桁' => 'TelNo',
  3633.             ],
  3634.             'arrSecurityCode' => [
  3635.                 '有り' => 1,
  3636.                 '無し' => 2,
  3637.             ],
  3638.             'arrMemberRegist' => [
  3639.                 '有り' => 1,
  3640.                 '無し' => 2,
  3641.             ],
  3642.             'arrQuickAccounts' => [
  3643.                 '有り' => 1,
  3644.                 '無し' => 2,
  3645.             ],
  3646.             'arr3DPay' => [
  3647.                 '有り' => 1,
  3648.                 '無し' => 2,
  3649.             ],
  3650.             'arrOnlinePaymentMethod' => [
  3651.                 'コンビニ決済(ローソン/ファミリーマート/サークルKサンクス/デイリーヤマザキグループ/ミニストップ/スリーエフ)' => 'convenience_1',
  3652.                 'コンビニ決済(セブンイレブン)' => 'convenience_seven',
  3653.                 '楽天EDY' => 'electronic_money_edy',
  3654.                 'SUICA' => 'electronic_money_suika',
  3655.                 'ネットバンク(楽天銀行/ジャパンネット銀行/じぶん銀行/住信SBIネット銀行)' => 'netbank',
  3656.                 'ペイジー(ATM/インターネットバンキング)' => 'paygee',
  3657.             ],
  3658.             'arrShortPaymentMethod' => [
  3659.                 'コンビニ決済' => 'convenience_1',
  3660.                 'コンビニ決済2' => 'convenience_seven',
  3661.                 '楽天EDY' => 'electronic_money_edy',
  3662.                 'SUICA' => 'electronic_money_suika',
  3663.                 'ネットバンク' => 'netbank',
  3664.                 'ペイジー' => 'paygee',
  3665.             ],
  3666.             'arrCvsCd' => [
  3667.                 'LSN' => 'ローソン',
  3668.                 'FAM' => 'ファミリーマート',
  3669.                 'ATM' => 'Pay-easy(ATM)',
  3670.                 'ONL' => 'Pay-easy(オンライン)',
  3671.                 'LNK' => 'Pay-easy(情報リンク)',
  3672.                 'SEV' => 'セブンイレブン',
  3673.                 'MNS' => 'ミニストップ',
  3674.                 'DAY' => 'デイリーヤマザキ',
  3675.                 'EBK' => '楽天銀行(旧イーバンク銀行)',
  3676.                 'JNB' => 'ジャパンネット銀行',
  3677.                 'EDY' => 'Edy',
  3678.                 'SUI' => 'Suica',
  3679.                 'FFF' => 'スリーエフ',
  3680.                 'JIB' => 'じぶん銀行',
  3681.                 'SNB' => '住信 SBI ネット銀行',
  3682.                 'SCM' => 'セイコーマート',
  3683.                 'VWA' => '支払秘書',
  3684.             ],
  3685.             'arrPayStatus' => [
  3686.                 'UNSETTLED' => 0,
  3687.                 'REQUEST_SUCCESS' => 1,
  3688.                 'PAY_SUCCESS' => 2,
  3689.                 'CANCEL' => 4,
  3690.                 'AUTH' => 11,
  3691.                 'COMMIT' => 12,
  3692.                 'CAPTURE' => 13,
  3693.                 'VOID' => 14,
  3694.                 'FAIL' => 99,
  3695.             ],
  3696.             'arrPayStatusNames' => [
  3697.                 '未決済' => 0,
  3698.                 '要求成功' => 1,
  3699.                 '支払い完了' => 2,
  3700.                 'キャンセル' => 4,
  3701.                 '仮売上済み' => 11,
  3702.                 '実売上済み' => 12,
  3703.                 '即時売上げ済み' => 13,
  3704.                 '取消済み' => 14,
  3705.                 '決済失敗' => 99,
  3706.             ],
  3707.             'arrCreditConnectionDestination' => [
  3708.                 => [
  3709.                     'creditConnectionPlace1' => 'https://www.test.e-scott.jp/online/aut/OAUT002.do',
  3710.                     'creditConnectionPlace2' => 'https://www.test.e-scott.jp/online/crp/OCRP005.do',
  3711.                     'creditConnectionPlace6' => 'https://www.test.e-scott.jp/euser/stn/CdGetJavaScript.do',
  3712.                 ],
  3713.                 => [
  3714.                     'creditConnectionPlace1' => 'https://www.e-scott.jp/online/aut/OAUT002.do',
  3715.                     'creditConnectionPlace2' => 'https://www.e-scott.jp/online/crp/OCRP005.do',
  3716.                     'creditConnectionPlace6' => 'https://www.e-scott.jp/euser/stn/CdGetJavaScript.do',
  3717.                 ],
  3718.             ],
  3719.             'arrThreedConnectionDestination' => [
  3720.                 => [
  3721.                     'creditConnectionPlace7' => 'https://www.test.e-scott.jp/online/tds/OTDS010.do',
  3722.                 ],
  3723.                 => [
  3724.                     'creditConnectionPlace7' => 'https://www.e-scott.jp/online/tds/OTDS010.do',
  3725.                 ],
  3726.             ],
  3727.             'arrCvsConnectionDestination' => [
  3728.                 => [
  3729.                     'creditConnectionPlace3' => 'https://link.kessai.info/JLPCT/JLPcon',
  3730.                     'creditConnectionPlace5' => 'https://www.test.e-scott.jp/online/cnv/OCNV005.do',
  3731.                 ],
  3732.                 => [
  3733.                     'creditConnectionPlace3' => 'https://link.kessai.info/JLP/JLPcon',
  3734.                     'creditConnectionPlace5' => 'https://www.e-scott.jp/online/cnv/OCNV005.do',
  3735.                 ],
  3736.             ],
  3737.             'arrCreditMethod' => [
  3738.                 '仮売上(1Auth)' => 1,
  3739.                 '即時売上(1Gathering)' => 2,
  3740.             ],
  3741.             'arrRegularType' => [
  3742.                 '毎週' => 1,
  3743.                 '隔週' => 2,
  3744.                 '毎月' => 3,
  3745.                 '隔月' => 4,
  3746.                 '毎年' => 5,
  3747.             ],
  3748.             'arrTermDates' => [
  3749.                 '1日' => 1,
  3750.                 '5日' => 5,
  3751.                 '10日' => 10,
  3752.                 '15日' => 15,
  3753.                 '25日' => 25,
  3754.                 '末日' => 99,
  3755.             ],
  3756.             'arrWeekDay' => [
  3757.                 '月曜日' => 1,
  3758.                 '火曜日' => 2,
  3759.                 '水曜日' => 3,
  3760.                 '木曜日' => 4,
  3761.                 '金曜日' => 5,
  3762.                 '土曜日' => 6,
  3763.                 '日曜日' => 7,
  3764.             ],
  3765.             'arrRegularTypeText' => [
  3766.                 => '毎週',
  3767.                 => '隔週',
  3768.                 => '毎月',
  3769.                 => '隔月',
  3770.                 => '毎年',
  3771.             ],
  3772.             'arrWeekDayText' => [
  3773.                 => '月曜日',
  3774.                 => '火曜日',
  3775.                 => '水曜日',
  3776.                 => '木曜日',
  3777.                 => '金曜日',
  3778.                 => '土曜日',
  3779.                 => '日曜日',
  3780.             ],
  3781.             'arrTermDatesText' => [
  3782.                 => '1日',
  3783.                 => '5日',
  3784.                 10 => '10日',
  3785.                 15 => '15日',
  3786.                 25 => '25日',
  3787.                 99 => '末日',
  3788.             ],
  3789.             'arrYearDatesText' => [
  3790.                 => '1日',
  3791.                 => '5日',
  3792.                 10 => '10日',
  3793.                 15 => '15日',
  3794.                 25 => '25日',
  3795.                 99 => '末日',
  3796.             ],
  3797.             'arrRegularDeliveryDateText' => [
  3798.                 => [
  3799.                     => '月曜日',
  3800.                     => '火曜日',
  3801.                     => '水曜日',
  3802.                     => '木曜日',
  3803.                     => '金曜日',
  3804.                     => '土曜日',
  3805.                     => '日曜日',
  3806.                 ],
  3807.                 => [
  3808.                     => '月曜日',
  3809.                     => '火曜日',
  3810.                     => '水曜日',
  3811.                     => '木曜日',
  3812.                     => '金曜日',
  3813.                     => '土曜日',
  3814.                     => '日曜日',
  3815.                 ],
  3816.                 => [
  3817.                     => '1日',
  3818.                     => '5日',
  3819.                     10 => '10日',
  3820.                     15 => '15日',
  3821.                     25 => '25日',
  3822.                     99 => '末日',
  3823.                 ],
  3824.                 => [
  3825.                     => '1日',
  3826.                     => '5日',
  3827.                     10 => '10日',
  3828.                     15 => '15日',
  3829.                     25 => '25日',
  3830.                     99 => '末日',
  3831.                 ],
  3832.                 => [
  3833.                     => '1日',
  3834.                     => '5日',
  3835.                     10 => '10日',
  3836.                     15 => '15日',
  3837.                     25 => '25日',
  3838.                     99 => '末日',
  3839.                 ],
  3840.             ],
  3841.             'WEEKLY_ID' => 1,
  3842.             'BIWEEKLY_ID' => 2,
  3843.             'MONTHLY_ID' => 3,
  3844.             'VERY_SECOND_MONTH_ID' => 4,
  3845.             'YEARLY_ID' => 5,
  3846.             'arrRegularStatus' => [
  3847.                 => '継続',
  3848.                 => '休止',
  3849.                 => '解約',
  3850.                 => '決済失敗',
  3851.                 => '購入中',
  3852.             ],
  3853.             'arrWeekDayE' => [
  3854.                 'Monday' => 1,
  3855.                 'Tuesday' => 2,
  3856.                 'Wednesday' => 3,
  3857.                 'Thursday' => 4,
  3858.                 'Friday' => 5,
  3859.                 'Saturday' => 6,
  3860.                 'Sunday' => 7,
  3861.             ],
  3862.             'sort_product.list_order_by.name' => 'おすすめ順',
  3863.             'eccube.plugins.enabled' => [
  3864.                 => 'RelatedProduct4',
  3865.                 => 'SlnRegular4',
  3866.                 => 'SortProduct',
  3867.                 => 'ReceiptPdf2',
  3868.                 => 'SlnPayment41',
  3869.             ],
  3870.             'eccube.plugins.disabled' => [
  3871.                 => 'AnnotatedRouting',
  3872.                 => 'EntityExtension',
  3873.                 => 'EntityForm',
  3874.                 => 'FormExtension',
  3875.                 => 'HogePlugin',
  3876.                 => 'MigrationSample',
  3877.                 => 'PurchaseProcessors',
  3878.                 => 'QueryCustomize',
  3879.             ],
  3880.             'event_dispatcher.event_aliases' => [
  3881.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3882.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3883.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3884.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3885.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3886.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3887.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3888.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3889.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3890.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3891.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3892.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3893.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3894.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3895.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3896.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3897.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3898.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3899.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3900.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3901.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3902.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3903.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3904.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3905.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3906.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3907.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3908.             ],
  3909.             'fragment.renderer.hinclude.global_template' => NULL,
  3910.             'fragment.path' => '/_fragment',
  3911.             'kernel.http_method_override' => true,
  3912.             'kernel.trusted_hosts' => [
  3913.             ],
  3914.             'kernel.error_controller' => 'error_controller',
  3915.             'templating.helper.code.file_link_format' => NULL,
  3916.             'debug.file_link_format' => NULL,
  3917.             'session.metadata.storage_key' => '_sf2_meta',
  3918.             'session.save_path' => '/tmp/',
  3919.             'session.metadata.update_threshold' => 0,
  3920.             'form.type_extension.csrf.enabled' => true,
  3921.             'form.type_extension.csrf.field_name' => '_token',
  3922.             'asset.request_context.base_path' => '',
  3923.             'asset.request_context.secure' => false,
  3924.             'templating.loader.cache.path' => NULL,
  3925.             'templating.engines' => [
  3926.                 => 'twig',
  3927.             ],
  3928.             'validator.translation_domain' => 'validators',
  3929.             'translator.logging' => false,
  3930.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3931.             'profiler_listener.only_exceptions' => false,
  3932.             'profiler_listener.only_master_requests' => false,
  3933.             'debug.error_handler.throw_at' => -1,
  3934.             'router.request_context.host' => 'localhost',
  3935.             'router.request_context.scheme' => 'http',
  3936.             'router.request_context.base_url' => '',
  3937.             'router.resource' => 'kernel::loadRoutes',
  3938.             'router.cache_class_prefix' => 'EccubeEccube_KernelDevDebugContainer',
  3939.             'request_listener.http_port' => 80,
  3940.             'request_listener.https_port' => 443,
  3941.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3942.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3943.             'security.role_hierarchy.roles' => [
  3944.             ],
  3945.             'security.access.denied_url' => NULL,
  3946.             'security.authentication.manager.erase_credentials' => true,
  3947.             'security.authentication.session_strategy.strategy' => 'migrate',
  3948.             'security.access.always_authenticate_before_granting' => false,
  3949.             'security.authentication.hide_user_not_found' => true,
  3950.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3951.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3952.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3953.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3954.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3955.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3956.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3957.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3958.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3959.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3960.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3961.             'doctrine_cache.memcache.host' => 'localhost',
  3962.             'doctrine_cache.memcache.port' => 11211,
  3963.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3964.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3965.             'doctrine_cache.memcached.host' => 'localhost',
  3966.             'doctrine_cache.memcached.port' => 11211,
  3967.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3968.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3969.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3970.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3971.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3972.             'doctrine_cache.predis.scheme' => 'tcp',
  3973.             'doctrine_cache.predis.host' => 'localhost',
  3974.             'doctrine_cache.predis.port' => 6379,
  3975.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3976.             'doctrine_cache.redis.connection.class' => 'Redis',
  3977.             'doctrine_cache.redis.host' => 'localhost',
  3978.             'doctrine_cache.redis.port' => 6379,
  3979.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3980.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3981.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3982.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3983.             'doctrine_cache.riak.host' => 'localhost',
  3984.             'doctrine_cache.riak.port' => 8087,
  3985.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3986.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3987.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3988.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3989.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3990.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3991.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3992.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3993.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3994.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3995.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3996.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3997.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3998.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3999.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4000.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4001.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4002.             'doctrine.entity_managers' => [
  4003.                 'default' => 'doctrine.orm.default_entity_manager',
  4004.             ],
  4005.             'doctrine.default_entity_manager' => 'default',
  4006.             'doctrine.dbal.connection_factory.types' => [
  4007.                 'datetime' => [
  4008.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4009.                     'commented' => NULL,
  4010.                 ],
  4011.                 'datetimetz' => [
  4012.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4013.                     'commented' => NULL,
  4014.                 ],
  4015.             ],
  4016.             'doctrine.connections' => [
  4017.                 'default' => 'doctrine.dbal.default_connection',
  4018.             ],
  4019.             'doctrine.default_connection' => 'default',
  4020.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4021.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4022.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4023.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4024.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4025.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4026.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4027.             'doctrine.orm.cache.memcache_port' => 11211,
  4028.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4029.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4030.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4031.             'doctrine.orm.cache.memcached_port' => 11211,
  4032.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4033.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4034.             'doctrine.orm.cache.redis_host' => 'localhost',
  4035.             'doctrine.orm.cache.redis_port' => 6379,
  4036.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4037.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4038.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4039.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4040.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4041.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4042.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4043.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4044.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4045.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4046.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4047.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4048.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4049.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4050.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4051.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4052.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4053.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4054.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4055.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4056.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4057.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4058.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4059.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4060.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4061.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4062.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4063.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4064.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4065.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4066.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4067.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/app/DoctrineMigrations'),
  4068.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  4069.             'doctrine_migrations.organize_migrations' => false,
  4070.             'doctrine_migrations.table_name' => 'migration_versions',
  4071.             'doctrine_migrations.name' => 'Application Migrations',
  4072.             'doctrine_migrations.custom_template' => NULL,
  4073.             'monolog.use_microseconds' => true,
  4074.             'monolog.swift_mailer.handlers' => [
  4075.             ],
  4076.             'monolog.handlers_to_channels' => [
  4077.                 'monolog.handler.console' => [
  4078.                     'type' => 'exclusive',
  4079.                     'elements' => [
  4080.                         => 'event',
  4081.                         => 'doctrine',
  4082.                     ],
  4083.                 ],
  4084.                 'monolog.handler.admin' => [
  4085.                     'type' => 'inclusive',
  4086.                     'elements' => [
  4087.                         => 'admin',
  4088.                         => 'app',
  4089.                         => 'php',
  4090.                     ],
  4091.                 ],
  4092.                 'monolog.handler.front' => [
  4093.                     'type' => 'inclusive',
  4094.                     'elements' => [
  4095.                         => 'front',
  4096.                         => 'app',
  4097.                         => 'php',
  4098.                     ],
  4099.                 ],
  4100.                 'monolog.handler.main' => NULL,
  4101.             ],
  4102.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4103.             'swiftmailer.mailer.default.spool.enabled' => true,
  4104.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4105.             'swiftmailer.mailer.default.single_address' => NULL,
  4106.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4107.             'swiftmailer.spool.enabled' => true,
  4108.             'swiftmailer.delivery.enabled' => true,
  4109.             'swiftmailer.single_address' => NULL,
  4110.             'swiftmailer.mailers' => [
  4111.                 'default' => 'swiftmailer.mailer.default',
  4112.             ],
  4113.             'swiftmailer.default_mailer' => 'default',
  4114.             'twig.exception_listener.controller' => NULL,
  4115.             'twig.form.resources' => [
  4116.                 => 'form_div_layout.html.twig',
  4117.                 => 'bootstrap_4_layout.html.twig',
  4118.             ],
  4119.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4120.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4121.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4122.             'web_profiler.debug_toolbar.mode' => 2,
  4123.             'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
  4124.             'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
  4125.             'mobile_detect.cookie_key' => 'device_view',
  4126.             'mobile_detect.switch_param' => 'device_view',
  4127.             'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
  4128.             'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
  4129.             'mobile_detect.redirect' => [
  4130.                 'mobile' => [
  4131.                     'is_enabled' => false,
  4132.                     'host' => NULL,
  4133.                     'status_code' => 302,
  4134.                     'action' => 'redirect',
  4135.                 ],
  4136.                 'tablet' => [
  4137.                     'is_enabled' => false,
  4138.                     'host' => NULL,
  4139.                     'status_code' => 302,
  4140.                     'action' => 'redirect',
  4141.                 ],
  4142.                 'full' => [
  4143.                     'is_enabled' => false,
  4144.                     'host' => NULL,
  4145.                     'status_code' => 302,
  4146.                     'action' => 'redirect',
  4147.                 ],
  4148.                 'detect_tablet_as_mobile' => false,
  4149.             ],
  4150.             'mobile_detect.switch_device_view.save_referer_path' => true,
  4151.             'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
  4152.             'mobile_detect.cookie_path' => '/',
  4153.             'mobile_detect.cookie_domain' => '',
  4154.             'mobile_detect.cookie_secure' => false,
  4155.             'mobile_detect.cookie_httponly' => true,
  4156.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  4157.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  4158.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4159.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4160.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4161.             'knp_paginator.page_range' => 5,
  4162.             'maker.compatible_check.doctrine.supports_attributes' => false,
  4163.             'data_collector.templates' => [
  4164.                 'data_collector.request' => [
  4165.                     => 'request',
  4166.                     => '@WebProfiler/Collector/request.html.twig',
  4167.                 ],
  4168.                 'data_collector.time' => [
  4169.                     => 'time',
  4170.                     => '@WebProfiler/Collector/time.html.twig',
  4171.                 ],
  4172.                 'data_collector.memory' => [
  4173.                     => 'memory',
  4174.                     => '@WebProfiler/Collector/memory.html.twig',
  4175.                 ],
  4176.                 'data_collector.validator' => [
  4177.                     => 'validator',
  4178.                     => '@WebProfiler/Collector/validator.html.twig',
  4179.                 ],
  4180.                 'data_collector.ajax' => [
  4181.                     => 'ajax',
  4182.                     => '@WebProfiler/Collector/ajax.html.twig',
  4183.                 ],
  4184.                 'data_collector.form' => [
  4185.                     => 'form',
  4186.                     => '@WebProfiler/Collector/form.html.twig',
  4187.                 ],
  4188.                 'data_collector.exception' => [
  4189.                     => 'exception',
  4190.                     => '@WebProfiler/Collector/exception.html.twig',
  4191.                 ],
  4192.                 'data_collector.logger' => [
  4193.                     => 'logger',
  4194.                     => '@WebProfiler/Collector/logger.html.twig',
  4195.                 ],
  4196.                 'data_collector.events' => [
  4197.                     => 'events',
  4198.                     => '@WebProfiler/Collector/events.html.twig',
  4199.                 ],
  4200.                 'data_collector.router' => [
  4201.                     => 'router',
  4202.                     => '@WebProfiler/Collector/router.html.twig',
  4203.                 ],
  4204.                 'data_collector.cache' => [
  4205.                     => 'cache',
  4206.                     => '@WebProfiler/Collector/cache.html.twig',
  4207.                 ],
  4208.                 'data_collector.translation' => [
  4209.                     => 'translation',
  4210.                     => '@WebProfiler/Collector/translation.html.twig',
  4211.                 ],
  4212.                 'data_collector.security' => [
  4213.                     => 'security',
  4214.                     => '@Security/Collector/security.html.twig',
  4215.                 ],
  4216.                 'data_collector.twig' => [
  4217.                     => 'twig',
  4218.                     => '@WebProfiler/Collector/twig.html.twig',
  4219.                 ],
  4220.                 'data_collector.doctrine' => [
  4221.                     => 'db',
  4222.                     => '@Doctrine/Collector/db.html.twig',
  4223.                 ],
  4224.                 'swiftmailer.data_collector' => [
  4225.                     => 'swiftmailer',
  4226.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4227.                 ],
  4228.                 'data_collector.dump' => [
  4229.                     => 'dump',
  4230.                     => '@Debug/Profiler/dump.html.twig',
  4231.                 ],
  4232.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  4233.                 'mobile_detect_bundle.device.collector' => [
  4234.                     => 'device.collector',
  4235.                     => '@MobileDetect/Collector/device.html.twig',
  4236.                 ],
  4237.                 'data_collector.config' => [
  4238.                     => 'config',
  4239.                     => '@WebProfiler/Collector/config.html.twig',
  4240.                 ],
  4241.                 'eccube.collector.core' => [
  4242.                     => 'eccube_core',
  4243.                     => '@toolbar/eccube.html.twig',
  4244.                 ],
  4245.             ],
  4246.             'console.command.ids' => [
  4247.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  4248.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4249.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4250.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4251.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4252.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  4253.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  4254.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  4255.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  4256.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  4257.                 10 => 'console.command.public_alias.doctrine_migrations.status_command',
  4258.                 11 => 'console.command.public_alias.doctrine_migrations.version_command',
  4259.             ],
  4260.         ];
  4261.     }
  4262.     protected function throw($message)
  4263.     {
  4264.         throw new RuntimeException($message);
  4265.     }
  4266. }