var/cache/dev/Container56j4Nyu/EccubeEccube_KernelDevDebugContainer.php line 2283

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