var/cache/dev/ContainerVpmRCoC/EccubeEccube_KernelDevDebugContainer.php line 3333

Open in your IDE?
  1. <?php
  2. namespace ContainerVpmRCoC;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class EccubeEccube_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  37.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  38.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  39.             'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector' => 'getMobileDetectorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  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.             'http_kernel' => 'getHttpKernelService',
  50.             'profiler' => 'getProfilerService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  54.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  55.             'security.token_storage' => 'getSecurity_TokenStorageService',
  56.             'session' => 'getSessionService',
  57.             'state_machine.order' => 'getStateMachine_OrderService',
  58.             'translator' => 'getTranslatorService',
  59.             'twig' => 'getTwigService',
  60.             'validator' => 'getValidatorService',
  61.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  62.         ];
  63.         $this->fileMap = [
  64.             'Customize\\Controller\\CustomBlogController' => 'getCustomBlogControllerService.php',
  65.             'Customize\\Controller\\CustomEnquateController' => 'getCustomEnquateControllerService.php',
  66.             'Customize\\Controller\\CustomShoppingController' => 'getCustomShoppingControllerService.php',
  67.             'Customize\\Controller\\CustomerEditController' => 'getCustomerEditControllerService.php',
  68.             'Customize\\Controller\\RumiseWrapController' => 'getRumiseWrapControllerService.php',
  69.             'Customize\\Controller\\VideoController' => 'getVideoControllerService.php',
  70.             'Customize\\Controller\\WithdrawController' => 'getWithdrawControllerService.php',
  71.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService.php',
  72.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService.php',
  73.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService.php',
  74.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService.php',
  75.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService.php',
  76.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService.php',
  77.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService.php',
  78.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService.php',
  79.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService.php',
  80.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService.php',
  81.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService.php',
  82.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService.php',
  83.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService.php',
  84.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService.php',
  85.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService.php',
  86.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditController2Service.php',
  87.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService.php',
  88.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService.php',
  89.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService.php',
  90.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService.php',
  91.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService.php',
  92.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService.php',
  93.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService.php',
  94.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService.php',
  95.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service.php',
  96.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService.php',
  97.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService.php',
  98.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService.php',
  99.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService.php',
  100.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService.php',
  101.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService.php',
  102.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service.php',
  103.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService.php',
  104.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService.php',
  105.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService.php',
  106.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService.php',
  107.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService.php',
  108.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService.php',
  109.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService.php',
  110.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService.php',
  111.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService.php',
  112.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService.php',
  113.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService.php',
  114.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService.php',
  115.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService.php',
  116.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService.php',
  117.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService.php',
  118.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service.php',
  119.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService.php',
  120.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService.php',
  121.             'Eccube\\Controller\\CartController' => 'getCartController2Service.php',
  122.             'Eccube\\Controller\\ContactController' => 'getContactControllerService.php',
  123.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService.php',
  124.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService.php',
  125.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService.php',
  126.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService.php',
  127.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService.php',
  128.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService.php',
  129.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service.php',
  130.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService.php',
  131.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawController2Service.php',
  132.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService.php',
  133.             'Eccube\\Controller\\ProductController' => 'getProductController2Service.php',
  134.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService.php',
  135.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService.php',
  136.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService.php',
  137.             'Eccube\\Controller\\TopController' => 'getTopControllerService.php',
  138.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService.php',
  139.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService.php',
  140.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService.php',
  141.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService.php',
  142.             'Eccube\\Service\\PluginService' => 'getPluginServiceService.php',
  143.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService.php',
  144.             'Plugin\\CMBlogPro\\Controller\\Admin\\BlogController' => 'getBlogControllerService.php',
  145.             'Plugin\\CMBlogPro\\Controller\\Admin\\CategoryController' => 'getCategoryController2Service.php',
  146.             'Plugin\\CMBlogPro\\Controller\\Admin\\ConfigController' => 'getConfigControllerService.php',
  147.             'Plugin\\CMBlogPro\\Controller\\Blog\\BlogController' => 'getBlogController2Service.php',
  148.             'Plugin\\ContactManagement4\\Controller\\Admin\\ConfigController' => 'getConfigController2Service.php',
  149.             'Plugin\\ContactManagement4\\Controller\\Admin\\ContactController' => 'getContactController2Service.php',
  150.             'Plugin\\ContactManagement4\\Controller\\Admin\\ContactEditController' => 'getContactEditControllerService.php',
  151.             'Plugin\\ContactManagement4\\Controller\\Admin\\ContactReplyEditController' => 'getContactReplyEditControllerService.php',
  152.             'Plugin\\ContactManagement4\\Controller\\Admin\\SearchCustomerController' => 'getSearchCustomerControllerService.php',
  153.             'Plugin\\CustomerGroup\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportController2Service.php',
  154.             'Plugin\\CustomerGroup\\Controller\\Admin\\ConfigController' => 'getConfigController3Service.php',
  155.             'Plugin\\CustomerGroup\\Controller\\Admin\\Customer\\GroupController' => 'getGroupControllerService.php',
  156.             'Plugin\\CustomerGroup\\Controller\\Admin\\Customer\\GroupCsvImportController' => 'getGroupCsvImportControllerService.php',
  157.             'Plugin\\CustomerGroup\\Controller\\Admin\\Product\\GroupCsvImportController' => 'getGroupCsvImportController2Service.php',
  158.             'Plugin\\CustomerUpload4\\Controller\\CustomerImportController' => 'getCustomerImportControllerService.php',
  159.             'Plugin\\EtunaFavoriteItem\\Controller\\Admin\\ConfigController' => 'getConfigController4Service.php',
  160.             'Plugin\\EtunaFavoriteItem\\Controller\\EtunaFavoriteItemController' => 'getEtunaFavoriteItemControllerService.php',
  161.             'Plugin\\ProductSort4\\Controller\\Admin\\ConfigController' => 'getConfigController5Service.php',
  162.             'Plugin\\ProductSort4\\Controller\\Admin\\CsvController' => 'getCsvController2Service.php',
  163.             'Plugin\\ProductSort4\\Controller\\Admin\\ProductSortController' => 'getProductSortControllerService.php',
  164.             'Plugin\\Recommend4\\Controller\\RecommendController' => 'getRecommendControllerService.php',
  165.             'Plugin\\Recommend4\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService.php',
  166.             'Plugin\\RefineFavoriteDeleteButton\\Controller\\RefineFavoriteDeleteController' => 'getRefineFavoriteDeleteControllerService.php',
  167.             'Plugin\\RelatedProductPro\\Controller\\Admin\\ConfigController' => 'getConfigController6Service.php',
  168.             'Plugin\\RelatedProductPro\\Controller\\Admin\\RelatedProductProController' => 'getRelatedProductProControllerService.php',
  169.             'Plugin\\RemisePayment4\\Controller\\Admin\\AcImportController' => 'getAcImportControllerService.php',
  170.             'Plugin\\RemisePayment4\\Controller\\Admin\\AcManagementController' => 'getAcManagementControllerService.php',
  171.             'Plugin\\RemisePayment4\\Controller\\Admin\\AcTypeEditController' => 'getAcTypeEditControllerService.php',
  172.             'Plugin\\RemisePayment4\\Controller\\Admin\\ConfigController' => 'getConfigController7Service.php',
  173.             'Plugin\\RemisePayment4\\Controller\\Admin\\ExtsetController' => 'getExtsetControllerService.php',
  174.             'Plugin\\RemisePayment4\\Controller\\Admin\\SubMasterdataController' => 'getSubMasterdataControllerService.php',
  175.             'Plugin\\RemisePayment4\\Controller\\CustomerController' => 'getCustomerController2Service.php',
  176.             'Plugin\\RemisePayment4\\Controller\\MypageAcController' => 'getMypageAcControllerService.php',
  177.             'Plugin\\RemisePayment4\\Controller\\PaymentController' => 'getPaymentController2Service.php',
  178.             'Plugin\\RemisePayment4\\Controller\\ReceiptController' => 'getReceiptControllerService.php',
  179.             'Plugin\\RemisePayment4\\Controller\\ResultAcController' => 'getResultAcControllerService.php',
  180.             'Plugin\\RemisePayment4\\Controller\\ResultController' => 'getResultControllerService.php',
  181.             'Plugin\\RemisePayment4\\Controller\\ResultExtsetController' => 'getResultExtsetControllerService.php',
  182.             'Plugin\\RemisePayment4\\Service\\PaymentService' => 'getPaymentServiceService.php',
  183.             'Plugin\\SalesReport4\\Controller\\SalesReportController' => 'getSalesReportControllerService.php',
  184.             'Plugin\\SeEnquete4\\Controller\\Admin\\ManageController' => 'getManageControllerService.php',
  185.             'Plugin\\SeEnquete4\\Controller\\EnqueteController' => 'getEnqueteControllerService.php',
  186.             'Plugin\\SheebDlc4\\Controller\\ApiController' => 'getApiControllerService.php',
  187.             'Plugin\\SheebDlc4\\Controller\\ConfigController' => 'getConfigController8Service.php',
  188.             'Plugin\\SheebDlc4\\Controller\\ContentController' => 'getContentControllerService.php',
  189.             'Plugin\\SheebDlc4\\Controller\\CsvImportContentController' => 'getCsvImportContentControllerService.php',
  190.             'Plugin\\SheebDlc4\\Controller\\CsvImportProductContentController' => 'getCsvImportProductContentControllerService.php',
  191.             'Plugin\\SheebDlc4\\Controller\\DownloadController' => 'getDownloadControllerService.php',
  192.             'Plugin\\SheebDlc4\\Controller\\ProductClassContentController' => 'getProductClassContentControllerService.php',
  193.             'Plugin\\TabaCustomFields\\Controller\\AbstractCsvController' => 'getAbstractCsvControllerService.php',
  194.             'Plugin\\TabaCustomFields\\Controller\\AdminCustomFieldsController' => 'getAdminCustomFieldsControllerService.php',
  195.             'Plugin\\TabaCustomFields\\Controller\\AdminCustomFieldsEditController' => 'getAdminCustomFieldsEditControllerService.php',
  196.             'Plugin\\TabaCustomFields\\Controller\\AdminFileUploadController' => 'getAdminFileUploadControllerService.php',
  197.             'Plugin\\TabaCustomFields\\Controller\\Customer\\CsvController' => 'getCsvController3Service.php',
  198.             'Plugin\\TabaCustomFields\\Controller\\FrontFileUploadController' => 'getFrontFileUploadControllerService.php',
  199.             'Plugin\\TabaCustomFields\\Controller\\Order\\CsvController' => 'getCsvController4Service.php',
  200.             'Plugin\\TabaCustomFields\\Controller\\Product\\CsvController' => 'getCsvController5Service.php',
  201.             'Plugin\\TabaCustomFields\\Controller\\Product\\CsvImportController' => 'getCsvImportController3Service.php',
  202.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  203.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service.php',
  204.             'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController' => 'getAuthorizationControllerService.php',
  205.             'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController' => 'getTokenControllerService.php',
  206.             'Trikoder\\Bundle\\OAuth2Bundle\\Manager\\ClientManagerInterface' => 'getClientManagerInterfaceService.php',
  207.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  208.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  209.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  210.             'cache_clearer' => 'getCacheClearerService.php',
  211.             'cache_warmer' => 'getCacheWarmerService.php',
  212.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService.php',
  213.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  214.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  215.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  216.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  217.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  218.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  219.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  220.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  221.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  222.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  223.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  224.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  225.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  226.             'eccube.logger' => 'getEccube_LoggerService.php',
  227.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService.php',
  228.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService.php',
  229.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService.php',
  230.             'error_controller' => 'getErrorControllerService.php',
  231.             'filesystem' => 'getFilesystemService.php',
  232.             'form.factory' => 'getForm_FactoryService.php',
  233.             'form.type.file' => 'getForm_Type_FileService.php',
  234.             'knp_paginator' => 'getKnpPaginatorService.php',
  235.             'monolog.logger.RemisePayment4' => 'getMonolog_Logger_RemisePayment4Service.php',
  236.             'monolog.logger.SeEnquete4' => 'getMonolog_Logger_SeEnquete4Service.php',
  237.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService.php',
  238.             'monolog.logger.front' => 'getMonolog_Logger_FrontService.php',
  239.             'routing.loader' => 'getRouting_LoaderService.php',
  240.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  241.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  242.             'serializer' => 'getSerializerService.php',
  243.             'services_resetter' => 'getServicesResetterService.php',
  244.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  245.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  246.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  247.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  248.             'templating' => 'getTemplatingService.php',
  249.             'templating.loader' => 'getTemplating_LoaderService.php',
  250.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  251.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  252.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  253.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  254.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  255.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  256.         ];
  257.         $this->aliases = [
  258.             'database_connection' => 'doctrine.dbal.default_connection',
  259.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  260.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  261.             'mailer' => 'swiftmailer.mailer.default',
  262.         ];
  263.         $this->privates['service_container'] = function () {
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  277.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Repository/QueryCustomizer/Admin/SearchCustomerCustomizer.php';
  278.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Repository/QueryCustomizer/Admin/SearchOrderCustomizer.php';
  279.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Repository/QueryCustomizer/Admin/SearchProductCustomizer.php';
  280.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Traits/ConfigTrait.php';
  281.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Repository/QueryCustomizer/CategorySearchCustomizer.php';
  282.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Repository/QueryCustomizer/ProductSearchCustomizer.php';
  283.             include_once \dirname(__DIR__4).'/app/Plugin/ProductSort4/Repository/AdminProductListOrderBySortNoCustomizer.php';
  284.             include_once \dirname(__DIR__4).'/app/Plugin/ProductSort4/Repository/ProductListOrderBySortNoCustomizer.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  286.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductListSearchRepository.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/PasswordEncoderInterface.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Security/Core/Encoder/PasswordEncoder.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  318.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  323.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/EventListener/ProductListener.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CategoryRepository.php';
  325.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Repository/CategoryRepository.php';
  326.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Repository/ConfigRepository.php';
  327.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Repository/CustomFieldsContentsRepository.php';
  328.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Repository/CustomFieldsRepository.php';
  329.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/TabaCustomFieldsEvent.php';
  330.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Event/AbstractEvent.php';
  331.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Event/Admin/CustomerEvent.php';
  332.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Event/Admin/ProductEvent.php';
  333.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Event/Admin/OrderEvent.php';
  334.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Event/CustomerEvent.php';
  335.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/ControllerAugumentsListener.php';
  336.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/ControllerListener.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  338.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  339.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  342.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  343.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  345.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  346.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  347.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DeviceDetector/MobileDetector.php';
  348.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/EventListener/InitializeListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  397.             include_once \dirname(__DIR__4).'/src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/TokenStorageInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/SessionTokenStorage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManagerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManager.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  454.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  473.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DataCollector/DeviceDataCollector.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/SingleStateMarkingStore.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Security.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactoryInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/FirewallMapInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  574.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  575.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  578.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  579.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  580.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  583.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  609.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  610.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  611.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  612.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  613.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  614.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  615.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  616.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup/Twig/Extension/GroupExtension.php';
  617.             include_once \dirname(__DIR__4).'/app/Plugin/SheebDlc4/Twig/Extension/Methods.php';
  618.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Twig/Extension/TwigExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  628.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Twig/Extension/MobileDetectExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  631.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  636.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  644.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php';
  645.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  671.             include_once \dirname(__DIR__4).'/src/Eccube/Event/EventDispatcherWrapper.php';
  672.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  673.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  674.         };
  675.     }
  676.     public function compile(): void
  677.     {
  678.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  679.     }
  680.     public function isCompiled(): bool
  681.     {
  682.         return true;
  683.     }
  684.     public function getRemovedIds(): array
  685.     {
  686.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  687.     }
  688.     protected function load($file$lazyLoad true)
  689.     {
  690.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  691.     }
  692.     protected function createProxy($class, \Closure $factory)
  693.     {
  694.         class_exists($classfalse) || $this->load("{$class}.php");
  695.         return $factory();
  696.     }
  697.     /**
  698.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  699.      *
  700.      * @return \Eccube\Common\EccubeConfig
  701.      */
  702.     protected function getEccubeConfigService()
  703.     {
  704.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  705.     }
  706.     /**
  707.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  708.      *
  709.      * @return \Eccube\Repository\PluginRepository
  710.      */
  711.     protected function getPluginRepositoryService($lazyLoad true)
  712.     {
  713.         if ($lazyLoad) {
  714.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  715.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  716.                     $wrappedInstance $this->getPluginRepositoryService(false);
  717.                     $proxy->setProxyInitializer(null);
  718.                     return true;
  719.                 });
  720.             });
  721.         }
  722.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  723.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  724.     }
  725.     /**
  726.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  727.      *
  728.      * @return \Eccube\Service\SystemService
  729.      */
  730.     protected function getSystemServiceService($lazyLoad true)
  731.     {
  732.         if ($lazyLoad) {
  733.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  734.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  735.                     $wrappedInstance $this->getSystemServiceService(false);
  736.                     $proxy->setProxyInitializer(null);
  737.                     return true;
  738.                 });
  739.             });
  740.         }
  741.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  742.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  743.     }
  744.     /**
  745.      * Gets the public 'SunCat\MobileDetectBundle\DeviceDetector\MobileDetector' shared autowired service.
  746.      *
  747.      * @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
  748.      */
  749.     protected function getMobileDetectorService()
  750.     {
  751.         return $this->services['SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
  752.     }
  753.     /**
  754.      * Gets the public 'cache.app' shared service.
  755.      *
  756.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  757.      */
  758.     protected function getCache_AppService()
  759.     {
  760.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9fcbErA0tJ'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  761.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  762.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  763.     }
  764.     /**
  765.      * Gets the public 'cache.system' shared service.
  766.      *
  767.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  768.      */
  769.     protected function getCache_SystemService()
  770.     {
  771.         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())));
  772.     }
  773.     /**
  774.      * Gets the public 'data_collector.dump' shared service.
  775.      *
  776.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  777.      */
  778.     protected function getDataCollector_DumpService()
  779.     {
  780.         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);
  781.     }
  782.     /**
  783.      * Gets the public 'doctrine' shared service.
  784.      *
  785.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  786.      */
  787.     protected function getDoctrineService()
  788.     {
  789.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  790.     }
  791.     /**
  792.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  793.      *
  794.      * @return \Doctrine\DBAL\Connection
  795.      */
  796.     protected function getDoctrine_Dbal_DefaultConnectionService()
  797.     {
  798.         $a = new \Doctrine\DBAL\Configuration();
  799.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  800.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  801.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  802.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  803.         $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  804.         $c->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  805.         $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']))));
  806.         $c->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  807.         $c->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  808.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  809.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  810.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  811.         $a->setSQLLogger($b);
  812.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  813.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService.php'true],
  814.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService.php'true],
  815.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService.php'true],
  816.             'Plugin\\ProductSort4\\Doctrine\\EventSubscriber\\ProductSubscriber' => ['privates''Plugin\\ProductSort4\\Doctrine\\EventSubscriber\\ProductSubscriber''getProductSubscriberService.php'true],
  817.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  818.         ], [
  819.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  820.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  821.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  822.             'Plugin\\ProductSort4\\Doctrine\\EventSubscriber\\ProductSubscriber' => '?',
  823.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  824.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ProductSort4\\Doctrine\\EventSubscriber\\ProductSubscriber']);
  825.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  826.         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, []);
  827.     }
  828.     /**
  829.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  830.      *
  831.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  832.      */
  833.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  834.     {
  835.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  836.             'taba.customfields_customer_listener.post' => ['privates''taba.customfields_customer_listener.post''getTaba_CustomfieldsCustomerListener_PostService.php'true],
  837.             'taba.customfields_order_listener.post' => ['privates''taba.customfields_order_listener.post''getTaba_CustomfieldsOrderListener_PostService.php'true],
  838.             'taba.customfields_product_listener.post' => ['privates''taba.customfields_product_listener.post''getTaba_CustomfieldsProductListener_PostService.php'true],
  839.         ], [
  840.             'taba.customfields_customer_listener.post' => '?',
  841.             'taba.customfields_order_listener.post' => '?',
  842.             'taba.customfields_product_listener.post' => '?',
  843.         ]));
  844.         $instance->registerService('Plugin\\TabaCustomFields\\EventListener\\ProductListener''taba.customfields_product_listener.post');
  845.         $instance->registerService('Plugin\\TabaCustomFields\\EventListener\\CustomerListener''taba.customfields_customer_listener.post');
  846.         $instance->registerService('Plugin\\TabaCustomFields\\EventListener\\OrderListener''taba.customfields_order_listener.post');
  847.         return $instance;
  848.     }
  849.     /**
  850.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  851.      *
  852.      * @return \Doctrine\ORM\EntityManager
  853.      */
  854.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  855.     {
  856.         if ($lazyLoad) {
  857.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  858.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  859.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  860.                     $proxy->setProxyInitializer(null);
  861.                     return true;
  862.                 });
  863.             });
  864.         }
  865.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  866.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  867.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  870.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  871.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  872.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  873.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  874.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  875.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  876.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  878.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  880.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  882.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  884.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  886.         $a = new \Doctrine\ORM\Configuration();
  887.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  888.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  889.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  890.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  891.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Api/Entity')]);
  892.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  893.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CMBlogPro/Entity')]);
  894.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  895.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ContactManagement4/Entity')]);
  896.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  897.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon4/Entity')]);
  898.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  899.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroup/Entity')]);
  900.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  901.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EtunaFavoriteItem/Entity')]);
  902.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  903.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration4/Entity')]);
  904.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  905.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine4/Entity')]);
  906.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  907.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview4/Entity')]);
  908.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  909.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductSort4/Entity')]);
  910.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  911.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend4/Entity')]);
  912.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  913.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct4/Entity')]);
  914.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  915.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProductPro/Entity')]);
  916.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  917.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RemisePayment4/Entity')]);
  918.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  919.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SeEnquete4/Entity')]);
  920.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  921.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker4/Entity')]);
  922.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  923.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SheebDlc4/Entity')]);
  924.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  925.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SimpleMaintenance/Entity')]);
  926.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  927.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit/Entity')]);
  928.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  929.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Entity')]);
  930.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  931.         $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');
  932.         $b->addDriver($d'Eccube\\Entity');
  933.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  934.         $b->addDriver($e'Plugin\\Api\\Entity');
  935.         $b->addDriver($f'Plugin\\CMBlogPro\\Entity');
  936.         $b->addDriver($g'Plugin\\ContactManagement4\\Entity');
  937.         $b->addDriver($h'Plugin\\Coupon4\\Entity');
  938.         $b->addDriver($i'Plugin\\CustomerGroup\\Entity');
  939.         $b->addDriver($j'Plugin\\EtunaFavoriteItem\\Entity');
  940.         $b->addDriver($k'Plugin\\JoolenCouponForMemberRegistration4\\Entity');
  941.         $b->addDriver($l'Plugin\\MailMagazine4\\Entity');
  942.         $b->addDriver($m'Plugin\\ProductReview4\\Entity');
  943.         $b->addDriver($n'Plugin\\ProductSort4\\Entity');
  944.         $b->addDriver($o'Plugin\\Recommend4\\Entity');
  945.         $b->addDriver($p'Plugin\\RelatedProduct4\\Entity');
  946.         $b->addDriver($q'Plugin\\RelatedProductPro\\Entity');
  947.         $b->addDriver($r'Plugin\\RemisePayment4\\Entity');
  948.         $b->addDriver($s'Plugin\\SeEnquete4\\Entity');
  949.         $b->addDriver($t'Plugin\\Securitychecker4\\Entity');
  950.         $b->addDriver($u'Plugin\\SheebDlc4\\Entity');
  951.         $b->addDriver($v'Plugin\\SimpleMaintenance\\Entity');
  952.         $b->addDriver($w'Plugin\\SiteKit\\Entity');
  953.         $b->addDriver($x'Plugin\\TabaCustomFields\\Entity');
  954.         $a->setEntityNamespaces([]);
  955.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  956.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  957.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  958.         $a->setMetadataDriverImpl($b);
  959.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  960.         $a->setProxyNamespace('Proxies');
  961.         $a->setAutoGenerateProxyClasses(true);
  962.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  963.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  964.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  965.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  966.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  967.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  968.             'Customize\\Repository\\CustomerPlanRepository' => ['privates''Customize\\Repository\\CustomerPlanRepository''getCustomerPlanRepositoryService.php'true],
  969.             'Customize\\Repository\\LoggedinHistoryRepository' => ['privates''Customize\\Repository\\LoggedinHistoryRepository''getLoggedinHistoryRepositoryService.php'true],
  970.             'Customize\\Repository\\RumiseOrderCheckedRepository' => ['privates''Customize\\Repository\\RumiseOrderCheckedRepository''getRumiseOrderCheckedRepositoryService.php'true],
  971.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  972.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  973.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  974.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  975.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService.php'true],
  976.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService.php'true],
  977.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  978.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepository2Service.php'true],
  979.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService.php'true],
  980.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService.php'true],
  981.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService.php'true],
  982.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService.php'true],
  983.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService.php'true],
  984.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService.php'true],
  985.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService.php'true],
  986.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService.php'true],
  987.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService.php'true],
  988.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService.php'true],
  989.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  990.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService.php'true],
  991.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService.php'true],
  992.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService.php'true],
  993.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService.php'true],
  994.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService.php'true],
  995.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService.php'true],
  996.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService.php'true],
  997.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService.php'true],
  998.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  999.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService.php'true],
  1000.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService.php'true],
  1001.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService.php'true],
  1002.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService.php'true],
  1003.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService.php'true],
  1004.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService.php'true],
  1005.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService.php'true],
  1006.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService.php'true],
  1007.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService.php'true],
  1008.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService.php'true],
  1009.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService.php'true],
  1010.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService.php'true],
  1011.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService.php'true],
  1012.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService.php'true],
  1013.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService.php'true],
  1014.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService.php'true],
  1015.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService.php'true],
  1016.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService.php'true],
  1017.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService.php'true],
  1018.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService.php'true],
  1019.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1020.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1021.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1022.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService.php'true],
  1023.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService.php'true],
  1024.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1025.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService.php'true],
  1026.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1027.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService.php'true],
  1028.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1029.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService.php'true],
  1030.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService.php'true],
  1031.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService.php'true],
  1032.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService.php'true],
  1033.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1034.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService.php'true],
  1035.             'Plugin\\Api\\Repository\\WebHookRepository' => ['privates''Plugin\\Api\\Repository\\WebHookRepository''getWebHookRepositoryService.php'true],
  1036.             'Plugin\\CMBlogPro\\Repository\\BlogCategoryRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\BlogCategoryRepository''getBlogCategoryRepositoryService.php'true],
  1037.             'Plugin\\CMBlogPro\\Repository\\BlogImageRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\BlogImageRepository''getBlogImageRepositoryService.php'true],
  1038.             'Plugin\\CMBlogPro\\Repository\\BlogProductRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\BlogProductRepository''getBlogProductRepositoryService.php'true],
  1039.             'Plugin\\CMBlogPro\\Repository\\BlogRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\BlogRepository''getBlogRepositoryService.php'true],
  1040.             'Plugin\\CMBlogPro\\Repository\\BlogStatusRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\BlogStatusRepository''getBlogStatusRepositoryService.php'true],
  1041.             'Plugin\\CMBlogPro\\Repository\\CategoryRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\CategoryRepository''getCategoryRepositoryService.php'true],
  1042.             'Plugin\\CMBlogPro\\Repository\\ConfigRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\ConfigRepository''getConfigRepositoryService.php'true],
  1043.             'Plugin\\CMBlogPro\\Repository\\ProductRepository' => ['privates''Plugin\\CMBlogPro\\Repository\\ProductRepository''getProductRepository2Service.php'true],
  1044.             'Plugin\\ContactManagement4\\Repository\\ConfigRepository' => ['privates''Plugin\\ContactManagement4\\Repository\\ConfigRepository''getConfigRepository3Service.php'true],
  1045.             'Plugin\\ContactManagement4\\Repository\\ContactReplyRepository' => ['privates''Plugin\\ContactManagement4\\Repository\\ContactReplyRepository''getContactReplyRepositoryService.php'true],
  1046.             'Plugin\\ContactManagement4\\Repository\\ContactRepository' => ['privates''Plugin\\ContactManagement4\\Repository\\ContactRepository''getContactRepositoryService.php'true],
  1047.             'Plugin\\ContactManagement4\\Repository\\ContactStatusRepository' => ['privates''Plugin\\ContactManagement4\\Repository\\ContactStatusRepository''getContactStatusRepositoryService.php'true],
  1048.             'Plugin\\Coupon4\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon4\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService.php'true],
  1049.             'Plugin\\Coupon4\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon4\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService.php'true],
  1050.             'Plugin\\Coupon4\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon4\\Repository\\CouponRepository''getCouponRepositoryService.php'true],
  1051.             'Plugin\\CustomerGroup\\Repository\\CategoryRepository' => ['privates''Plugin\\CustomerGroup\\Repository\\CategoryRepository''getCategoryRepository3Service'false],
  1052.             'Plugin\\CustomerGroup\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerGroup\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1053.             'Plugin\\CustomerGroup\\Repository\\GroupRepository' => ['privates''Plugin\\CustomerGroup\\Repository\\GroupRepository''getGroupRepositoryService.php'true],
  1054.             'Plugin\\EtunaFavoriteItem\\Repository\\EtunaFavoriteItemConfigRepository' => ['privates''Plugin\\EtunaFavoriteItem\\Repository\\EtunaFavoriteItemConfigRepository''getEtunaFavoriteItemConfigRepositoryService.php'true],
  1055.             'Plugin\\JoolenCouponForMemberRegistration4\\Repository\\ConfigRepository' => ['privates''Plugin\\JoolenCouponForMemberRegistration4\\Repository\\ConfigRepository''getConfigRepository4Service.php'true],
  1056.             'Plugin\\JoolenCouponForMemberRegistration4\\Repository\\CustomerCouponRepository' => ['privates''Plugin\\JoolenCouponForMemberRegistration4\\Repository\\CustomerCouponRepository''getCustomerCouponRepositoryService.php'true],
  1057.             'Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService.php'true],
  1058.             'Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService.php'true],
  1059.             'Plugin\\ProductReview4\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview4\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService.php'true],
  1060.             'Plugin\\ProductReview4\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview4\\Repository\\ProductReviewRepository''getProductReviewRepositoryService.php'true],
  1061.             'Plugin\\ProductReview4\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview4\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService.php'true],
  1062.             'Plugin\\ProductSort4\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductSort4\\Repository\\ConfigRepository''getConfigRepository5Service.php'true],
  1063.             'Plugin\\Recommend4\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend4\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService.php'true],
  1064.             'Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService.php'true],
  1065.             'Plugin\\RelatedProductPro\\Repository\\ConfigRepository' => ['privates''Plugin\\RelatedProductPro\\Repository\\ConfigRepository''getConfigRepository6Service.php'true],
  1066.             'Plugin\\RelatedProductPro\\Repository\\RelatedProductProRepository' => ['privates''Plugin\\RelatedProductPro\\Repository\\RelatedProductProRepository''getRelatedProductProRepositoryService.php'true],
  1067.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultCardRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultCardRepository''getBackupOrderResultCardRepositoryService.php'true],
  1068.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultCvsRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultCvsRepository''getBackupOrderResultCvsRepositoryService.php'true],
  1069.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultRepository''getBackupOrderResultRepositoryService.php'true],
  1070.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupPayquickRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupPayquickRepository''getBackupPayquickRepositoryService.php'true],
  1071.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportRepository''getBackupRemiseACImportRepositoryService.php'true],
  1072.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportStackRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportStackRepository''getBackupRemiseACImportStackRepositoryService.php'true],
  1073.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportStackResultRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportStackResultRepository''getBackupRemiseACImportStackResultRepositoryService.php'true],
  1074.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACMemberRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACMemberRepository''getBackupRemiseACMemberRepositoryService.php'true],
  1075.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACProductRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACProductRepository''getBackupRemiseACProductRepositoryService.php'true],
  1076.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACResultRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACResultRepository''getBackupRemiseACResultRepositoryService.php'true],
  1077.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACTypeRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACTypeRepository''getBackupRemiseACTypeRepositoryService.php'true],
  1078.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseSaleTypeRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseSaleTypeRepository''getBackupRemiseSaleTypeRepositoryService.php'true],
  1079.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseTaxRateRepository' => ['privates''Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseTaxRateRepository''getBackupRemiseTaxRateRepositoryService.php'true],
  1080.             'Plugin\\RemisePayment4\\Repository\\ConfigRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\ConfigRepository''getConfigRepository7Service.php'true],
  1081.             'Plugin\\RemisePayment4\\Repository\\OrderResultCardRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\OrderResultCardRepository''getOrderResultCardRepositoryService.php'true],
  1082.             'Plugin\\RemisePayment4\\Repository\\OrderResultCvsRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\OrderResultCvsRepository''getOrderResultCvsRepositoryService.php'true],
  1083.             'Plugin\\RemisePayment4\\Repository\\OrderResultRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\OrderResultRepository''getOrderResultRepositoryService.php'true],
  1084.             'Plugin\\RemisePayment4\\Repository\\PayquickRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\PayquickRepository''getPayquickRepositoryService.php'true],
  1085.             'Plugin\\RemisePayment4\\Repository\\RemiseACImportRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseACImportRepository''getRemiseACImportRepositoryService.php'true],
  1086.             'Plugin\\RemisePayment4\\Repository\\RemiseACImportStackRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseACImportStackRepository''getRemiseACImportStackRepositoryService.php'true],
  1087.             'Plugin\\RemisePayment4\\Repository\\RemiseACImportStackResultRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseACImportStackResultRepository''getRemiseACImportStackResultRepositoryService.php'true],
  1088.             'Plugin\\RemisePayment4\\Repository\\RemiseACMemberRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseACMemberRepository''getRemiseACMemberRepositoryService.php'true],
  1089.             'Plugin\\RemisePayment4\\Repository\\RemiseACResultRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseACResultRepository''getRemiseACResultRepositoryService.php'true],
  1090.             'Plugin\\RemisePayment4\\Repository\\RemiseACTypeRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseACTypeRepository''getRemiseACTypeRepositoryService.php'true],
  1091.             'Plugin\\RemisePayment4\\Repository\\RemiseCsvTypeRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseCsvTypeRepository''getRemiseCsvTypeRepositoryService.php'true],
  1092.             'Plugin\\RemisePayment4\\Repository\\RemiseMailTemplateRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseMailTemplateRepository''getRemiseMailTemplateRepositoryService.php'true],
  1093.             'Plugin\\RemisePayment4\\Repository\\RemisePaymentRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemisePaymentRepository''getRemisePaymentRepositoryService.php'true],
  1094.             'Plugin\\RemisePayment4\\Repository\\RemiseSaleTypeRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseSaleTypeRepository''getRemiseSaleTypeRepositoryService.php'true],
  1095.             'Plugin\\RemisePayment4\\Repository\\RemiseTaxRateRepository' => ['privates''Plugin\\RemisePayment4\\Repository\\RemiseTaxRateRepository''getRemiseTaxRateRepositoryService.php'true],
  1096.             'Plugin\\SeEnquete4\\Repository\\EnqueteConfigRepository' => ['privates''Plugin\\SeEnquete4\\Repository\\EnqueteConfigRepository''getEnqueteConfigRepositoryService.php'true],
  1097.             'Plugin\\SeEnquete4\\Repository\\EnqueteItemRepository' => ['privates''Plugin\\SeEnquete4\\Repository\\EnqueteItemRepository''getEnqueteItemRepositoryService.php'true],
  1098.             'Plugin\\SeEnquete4\\Repository\\EnqueteMetaRepository' => ['privates''Plugin\\SeEnquete4\\Repository\\EnqueteMetaRepository''getEnqueteMetaRepositoryService.php'true],
  1099.             'Plugin\\SeEnquete4\\Repository\\EnqueteRepository' => ['privates''Plugin\\SeEnquete4\\Repository\\EnqueteRepository''getEnqueteRepositoryService.php'true],
  1100.             'Plugin\\SeEnquete4\\Repository\\EnqueteUserRepository' => ['privates''Plugin\\SeEnquete4\\Repository\\EnqueteUserRepository''getEnqueteUserRepositoryService.php'true],
  1101.             'Plugin\\Securitychecker4\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker4\\Repository\\ConfigRepository''getConfigRepository8Service.php'true],
  1102.             'Plugin\\SheebDlc4\\Repository\\ConfigRepository' => ['privates''Plugin\\SheebDlc4\\Repository\\ConfigRepository''getConfigRepository9Service.php'true],
  1103.             'Plugin\\SheebDlc4\\Repository\\DownloadContentRepository' => ['privates''Plugin\\SheebDlc4\\Repository\\DownloadContentRepository''getDownloadContentRepositoryService.php'true],
  1104.             'Plugin\\SheebDlc4\\Repository\\ProductClassContentRepository' => ['privates''Plugin\\SheebDlc4\\Repository\\ProductClassContentRepository''getProductClassContentRepositoryService.php'true],
  1105.             'Plugin\\SimpleMaintenance\\Repository\\SimpleMConfigRepository' => ['privates''Plugin\\SimpleMaintenance\\Repository\\SimpleMConfigRepository''getSimpleMConfigRepositoryService.php'true],
  1106.             'Plugin\\SiteKit\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit\\Repository\\IdTokenRepository''getIdTokenRepositoryService.php'true],
  1107.             'Plugin\\TabaCustomFields\\Repository\\CustomFieldsContentsRepository' => ['privates''Plugin\\TabaCustomFields\\Repository\\CustomFieldsContentsRepository''getCustomFieldsContentsRepositoryService'false],
  1108.             'Plugin\\TabaCustomFields\\Repository\\CustomFieldsRepository' => ['privates''Plugin\\TabaCustomFields\\Repository\\CustomFieldsRepository''getCustomFieldsRepositoryService'false],
  1109.         ], [
  1110.             'Customize\\Repository\\CustomerPlanRepository' => '?',
  1111.             'Customize\\Repository\\LoggedinHistoryRepository' => '?',
  1112.             'Customize\\Repository\\RumiseOrderCheckedRepository' => '?',
  1113.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1114.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1115.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1116.             'Eccube\\Repository\\BlockRepository' => '?',
  1117.             'Eccube\\Repository\\CalendarRepository' => '?',
  1118.             'Eccube\\Repository\\CartItemRepository' => '?',
  1119.             'Eccube\\Repository\\CartRepository' => '?',
  1120.             'Eccube\\Repository\\CategoryRepository' => '?',
  1121.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1122.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1123.             'Eccube\\Repository\\CsvRepository' => '?',
  1124.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1125.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1126.             'Eccube\\Repository\\CustomerRepository' => '?',
  1127.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1128.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1129.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1130.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1131.             'Eccube\\Repository\\LayoutRepository' => '?',
  1132.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1133.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1134.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1135.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1136.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1137.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1138.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1139.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1140.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1141.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1142.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1143.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1144.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1145.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1146.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1147.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1148.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1149.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1150.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1151.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1152.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1153.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1154.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1155.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1156.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1157.             'Eccube\\Repository\\MemberRepository' => '?',
  1158.             'Eccube\\Repository\\NewsRepository' => '?',
  1159.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1160.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1161.             'Eccube\\Repository\\OrderRepository' => '?',
  1162.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1163.             'Eccube\\Repository\\PageRepository' => '?',
  1164.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1165.             'Eccube\\Repository\\PaymentRepository' => '?',
  1166.             'Eccube\\Repository\\PluginRepository' => '?',
  1167.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1168.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1169.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1170.             'Eccube\\Repository\\ProductRepository' => '?',
  1171.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1172.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1173.             'Eccube\\Repository\\ShippingRepository' => '?',
  1174.             'Eccube\\Repository\\TagRepository' => '?',
  1175.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1176.             'Eccube\\Repository\\TemplateRepository' => '?',
  1177.             'Plugin\\Api\\Repository\\WebHookRepository' => '?',
  1178.             'Plugin\\CMBlogPro\\Repository\\BlogCategoryRepository' => '?',
  1179.             'Plugin\\CMBlogPro\\Repository\\BlogImageRepository' => '?',
  1180.             'Plugin\\CMBlogPro\\Repository\\BlogProductRepository' => '?',
  1181.             'Plugin\\CMBlogPro\\Repository\\BlogRepository' => '?',
  1182.             'Plugin\\CMBlogPro\\Repository\\BlogStatusRepository' => '?',
  1183.             'Plugin\\CMBlogPro\\Repository\\CategoryRepository' => '?',
  1184.             'Plugin\\CMBlogPro\\Repository\\ConfigRepository' => '?',
  1185.             'Plugin\\CMBlogPro\\Repository\\ProductRepository' => '?',
  1186.             'Plugin\\ContactManagement4\\Repository\\ConfigRepository' => '?',
  1187.             'Plugin\\ContactManagement4\\Repository\\ContactReplyRepository' => '?',
  1188.             'Plugin\\ContactManagement4\\Repository\\ContactRepository' => '?',
  1189.             'Plugin\\ContactManagement4\\Repository\\ContactStatusRepository' => '?',
  1190.             'Plugin\\Coupon4\\Repository\\CouponDetailRepository' => '?',
  1191.             'Plugin\\Coupon4\\Repository\\CouponOrderRepository' => '?',
  1192.             'Plugin\\Coupon4\\Repository\\CouponRepository' => '?',
  1193.             'Plugin\\CustomerGroup\\Repository\\CategoryRepository' => '?',
  1194.             'Plugin\\CustomerGroup\\Repository\\ConfigRepository' => '?',
  1195.             'Plugin\\CustomerGroup\\Repository\\GroupRepository' => '?',
  1196.             'Plugin\\EtunaFavoriteItem\\Repository\\EtunaFavoriteItemConfigRepository' => '?',
  1197.             'Plugin\\JoolenCouponForMemberRegistration4\\Repository\\ConfigRepository' => '?',
  1198.             'Plugin\\JoolenCouponForMemberRegistration4\\Repository\\CustomerCouponRepository' => '?',
  1199.             'Plugin\\MailMagazine4\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1200.             'Plugin\\MailMagazine4\\Repository\\MailMagazineTemplateRepository' => '?',
  1201.             'Plugin\\ProductReview4\\Repository\\ProductReviewConfigRepository' => '?',
  1202.             'Plugin\\ProductReview4\\Repository\\ProductReviewRepository' => '?',
  1203.             'Plugin\\ProductReview4\\Repository\\ProductReviewStatusRepository' => '?',
  1204.             'Plugin\\ProductSort4\\Repository\\ConfigRepository' => '?',
  1205.             'Plugin\\Recommend4\\Repository\\RecommendProductRepository' => '?',
  1206.             'Plugin\\RelatedProduct4\\Repository\\RelatedProductRepository' => '?',
  1207.             'Plugin\\RelatedProductPro\\Repository\\ConfigRepository' => '?',
  1208.             'Plugin\\RelatedProductPro\\Repository\\RelatedProductProRepository' => '?',
  1209.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultCardRepository' => '?',
  1210.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultCvsRepository' => '?',
  1211.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupOrderResultRepository' => '?',
  1212.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupPayquickRepository' => '?',
  1213.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportRepository' => '?',
  1214.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportStackRepository' => '?',
  1215.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACImportStackResultRepository' => '?',
  1216.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACMemberRepository' => '?',
  1217.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACProductRepository' => '?',
  1218.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACResultRepository' => '?',
  1219.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseACTypeRepository' => '?',
  1220.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseSaleTypeRepository' => '?',
  1221.             'Plugin\\RemisePayment4\\RepositoryBackup\\BackupRemiseTaxRateRepository' => '?',
  1222.             'Plugin\\RemisePayment4\\Repository\\ConfigRepository' => '?',
  1223.             'Plugin\\RemisePayment4\\Repository\\OrderResultCardRepository' => '?',
  1224.             'Plugin\\RemisePayment4\\Repository\\OrderResultCvsRepository' => '?',
  1225.             'Plugin\\RemisePayment4\\Repository\\OrderResultRepository' => '?',
  1226.             'Plugin\\RemisePayment4\\Repository\\PayquickRepository' => '?',
  1227.             'Plugin\\RemisePayment4\\Repository\\RemiseACImportRepository' => '?',
  1228.             'Plugin\\RemisePayment4\\Repository\\RemiseACImportStackRepository' => '?',
  1229.             'Plugin\\RemisePayment4\\Repository\\RemiseACImportStackResultRepository' => '?',
  1230.             'Plugin\\RemisePayment4\\Repository\\RemiseACMemberRepository' => '?',
  1231.             'Plugin\\RemisePayment4\\Repository\\RemiseACResultRepository' => '?',
  1232.             'Plugin\\RemisePayment4\\Repository\\RemiseACTypeRepository' => '?',
  1233.             'Plugin\\RemisePayment4\\Repository\\RemiseCsvTypeRepository' => '?',
  1234.             'Plugin\\RemisePayment4\\Repository\\RemiseMailTemplateRepository' => '?',
  1235.             'Plugin\\RemisePayment4\\Repository\\RemisePaymentRepository' => '?',
  1236.             'Plugin\\RemisePayment4\\Repository\\RemiseSaleTypeRepository' => '?',
  1237.             'Plugin\\RemisePayment4\\Repository\\RemiseTaxRateRepository' => '?',
  1238.             'Plugin\\SeEnquete4\\Repository\\EnqueteConfigRepository' => '?',
  1239.             'Plugin\\SeEnquete4\\Repository\\EnqueteItemRepository' => '?',
  1240.             'Plugin\\SeEnquete4\\Repository\\EnqueteMetaRepository' => '?',
  1241.             'Plugin\\SeEnquete4\\Repository\\EnqueteRepository' => '?',
  1242.             'Plugin\\SeEnquete4\\Repository\\EnqueteUserRepository' => '?',
  1243.             'Plugin\\Securitychecker4\\Repository\\ConfigRepository' => '?',
  1244.             'Plugin\\SheebDlc4\\Repository\\ConfigRepository' => '?',
  1245.             'Plugin\\SheebDlc4\\Repository\\DownloadContentRepository' => '?',
  1246.             'Plugin\\SheebDlc4\\Repository\\ProductClassContentRepository' => '?',
  1247.             'Plugin\\SimpleMaintenance\\Repository\\SimpleMConfigRepository' => '?',
  1248.             'Plugin\\SiteKit\\Repository\\IdTokenRepository' => '?',
  1249.             'Plugin\\TabaCustomFields\\Repository\\CustomFieldsContentsRepository' => '?',
  1250.             'Plugin\\TabaCustomFields\\Repository\\CustomFieldsRepository' => '?',
  1251.         ])));
  1252.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1253.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1254.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1255.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1256.         $a->addEntityNamespace('TrikoderOAuth2Bundle''Trikoder\\Bundle\\OAuth2Bundle\\Model');
  1257.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1258.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1259.         return $instance;
  1260.     }
  1261.     /**
  1262.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  1263.      *
  1264.      * @return \Doctrine\Common\Cache\ArrayCache
  1265.      */
  1266.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  1267.     {
  1268.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1269.         $instance->setNamespace('sf_orm_default_3e7e6b8371715c7821c9eacd9e3fec0f11eb5e3da678a92b1eba19bf863ccfa7');
  1270.         return $instance;
  1271.     }
  1272.     /**
  1273.      * Gets the public 'event_dispatcher' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1276.      */
  1277.     protected function getEventDispatcherService()
  1278.     {
  1279.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1280.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1281.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1282.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1283.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1284.         $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']))));
  1285.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1286.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1287.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1288.         $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())));
  1289.         $instance->addListener('kernel.request', [=> function () {
  1290.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1291.         }, => 'onKernelRequest'], 1024);
  1292.         $instance->addListener('kernel.request', [=> function () {
  1293.             return ($this->privates['taba.customfields.initialize_listener'] ?? $this->getTaba_Customfields_InitializeListenerService());
  1294.         }, => 'onKernelRequest'], 10001);
  1295.         $instance->addListener('kernel.controller', [=> function () {
  1296.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1297.         }, => 'onKernelController'], 0);
  1298.         $instance->addListener('kernel.request', [=> function () {
  1299.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  1300.         }, => 'handleRequest'], 1);
  1301.         $instance->addListener('kernel.response', [=> function () {
  1302.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  1303.         }, => 'handleResponse'], 0);
  1304.         $instance->addListener('kernel.request', [=> function () {
  1305.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1306.         }, => 'onKernelRequest'], 0);
  1307.         $instance->addListener('trikoder.oauth2.authorization_request_resolve', [=> function () {
  1308.             return ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'] ?? $this->load('getAuthorizationRequestUserResolvingListenerService.php'));
  1309.         }, => 'onAuthorizationRequest'], 1024);
  1310.         $instance->addListener('kernel.controller', [=> function () {
  1311.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1312.         }, => 'onController'], 0);
  1313.         $instance->addListener('kernel.request', [=> function () {
  1314.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1315.         }, => 'onKernelRequest'], 512);
  1316.         $instance->addListener('kernel.request', [=> function () {
  1317.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1318.         }, => 'onKernelRequestEarly'], 500);
  1319.         $instance->addListener('kernel.request', [=> function () {
  1320.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1321.         }, => 'onKernelRequest'], 6);
  1322.         $instance->addListener('kernel.response', [=> function () {
  1323.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1324.         }, => 'onKernelResponse'], 0);
  1325.         $instance->addListener('kernel.controller', [=> function () {
  1326.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1327.         }, => 'onKernelController'], 0);
  1328.         $instance->addListener('kernel.terminate', [=> function () {
  1329.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1330.         }, => 'onKernelTerminate'], 0);
  1331.         $instance->addListener('kernel.exception', [=> function () {
  1332.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1333.         }, => 'onKernelException'], -4);
  1334.         $instance->addListener('security.interactive_login', [=> function () {
  1335.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
  1336.         }, => 'onInteractiveLogin'], 0);
  1337.         $instance->addListener('security.authentication.failure', [=> function () {
  1338.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService.php'));
  1339.         }, => 'onAuthenticationFailure'], 0);
  1340.         $instance->addListener('kernel.response', [=> function () {
  1341.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1342.         }, => 'onResponse'], 0);
  1343.         $instance->addListener('kernel.request', [=> function () {
  1344.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1345.         }, => 'onKernelRequest'], 512);
  1346.         $instance->addListener('security.interactive_login', [=> function () {
  1347.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
  1348.         }, => 'onInteractiveLogin'], 0);
  1349.         $instance->addListener('security.authentication.failure', [=> function () {
  1350.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService.php'));
  1351.         }, => 'onAuthenticationFailure'], 0);
  1352.         $instance->addListener('kernel.request', [=> function () {
  1353.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1354.         }, => 'onKernelRequest'], 0);
  1355.         $instance->addListener('kernel.exception', [=> function () {
  1356.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1357.         }, => 'onKernelException'], 0);
  1358.         $instance->addListener('kernel.terminate', [=> function () {
  1359.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1360.         }, => 'onKernelTerminate'], 0);
  1361.         $instance->addListener('kernel.request', [=> function () {
  1362.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1363.         }, => 'onKernelRequest'], 6);
  1364.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1365.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1366.         }, => 'onKernelController'], 7);
  1367.         $instance->addListener('form.pre_submit', [=> function () {
  1368.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1369.         }, => 'onPreSubmit'], 0);
  1370.         $instance->addListener('form.pre_submit', [=> function () {
  1371.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1372.         }, => 'purifySubmittedData'], 1000001);
  1373.         $instance->addListener('form.pre_submit', [=> function () {
  1374.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1375.         }, => 'onPreSubmit'], 0);
  1376.         $instance->addListener('workflow.order.completed', [=> function () {
  1377.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1378.         }, => 'onCompleted'], 0);
  1379.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1380.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1381.         }, => 'updatePaymentDate'], 0);
  1382.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1383.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1384.         }, => 'rollbackStock'], 0);
  1385.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1386.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1387.         }, => 'rollbackUsePoint'], 0);
  1388.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1389.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1390.         }, => 'commitStock'], 0);
  1391.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1392.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1393.         }, => 'commitUsePoint'], 0);
  1394.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1395.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1396.         }, => 'commitAddPoint'], 0);
  1397.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1398.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1399.         }, => 'rollbackUsePoint'], 0);
  1400.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1401.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1402.         }, => 'rollbackAddPoint'], 0);
  1403.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1404.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1405.         }, => 'commitUsePoint'], 0);
  1406.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1407.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService.php'));
  1408.         }, => 'commitAddPoint'], 0);
  1409.         $instance->addListener('kernel.terminate', [=> function () {
  1410.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1411.         }, => 'disableMaintenanceEvent'], 0);
  1412.         $instance->addListener('kernel.terminate', [=> function () {
  1413.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1414.         }, => 'forceClearCache'], 0);
  1415.         $instance->addListener('front.contact.index.complete', [=> function () {
  1416.             return ($this->privates['Plugin\\ContactManagement4\\Event'] ?? $this->load('getEventService.php'));
  1417.         }, => 'onContactComplete'], 0);
  1418.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1419.             return ($this->privates['Plugin\\ContactManagement4\\Event'] ?? $this->load('getEventService.php'));
  1420.         }, => 'onAdminCustomerEditTwig'], 0);
  1421.         $instance->addListener('kernel.request', [=> function () {
  1422.             return ($this->privates['Plugin\\CustomerGroup\\EventListener\\ProductListener'] ?? $this->getProductListenerService());
  1423.         }, => 'onKernelRequest'], 0);
  1424.         $instance->addListener('security.interactive_login', [=> function () {
  1425.             return ($this->privates['Plugin\\CustomerGroup\\Security\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService.php'));
  1426.         }, => 'onInteractiveLogin'], 0);
  1427.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1428.             return ($this->privates['Plugin\\ProductSort4\\Event'] ?? $this->load('getEvent2Service.php'));
  1429.         }, => 'onRenderAdminProduct'], 0);
  1430.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1431.             return ($this->privates['Plugin\\ProductSort4\\Event'] ?? $this->load('getEvent2Service.php'));
  1432.         }, => 'onUpdateProductSortNo'], 0);
  1433.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1434.             return ($this->privates['Plugin\\ProductSort4\\Event'] ?? $this->load('getEvent2Service.php'));
  1435.         }, => 'onUpdateProductSortNo'], 0);
  1436.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1437.             return ($this->privates['Plugin\\RelatedProductPro\\RelatedProductProEvent'] ?? $this->load('getRelatedProductProEventService.php'));
  1438.         }, => 'onRenderAdminProduct'], 0);
  1439.         $instance->addListener('Product/detail.twig', [=> function () {
  1440.             return ($this->privates['Plugin\\RelatedProductPro\\RelatedProductProEvent'] ?? $this->load('getRelatedProductProEventService.php'));
  1441.         }, => 'onRenderProductDetail'], 0);
  1442.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1443.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1444.         }, => 'onAdminPaymentEditTwig'], 0);
  1445.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1446.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1447.         }, => 'onAdminOrderIndexTwig'], 0);
  1448.         $instance->addListener('admin.order.index.search', [=> function () {
  1449.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1450.         }, => 'onAdminOrderIndexSearch'], 0);
  1451.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1452.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1453.         }, => 'onAdminOrderEditTwig'], 0);
  1454.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1455.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1456.         }, => 'onAdminCustomerIndexTwig'], 0);
  1457.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1458.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1459.         }, => 'onAdminCustomerEditTwig'], 0);
  1460.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1461.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1462.         }, => 'onAdminProductProductTwig'], 0);
  1463.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1464.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1465.         }, => 'onAdminProductEditComplete'], 0);
  1466.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1467.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1468.         }, => 'onAdminProductProductClassTwig'], 0);
  1469.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1470.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1471.         }, => 'onAdminSettingSystemDeliveryEditTwig'], 0);
  1472.         $instance->addListener('@admin/Setting/System/masterdata.twig', [=> function () {
  1473.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1474.         }, => 'onAdminSettingSystemMasterdataTwig'], 0);
  1475.         $instance->addListener('Cart/index.twig', [=> function () {
  1476.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1477.         }, => 'onCartIndexTwig'], 0);
  1478.         $instance->addListener('Shopping/index.twig', [=> function () {
  1479.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1480.         }, => 'onShoppingIndexTwig'], 0);
  1481.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1482.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1483.         }, => 'onShoppingConfirmTwig'], 0);
  1484.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1485.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1486.         }, => 'onShoppingCompleteTwig'], 0);
  1487.         $instance->addListener('Mypage/index.twig', [=> function () {
  1488.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1489.         }, => 'onMypageIndexTwig'], 0);
  1490.         $instance->addListener('Mypage/history.twig', [=> function () {
  1491.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1492.         }, => 'onMypageHistoryTwig'], 0);
  1493.         $instance->addListener('Mypage/change.twig', [=> function () {
  1494.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1495.         }, => 'onMypageChangeTwig'], 0);
  1496.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1497.             return ($this->privates['Plugin\\RemisePayment4\\RemiseEvent'] ?? $this->load('getRemiseEventService.php'));
  1498.         }, => 'onMypageWithdrawTwig'], 0);
  1499.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1500.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1501.         }, => 'onTemplateProductEdit'], 10);
  1502.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1503.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1504.         }, => 'onProductEditComplete'], 10);
  1505.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1506.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1507.         }, => 'onProductEditDelete'], 10);
  1508.         $instance->addListener('Shopping/login.twig', [=> function () {
  1509.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1510.         }, => 'onTemplateShoppingLogin'], 10);
  1511.         $instance->addListener('Shopping/index.twig', [=> function () {
  1512.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1513.         }, => 'onTemplateShoppingIndex'], 10);
  1514.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1515.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1516.         }, => 'onTemplateShoppingConfirm'], 10);
  1517.         $instance->addListener('Mypage/history.twig', [=> function () {
  1518.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1519.         }, => 'onTemplateMypageHistory'], 10);
  1520.         $instance->addListener('Mypage/index.twig', [=> function () {
  1521.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1522.         }, => 'onTemplateMypageNavi'], 10);
  1523.         $instance->addListener('Mypage/change.twig', [=> function () {
  1524.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1525.         }, => 'onTemplateMypageNavi'], 10);
  1526.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1527.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1528.         }, => 'onTemplateMypageNavi'], 10);
  1529.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1530.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1531.         }, => 'onTemplateMypageNavi'], 10);
  1532.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1533.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1534.         }, => 'onTemplateMypageNavi'], 10);
  1535.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1536.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1537.         }, => 'onTemplateMypageNavi'], 10);
  1538.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1539.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1540.         }, => 'onTemplateMypageNavi'], 10);
  1541.         $instance->addListener('Mypage/withdraw_confirm.twig', [=> function () {
  1542.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1543.         }, => 'onTemplateMypageNavi'], 10);
  1544.         $instance->addListener('Mypage/withdraw_complete.twig', [=> function () {
  1545.             return ($this->privates['Plugin\\SheebDlc4\\Event'] ?? $this->load('getEvent3Service.php'));
  1546.         }, => 'onTemplateMypageNavi'], 10);
  1547.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1548.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1549.         }, => 'onKernelController'], 100000000);
  1550.         $instance->addListener('admin.customer.edit.index.initialize', [=> function () {
  1551.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1552.         }, => 'onAdminCustomerEditInit'], 10);
  1553.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1554.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1555.         }, => 'onAdminCustomerEditComplete'], 10);
  1556.         $instance->addListener('admin.customer.index.initialize', [=> function () {
  1557.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1558.         }, => 'onAdminCustomerSearchInit'], 10);
  1559.         $instance->addListener('admin.customer.index.search', [=> function () {
  1560.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1561.         }, => 'onAdminCustomerSearch'], 10);
  1562.         $instance->addListener('admin.product.edit.initialize', [=> function () {
  1563.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1564.         }, => 'onAdminProductEditInit'], 10);
  1565.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1566.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1567.         }, => 'onAdminProductEditComplete'], 10);
  1568.         $instance->addListener('admin.product.index.initialize', [=> function () {
  1569.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1570.         }, => 'onAdminProductSearchInit'], 10);
  1571.         $instance->addListener('admin.product.index.search', [=> function () {
  1572.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1573.         }, => 'onAdminProductSearch'], 10);
  1574.         $instance->addListener('admin.order.edit.index.initialize', [=> function () {
  1575.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1576.         }, => 'onAdminOrderEditInit'], 10);
  1577.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1578.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1579.         }, => 'onAdminOrderEditComplete'], 10);
  1580.         $instance->addListener('admin.order.index.initialize', [=> function () {
  1581.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1582.         }, => 'onAdminOrderSearchInit'], 10);
  1583.         $instance->addListener('admin.order.index.search', [=> function () {
  1584.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1585.         }, => 'onAdminOrderSearch'], 10);
  1586.         $instance->addListener('front.entry.index.initialize', [=> function () {
  1587.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1588.         }, => 'onFrontCustomerInit'], 10);
  1589.         $instance->addListener('front.entry.index.complete', [=> function () {
  1590.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1591.         }, => 'onFrontCustomerComplete'], 10);
  1592.         $instance->addListener('front.mypage.change.index.initialize', [=> function () {
  1593.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1594.         }, => 'onFrontCustomerInit'], 10);
  1595.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1596.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1597.         }, => 'onFrontCustomerComplete'], 10);
  1598.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1599.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1600.         }, => 'onAdminCfCustomerCsvDownloadLinkRender'], 10);
  1601.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1602.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1603.         }, => 'onAdminFileUploadJSRender'], 10);
  1604.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1605.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1606.         }, => 'onAdminCfProductCsvDownloadLinkRender'], 10);
  1607.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1608.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1609.         }, => 'onAdminFileUploadJSRender'], 10);
  1610.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1611.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1612.         }, => 'onAdminCfOrderCsvDownloadLinkRender'], 10);
  1613.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1614.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1615.         }, => 'onAdminFileUploadJSRender'], 10);
  1616.         $instance->addListener('Shopping/index.twig', [=> function () {
  1617.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1618.         }, => 'onTemplateShoppingIndex'], 10);
  1619.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1620.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1621.         }, => 'onTemplateShoppingConfirm'], 10);
  1622.         $instance->addListener('Mypage/history.twig', [=> function () {
  1623.             return ($this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] ?? $this->getTabaCustomFieldsEventService());
  1624.         }, => 'onTemplateMypageHistory'], 10);
  1625.         $instance->addListener('security.interactive_login', [=> function () {
  1626.             return ($this->privates['Customize\\EventListener\\AuthenticationSuccessListener'] ?? $this->load('getAuthenticationSuccessListenerService.php'));
  1627.         }, => 'registerLoggedinTime'], 0);
  1628.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1629.             return ($this->privates['Customize\\EventListener\\ControllerAugumentsListener'] ?? $this->getControllerAugumentsListenerService());
  1630.         }, => 'multipleLoginPrevention'], 1);
  1631.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1632.             return ($this->privates['Customize\\EventListener\\ControllerAugumentsListener'] ?? $this->getControllerAugumentsListenerService());
  1633.         }, => 'blogDetailBlocker'], 0);
  1634.         $instance->addListener('kernel.controller', [=> function () {
  1635.             return ($this->privates['Customize\\EventListener\\ControllerListener'] ?? ($this->privates['Customize\\EventListener\\ControllerListener'] = new \Customize\EventListener\ControllerListener()));
  1636.         }, => 'enquateRedirector'], 0);
  1637.         $instance->addListener('front.product.cart.add.initialize', [=> function () {
  1638.             return ($this->privates['Customize\\EventListener\\EccubeProductCartAddListener'] ?? $this->load('getEccubeProductCartAddListenerService.php'));
  1639.         }, => 'prohibitionOfDuplicatePurchases'], 0);
  1640.         $instance->addListener('kernel.exception', [=> function () {
  1641.             return ($this->privates['Customize\\EventListener\\ExceptionEventLintener'] ?? ($this->privates['Customize\\EventListener\\ExceptionEventLintener'] = new \Customize\EventListener\ExceptionEventLintener()));
  1642.         }, => 'productCartAddException'], 10);
  1643.         $instance->addListener('kernel.request', [=> function () {
  1644.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1645.         }, => 'onKernelRequest'], 4096);
  1646.         $instance->addListener('kernel.response', [=> function () {
  1647.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1648.         }, => 'onKernelResponse'], 0);
  1649.         $instance->addListener('kernel.response', [=> function () {
  1650.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1651.         }, => 'onKernelResponse'], -1024);
  1652.         $instance->addListener('kernel.request', [=> function () {
  1653.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1654.         }, => 'setDefaultLocale'], 100);
  1655.         $instance->addListener('kernel.request', [=> function () {
  1656.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1657.         }, => 'onKernelRequest'], 16);
  1658.         $instance->addListener('kernel.finish_request', [=> function () {
  1659.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1660.         }, => 'onKernelFinishRequest'], 0);
  1661.         $instance->addListener('kernel.request', [=> function () {
  1662.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1663.         }, => 'onKernelRequest'], 256);
  1664.         $instance->addListener('kernel.request', [=> function () {
  1665.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1666.         }, => 'resolveControllerName'], 24);
  1667.         $instance->addListener('kernel.response', [=> function () {
  1668.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1669.         }, => 'onResponse'], -255);
  1670.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1671.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1672.         }, => 'onControllerArguments'], 0);
  1673.         $instance->addListener('kernel.exception', [=> function () {
  1674.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1675.         }, => 'logKernelException'], 0);
  1676.         $instance->addListener('kernel.exception', [=> function () {
  1677.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1678.         }, => 'onKernelException'], -128);
  1679.         $instance->addListener('kernel.request', [=> function () {
  1680.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1681.         }, => 'onKernelRequest'], 15);
  1682.         $instance->addListener('kernel.finish_request', [=> function () {
  1683.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1684.         }, => 'onKernelFinishRequest'], -15);
  1685.         $instance->addListener('console.error', [=> function () {
  1686.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1687.         }, => 'onConsoleError'], -128);
  1688.         $instance->addListener('console.terminate', [=> function () {
  1689.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1690.         }, => 'onConsoleTerminate'], -128);
  1691.         $instance->addListener('console.error', [=> function () {
  1692.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1693.         }, => 'onConsoleError'], 0);
  1694.         $instance->addListener('kernel.request', [=> function () {
  1695.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1696.         }, => 'onKernelRequest'], 128);
  1697.         $instance->addListener('kernel.response', [=> function () {
  1698.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1699.         }, => 'onKernelResponse'], -1000);
  1700.         $instance->addListener('kernel.finish_request', [=> function () {
  1701.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1702.         }, => 'onFinishRequest'], 0);
  1703.         $instance->addListener('kernel.response', [=> function () {
  1704.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1705.         }, => 'onKernelResponse'], 0);
  1706.         $instance->addListener('kernel.request', [=> function () {
  1707.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1708.         }, => 'onKernelRequest'], 48);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1711.         }, => 'onKernelResponse'], -100);
  1712.         $instance->addListener('kernel.exception', [=> function () {
  1713.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1714.         }, => 'onKernelException'], 0);
  1715.         $instance->addListener('kernel.terminate', [=> function () {
  1716.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1717.         }, => 'onKernelTerminate'], -1024);
  1718.         $instance->addListener('kernel.controller', [=> function () {
  1719.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1720.         }, => 'onKernelController'], 0);
  1721.         $instance->addListener('kernel.response', [=> function () {
  1722.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1723.         }, => 'onKernelResponse'], 0);
  1724.         $instance->addListener('kernel.request', [=> function () {
  1725.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1726.         }, => 'configure'], 2048);
  1727.         $instance->addListener('console.command', [=> function () {
  1728.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1729.         }, => 'configure'], 2048);
  1730.         $instance->addListener('kernel.request', [=> function () {
  1731.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1732.         }, => 'onKernelRequest'], 32);
  1733.         $instance->addListener('kernel.finish_request', [=> function () {
  1734.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1735.         }, => 'onKernelFinishRequest'], 0);
  1736.         $instance->addListener('kernel.exception', [=> function () {
  1737.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1738.         }, => 'onKernelException'], -64);
  1739.         $instance->addListener('kernel.response', [=> function () {
  1740.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1741.         }, => 'onKernelResponse'], 0);
  1742.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1743.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1744.         }, => 'onVoterVote'], 0);
  1745.         $instance->addListener('kernel.request', [=> function () {
  1746.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1747.         }, => 'configureLogoutUrlGenerator'], 8);
  1748.         $instance->addListener('kernel.request', [=> function () {
  1749.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1750.         }, => 'onKernelRequest'], 8);
  1751.         $instance->addListener('kernel.finish_request', [=> function () {
  1752.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1753.         }, => 'onKernelFinishRequest'], 0);
  1754.         $instance->addListener('kernel.controller', [=> function () {
  1755.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1756.         }, => 'onKernelController'], 0);
  1757.         $instance->addListener('kernel.controller', [=> function () {
  1758.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1759.         }, => 'onKernelController'], 0);
  1760.         $instance->addListener('kernel.controller', [=> function () {
  1761.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1762.         }, => 'onKernelController'], -128);
  1763.         $instance->addListener('kernel.view', [=> function () {
  1764.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1765.         }, => 'onKernelView'], 0);
  1766.         $instance->addListener('kernel.controller', [=> function () {
  1767.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1768.         }, => 'onKernelController'], 0);
  1769.         $instance->addListener('kernel.response', [=> function () {
  1770.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1771.         }, => 'onKernelResponse'], 0);
  1772.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1773.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1774.         }, => 'onKernelControllerArguments'], 0);
  1775.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1776.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1777.         }, => 'onKernelControllerArguments'], 0);
  1778.         $instance->addListener('kernel.view', [=> function () {
  1779.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->load('getSensioFrameworkExtra_Psr7_Listener_ResponseService.php'));
  1780.         }, => 'onKernelView'], 0);
  1781.         $instance->addListener('console.command', [=> function () {
  1782.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1783.         }, => 'onCommand'], 255);
  1784.         $instance->addListener('console.terminate', [=> function () {
  1785.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1786.         }, => 'onTerminate'], -255);
  1787.         $instance->addListener('kernel.exception', [=> function () {
  1788.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1789.         }, => 'onException'], 0);
  1790.         $instance->addListener('kernel.terminate', [=> function () {
  1791.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1792.         }, => 'onTerminate'], 0);
  1793.         $instance->addListener('console.error', [=> function () {
  1794.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1795.         }, => 'onException'], 0);
  1796.         $instance->addListener('console.terminate', [=> function () {
  1797.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1798.         }, => 'onTerminate'], 0);
  1799.         $instance->addListener('console.command', [=> function () {
  1800.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1801.         }, => 'configure'], 1024);
  1802.         $instance->addListener('kernel.response', [=> function () {
  1803.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1804.         }, => 'onKernelResponse'], -128);
  1805.         $instance->addListener('console.error', [=> function () {
  1806.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1807.         }, => 'onConsoleError'], 0);
  1808.         $instance->addListener('console.terminate', [=> function () {
  1809.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1810.         }, => 'onConsoleTerminate'], 0);
  1811.         $instance->addListener('knp_pager.before', [=> function () {
  1812.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1813.         }, => 'before'], 0);
  1814.         $instance->addListener('knp_pager.pagination', [=> function () {
  1815.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1816.         }, => 'pagination'], 0);
  1817.         $instance->addListener('knp_pager.before', [=> function () {
  1818.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1819.         }, => 'before'], 1);
  1820.         $instance->addListener('knp_pager.before', [=> function () {
  1821.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1822.         }, => 'before'], 1);
  1823.         $instance->addListener('knp_pager.pagination', [=> function () {
  1824.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1825.         }, => 'pagination'], 1);
  1826.         return $instance;
  1827.     }
  1828.     /**
  1829.      * Gets the public 'http_kernel' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1832.      */
  1833.     protected function getHttpKernelService()
  1834.     {
  1835.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1836.         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 () {
  1837.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1838.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1839.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1840.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1841.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->load('getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService.php'));
  1842.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1843.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1844.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1845.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1846.         }, 9)), $a));
  1847.     }
  1848.     /**
  1849.      * Gets the public 'profiler' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1852.      */
  1853.     protected function getProfilerService()
  1854.     {
  1855.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1856.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1857.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1858.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1859.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1860.         $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']))));
  1861.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1862.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1863.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1864.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1865.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1866.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1867.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1868.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1869.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1870.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1871.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1872.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1873.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1874.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1875.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1876.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1877.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1878.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1879.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1880.         $f = new \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector(($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()));
  1881.         $f->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  1882.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1883.         if ($this->has('kernel')) {
  1884.             $g->setKernel($b);
  1885.         }
  1886.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1887.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1888.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1889.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1890.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1891.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1892.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1893.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/EccubeEccube_KernelDevDebugContainer'), $c));
  1894.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1895.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1896.         $instance->add($d);
  1897.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1898.         $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())));
  1899.         $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())));
  1900.         $instance->add($e);
  1901.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1902.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1903.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  1904.         $instance->add($f);
  1905.         $instance->add($g);
  1906.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  1907.         return $instance;
  1908.     }
  1909.     /**
  1910.      * Gets the public 'request_stack' shared service.
  1911.      *
  1912.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1913.      */
  1914.     protected function getRequestStackService()
  1915.     {
  1916.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1917.     }
  1918.     /**
  1919.      * Gets the public 'router' shared service.
  1920.      *
  1921.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1922.      */
  1923.     protected function getRouterService()
  1924.     {
  1925.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1926.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1927.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1928.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1929.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1930.         $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']))));
  1931.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1932.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1933.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1934.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1935.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1936.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1937.         ], [
  1938.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1939.         ]))->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'));
  1940.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1941.         return $instance;
  1942.     }
  1943.     /**
  1944.      * Gets the public 'security.authorization_checker' shared service.
  1945.      *
  1946.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1947.      */
  1948.     protected function getSecurity_AuthorizationCheckerService()
  1949.     {
  1950.         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);
  1951.     }
  1952.     /**
  1953.      * Gets the public 'security.csrf.token_manager' shared service.
  1954.      *
  1955.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1956.      */
  1957.     protected function getSecurity_Csrf_TokenManagerService()
  1958.     {
  1959.         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())));
  1960.     }
  1961.     /**
  1962.      * Gets the public 'security.token_storage' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1965.      */
  1966.     protected function getSecurity_TokenStorageService()
  1967.     {
  1968.         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, [
  1969.             'session' => ['services''session''getSessionService'false],
  1970.         ], [
  1971.             'session' => '?',
  1972.         ]));
  1973.     }
  1974.     /**
  1975.      * Gets the public 'session' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1978.      */
  1979.     protected function getSessionService()
  1980.     {
  1981.         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)));
  1982.     }
  1983.     /**
  1984.      * Gets the public 'state_machine.order' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Workflow\StateMachine
  1987.      */
  1988.     protected function getStateMachine_OrderService()
  1989.     {
  1990.         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');
  1991.     }
  1992.     /**
  1993.      * Gets the public 'translator' shared service.
  1994.      *
  1995.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1996.      */
  1997.     protected function getTranslatorService()
  1998.     {
  1999.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2000.     }
  2001.     /**
  2002.      * Gets the public 'twig' shared service.
  2003.      *
  2004.      * @return \Twig\Environment
  2005.      */
  2006.     protected function getTwigService()
  2007.     {
  2008.         $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));
  2009.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend4/Resource/template'), 'Recommend4');
  2010.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport4/Resource/template'), 'SalesReport4');
  2011.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerGroup/Resource/template'), 'CustomerGroup');
  2012.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SheebDlc4/Resource/template'), 'SheebDlc4');
  2013.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EtunaFavoriteItem/Resource/template'), 'EtunaFavoriteItem');
  2014.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Resource/template'), 'TabaCustomFields');
  2015.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerUpload4/Resource/template'), 'CustomerUpload4');
  2016.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductSort4/Resource/template'), 'ProductSort4');
  2017.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CMBlogPro/Resource/template'), 'CMBlogPro');
  2018.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProductPro/Resource/template'), 'RelatedProductPro');
  2019.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ContactManagement4/Resource/template'), 'ContactManagement4');
  2020.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SeEnquete4/Resource/template'), 'SeEnquete4');
  2021.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/RemisePayment4'), 'RemisePayment4');
  2022.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RemisePayment4/Resource/template'), 'RemisePayment4');
  2023.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  2024.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  2025.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  2026.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  2027.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  2028.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  2029.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  2030.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  2031.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2032.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2033.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2034.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2035.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2036.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2037.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2038.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2039.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2040.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2041.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2042.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2043.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2044.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2045.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), 'MobileDetect');
  2046.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), '!MobileDetect');
  2047.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  2048.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  2049.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2050.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2051.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2052.         $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']);
  2053.         $b = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2054.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2055.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  2056.         $e = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  2057.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2058.         $g = ($this->services['router'] ?? $this->getRouterService());
  2059.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2060.         $i = new \Symfony\Component\Workflow\Registry();
  2061.         $i->addWorkflow(($this->services['state_machine.order'] ?? $this->getStateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  2062.         $j = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2063.         $k = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2064.         $l = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2065.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2066.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  2067.         $n = 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']);
  2068.         $n->setRequestByRequestStack($h);
  2069.         $o = new \Symfony\Bridge\Twig\AppVariable();
  2070.         $o->setEnvironment('dev');
  2071.         $o->setDebug(true);
  2072.         if ($this->has('security.token_storage')) {
  2073.             $o->setTokenStorage($l);
  2074.         }
  2075.         if ($this->has('request_stack')) {
  2076.             $o->setRequestStack($h);
  2077.         }
  2078.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2079.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2080.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($b));
  2081.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  2082.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  2083.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($e));
  2084.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  2085.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  2086.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2087.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  2088.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2089.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2090.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2091.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  2092.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2093.         $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())));
  2094.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  2095.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService())));
  2096.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  2097.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  2098.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  2099.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($j));
  2100.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  2101.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  2102.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  2103.         $instance->addExtension(new \Plugin\CustomerGroup\Twig\Extension\GroupExtension($k, ($this->privates['Plugin\\CustomerGroup\\Repository\\CategoryRepository'] ?? $this->getCategoryRepository3Service())));
  2104.         $instance->addExtension(new \Plugin\SheebDlc4\Twig\Extension\Methods($j$instance$k));
  2105.         $instance->addExtension(new \Plugin\TabaCustomFields\Twig\Extension\TwigExtension($instance$b, ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\TabaCustomFields\\Repository\\CustomFieldsContentsRepository'] ?? $this->getCustomFieldsContentsRepositoryService()), ($this->privates['Plugin\\TabaCustomFields\\Repository\\CustomFieldsRepository'] ?? $this->getCustomFieldsRepositoryService()), $e$l, ($this->services['session'] ?? $this->getSessionService()), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService())));
  2106.         $instance->addExtension(new \Twig_Extension_StringLoader());
  2107.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  2108.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2109.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  2110.         $instance->addExtension($n);
  2111.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$d)));
  2112.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  2113.         $instance->addGlobal('app'$o);
  2114.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2115.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService.php'true],
  2116.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  2117.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  2118.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  2119.         ], [
  2120.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  2121.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2122.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2123.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2124.         ])));
  2125.         $instance->addGlobal('BaseInfo'NULL);
  2126.         $instance->addGlobal('eccube_config'$k);
  2127.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2128.         $instance->addGlobal('plan_product_id'$this->getEnv('PLAN_PRODUCT_ID'));
  2129.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  2130.         return $instance;
  2131.     }
  2132.     /**
  2133.      * Gets the public 'validator' shared service.
  2134.      *
  2135.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2136.      */
  2137.     protected function getValidatorService()
  2138.     {
  2139.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2140.     }
  2141.     /**
  2142.      * Gets the public 'var_dumper.cloner' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2145.      */
  2146.     protected function getVarDumper_ClonerService()
  2147.     {
  2148.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2149.         $instance->setMaxItems(2500);
  2150.         $instance->setMinDepth(1);
  2151.         $instance->setMaxString(-1);
  2152.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2153.         return $instance;
  2154.     }
  2155.     /**
  2156.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2157.      *
  2158.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2159.      */
  2160.     protected function get_LegacyResolveControllerNameSubscriberService()
  2161.     {
  2162.         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);
  2163.     }
  2164.     /**
  2165.      * Gets the private 'Customize\EventListener\ControllerAugumentsListener' shared autowired service.
  2166.      *
  2167.      * @return \Customize\EventListener\ControllerAugumentsListener
  2168.      */
  2169.     protected function getControllerAugumentsListenerService()
  2170.     {
  2171.         return $this->privates['Customize\\EventListener\\ControllerAugumentsListener'] = new \Customize\EventListener\ControllerAugumentsListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2172.     }
  2173.     /**
  2174.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2175.      *
  2176.      * @return \Eccube\DataCollector\EccubeDataCollector
  2177.      */
  2178.     protected function getEccubeDataCollectorService()
  2179.     {
  2180.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2181.     }
  2182.     /**
  2183.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2184.      *
  2185.      * @return \Eccube\Doctrine\Query\Queries
  2186.      */
  2187.     protected function getQueriesService()
  2188.     {
  2189.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2190.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2191.         $b = new \Plugin\CustomerGroup\Repository\QueryCustomizer\CategorySearchCustomizer($a, ($this->privates['Plugin\\CustomerGroup\\Repository\\CategoryRepository'] ?? $this->getCategoryRepository3Service()));
  2192.         $c = ($this->privates['Plugin\\CustomerGroup\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service());
  2193.         $b->setConfigRepository($c);
  2194.         $d = new \Plugin\CustomerGroup\Repository\QueryCustomizer\ProductSearchCustomizer($a, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2195.         $d->setConfigRepository($c);
  2196.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2197.         $instance->addCustomizer(new \Plugin\CustomerGroup\Repository\QueryCustomizer\Admin\SearchCustomerCustomizer());
  2198.         $instance->addCustomizer(new \Plugin\CustomerGroup\Repository\QueryCustomizer\Admin\SearchOrderCustomizer());
  2199.         $instance->addCustomizer(new \Plugin\CustomerGroup\Repository\QueryCustomizer\Admin\SearchProductCustomizer());
  2200.         $instance->addCustomizer($b);
  2201.         $instance->addCustomizer($d);
  2202.         $instance->addCustomizer(new \Plugin\ProductSort4\Repository\AdminProductListOrderBySortNoCustomizer($e));
  2203.         $instance->addCustomizer(new \Plugin\ProductSort4\Repository\ProductListOrderBySortNoCustomizer($e));
  2204.         $instance->addCustomizer(new \Customize\Repository\ProductListSearchRepository());
  2205.         return $instance;
  2206.     }
  2207.     /**
  2208.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2209.      *
  2210.      * @return \Eccube\EventListener\IpAddrListener
  2211.      */
  2212.     protected function getIpAddrListenerService()
  2213.     {
  2214.         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()));
  2215.     }
  2216.     /**
  2217.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2218.      *
  2219.      * @return \Eccube\EventListener\LogListener
  2220.      */
  2221.     protected function getLogListenerService()
  2222.     {
  2223.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2224.     }
  2225.     /**
  2226.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2227.      *
  2228.      * @return \Eccube\EventListener\MaintenanceListener
  2229.      */
  2230.     protected function getMaintenanceListenerService()
  2231.     {
  2232.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2233.     }
  2234.     /**
  2235.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2236.      *
  2237.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2238.      */
  2239.     protected function getMobileTemplatePathListenerService()
  2240.     {
  2241.         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))));
  2242.     }
  2243.     /**
  2244.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2245.      *
  2246.      * @return \Eccube\EventListener\TransactionListener
  2247.      */
  2248.     protected function getTransactionListenerService()
  2249.     {
  2250.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2251.     }
  2252.     /**
  2253.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2254.      *
  2255.      * @return \Eccube\EventListener\TwigInitializeListener
  2256.      */
  2257.     protected function getTwigInitializeListenerService()
  2258.     {
  2259.         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()));
  2260.     }
  2261.     /**
  2262.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2263.      *
  2264.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2265.      */
  2266.     protected function getTwoFactorAuthListenerService()
  2267.     {
  2268.         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()));
  2269.     }
  2270.     /**
  2271.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2272.      *
  2273.      * @return \Eccube\Log\Processor\SessionProcessor
  2274.      */
  2275.     protected function getSessionProcessorService()
  2276.     {
  2277.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['session'] ?? $this->getSessionService()));
  2278.     }
  2279.     /**
  2280.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2281.      *
  2282.      * @return \Eccube\Log\Processor\TokenProcessor
  2283.      */
  2284.     protected function getTokenProcessorService()
  2285.     {
  2286.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2287.     }
  2288.     /**
  2289.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2290.      *
  2291.      * @return \Eccube\Repository\AuthorityRoleRepository
  2292.      */
  2293.     protected function getAuthorityRoleRepositoryService()
  2294.     {
  2295.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2296.     }
  2297.     /**
  2298.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2299.      *
  2300.      * @return \Eccube\Repository\BaseInfoRepository
  2301.      */
  2302.     protected function getBaseInfoRepositoryService()
  2303.     {
  2304.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2305.     }
  2306.     /**
  2307.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2308.      *
  2309.      * @return \Eccube\Repository\BlockPositionRepository
  2310.      */
  2311.     protected function getBlockPositionRepositoryService()
  2312.     {
  2313.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2314.     }
  2315.     /**
  2316.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2317.      *
  2318.      * @return \Eccube\Repository\BlockRepository
  2319.      */
  2320.     protected function getBlockRepositoryService()
  2321.     {
  2322.         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))));
  2323.     }
  2324.     /**
  2325.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2326.      *
  2327.      * @return \Eccube\Repository\CartRepository
  2328.      */
  2329.     protected function getCartRepositoryService()
  2330.     {
  2331.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2332.     }
  2333.     /**
  2334.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2335.      *
  2336.      * @return \Eccube\Repository\LayoutRepository
  2337.      */
  2338.     protected function getLayoutRepositoryService()
  2339.     {
  2340.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2341.     }
  2342.     /**
  2343.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2344.      *
  2345.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2346.      */
  2347.     protected function getDeviceTypeRepositoryService()
  2348.     {
  2349.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2353.      *
  2354.      * @return \Eccube\Repository\OrderRepository
  2355.      */
  2356.     protected function getOrderRepositoryService()
  2357.     {
  2358.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2359.     }
  2360.     /**
  2361.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2362.      *
  2363.      * @return \Eccube\Repository\PageLayoutRepository
  2364.      */
  2365.     protected function getPageLayoutRepositoryService()
  2366.     {
  2367.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2371.      *
  2372.      * @return \Eccube\Repository\PageRepository
  2373.      */
  2374.     protected function getPageRepositoryService()
  2375.     {
  2376.         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);
  2377.     }
  2378.     /**
  2379.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2380.      *
  2381.      * @return \Eccube\Repository\ProductClassRepository
  2382.      */
  2383.     protected function getProductClassRepositoryService()
  2384.     {
  2385.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2386.     }
  2387.     /**
  2388.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2389.      *
  2390.      * @return \Eccube\Repository\ProductRepository
  2391.      */
  2392.     protected function getProductRepositoryService()
  2393.     {
  2394.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2395.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2396.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2397.         }
  2398.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2399.     }
  2400.     /**
  2401.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2402.      *
  2403.      * @return \Eccube\Repository\TaxRuleRepository
  2404.      */
  2405.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2406.     {
  2407.         if ($lazyLoad) {
  2408.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2409.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2410.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2411.                     $proxy->setProxyInitializer(null);
  2412.                     return true;
  2413.                 });
  2414.             });
  2415.         }
  2416.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2417.         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))));
  2418.     }
  2419.     /**
  2420.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2421.      *
  2422.      * @return \Eccube\Request\Context
  2423.      */
  2424.     protected function getContextService()
  2425.     {
  2426.         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()));
  2427.     }
  2428.     /**
  2429.      * Gets the private 'Eccube\Security\Core\Encoder\PasswordEncoder' shared autowired service.
  2430.      *
  2431.      * @return \Eccube\Security\Core\Encoder\PasswordEncoder
  2432.      */
  2433.     protected function getPasswordEncoderService()
  2434.     {
  2435.         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))));
  2436.     }
  2437.     /**
  2438.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2439.      *
  2440.      * @return \Eccube\Service\CartService
  2441.      */
  2442.     protected function getCartServiceService($lazyLoad true)
  2443.     {
  2444.         if ($lazyLoad) {
  2445.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2446.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2447.                     $wrappedInstance $this->getCartServiceService(false);
  2448.                     $proxy->setProxyInitializer(null);
  2449.                     return true;
  2450.                 });
  2451.             });
  2452.         }
  2453.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2454.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2455.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2456.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2457.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2458.         return new \Eccube\Service\CartService(($this->services['session'] ?? $this->getSessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), new \Eccube\Service\Cart\ProductClassComparator(), 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()));
  2459.     }
  2460.     /**
  2461.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2462.      *
  2463.      * @return \Eccube\Service\TwoFactorAuthService
  2464.      */
  2465.     protected function getTwoFactorAuthServiceService()
  2466.     {
  2467.         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())));
  2468.     }
  2469.     /**
  2470.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2471.      *
  2472.      * @return \Eccube\Twig\Extension\EccubeExtension
  2473.      */
  2474.     protected function getEccubeExtensionService()
  2475.     {
  2476.         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()));
  2477.     }
  2478.     /**
  2479.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2480.      *
  2481.      * @return \Eccube\Twig\Extension\TaxExtension
  2482.      */
  2483.     protected function getTaxExtensionService()
  2484.     {
  2485.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2486.     }
  2487.     /**
  2488.      * Gets the private 'Plugin\CustomerGroup\EventListener\ProductListener' shared autowired service.
  2489.      *
  2490.      * @return \Plugin\CustomerGroup\EventListener\ProductListener
  2491.      */
  2492.     protected function getProductListenerService()
  2493.     {
  2494.         return $this->privates['Plugin\\CustomerGroup\\EventListener\\ProductListener'] = new \Plugin\CustomerGroup\EventListener\ProductListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2495.     }
  2496.     /**
  2497.      * Gets the private 'Plugin\CustomerGroup\Repository\CategoryRepository' shared autowired service.
  2498.      *
  2499.      * @return \Plugin\CustomerGroup\Repository\CategoryRepository
  2500.      */
  2501.     protected function getCategoryRepository3Service()
  2502.     {
  2503.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2504.         if (isset($this->privates['Plugin\\CustomerGroup\\Repository\\CategoryRepository'])) {
  2505.             return $this->privates['Plugin\\CustomerGroup\\Repository\\CategoryRepository'];
  2506.         }
  2507.         return $this->privates['Plugin\\CustomerGroup\\Repository\\CategoryRepository'] = new \Plugin\CustomerGroup\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a);
  2508.     }
  2509.     /**
  2510.      * Gets the private 'Plugin\CustomerGroup\Repository\ConfigRepository' shared autowired service.
  2511.      *
  2512.      * @return \Plugin\CustomerGroup\Repository\ConfigRepository
  2513.      */
  2514.     protected function getConfigRepository2Service()
  2515.     {
  2516.         return $this->privates['Plugin\\CustomerGroup\\Repository\\ConfigRepository'] = new \Plugin\CustomerGroup\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2517.     }
  2518.     /**
  2519.      * Gets the private 'Plugin\TabaCustomFields\Repository\CustomFieldsContentsRepository' shared autowired service.
  2520.      *
  2521.      * @return \Plugin\TabaCustomFields\Repository\CustomFieldsContentsRepository
  2522.      */
  2523.     protected function getCustomFieldsContentsRepositoryService()
  2524.     {
  2525.         return $this->privates['Plugin\\TabaCustomFields\\Repository\\CustomFieldsContentsRepository'] = new \Plugin\TabaCustomFields\Repository\CustomFieldsContentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'Plugin\TabaCustomFields\Repository\CustomFieldsRepository' shared autowired service.
  2529.      *
  2530.      * @return \Plugin\TabaCustomFields\Repository\CustomFieldsRepository
  2531.      */
  2532.     protected function getCustomFieldsRepositoryService()
  2533.     {
  2534.         return $this->privates['Plugin\\TabaCustomFields\\Repository\\CustomFieldsRepository'] = new \Plugin\TabaCustomFields\Repository\CustomFieldsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'Plugin\TabaCustomFields\TabaCustomFieldsEvent' shared autowired service.
  2538.      *
  2539.      * @return \Plugin\TabaCustomFields\TabaCustomFieldsEvent
  2540.      */
  2541.     protected function getTabaCustomFieldsEventService()
  2542.     {
  2543.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2544.         $b = ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService());
  2545.         $c = ($this->privates['Plugin\\TabaCustomFields\\Repository\\CustomFieldsContentsRepository'] ?? $this->getCustomFieldsContentsRepositoryService());
  2546.         $d = ($this->privates['Plugin\\TabaCustomFields\\Repository\\CustomFieldsRepository'] ?? $this->getCustomFieldsRepositoryService());
  2547.         $e = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2548.         $f = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2549.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2550.         $h = ($this->services['session'] ?? $this->getSessionService());
  2551.         return $this->privates['Plugin\\TabaCustomFields\\TabaCustomFieldsEvent'] = new \Plugin\TabaCustomFields\TabaCustomFieldsEvent($this$a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $b$c$d, ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), new \Plugin\TabaCustomFields\Event\Admin\CustomerEvent($c$b$e$d$f$g$a$h), new \Plugin\TabaCustomFields\Event\Admin\ProductEvent($c$b$e$d$f$g$a$h), new \Plugin\TabaCustomFields\Event\Admin\OrderEvent($c$b$e$d$f$g$a$h), new \Plugin\TabaCustomFields\Event\CustomerEvent($c$b$e$d$f$g$a$h));
  2552.     }
  2553.     /**
  2554.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2555.      *
  2556.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2557.      */
  2558.     protected function getWebProcessorService()
  2559.     {
  2560.         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']);
  2561.     }
  2562.     /**
  2563.      * Gets the private 'annotations.cache_adapter' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2566.      */
  2567.     protected function getAnnotations_CacheAdapterService()
  2568.     {
  2569.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2570.     }
  2571.     /**
  2572.      * Gets the private 'annotations.cached_reader' shared service.
  2573.      *
  2574.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2575.      */
  2576.     protected function getAnnotations_CachedReaderService()
  2577.     {
  2578.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2579.     }
  2580.     /**
  2581.      * Gets the private 'annotations.reader' shared service.
  2582.      *
  2583.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2584.      */
  2585.     protected function getAnnotations_ReaderService()
  2586.     {
  2587.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2588.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2589.         $a->registerUniqueLoader('class_exists');
  2590.         $instance->addGlobalIgnoredName('required'$a);
  2591.         return $instance;
  2592.     }
  2593.     /**
  2594.      * Gets the private 'assets.packages' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\Asset\Packages
  2597.      */
  2598.     protected function getAssets_PackagesService()
  2599.     {
  2600.         $a = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  2601.         $b = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false);
  2602.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), $a$b), ['admin' => new \Symfony\Component\Asset\PathPackage('/html/template/admin'$a$b), 'save_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/save_image'$a$b), 'plugin' => new \Symfony\Component\Asset\PathPackage('/html/plugin'$a$b), 'install' => new \Symfony\Component\Asset\PathPackage('/html/template/install'$a$b), 'temp_image' => new \Symfony\Component\Asset\PathPackage('/html/upload/temp_image'$a$b), 'user_data' => new \Symfony\Component\Asset\PathPackage('/html/user_data'$a$b)]);
  2603.     }
  2604.     /**
  2605.      * Gets the private 'cache.annotations' shared service.
  2606.      *
  2607.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2608.      */
  2609.     protected function getCache_AnnotationsService()
  2610.     {
  2611.         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())));
  2612.     }
  2613.     /**
  2614.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2615.      *
  2616.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2617.      */
  2618.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2619.     {
  2620.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2621.     }
  2622.     /**
  2623.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2626.      */
  2627.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2628.     {
  2629.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2630.     }
  2631.     /**
  2632.      * Gets the private 'cache.property_info' shared service.
  2633.      *
  2634.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2635.      */
  2636.     protected function getCache_PropertyInfoService()
  2637.     {
  2638.         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())));
  2639.     }
  2640.     /**
  2641.      * Gets the private 'cache.security_expression_language' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2644.      */
  2645.     protected function getCache_SecurityExpressionLanguageService()
  2646.     {
  2647.         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())));
  2648.     }
  2649.     /**
  2650.      * Gets the private 'cache.serializer' shared service.
  2651.      *
  2652.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2653.      */
  2654.     protected function getCache_SerializerService()
  2655.     {
  2656.         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())));
  2657.     }
  2658.     /**
  2659.      * Gets the private 'cache.validator' shared service.
  2660.      *
  2661.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2662.      */
  2663.     protected function getCache_ValidatorService()
  2664.     {
  2665.         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())));
  2666.     }
  2667.     /**
  2668.      * Gets the private 'config_cache_factory' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2671.      */
  2672.     protected function getConfigCacheFactoryService()
  2673.     {
  2674.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2675.             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)));
  2676.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2677.         }, 2));
  2678.     }
  2679.     /**
  2680.      * Gets the private 'data_collector.form' shared service.
  2681.      *
  2682.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2683.      */
  2684.     protected function getDataCollector_FormService()
  2685.     {
  2686.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2687.     }
  2688.     /**
  2689.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2690.      *
  2691.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2692.      */
  2693.     protected function getDebug_DebugHandlersListenerService()
  2694.     {
  2695.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2696.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2697.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2698.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2699.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2700.         $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']))));
  2701.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2702.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2703.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2704.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2705.         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);
  2706.     }
  2707.     /**
  2708.      * Gets the private 'debug.file_link_formatter' shared service.
  2709.      *
  2710.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2711.      */
  2712.     protected function getDebug_FileLinkFormatterService()
  2713.     {
  2714.         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 () {
  2715.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2716.         });
  2717.     }
  2718.     /**
  2719.      * Gets the private 'debug.log_processor' shared service.
  2720.      *
  2721.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2722.      */
  2723.     protected function getDebug_LogProcessorService()
  2724.     {
  2725.         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())));
  2726.     }
  2727.     /**
  2728.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2731.      */
  2732.     protected function getDebug_Security_Access_DecisionManagerService()
  2733.     {
  2734.         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 () {
  2735.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2736.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  2737.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2738.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService.php'));
  2739.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup\\Security\\Authorization\\Voter\\CategoryVoter'] ?? $this->load('getCategoryVoterService.php'));
  2740.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup\\Security\\Authorization\\Voter\\GroupVoter'] ?? $this->load('getGroupVoterService.php'));
  2741.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup\\Security\\Authorization\\Voter\\PageVoter'] ?? $this->load('getPageVoterService.php'));
  2742.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup\\Security\\Authorization\\Voter\\ProductVoter'] ?? $this->load('getProductVoterService.php'));
  2743.         }, 8), 'unanimous'falsetrue));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'debug.security.firewall' shared service.
  2747.      *
  2748.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2749.      */
  2750.     protected function getDebug_Security_FirewallService()
  2751.     {
  2752.         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()));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'eccube.collector.core' shared autowired service.
  2756.      *
  2757.      * @return \Eccube\DataCollector\EccubeDataCollector
  2758.      */
  2759.     protected function getEccube_Collector_CoreService()
  2760.     {
  2761.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2762.     }
  2763.     /**
  2764.      * Gets the private 'esi_listener' shared service.
  2765.      *
  2766.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2767.      */
  2768.     protected function getEsiListenerService()
  2769.     {
  2770.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2771.     }
  2772.     /**
  2773.      * Gets the private 'exception_listener' shared service.
  2774.      *
  2775.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2776.      */
  2777.     protected function getExceptionListenerService()
  2778.     {
  2779.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  2780.     }
  2781.     /**
  2782.      * Gets the private 'fragment.listener' shared service.
  2783.      *
  2784.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2785.      */
  2786.     protected function getFragment_ListenerService()
  2787.     {
  2788.         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');
  2789.     }
  2790.     /**
  2791.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2792.      *
  2793.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2794.      */
  2795.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2796.     {
  2797.         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())));
  2798.     }
  2799.     /**
  2800.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2801.      *
  2802.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2803.      */
  2804.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2805.     {
  2806.         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()));
  2807.     }
  2808.     /**
  2809.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2810.      *
  2811.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2812.      */
  2813.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2814.     {
  2815.         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]);
  2816.     }
  2817.     /**
  2818.      * Gets the private 'locale_aware_listener' shared service.
  2819.      *
  2820.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2821.      */
  2822.     protected function getLocaleAwareListenerService()
  2823.     {
  2824.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2825.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2826.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2827.     }
  2828.     /**
  2829.      * Gets the private 'locale_listener' shared service.
  2830.      *
  2831.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2832.      */
  2833.     protected function getLocaleListenerService()
  2834.     {
  2835.         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()));
  2836.     }
  2837.     /**
  2838.      * Gets the private 'mobile_detect.device_view' shared service.
  2839.      *
  2840.      * @return \SunCat\MobileDetectBundle\Helper\DeviceView
  2841.      */
  2842.     protected function getMobileDetect_DeviceViewService()
  2843.     {
  2844.         $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())));
  2845.         $instance->setCookieKey('device_view');
  2846.         $instance->setCookiePath('/');
  2847.         $instance->setCookieDomain('');
  2848.         $instance->setCookieSecure(false);
  2849.         $instance->setCookieHttpOnly(true);
  2850.         $instance->setSwitchParam('device_view');
  2851.         $instance->setCookieExpireDatetimeModifier('1 month');
  2852.         $instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  2853.         return $instance;
  2854.     }
  2855.     /**
  2856.      * Gets the private 'mobile_detect.request_listener' shared service.
  2857.      *
  2858.      * @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
  2859.      */
  2860.     protected function getMobileDetect_RequestListenerService()
  2861.     {
  2862.         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);
  2863.     }
  2864.     /**
  2865.      * Gets the private 'monolog.handler.buffered' shared service.
  2866.      *
  2867.      * @return \Monolog\Handler\BufferHandler
  2868.      */
  2869.     protected function getMonolog_Handler_BufferedService()
  2870.     {
  2871.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2872.     }
  2873.     /**
  2874.      * Gets the private 'monolog.handler.console' shared service.
  2875.      *
  2876.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2877.      */
  2878.     protected function getMonolog_Handler_ConsoleService()
  2879.     {
  2880.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2881.     }
  2882.     /**
  2883.      * Gets the private 'monolog.logger' shared service.
  2884.      *
  2885.      * @return \Symfony\Bridge\Monolog\Logger
  2886.      */
  2887.     protected function getMonolog_LoggerService()
  2888.     {
  2889.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2890.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2891.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2892.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2893.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2894.         $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']))));
  2895.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2896.         $instance->useMicrosecondTimestamps(true);
  2897.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2898.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2899.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2900.         return $instance;
  2901.     }
  2902.     /**
  2903.      * Gets the private 'monolog.logger.cache' shared service.
  2904.      *
  2905.      * @return \Symfony\Bridge\Monolog\Logger
  2906.      */
  2907.     protected function getMonolog_Logger_CacheService()
  2908.     {
  2909.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2910.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2911.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2912.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2913.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2914.         $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']))));
  2915.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2916.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2917.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the private 'monolog.logger.request' shared service.
  2923.      *
  2924.      * @return \Symfony\Bridge\Monolog\Logger
  2925.      */
  2926.     protected function getMonolog_Logger_RequestService()
  2927.     {
  2928.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2929.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2930.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2931.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2932.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2933.         $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']))));
  2934.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2935.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2936.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2937.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2938.         return $instance;
  2939.     }
  2940.     /**
  2941.      * Gets the private 'profiler_listener' shared service.
  2942.      *
  2943.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2944.      */
  2945.     protected function getProfilerListenerService()
  2946.     {
  2947.         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);
  2948.     }
  2949.     /**
  2950.      * Gets the private 'router.request_context' shared service.
  2951.      *
  2952.      * @return \Symfony\Component\Routing\RequestContext
  2953.      */
  2954.     protected function getRouter_RequestContextService()
  2955.     {
  2956.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2957.     }
  2958.     /**
  2959.      * Gets the private 'router_listener' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2962.      */
  2963.     protected function getRouterListenerService()
  2964.     {
  2965.         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);
  2966.     }
  2967.     /**
  2968.      * Gets the private 'security.authentication.manager' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2971.      */
  2972.     protected function getSecurity_Authentication_ManagerService()
  2973.     {
  2974.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2975.             yield => ($this->privates['security.authentication.provider.oauth2.api'] ?? $this->load('getSecurity_Authentication_Provider_Oauth2_ApiService.php'));
  2976.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2977.             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'))));
  2978.             yield => ($this->privates['security.authentication.provider.dao.customer'] ?? $this->load('getSecurity_Authentication_Provider_Dao_CustomerService.php'));
  2979.             yield => ($this->privates['security.authentication.provider.rememberme.customer'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_CustomerService.php'));
  2980.             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'))));
  2981.         }, 6), true);
  2982.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2983.         return $instance;
  2984.     }
  2985.     /**
  2986.      * Gets the private 'security.csrf.token_storage' shared service.
  2987.      *
  2988.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2989.      */
  2990.     protected function getSecurity_Csrf_TokenStorageService()
  2991.     {
  2992.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  2993.     }
  2994.     /**
  2995.      * Gets the private 'security.encoder_factory.generic' shared service.
  2996.      *
  2997.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2998.      */
  2999.     protected function getSecurity_EncoderFactory_GenericService()
  3000.     {
  3001.         $a = ($this->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] ?? $this->getPasswordEncoderService());
  3002.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Eccube\\Entity\\Member' => $a'Eccube\\Entity\\Customer' => $a]);
  3003.     }
  3004.     /**
  3005.      * Gets the private 'security.firewall.map' shared service.
  3006.      *
  3007.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3008.      */
  3009.     protected function getSecurity_Firewall_MapService()
  3010.     {
  3011.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3012.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  3013.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService.php'true],
  3014.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService.php'true],
  3015.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  3016.         ], [
  3017.             'security.firewall.map.context.admin' => '?',
  3018.             'security.firewall.map.context.api' => '?',
  3019.             'security.firewall.map.context.customer' => '?',
  3020.             'security.firewall.map.context.dev' => '?',
  3021.         ]), new RewindableGenerator(function () {
  3022.             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)/')));
  3023.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3024.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.K_jxTrQ'] ?? ($this->privates['.security.request_matcher.K_jxTrQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3025.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3026.         }, 4));
  3027.     }
  3028.     /**
  3029.      * Gets the private 'security.helper' shared service.
  3030.      *
  3031.      * @return \Symfony\Component\Security\Core\Security
  3032.      */
  3033.     protected function getSecurity_HelperService()
  3034.     {
  3035.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3036.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3037.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3038.         ], [
  3039.             'security.authorization_checker' => '?',
  3040.             'security.token_storage' => '?',
  3041.         ]));
  3042.     }
  3043.     /**
  3044.      * Gets the private 'security.logout_url_generator' shared service.
  3045.      *
  3046.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3047.      */
  3048.     protected function getSecurity_LogoutUrlGeneratorService()
  3049.     {
  3050.         $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()));
  3051.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3052.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3053.         return $instance;
  3054.     }
  3055.     /**
  3056.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3057.      *
  3058.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3059.      */
  3060.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3061.     {
  3062.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3066.      *
  3067.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3068.      */
  3069.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3070.     {
  3071.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3072.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3073.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3074.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3075.     }
  3076.     /**
  3077.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3078.      *
  3079.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3080.      */
  3081.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3082.     {
  3083.         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()));
  3084.     }
  3085.     /**
  3086.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3087.      *
  3088.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3089.      */
  3090.     protected function getSensioFrameworkExtra_View_ListenerService()
  3091.     {
  3092.         $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))));
  3093.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3094.             'twig' => ['services''twig''getTwigService'false],
  3095.         ], [
  3096.             'twig' => 'Twig\\Environment',
  3097.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the private 'session_listener' shared service.
  3102.      *
  3103.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3104.      */
  3105.     protected function getSessionListenerService()
  3106.     {
  3107.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3108.             'initialized_session' => ['services''session'NULLfalse],
  3109.             'session' => ['services''session''getSessionService'false],
  3110.         ], [
  3111.             'initialized_session' => '?',
  3112.             'session' => '?',
  3113.         ]));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'taba.customfields.initialize_listener' shared service.
  3117.      *
  3118.      * @return \Plugin\TabaCustomFields\EventListener\InitializeListener
  3119.      */
  3120.     protected function getTaba_Customfields_InitializeListenerService()
  3121.     {
  3122.         return $this->privates['taba.customfields.initialize_listener'] = new \Plugin\TabaCustomFields\EventListener\InitializeListener($this, ($this->services['twig'] ?? $this->getTwigService()));
  3123.     }
  3124.     /**
  3125.      * Gets the private 'translator.default' shared service.
  3126.      *
  3127.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3128.      */
  3129.     protected function getTranslator_DefaultService()
  3130.     {
  3131.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3132.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  3133.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  3134.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  3135.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  3136.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  3137.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  3138.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  3139.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  3140.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  3141.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  3142.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  3143.         ], [
  3144.             'translation.loader.csv' => '?',
  3145.             'translation.loader.dat' => '?',
  3146.             'translation.loader.ini' => '?',
  3147.             'translation.loader.json' => '?',
  3148.             'translation.loader.mo' => '?',
  3149.             'translation.loader.php' => '?',
  3150.             'translation.loader.po' => '?',
  3151.             'translation.loader.qt' => '?',
  3152.             'translation.loader.res' => '?',
  3153.             'translation.loader.xliff' => '?',
  3154.             'translation.loader.yml' => '?',
  3155.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/app/Plugin/Recommend4/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport4/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SheebDlc4/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Resource/locale/messages.ja.php'), => (\dirname(__DIR__4).'/app/Plugin/ProductSort4/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/ProductSort4/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/CMBlogPro/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/CMBlogPro/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/RelatedProductPro/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement4/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement4/Resource/locale/validators.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/RefineFavoriteDeleteButton/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/RefineFavoriteDeleteButton/Resource/locale/validators.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/SeEnquete4/Resource/locale/messages.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/RemisePayment4/Resource/locale/messages.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/RemisePayment4/Resource/locale/validators.ja.yaml'), 21 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 23 => (\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).'/app/Plugin/Recommend4/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport4/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SheebDlc4/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/TabaCustomFields/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductSort4/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/CMBlogPro/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/RelatedProductPro/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement4/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/RefineFavoriteDeleteButton/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/SeEnquete4/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/RemisePayment4/Resource/locale'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 17 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Eccube/Resources/FrameworkBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Eccube/Resources/SecurityBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineCacheBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineMigrationsBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Eccube/Resources/DoctrineFixturesBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/src/Eccube/Resources/SensioFrameworkExtraBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Eccube/Resources/MonologBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Eccube/Resources/SwiftmailerBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Eccube/Resources/TwigBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Eccube/Resources/DebugBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Eccube/Resources/WebServerBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 43 => (\dirname(__DIR__4).'/src/Eccube/Resources/WebProfilerBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 45 => (\dirname(__DIR__4).'/src/Eccube/Resources/MakerBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Eccube/Resources/MobileDetectBundle/translations'), 48 => (\dirname(__DIR__4).'/src/Eccube/Resources/KnpPaginatorBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 50 => (\dirname(__DIR__4).'/src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations'), 51 => (\dirname(__DIR__4).'/app/Plugin/Api/Bundle/translations'), 52 => (\dirname(__DIR__4).'/src/Eccube/Resources/ApiBundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/trikoder/oauth2-bundle/translations'), 54 => (\dirname(__DIR__4).'/src/Eccube/Resources/TrikoderOAuth2Bundle/translations'), 55 => (\dirname(__DIR__4).'/translations'), 56 => (\dirname(__DIR__4).'/src/Eccube/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security/Core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/Resources/translations'=> 'app/Plugin/Recommend4/Resource/locale'=> 'app/Plugin/SalesReport4/Resource/locale'=> 'app/Plugin/CustomerGroup/Resource/locale'=> 'app/Plugin/SheebDlc4/Resource/locale'=> 'app/Plugin/TabaCustomFields/Resource/locale'=> 'app/Plugin/ProductSort4/Resource/locale'10 => 'app/Plugin/CMBlogPro/Resource/locale'11 => 'app/Plugin/RelatedProductPro/Resource/locale'12 => 'app/Plugin/ContactManagement4/Resource/locale'13 => 'app/Plugin/RefineFavoriteDeleteButton/Resource/locale'14 => 'app/Plugin/SeEnquete4/Resource/locale'15 => 'app/Plugin/RemisePayment4/Resource/locale'16 => 'src/Eccube/Resource/locale/'17 => 'app/Customize/Resource/locale/'18 => 'vendor/symfony/framework-bundle/translations'19 => 'src/Eccube/Resources/FrameworkBundle/translations'20 => 'vendor/symfony/security-bundle/translations'21 => 'src/Eccube/Resources/SecurityBundle/translations'22 => 'vendor/doctrine/doctrine-cache-bundle/translations'23 => 'src/Eccube/Resources/DoctrineCacheBundle/translations'24 => 'vendor/doctrine/doctrine-bundle/translations'25 => 'src/Eccube/Resources/DoctrineBundle/translations'26 => 'vendor/doctrine/doctrine-migrations-bundle/translations'27 => 'src/Eccube/Resources/DoctrineMigrationsBundle/translations'28 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'29 => 'src/Eccube/Resources/DoctrineFixturesBundle/translations'30 => 'vendor/sensio/framework-extra-bundle/src/translations'31 => 'src/Eccube/Resources/SensioFrameworkExtraBundle/translations'32 => 'vendor/symfony/monolog-bundle/translations'33 => 'src/Eccube/Resources/MonologBundle/translations'34 => 'vendor/symfony/swiftmailer-bundle/translations'35 => 'src/Eccube/Resources/SwiftmailerBundle/translations'36 => 'vendor/symfony/twig-bundle/translations'37 => 'src/Eccube/Resources/TwigBundle/translations'38 => 'vendor/symfony/debug-bundle/translations'39 => 'src/Eccube/Resources/DebugBundle/translations'40 => 'vendor/symfony/web-server-bundle/translations'41 => 'src/Eccube/Resources/WebServerBundle/translations'42 => 'vendor/symfony/web-profiler-bundle/translations'43 => 'src/Eccube/Resources/WebProfilerBundle/translations'44 => 'vendor/symfony/maker-bundle/src/translations'45 => 'src/Eccube/Resources/MakerBundle/translations'46 => 'vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'47 => 'src/Eccube/Resources/MobileDetectBundle/translations'48 => 'src/Eccube/Resources/KnpPaginatorBundle/translations'49 => 'vendor/exercise/htmlpurifier-bundle/src/translations'50 => 'src/Eccube/Resources/ExerciseHTMLPurifierBundle/translations'51 => 'app/Plugin/Api/Bundle/translations'52 => 'src/Eccube/Resources/ApiBundle/translations'53 => 'vendor/trikoder/oauth2-bundle/translations'54 => 'src/Eccube/Resources/TrikoderOAuth2Bundle/translations'55 => 'translations'56 => 'src/Eccube/Resources/translations']]]);
  3156.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3157.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3158.         return $instance;
  3159.     }
  3160.     /**
  3161.      * Gets the private 'validator.builder' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3164.      */
  3165.     protected function getValidator_BuilderService()
  3166.     {
  3167.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3168.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3169.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService.php'true],
  3170.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService.php'true],
  3171.             'Plugin\\TabaCustomFields\\Validator\\Constraint\\CheckRegexFormatValidator' => ['privates''Plugin\\TabaCustomFields\\Validator\\Constraint\\CheckRegexFormatValidator''getCheckRegexFormatValidatorService.php'true],
  3172.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3173.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3174.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  3175.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3176.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  3177.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3178.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3179.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3180.         ], [
  3181.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3182.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3183.             'Plugin\\TabaCustomFields\\Validator\\Constraint\\CheckRegexFormatValidator' => '?',
  3184.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3185.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3186.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3187.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3188.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3189.             'doctrine.orm.validator.unique' => '?',
  3190.             'security.validator.user_password' => '?',
  3191.             'validator.expression' => '?',
  3192.         ])));
  3193.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  3194.         $instance->setTranslationDomain('validators');
  3195.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3196.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3197.         $instance->addMethodMapping('loadValidatorMetadata');
  3198.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3199.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3200.         return $instance;
  3201.     }
  3202.     /**
  3203.      * Gets the private 'var_dumper.html_dumper' shared service.
  3204.      *
  3205.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3206.      */
  3207.     protected function getVarDumper_HtmlDumperService()
  3208.     {
  3209.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3210.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3211.         return $instance;
  3212.     }
  3213.     /**
  3214.      * Gets the private 'web_profiler.csp.handler' shared service.
  3215.      *
  3216.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3217.      */
  3218.     protected function getWebProfiler_Csp_HandlerService()
  3219.     {
  3220.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3221.     }
  3222.     /**
  3223.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3224.      *
  3225.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3226.      */
  3227.     protected function getWebProfiler_DebugToolbarService()
  3228.     {
  3229.         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()));
  3230.     }
  3231.     /**
  3232.      * @return array|bool|float|int|string|null
  3233.      */
  3234.     public function getParameter($name)
  3235.     {
  3236.         $name = (string) $name;
  3237.         if (isset($this->buildParameters[$name])) {
  3238.             return $this->buildParameters[$name];
  3239.         }
  3240.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  3241.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3242.         }
  3243.         if (isset($this->loadedDynamicParameters[$name])) {
  3244.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3245.         }
  3246.         return $this->parameters[$name];
  3247.     }
  3248.     public function hasParameter($name): bool
  3249.     {
  3250.         $name = (string) $name;
  3251.         if (isset($this->buildParameters[$name])) {
  3252.             return true;
  3253.         }
  3254.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  3255.     }
  3256.     public function setParameter($name$value): void
  3257.     {
  3258.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3259.     }
  3260.     public function getParameterBag(): ParameterBagInterface
  3261.     {
  3262.         if (null === $this->parameterBag) {
  3263.             $parameters $this->parameters;
  3264.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3265.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3266.             }
  3267.             foreach ($this->buildParameters as $name => $value) {
  3268.                 $parameters[$name] = $value;
  3269.             }
  3270.             $this->parameterBag = new FrozenParameterBag($parameters);
  3271.         }
  3272.         return $this->parameterBag;
  3273.     }
  3274.     private $loadedDynamicParameters = [
  3275.         'kernel.cache_dir' => false,
  3276.         'locale' => false,
  3277.         'timezone' => false,
  3278.         'currency' => false,
  3279.         'eccube_database_url' => false,
  3280.         'eccube_mailer_url' => false,
  3281.         'eccube_admin_route' => false,
  3282.         'eccube_user_data_route' => false,
  3283.         'eccube_admin_allow_hosts' => false,
  3284.         'eccube_admin_deny_hosts' => false,
  3285.         'eccube_force_ssl' => false,
  3286.         'eccube.theme' => false,
  3287.         'eccube_theme_code' => false,
  3288.         'eccube_auth_magic' => false,
  3289.         'eccube_theme_front_dir' => false,
  3290.         'eccube_html_front_dir' => false,
  3291.         'eccube_csv_temp_realdir' => false,
  3292.         'eccube_owners_store_url' => false,
  3293.         'eccube_package_api_url' => false,
  3294.         'eccube_content_maintenance_file_path' => false,
  3295.         'eccube_2fa_enabled' => false,
  3296.         'eccube_2fa_cookie_name' => false,
  3297.         'eccube_2fa_expire' => false,
  3298.         'plan_product_id' => false,
  3299.         'Swiftmailer_url' => false,
  3300.         'tabacustomfields.admin_route' => false,
  3301.         'kernel.secret' => false,
  3302.         'kernel.default_locale' => false,
  3303.         'session.storage.options' => false,
  3304.         'validator.mapping.cache.file' => false,
  3305.         'profiler.storage.dsn' => false,
  3306.         'debug.container.dump' => false,
  3307.         'serializer.mapping.cache.file' => false,
  3308.         'doctrine.orm.proxy_dir' => false,
  3309.         'swiftmailer.spool.default.memory.path' => false,
  3310.     ];
  3311.     private $dynamicParameters = [];
  3312.     private function getDynamicParameter(string $name)
  3313.     {
  3314.         switch ($name) {
  3315.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3316.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3317.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3318.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3319.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3320.             case 'eccube_mailer_url'$value $this->getEnv('MAILER_URL'); break;
  3321.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3322.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3323.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3324.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3325.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3326.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3327.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3328.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3329.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3330.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3331.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3332.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3333.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3334.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3335.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3336.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3337.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3338.             case 'plan_product_id'$value $this->getEnv('PLAN_PRODUCT_ID'); break;
  3339.             case 'Swiftmailer_url'$value $this->getEnv('MAILER_URL'); break;
  3340.             case 'tabacustomfields.admin_route'$value $this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/plugin/taba-app/tabacustomfields'; break;
  3341.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3342.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3343.             case 'session.storage.options'$value = [
  3344.                 'cache_limiter' => '0',
  3345.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3346.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3347.                 'cookie_httponly' => true,
  3348.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3349.                 'gc_probability' => 1,
  3350.             ]; break;
  3351.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3352.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3353.             case 'debug.container.dump'$value = ($this->targetDir.''.'/EccubeEccube_KernelDevDebugContainer.xml'); break;
  3354.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3355.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3356.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3357.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3358.         }
  3359.         $this->loadedDynamicParameters[$name] = true;
  3360.         return $this->dynamicParameters[$name] = $value;
  3361.     }
  3362.     protected function getDefaultParameters(): array
  3363.     {
  3364.         return [
  3365.             'kernel.root_dir' => (\dirname(__DIR__4).'/src/Eccube'),
  3366.             'kernel.project_dir' => \dirname(__DIR__4),
  3367.             'kernel.environment' => 'dev',
  3368.             'kernel.debug' => true,
  3369.             'kernel.name' => 'Eccube',
  3370.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3371.             'kernel.bundles' => [
  3372.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3373.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3374.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3375.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3376.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3377.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3378.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3379.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3380.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3381.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3382.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3383.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  3384.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3385.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3386.                 'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
  3387.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3388.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3389.                 'ApiBundle' => 'Plugin\\Api\\Bundle\\ApiBundle',
  3390.                 'TrikoderOAuth2Bundle' => 'Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle',
  3391.             ],
  3392.             'kernel.bundles_metadata' => [
  3393.                 'FrameworkBundle' => [
  3394.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3395.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3396.                 ],
  3397.                 'SecurityBundle' => [
  3398.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3399.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3400.                 ],
  3401.                 'DoctrineCacheBundle' => [
  3402.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  3403.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  3404.                 ],
  3405.                 'DoctrineBundle' => [
  3406.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3407.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3408.                 ],
  3409.                 'DoctrineMigrationsBundle' => [
  3410.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3411.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3412.                 ],
  3413.                 'DoctrineFixturesBundle' => [
  3414.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3415.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3416.                 ],
  3417.                 'SensioFrameworkExtraBundle' => [
  3418.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3419.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3420.                 ],
  3421.                 'MonologBundle' => [
  3422.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3423.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3424.                 ],
  3425.                 'SwiftmailerBundle' => [
  3426.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3427.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3428.                 ],
  3429.                 'TwigBundle' => [
  3430.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3431.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3432.                 ],
  3433.                 'DebugBundle' => [
  3434.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3435.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3436.                 ],
  3437.                 'WebServerBundle' => [
  3438.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  3439.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  3440.                 ],
  3441.                 'WebProfilerBundle' => [
  3442.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3443.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3444.                 ],
  3445.                 'MakerBundle' => [
  3446.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3447.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3448.                 ],
  3449.                 'MobileDetectBundle' => [
  3450.                     'path' => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
  3451.                     'namespace' => 'SunCat\\MobileDetectBundle',
  3452.                 ],
  3453.                 'KnpPaginatorBundle' => [
  3454.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3455.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3456.                 ],
  3457.                 'ExerciseHTMLPurifierBundle' => [
  3458.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3459.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3460.                 ],
  3461.                 'ApiBundle' => [
  3462.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api/Bundle'),
  3463.                     'namespace' => 'Plugin\\Api\\Bundle',
  3464.                 ],
  3465.                 'TrikoderOAuth2Bundle' => [
  3466.                     'path' => (\dirname(__DIR__4).'/vendor/trikoder/oauth2-bundle'),
  3467.                     'namespace' => 'Trikoder\\Bundle\\OAuth2Bundle',
  3468.                 ],
  3469.             ],
  3470.             'kernel.charset' => 'UTF-8',
  3471.             'kernel.container_class' => 'EccubeEccube_KernelDevDebugContainer',
  3472.             'container.dumper.inline_class_loader' => true,
  3473.             'env(ECCUBE_LOCALE)' => 'ja',
  3474.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3475.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3476.             'env(DATABASE_URL)' => '',
  3477.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3478.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3479.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3480.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3481.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3482.             'env(ECCUBE_FORCE_SSL)' => false,
  3483.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3484.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3485.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3486.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3487.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3488.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3489.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net',
  3490.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3491.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3492.             'env(ECCUBE_2FA_ENABLED)' => true,
  3493.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3494.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3495.             'eccube_auth_type' => 'HMAC',
  3496.             'eccube_password_hash_algos' => 'SHA256',
  3497.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3498.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3499.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3500.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3501.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3502.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3503.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3504.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3505.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3506.             'eccube_twig_block_templates' => [
  3507.             ],
  3508.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3509.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3510.             'eccube_csv_size' => 5,
  3511.             'eccube_csv_split_lines' => 100,
  3512.             'eccube_default_password' => '**********',
  3513.             'eccube_deliv_addr_max' => 20,
  3514.             'eccube_deliv_date_end_max' => 21,
  3515.             'eccube_id_max_len' => 50,
  3516.             'eccube_id_min_len' => 4,
  3517.             'eccube_int_len' => 9,
  3518.             'eccube_category_nest_level' => 5,
  3519.             'eccube_lltext_len' => 99999,
  3520.             'eccube_ltext_len' => 3000,
  3521.             'eccube_max_total_fee' => 9999999999,
  3522.             'eccube_mltext_len' => 1000,
  3523.             'eccube_mtext_len' => 200,
  3524.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3525.             'plugin_html_urlpath' => '/plugin/',
  3526.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3527.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3528.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3529.             'eccube_price_len' => 8,
  3530.             'eccube_search_pmax' => 12,
  3531.             'eccube_sitemap_products_per_page' => 1000,
  3532.             'eccube_stext_len' => 255,
  3533.             'eccube_sltext_len' => 500,
  3534.             'eccube_smtext_len' => 100,
  3535.             'eccube_tax_rule_priority' => [
  3536.                 => 'product_id',
  3537.                 => 'product_class_id',
  3538.                 => 'pref_id',
  3539.                 => 'country_id',
  3540.             ],
  3541.             'eccube_url_len' => 1024,
  3542.             'eccube_default_page_count' => 50,
  3543.             'eccube_admin_product_stock_status' => 3,
  3544.             'eccube_customer_reset_expire' => 10,
  3545.             'eccube_csv_export_separator' => ',',
  3546.             'eccube_csv_export_encoding' => 'SJIS-win',
  3547.             'eccube_csv_import_encoding' => [
  3548.                 => 'UTF-8',
  3549.                 => 'SJIS-win',
  3550.                 => 'SJIS',
  3551.                 => 'EUC-JP',
  3552.                 => 'ASCII',
  3553.                 => 'JIS',
  3554.             ],
  3555.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3556.             'eccube_csv_export_multidata_separator' => ',',
  3557.             'eccube_csv_import_delimiter' => ',',
  3558.             'eccube_csv_import_enclosure' => '"',
  3559.             'eccube_csv_import_escape' => '\\',
  3560.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3561.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3562.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3563.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3564.             'eccube_name_len' => 16,
  3565.             'eccube_kana_len' => 25,
  3566.             'eccube_address1_len' => 32,
  3567.             'eccube_address2_len' => 32,
  3568.             'eccube_birth_max' => 110,
  3569.             'eccube_product_order_price_lower' => 1,
  3570.             'eccube_product_order_newer' => 2,
  3571.             'eccube_product_order_price_higher' => 3,
  3572.             'eccube_price_max' => 2147483647,
  3573.             'eccube_tel_len_max' => 14,
  3574.             'eccube_postal_code' => 8,
  3575.             'eccube_password_min_len' => 8,
  3576.             'eccube_password_max_len' => 32,
  3577.             'eccube_composer_memory_limit' => '1536M',
  3578.             'eccube_order_mail_template_id' => 1,
  3579.             'eccube_entry_confirm_mail_template_id' => 2,
  3580.             'eccube_entry_complete_mail_template_id' => 3,
  3581.             'eccube_customer_withdraw_mail_template_id' => 4,
  3582.             'eccube_contact_mail_template_id' => 5,
  3583.             'eccube_forgot_mail_template_id' => 6,
  3584.             'eccube_reset_complete_mail_template_id' => 7,
  3585.             'eccube_shipping_notify_mail_template_id' => 8,
  3586.             'eccube_rfc_email_check' => false,
  3587.             'eccube_order_no_format' => '',
  3588.             'eccube_order_pdf_message_len' => 30,
  3589.             'eccube_news_start_year' => 2000,
  3590.             'eccube_result_cache_lifetime' => 3600,
  3591.             'eccube_result_cache_lifetime_short' => 10,
  3592.             'env(PLAN_PRODUCT_ID)' => '999',
  3593.             'eccube_nav' => [
  3594.                 'product' => [
  3595.                     'name' => 'admin.product.product_management',
  3596.                     'icon' => 'fa-cube',
  3597.                     'children' => [
  3598.                         'product_master' => [
  3599.                             'name' => 'admin.product.product_list',
  3600.                             'url' => 'admin_product',
  3601.                         ],
  3602.                         'product_edit' => [
  3603.                             'name' => 'admin.product.product_registration',
  3604.                             'url' => 'admin_product_product_new',
  3605.                         ],
  3606.                         'class_name' => [
  3607.                             'name' => 'admin.product.class_management',
  3608.                             'url' => 'admin_product_class_name',
  3609.                         ],
  3610.                         'class_category' => [
  3611.                             'name' => 'admin.product.category_management',
  3612.                             'url' => 'admin_product_category',
  3613.                         ],
  3614.                         'product_tag' => [
  3615.                             'name' => 'admin.product.tag_management',
  3616.                             'url' => 'admin_product_tag',
  3617.                         ],
  3618.                         'product_csv_import' => [
  3619.                             'name' => 'admin.product.product_csv_upload',
  3620.                             'url' => 'admin_product_csv_import',
  3621.                         ],
  3622.                         'category_csv_import' => [
  3623.                             'name' => 'admin.product.category_csv_upload',
  3624.                             'url' => 'admin_product_category_csv_import',
  3625.                         ],
  3626.                         'admin_product_group_csv_upload' => [
  3627.                             'name' => '会員グループCSV登録',
  3628.                             'url' => 'admin_product_group_csv_upload',
  3629.                         ],
  3630.                         'list' => [
  3631.                             'name' => 'sheeb.dlc.admin.product.content.sheeb_dlc4.title',
  3632.                             'url' => 'admin_sheeb_dlc4_product_content',
  3633.                         ],
  3634.                         'csv_content' => [
  3635.                             'name' => 'sheeb.dlc.admin.product.content.csv.title',
  3636.                             'url' => 'admin_dlc_content_csv_import',
  3637.                         ],
  3638.                         'csv_product_content' => [
  3639.                             'name' => 'sheeb.dlc.admin.product.class.content.csv.title',
  3640.                             'url' => 'admin_dlc_product_content_csv_import',
  3641.                         ],
  3642.                     ],
  3643.                 ],
  3644.                 'order' => [
  3645.                     'name' => 'admin.order.order_management',
  3646.                     'icon' => 'fa-shopping-cart',
  3647.                     'children' => [
  3648.                         'order_master' => [
  3649.                             'name' => 'admin.order.order_list',
  3650.                             'url' => 'admin_order',
  3651.                         ],
  3652.                         'order_edit' => [
  3653.                             'name' => 'admin.order.order_registration',
  3654.                             'url' => 'admin_order_new',
  3655.                         ],
  3656.                         'shipping_csv_import' => [
  3657.                             'name' => 'admin.order.shipping_csv_upload',
  3658.                             'url' => 'admin_shipping_csv_import',
  3659.                         ],
  3660.                         'remisePayment4AcNavManagement' => [
  3661.                             'id' => 'remisePayment4AcNavManagement',
  3662.                             'name' => 'remise_payment4.ac.nav.management.title',
  3663.                             'url' => 'remise_payment4_ac_management_index',
  3664.                         ],
  3665.                         'remisePayment4AcNavImport' => [
  3666.                             'id' => 'remisePayment4AcNavImport',
  3667.                             'name' => 'remise_payment4.ac.nav.import.title',
  3668.                             'url' => 'remise_payment4_ac_import_index',
  3669.                         ],
  3670.                     ],
  3671.                 ],
  3672.                 'customer' => [
  3673.                     'name' => 'admin.customer.customer_management',
  3674.                     'icon' => 'fa-users',
  3675.                     'children' => [
  3676.                         'customer_master' => [
  3677.                             'name' => 'admin.customer.customer_list',
  3678.                             'url' => 'admin_customer',
  3679.                         ],
  3680.                         'customer_edit' => [
  3681.                             'name' => 'admin.customer.customer_registration',
  3682.                             'url' => 'admin_customer_new',
  3683.                         ],
  3684.                         'admin_customer_group' => [
  3685.                             'name' => '会員グループ一覧',
  3686.                             'url' => 'admin_customer_group',
  3687.                         ],
  3688.                         'admin_customer_group_new' => [
  3689.                             'name' => '会員グループ登録',
  3690.                             'url' => 'admin_customer_group_new',
  3691.                         ],
  3692.                         'admin_customer_group_csv_upload' => [
  3693.                             'name' => '会員グループCSV登録',
  3694.                             'url' => 'admin_customer_group_csv_upload',
  3695.                         ],
  3696.                         'plugin_customer_upload' => [
  3697.                             'name' => '会員一括インポート',
  3698.                             'url' => 'admin_customer_csv_import',
  3699.                         ],
  3700.                     ],
  3701.                 ],
  3702.                 'content' => [
  3703.                     'name' => 'admin.content.contents_management',
  3704.                     'icon' => 'fa-file-text-o',
  3705.                     'children' => [
  3706.                         'news' => [
  3707.                             'name' => 'admin.content.news_management',
  3708.                             'url' => 'admin_content_news',
  3709.                         ],
  3710.                         'file' => [
  3711.                             'name' => 'admin.content.file_management',
  3712.                             'url' => 'admin_content_file',
  3713.                         ],
  3714.                         'layout' => [
  3715.                             'name' => 'admin.content.layout_management',
  3716.                             'url' => 'admin_content_layout',
  3717.                         ],
  3718.                         'page' => [
  3719.                             'name' => 'admin.content.page_management',
  3720.                             'url' => 'admin_content_page',
  3721.                         ],
  3722.                         'css' => [
  3723.                             'name' => 'admin.content.css_management',
  3724.                             'url' => 'admin_content_css',
  3725.                         ],
  3726.                         'js' => [
  3727.                             'name' => 'admin.content.js_management',
  3728.                             'url' => 'admin_content_js',
  3729.                         ],
  3730.                         'block' => [
  3731.                             'name' => 'admin.content.block_management',
  3732.                             'url' => 'admin_content_block',
  3733.                         ],
  3734.                         'cache' => [
  3735.                             'name' => 'admin.content.cache_management',
  3736.                             'url' => 'admin_content_cache',
  3737.                         ],
  3738.                         'maintenance' => [
  3739.                             'name' => 'admin.content.maintenance_management',
  3740.                             'url' => 'admin_content_maintenance',
  3741.                         ],
  3742.                         'plugin_recommend' => [
  3743.                             'name' => 'plugin_recommend.admin.navi',
  3744.                             'url' => 'plugin_recommend_list',
  3745.                         ],
  3746.                     ],
  3747.                 ],
  3748.                 'setting' => [
  3749.                     'name' => 'admin.setting',
  3750.                     'icon' => 'fa-cog',
  3751.                     'children' => [
  3752.                         'shop' => [
  3753.                             'name' => 'admin.setting.shop',
  3754.                             'children' => [
  3755.                                 'shop_index' => [
  3756.                                     'name' => 'admin.setting.shop.shop_setting',
  3757.                                     'url' => 'admin_setting_shop',
  3758.                                 ],
  3759.                                 'shop_tradelaw' => [
  3760.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  3761.                                     'url' => 'admin_content_page_edit',
  3762.                                     'param' => [
  3763.                                         'id' => 21,
  3764.                                         'return' => 'tradelaw',
  3765.                                     ],
  3766.                                 ],
  3767.                                 'shop_agreement' => [
  3768.                                     'name' => 'admin.setting.shop.agreement_setting',
  3769.                                     'url' => 'admin_content_page_edit',
  3770.                                     'param' => [
  3771.                                         'id' => 19,
  3772.                                         'return' => 'agreement',
  3773.                                     ],
  3774.                                 ],
  3775.                                 'shop_payment' => [
  3776.                                     'name' => 'admin.setting.shop.payment_setting',
  3777.                                     'url' => 'admin_setting_shop_payment',
  3778.                                 ],
  3779.                                 'shop_delivery' => [
  3780.                                     'name' => 'admin.setting.shop.delivery_setting',
  3781.                                     'url' => 'admin_setting_shop_delivery',
  3782.                                 ],
  3783.                                 'shop_tax' => [
  3784.                                     'name' => 'admin.setting.shop.tax_setting',
  3785.                                     'url' => 'admin_setting_shop_tax',
  3786.                                 ],
  3787.                                 'shop_mail' => [
  3788.                                     'name' => 'admin.setting.shop.mail_setting',
  3789.                                     'url' => 'admin_setting_shop_mail',
  3790.                                 ],
  3791.                                 'shop_csv' => [
  3792.                                     'name' => 'admin.setting.shop.csv_setting',
  3793.                                     'url' => 'admin_setting_shop_csv',
  3794.                                 ],
  3795.                                 'shop_order_status' => [
  3796.                                     'name' => 'admin.setting.shop.order_status_setting',
  3797.                                     'url' => 'admin_setting_shop_order_status',
  3798.                                 ],
  3799.                                 'shop_calendar' => [
  3800.                                     'name' => 'admin.setting.shop.calendar_setting',
  3801.                                     'url' => 'admin_setting_shop_calendar',
  3802.                                 ],
  3803.                                 'remisePayment4AcNavTypeEdit' => [
  3804.                                     'id' => 'remisePayment4AcNavTypeEdit',
  3805.                                     'name' => 'remise_payment4.ac.nav.type.edit.title',
  3806.                                     'url' => 'remise_payment4_ac_type_edit_index',
  3807.                                 ],
  3808.                             ],
  3809.                         ],
  3810.                         'system' => [
  3811.                             'name' => 'admin.setting.system',
  3812.                             'children' => [
  3813.                                 'member' => [
  3814.                                     'name' => 'admin.setting.system.member_management',
  3815.                                     'url' => 'admin_setting_system_member',
  3816.                                 ],
  3817.                                 'authority' => [
  3818.                                     'name' => 'admin.setting.system.authority_management',
  3819.                                     'url' => 'admin_setting_system_authority',
  3820.                                 ],
  3821.                                 'security' => [
  3822.                                     'name' => 'admin.setting.system.security_management',
  3823.                                     'url' => 'admin_setting_system_security',
  3824.                                 ],
  3825.                                 'login_history' => [
  3826.                                     'name' => 'admin.setting.system.login_history',
  3827.                                     'url' => 'admin_setting_system_login_history',
  3828.                                 ],
  3829.                                 'log' => [
  3830.                                     'name' => 'admin.setting.system.log_display',
  3831.                                     'url' => 'admin_setting_system_log',
  3832.                                 ],
  3833.                                 'masterdata' => [
  3834.                                     'name' => 'admin.setting.system.master_data_management',
  3835.                                     'url' => 'admin_setting_system_masterdata',
  3836.                                 ],
  3837.                                 'system_index' => [
  3838.                                     'name' => 'admin.setting.system.system_info',
  3839.                                     'url' => 'admin_setting_system_system',
  3840.                                 ],
  3841.                             ],
  3842.                         ],
  3843.                     ],
  3844.                 ],
  3845.                 'store' => [
  3846.                     'name' => 'admin.store',
  3847.                     'icon' => 'fa-plug',
  3848.                     'children' => [
  3849.                         'plugin' => [
  3850.                             'name' => 'admin.store.plugin',
  3851.                             'children' => [
  3852.                                 'plugin_owners_search' => [
  3853.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  3854.                                     'url' => 'admin_store_plugin_owners_search',
  3855.                                 ],
  3856.                                 'plugin_list' => [
  3857.                                     'name' => 'admin.store.plugin.plugin_list',
  3858.                                     'url' => 'admin_store_plugin',
  3859.                                 ],
  3860.                             ],
  3861.                         ],
  3862.                         'template' => [
  3863.                             'name' => 'admin.store.template',
  3864.                             'children' => [
  3865.                                 'template_list' => [
  3866.                                     'name' => 'admin.store.template.template_list',
  3867.                                     'url' => 'admin_store_template',
  3868.                                 ],
  3869.                                 'template_install' => [
  3870.                                     'name' => 'admin.store.template.template_install',
  3871.                                     'url' => 'admin_store_template_install',
  3872.                                 ],
  3873.                             ],
  3874.                         ],
  3875.                         'authentication_setting' => [
  3876.                             'name' => 'admin.store.setting',
  3877.                             'url' => 'admin_store_authentication_setting',
  3878.                         ],
  3879.                     ],
  3880.                 ],
  3881.                 'plugin_CMBlog' => [
  3882.                     'name' => '簡単ブログPro',
  3883.                     'icon' => 'fa-file-text',
  3884.                     'children' => [
  3885.                         'cm_blog_admin_blog' => [
  3886.                             'name' => 'ブログ一覧',
  3887.                             'url' => 'cm_blog_admin_blog',
  3888.                         ],
  3889.                         'cm_blog_admin_blog_create' => [
  3890.                             'name' => 'ブログ登録',
  3891.                             'url' => 'cm_blog_admin_blog_create',
  3892.                         ],
  3893.                         'cm_blog_admin_cat' => [
  3894.                             'name' => 'カテゴリ一覧',
  3895.                             'url' => 'cm_blog_admin_cat',
  3896.                         ],
  3897.                         'cm_blog_admin_cat_create' => [
  3898.                             'name' => 'カテゴリ登録',
  3899.                             'url' => 'cm_blog_admin_cat_create',
  3900.                         ],
  3901.                     ],
  3902.                 ],
  3903.                 'contact' => [
  3904.                     'id' => 'contact',
  3905.                     'name' => 'contact.title',
  3906.                     'icon' => 'fa-envelope',
  3907.                     'children' => [
  3908.                         'contact' => [
  3909.                             'id' => 'contact',
  3910.                             'name' => 'admin.contact.index.title',
  3911.                             'url' => 'plugin_contact',
  3912.                         ],
  3913.                         'contact_new' => [
  3914.                             'id' => 'contact_new',
  3915.                             'name' => 'admin.contact.new.title',
  3916.                             'url' => 'plugin_contact_new',
  3917.                         ],
  3918.                     ],
  3919.                 ],
  3920.                 'plugin_customer_group' => [
  3921.                     'name' => '会員グループ設定',
  3922.                     'icon' => 'fa-users',
  3923.                     'children' => [
  3924.                         'setting' => [
  3925.                             'name' => '基本設定',
  3926.                             'url' => 'admin_customer_group_config',
  3927.                         ],
  3928.                     ],
  3929.                 ],
  3930.                 'product_sort' => [
  3931.                     'name' => '商品並べ替え管理',
  3932.                     'icon' => 'fa-cube',
  3933.                     'children' => [
  3934.                         'initialize' => [
  3935.                             'name' => '初期設定',
  3936.                             'url' => 'product_sort4_admin_config',
  3937.                         ],
  3938.                         'upload' => [
  3939.                             'name' => '一括更新',
  3940.                             'url' => 'product_sort4_admin_csv_upload',
  3941.                         ],
  3942.                     ],
  3943.                 ],
  3944.                 'SalesReport4' => [
  3945.                     'name' => 'sales_report.admin.nav.001',
  3946.                     'icon' => 'fa-chart-bar',
  3947.                     'children' => [
  3948.                         'sales_report_admin_term' => [
  3949.                             'id' => 'sales_report_admin_term',
  3950.                             'url' => 'sales_report_admin_term',
  3951.                             'name' => 'sales_report.admin.nav.002',
  3952.                         ],
  3953.                         'sales_report_admin_product' => [
  3954.                             'id' => 'sales_report_admin_product',
  3955.                             'url' => 'sales_report_admin_product',
  3956.                             'name' => 'sales_report.admin.nav.003',
  3957.                         ],
  3958.                         'sales_report_admin_age' => [
  3959.                             'id' => 'sales_report_admin_age',
  3960.                             'url' => 'sales_report_admin_age',
  3961.                             'name' => 'sales_report.admin.nav.004',
  3962.                         ],
  3963.                     ],
  3964.                 ],
  3965.                 'se_enquete' => [
  3966.                     'name' => 'se_enquete.admin.nav.enquete_management',
  3967.                     'icon' => 'fa-list',
  3968.                     'children' => [
  3969.                         'se_enquete_admin_manage_index' => [
  3970.                             'name' => 'se_enquete.admin.nav.manage_list',
  3971.                             'url' => 'se_enquete_admin_manage_index',
  3972.                         ],
  3973.                         'se_enquete_admin_manage_new' => [
  3974.                             'name' => 'se_enquete.admin.nav.manage_new',
  3975.                             'url' => 'se_enquete_admin_manage_new',
  3976.                         ],
  3977.                     ],
  3978.                 ],
  3979.             ],
  3980.             'env(MAILER_URL)' => '',
  3981.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api/oauth/private.key'),
  3982.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api/oauth/public.key'),
  3983.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  3984.             'gmc_proxy_url' => 'https://gmc-proxy.ec-cube.net',
  3985.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  3986.             'product_review_display_count_min' => 1,
  3987.             'product_review_display_count_max' => 30,
  3988.             'plugin_recommend.text_area_len' => 4000,
  3989.             'related_product.text_area_len' => 4000,
  3990.             'related_product.max_item_count' => 6,
  3991.             'related_product_pro.text_area_len' => 4000,
  3992.             'related_product_pro.max_item_count' => 6,
  3993.             'sales_report_product_maximum_display' => 20,
  3994.             'Se_Enquete_img_upload_dir' => 'html/plugin/SeEnquete4/assets/img/',
  3995.             'Se_Enquete_img_valid_extention' => '.jpg,.jpeg,.png,.gif',
  3996.             'Se_Enquete_org_block_file' => 'Resource/template/Block/enquete_js_block.twig',
  3997.             'Se_Enquete_org_block_name' => 'アンケートブロック用JS',
  3998.             'Se_Enquete_page_initial_data' => [
  3999.                 'se_enquete_list' => [
  4000.                     'filename' => 'SeEnquete4/list',
  4001.                     'name' => 'アンケート/一覧',
  4002.                 ],
  4003.                 'se_enquete_detail' => [
  4004.                     'filename' => 'SeEnquete4/detail',
  4005.                     'name' => 'アンケート/詳細',
  4006.                 ],
  4007.                 'se_enquete_complete' => [
  4008.                     'filename' => 'SeEnquete4/complete',
  4009.                     'name' => 'アンケート/完了',
  4010.                 ],
  4011.             ],
  4012.             'Se_Enquete_config_initial_data' => [
  4013.                 'text' => [
  4014.                     'title' => 'テキスト',
  4015.                     'keyword' => 'text',
  4016.                 ],
  4017.                 'textarea' => [
  4018.                     'title' => 'テキストエリア',
  4019.                     'keyword' => 'textarea',
  4020.                 ],
  4021.                 'pulldown' => [
  4022.                     'title' => 'プルダウン',
  4023.                     'keyword' => 'pulldown',
  4024.                 ],
  4025.                 'radio' => [
  4026.                     'title' => 'ラジオボタン',
  4027.                     'keyword' => 'radio',
  4028.                 ],
  4029.                 'check' => [
  4030.                     'title' => 'チェックボックス',
  4031.                     'keyword' => 'check',
  4032.                 ],
  4033.                 'etc' => [
  4034.                     'title' => '何か文章',
  4035.                     'keyword' => 'etc',
  4036.                 ],
  4037.             ],
  4038.             'Se_Enquete_admin_manage_limit' => 20,
  4039.             'Se_Enquete_admin_view_limit' => 20,
  4040.             'Se_Enquete_master_list' => [
  4041.                 'list_memberFlg' => [
  4042.                     => 'se_enquete.common.label.public',
  4043.                     => 'se_enquete.common.label.member',
  4044.                 ],
  4045.                 'list_mailFlg' => [
  4046.                     => 'se_enquete.common.label.unsend',
  4047.                     => 'se_enquete.common.label.send',
  4048.                 ],
  4049.                 'list_radio' => [
  4050.                     => 'se_enquete.common.label.text',
  4051.                     => 'se_enquete.common.label.thumbnail',
  4052.                 ],
  4053.                 'list_required' => [
  4054.                     => 'se_enquete.common.label.optional',
  4055.                     => 'se_enquete.common.label.required',
  4056.                 ],
  4057.                 'list_status' => [
  4058.                     => 'se_enquete.common.label.invalid',
  4059.                     => 'se_enquete.common.label.valid',
  4060.                 ],
  4061.                 'list_personalFlg' => [
  4062.                     => 'se_enquete.common.label.noacquisition',
  4063.                     => 'se_enquete.common.label.acquisition',
  4064.                 ],
  4065.             ],
  4066.             'Se_Enquete_sample_article' => [
  4067.                 'title' => 'サンプルアンケート',
  4068.                 'sub_title' => 'Webサイトに関するサンプルです。'."\n".'アンケートにご協力お願いします。'."\n".'',
  4069.                 'member_flg' => 0,
  4070.                 'mail_flg' => 1,
  4071.                 'address_list' => 'taro@example.com,jiro@example.com',
  4072.                 'thumbnail' => 'sample.png',
  4073.                 'personal_flg' => 1,
  4074.                 'personal_title' => '個人情報の取扱いに同意する',
  4075.                 'personal_text' => '<h4>応募規約</h4>'."\n".'______株式会社(以下「当社」といいます。)が実施する__キャンペーン(以下,「本キャンペーン」といいます。)へ応募を希望される方は,この応募規約(以下,「本規約」といいます。)をよくお読みの上,同意される場合のみ応募してください。なお,本キャンペーンに応募された方は,本規約に同意したものとみなします。'."\n".'<h5>◆第1条(適用)</h5>'."\n".'本規約は,本キャンペーンの応募者(以下,「応募者」といいます。)と当社との間の本キャンペーンに関わる一切の関係に適用されます。'."\n".'<h5>◆第2条(個人情報の提供)</h5>'."\n".'本キャンペーンへの応募にあたり応募者の氏名や住所等を正確に提供して頂く必要がある場合,提供された内容の全部又は一部について,虚偽,誤記又は記載漏れがあった場合には,本キャンペーンの対象外とさせて頂くことがあります。'."\n".'<h5>◆第3条(応募者の投稿やデータファイル)</h5>'."\n".'応募者は,当社及び当社から本サービスを承継した第三者に対して,自らが本キャンペーンを通じてアップロードした投稿やデータファイルについて使用,複製,配布,他言語への翻訳を含む派生著作物の作成,表示及び実行に関する全世界的,無償,非独占的,サブライセンス可能かつ譲渡可能なライセンスを付与し,著作者人格権を行使しないことに同意したことになります。'."\n".'応募者は,他の応募者がアップロードした投稿やデータファイルを商用利用することはできません。'."\n".'<h5>◆第4条(禁止事項)</h5>'."\n".'本キャンペーンへの応募に際しては,以下の行為を禁止します。当社は,応募者が以下に該当する行為を行ったと判断した場合には,事前に通知することなく,本キャンペーンから当該応募者を対象外としたり、又はその投稿データを一次的に非掲載とし若しくは削除することがあります。'."\n".'本キャンペーンの運営を妨げる行為'."\n".'本規約に違反する行為'."\n".'他人に迷惑,不利益,損害,または不快感を与える行為'."\n".'他人を誹謗中傷し,またはその名誉もしくは信用を害する行為'."\n".'他人の著作権その他の知的財産権を侵害する行為'."\n".'他人の財産,プライバシーもしくは肖像権を侵害する行為'."\n".'営利を目的とした情報提供,広告宣伝もしくは勧誘行為'."\n".'公序良俗に反する行為'."\n".'応募に使用するSNSの利用規約その他各規定に違反する行為'."\n".'その他当社が相当でないと判断する行為'."\n".'<h5>◆第5条(本サービスの提供の停止等)</h5>'."\n".'当社は,以下のいずれかの事由があると判断した場合,応募者に事前に通知することなく本キャンペーンを中断または中止することがあります。'."\n".'本サービス実施にかかるコンピュータシステムの保守点検または更新を行う場合'."\n".'地震,落雷,火災,停電または天災などの不可抗力により,本キャンペーンの実施が困難となった場合'."\n".'コンピュータまたは通信回線等が事故により停止した場合'."\n".'応募に使用するSNSのサービスが中断または中止した場合'."\n".'その他,当社が本キャンペーンの実施を困難と判断した場合'."\n".'当社は,前項による本キャンペーンの中断または中止により,応募者が被った不利益または損害について,一切の責任を負わないものとします。'."\n".'<h5>◆第6条(免責)</h5>'."\n".'当社は,本キャンペーンに関連して生じた応募者の損害について,当社の故意または重大な過失がない限り,一切の責任を負わないものとします。'."\n".'当社は,本キャンペーンに関連して生じた応募者間または応募者と第三者の間におけるトラブルについて一切の責任を負わないものとします。'."\n".'<h5>◆第7条(キャンペーン内容の変更等)'."\n".'当社は,応募者に予告することなく,本キャンペーンの内容の一部または全部を変更し,もしくは本サービスの提供を中止することがあります。当社は,これによって応募者に生じた損害について一切の責任を負いません。'."\n".'<h5>◆第8条(本規約の変更)</h5>'."\n".'当社は,必要と判断した場合には,応募者に予告することなく,本規約を変更することができるものとします。'."\n".'<h5>◆第9条(個人情報の取扱い)</h5>'."\n".'本キャンペーンにあたってご提供いただいた個人情報は,以下の目的でのみ使用いたします。'."\n".'当選者への賞品の発送'."\n".'上記に関する連絡'."\n".'商品やサービスの参考とするための個人を特定しない統計情報の形での利用'."\n".'本キャンペーンにあたってご提供いただいた個人情報は,応募者ご本人の同意がある場合を除いて,第三者に提供されることはありません。ただし,法令の定めがある場合等,当社「プライバシーポリシー」にて定める事由がある場合を除きます。詳しくは当社「プライバシーポリシー」をご覧ください。'."\n".'<h5>◆第10条(通知または連絡)</h5>'."\n".'当社から応募者に対する通知または連絡は,当社の定める方法で行うものとし,応募者のメールアドレスの不備等により通知または連絡が到達しなかった場合には,本キャンペーンの対象外とさせて頂くことがあります。'."\n".'以上'."\n".'',
  4076.                 'submit_title' => '回答する',
  4077.                 'status' => 0,
  4078.                 'children' => [
  4079.                     => [
  4080.                         'enquete_config' => 4,
  4081.                         'title' => 'Q1: あなたは、このウェブサイトを何から見聞きして知りましたか。',
  4082.                         'text' => '',
  4083.                         'placeholder' => '',
  4084.                         'ness_flg' => 1,
  4085.                         'children' => [
  4086.                             => [
  4087.                                 'values' => 'テレビ',
  4088.                             ],
  4089.                             => [
  4090.                                 'values' => '新聞',
  4091.                             ],
  4092.                             => [
  4093.                                 'values' => 'ラジオ',
  4094.                             ],
  4095.                             => [
  4096.                                 'values' => '雑誌',
  4097.                             ],
  4098.                             => [
  4099.                                 'values' => 'その他',
  4100.                             ],
  4101.                         ],
  4102.                     ],
  4103.                     => [
  4104.                         'enquete_config' => 2,
  4105.                         'title' => 'Q2: その他を選択した場合は詳細を記入ください。',
  4106.                         'text' => '',
  4107.                         'placeholder' => '',
  4108.                         'ness_flg' => 0,
  4109.                     ],
  4110.                     => [
  4111.                         'enquete_config' => 3,
  4112.                         'title' => 'Q3: このウェブサイトにどのくらいの頻度でアクセスしていますか。',
  4113.                         'text' => '',
  4114.                         'placeholder' => '',
  4115.                         'ness_flg' => 1,
  4116.                         'children' => [
  4117.                             => [
  4118.                                 'values' => 'ほぼ毎日',
  4119.                             ],
  4120.                             => [
  4121.                                 'values' => '1週間に2~3回程度',
  4122.                             ],
  4123.                             => [
  4124.                                 'values' => '1週間に1回程度',
  4125.                             ],
  4126.                             => [
  4127.                                 'values' => '1ヶ月に2~3回程度',
  4128.                             ],
  4129.                             => [
  4130.                                 'values' => '1ヶ月に1回程度',
  4131.                             ],
  4132.                             => [
  4133.                                 'values' => '2~3ヶ月に1回程度',
  4134.                             ],
  4135.                             => [
  4136.                                 'values' => 'それ以下',
  4137.                             ],
  4138.                         ],
  4139.                     ],
  4140.                     => [
  4141.                         'enquete_config' => 4,
  4142.                         'title' => 'Q4: このウェブサイトについて、総合的にどのくらい満足していますか。',
  4143.                         'text' => '',
  4144.                         'placeholder' => '',
  4145.                         'ness_flg' => 1,
  4146.                         'children' => [
  4147.                             => [
  4148.                                 'values' => '満足',
  4149.                             ],
  4150.                             => [
  4151.                                 'values' => 'やや満足',
  4152.                             ],
  4153.                             => [
  4154.                                 'values' => 'どちらともいえない',
  4155.                             ],
  4156.                             => [
  4157.                                 'values' => 'やや不満',
  4158.                             ],
  4159.                             => [
  4160.                                 'values' => '不満',
  4161.                             ],
  4162.                         ],
  4163.                     ],
  4164.                     => [
  4165.                         'enquete_config' => 2,
  4166.                         'title' => 'Q5: 「Q4」での回答した理由をお書きください。',
  4167.                         'text' => '',
  4168.                         'placeholder' => '自由に記入してください',
  4169.                         'ness_flg' => 0,
  4170.                     ],
  4171.                     => [
  4172.                         'enquete_config' => 5,
  4173.                         'title' => 'Q6: このウェブサイトの内容・コンテンツでよかったページを選択してください。',
  4174.                         'text' => '',
  4175.                         'placeholder' => '',
  4176.                         'ness_flg' => 0,
  4177.                         'children' => [
  4178.                             => [
  4179.                                 'values' => 'トップページ',
  4180.                             ],
  4181.                             => [
  4182.                                 'values' => '商品一覧ページ',
  4183.                             ],
  4184.                             => [
  4185.                                 'values' => '商品詳細ページ',
  4186.                             ],
  4187.                             => [
  4188.                                 'values' => 'その他',
  4189.                             ],
  4190.                         ],
  4191.                     ],
  4192.                     => [
  4193.                         'enquete_config' => 6,
  4194.                         'title' => '',
  4195.                         'text' => 'ここからはあなた自身についてお聞かせください',
  4196.                         'placeholder' => '',
  4197.                         'ness_flg' => 0,
  4198.                     ],
  4199.                     => [
  4200.                         'enquete_config' => 4,
  4201.                         'title' => 'Q7: 好きな動物を選択してください',
  4202.                         'text' => '',
  4203.                         'placeholder' => '',
  4204.                         'ness_flg' => 1,
  4205.                         'children' => [
  4206.                             => [
  4207.                                 'values' => 'sample-chicken.jpeg',
  4208.                             ],
  4209.                             => [
  4210.                                 'values' => 'sample-dog.jpeg',
  4211.                             ],
  4212.                             => [
  4213.                                 'values' => 'sample-hourse.jpeg',
  4214.                             ],
  4215.                             => [
  4216.                                 'values' => 'sample-monkey.jpeg',
  4217.                             ],
  4218.                             => [
  4219.                                 'values' => 'sample-rabbit.jpeg',
  4220.                             ],
  4221.                         ],
  4222.                     ],
  4223.                     => [
  4224.                         'enquete_config' => 3,
  4225.                         'title' => 'Q8: 性別',
  4226.                         'text' => '',
  4227.                         'placeholder' => '',
  4228.                         'ness_flg' => 1,
  4229.                         'children' => [
  4230.                             => [
  4231.                                 'values' => '男性',
  4232.                             ],
  4233.                             => [
  4234.                                 'values' => '女性',
  4235.                             ],
  4236.                         ],
  4237.                     ],
  4238.                     => [
  4239.                         'enquete_config' => 3,
  4240.                         'title' => 'Q9: 年齢',
  4241.                         'text' => '',
  4242.                         'placeholder' => '',
  4243.                         'ness_flg' => 1,
  4244.                         'children' => [
  4245.                             => [
  4246.                                 'values' => '〜19歳',
  4247.                             ],
  4248.                             => [
  4249.                                 'values' => '20〜29歳',
  4250.                             ],
  4251.                             => [
  4252.                                 'values' => '30〜39歳',
  4253.                             ],
  4254.                             => [
  4255.                                 'values' => '40〜49歳',
  4256.                             ],
  4257.                             => [
  4258.                                 'values' => '50歳〜',
  4259.                             ],
  4260.                         ],
  4261.                     ],
  4262.                 ],
  4263.             ],
  4264.             'Se_Enquete_sample_answer' => [
  4265.                 'customer_id' => 0,
  4266.                 'answer_json' => [
  4267.                     'Q1: あなたは、このウェブサイトを何から見聞きして知りましたか。' => 'その他',
  4268.                     'Q2: その他を選択した場合は詳細を記入ください。' => '知人からの紹介',
  4269.                     'Q3: このウェブサイトにどのくらいの頻度でアクセスしていますか。' => '1週間に2~3回程度',
  4270.                     'Q4: このウェブサイトについて、総合的にどのくらい満足していますか。' => 'やや満足',
  4271.                     'Q5: 「Q4」での回答した理由をお書きください。' => '好きな商品があるので',
  4272.                     'Q6: このウェブサイトの内容・コンテンツでよかったページを選択してください。' => [
  4273.                         => '商品一覧ページ',
  4274.                         => 'その他',
  4275.                     ],
  4276.                     'Q7: 好きな動物を選択してください' => 'sample-monkey.jpeg',
  4277.                     'Q8: 性別' => '男性',
  4278.                     'Q9: 年齢' => '30〜39歳',
  4279.                 ],
  4280.                 'user_agent' => 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML%2C like Gecko) Mobile/15E148',
  4281.                 'ip' => '255.255.255.255',
  4282.             ],
  4283.             'securitychecker4_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4284.             'tabacustomfields.route' => '/plugin/tabacustomfields',
  4285.             'eccube.plugins.enabled' => [
  4286.                 => 'Recommend4',
  4287.                 => 'SalesReport4',
  4288.                 => 'CustomerGroup',
  4289.                 => 'SheebDlc4',
  4290.                 => 'EtunaFavoriteItem',
  4291.                 => 'TabaCustomFields',
  4292.                 => 'CustomerUpload4',
  4293.                 => 'ProductSort4',
  4294.                 => 'CMBlogPro',
  4295.                 => 'RelatedProductPro',
  4296.                 10 => 'ContactManagement4',
  4297.                 11 => 'RefineFavoriteDeleteButton',
  4298.                 12 => 'SeEnquete4',
  4299.                 13 => 'RemisePayment4',
  4300.             ],
  4301.             'eccube.plugins.disabled' => [
  4302.                 => 'Api',
  4303.                 => 'Coupon4',
  4304.                 => 'GMC',
  4305.                 => 'JoolenCouponForMemberRegistration4',
  4306.                 => 'MailMagazine4',
  4307.                 => 'ProductReview4',
  4308.                 => 'RelatedProduct4',
  4309.                 => 'Securitychecker4',
  4310.                 => 'SimpleMaintenance',
  4311.                 => 'SiteKit',
  4312.             ],
  4313.             'event_dispatcher.event_aliases' => [
  4314.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4315.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4316.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4317.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4318.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4319.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4320.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4321.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4322.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4323.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4324.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4325.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4326.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4327.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4328.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4329.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4330.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4331.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4332.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4333.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4334.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4335.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4336.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4337.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4338.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4339.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4340.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4341.             ],
  4342.             'fragment.renderer.hinclude.global_template' => NULL,
  4343.             'fragment.path' => '/_fragment',
  4344.             'kernel.http_method_override' => true,
  4345.             'kernel.trusted_hosts' => [
  4346.             ],
  4347.             'kernel.error_controller' => 'error_controller',
  4348.             'templating.helper.code.file_link_format' => NULL,
  4349.             'debug.file_link_format' => NULL,
  4350.             'session.metadata.storage_key' => '_sf2_meta',
  4351.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4352.             'session.metadata.update_threshold' => 0,
  4353.             'form.type_extension.csrf.enabled' => true,
  4354.             'form.type_extension.csrf.field_name' => '_token',
  4355.             'asset.request_context.base_path' => '',
  4356.             'asset.request_context.secure' => false,
  4357.             'templating.loader.cache.path' => NULL,
  4358.             'templating.engines' => [
  4359.                 => 'twig',
  4360.             ],
  4361.             'validator.translation_domain' => 'validators',
  4362.             'translator.logging' => false,
  4363.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4364.             'profiler_listener.only_exceptions' => false,
  4365.             'profiler_listener.only_master_requests' => false,
  4366.             'debug.error_handler.throw_at' => -1,
  4367.             'router.request_context.host' => 'localhost',
  4368.             'router.request_context.scheme' => 'http',
  4369.             'router.request_context.base_url' => '',
  4370.             'router.resource' => 'kernel::loadRoutes',
  4371.             'router.cache_class_prefix' => 'EccubeEccube_KernelDevDebugContainer',
  4372.             'request_listener.http_port' => 80,
  4373.             'request_listener.https_port' => 443,
  4374.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  4375.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  4376.             'security.role_hierarchy.roles' => [
  4377.             ],
  4378.             'security.access.denied_url' => NULL,
  4379.             'security.authentication.manager.erase_credentials' => true,
  4380.             'security.authentication.session_strategy.strategy' => 'migrate',
  4381.             'security.access.always_authenticate_before_granting' => false,
  4382.             'security.authentication.hide_user_not_found' => true,
  4383.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4384.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  4385.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4386.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  4387.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  4388.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  4389.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  4390.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  4391.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  4392.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4393.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  4394.             'doctrine_cache.memcache.host' => 'localhost',
  4395.             'doctrine_cache.memcache.port' => 11211,
  4396.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4397.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  4398.             'doctrine_cache.memcached.host' => 'localhost',
  4399.             'doctrine_cache.memcached.port' => 11211,
  4400.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  4401.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  4402.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  4403.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  4404.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  4405.             'doctrine_cache.predis.scheme' => 'tcp',
  4406.             'doctrine_cache.predis.host' => 'localhost',
  4407.             'doctrine_cache.predis.port' => 6379,
  4408.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4409.             'doctrine_cache.redis.connection.class' => 'Redis',
  4410.             'doctrine_cache.redis.host' => 'localhost',
  4411.             'doctrine_cache.redis.port' => 6379,
  4412.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  4413.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  4414.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  4415.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  4416.             'doctrine_cache.riak.host' => 'localhost',
  4417.             'doctrine_cache.riak.port' => 8087,
  4418.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  4419.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  4420.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  4421.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4422.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4423.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4424.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  4425.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4426.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4427.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4428.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4429.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4430.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4431.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4432.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4433.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4434.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4435.             'doctrine.entity_managers' => [
  4436.                 'default' => 'doctrine.orm.default_entity_manager',
  4437.             ],
  4438.             'doctrine.default_entity_manager' => 'default',
  4439.             'doctrine.dbal.connection_factory.types' => [
  4440.                 'oauth2_grant' => [
  4441.                     'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Grant',
  4442.                     'commented' => NULL,
  4443.                 ],
  4444.                 'oauth2_redirect_uri' => [
  4445.                     'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\RedirectUri',
  4446.                     'commented' => NULL,
  4447.                 ],
  4448.                 'oauth2_scope' => [
  4449.                     'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Scope',
  4450.                     'commented' => NULL,
  4451.                 ],
  4452.                 'datetime' => [
  4453.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4454.                     'commented' => NULL,
  4455.                 ],
  4456.                 'datetimetz' => [
  4457.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4458.                     'commented' => NULL,
  4459.                 ],
  4460.             ],
  4461.             'doctrine.connections' => [
  4462.                 'default' => 'doctrine.dbal.default_connection',
  4463.             ],
  4464.             'doctrine.default_connection' => 'default',
  4465.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4466.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4467.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4468.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4469.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4470.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4471.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4472.             'doctrine.orm.cache.memcache_port' => 11211,
  4473.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4474.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4475.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4476.             'doctrine.orm.cache.memcached_port' => 11211,
  4477.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4478.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4479.             'doctrine.orm.cache.redis_host' => 'localhost',
  4480.             'doctrine.orm.cache.redis_port' => 6379,
  4481.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4482.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4483.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4484.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4485.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4486.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4487.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4488.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4489.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4490.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4491.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4492.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4493.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4494.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4495.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4496.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4497.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4498.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4499.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4500.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4501.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4502.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4503.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4504.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4505.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4506.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4507.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4508.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4509.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4510.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4511.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4512.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/app/DoctrineMigrations'),
  4513.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  4514.             'doctrine_migrations.organize_migrations' => false,
  4515.             'doctrine_migrations.table_name' => 'migration_versions',
  4516.             'doctrine_migrations.name' => 'Application Migrations',
  4517.             'doctrine_migrations.custom_template' => NULL,
  4518.             'monolog.use_microseconds' => true,
  4519.             'monolog.swift_mailer.handlers' => [
  4520.             ],
  4521.             'monolog.handlers_to_channels' => [
  4522.                 'monolog.handler.SeEnquete4' => [
  4523.                     'type' => 'inclusive',
  4524.                     'elements' => [
  4525.                         => 'SeEnquete4',
  4526.                     ],
  4527.                 ],
  4528.                 'monolog.handler.RemisePayment4' => [
  4529.                     'type' => 'inclusive',
  4530.                     'elements' => [
  4531.                         => 'RemisePayment4',
  4532.                     ],
  4533.                 ],
  4534.                 'monolog.handler.console' => [
  4535.                     'type' => 'exclusive',
  4536.                     'elements' => [
  4537.                         => 'event',
  4538.                         => 'doctrine',
  4539.                         => 'console',
  4540.                     ],
  4541.                 ],
  4542.                 'monolog.handler.buffered' => [
  4543.                     'type' => 'exclusive',
  4544.                     'elements' => [
  4545.                         => 'event',
  4546.                     ],
  4547.                 ],
  4548.             ],
  4549.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4550.             'swiftmailer.mailer.default.spool.enabled' => true,
  4551.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4552.             'swiftmailer.mailer.default.single_address' => NULL,
  4553.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4554.             'swiftmailer.spool.enabled' => true,
  4555.             'swiftmailer.delivery.enabled' => true,
  4556.             'swiftmailer.single_address' => NULL,
  4557.             'swiftmailer.mailers' => [
  4558.                 'default' => 'swiftmailer.mailer.default',
  4559.             ],
  4560.             'swiftmailer.default_mailer' => 'default',
  4561.             'twig.exception_listener.controller' => NULL,
  4562.             'twig.form.resources' => [
  4563.                 => 'form_div_layout.html.twig',
  4564.                 => 'bootstrap_4_layout.html.twig',
  4565.             ],
  4566.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4567.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4568.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4569.             'web_profiler.debug_toolbar.mode' => 2,
  4570.             'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
  4571.             'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
  4572.             'mobile_detect.cookie_key' => 'device_view',
  4573.             'mobile_detect.switch_param' => 'device_view',
  4574.             'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
  4575.             'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
  4576.             'mobile_detect.redirect' => [
  4577.                 'mobile' => [
  4578.                     'is_enabled' => false,
  4579.                     'host' => NULL,
  4580.                     'status_code' => 302,
  4581.                     'action' => 'redirect',
  4582.                 ],
  4583.                 'tablet' => [
  4584.                     'is_enabled' => false,
  4585.                     'host' => NULL,
  4586.                     'status_code' => 302,
  4587.                     'action' => 'redirect',
  4588.                 ],
  4589.                 'full' => [
  4590.                     'is_enabled' => false,
  4591.                     'host' => NULL,
  4592.                     'status_code' => 302,
  4593.                     'action' => 'redirect',
  4594.                 ],
  4595.                 'detect_tablet_as_mobile' => false,
  4596.             ],
  4597.             'mobile_detect.switch_device_view.save_referer_path' => true,
  4598.             'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
  4599.             'mobile_detect.cookie_path' => '/',
  4600.             'mobile_detect.cookie_domain' => '',
  4601.             'mobile_detect.cookie_secure' => false,
  4602.             'mobile_detect.cookie_httponly' => true,
  4603.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  4604.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  4605.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4606.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4607.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4608.             'knp_paginator.page_range' => 5,
  4609.             'trikoder.oauth2.persistence.doctrine.enabled' => true,
  4610.             'trikoder.oauth2.persistence.doctrine.manager' => 'default',
  4611.             'maker.compatible_check.doctrine.supports_attributes' => false,
  4612.             'data_collector.templates' => [
  4613.                 'data_collector.request' => [
  4614.                     => 'request',
  4615.                     => '@WebProfiler/Collector/request.html.twig',
  4616.                 ],
  4617.                 'data_collector.time' => [
  4618.                     => 'time',
  4619.                     => '@WebProfiler/Collector/time.html.twig',
  4620.                 ],
  4621.                 'data_collector.memory' => [
  4622.                     => 'memory',
  4623.                     => '@WebProfiler/Collector/memory.html.twig',
  4624.                 ],
  4625.                 'data_collector.validator' => [
  4626.                     => 'validator',
  4627.                     => '@WebProfiler/Collector/validator.html.twig',
  4628.                 ],
  4629.                 'data_collector.ajax' => [
  4630.                     => 'ajax',
  4631.                     => '@WebProfiler/Collector/ajax.html.twig',
  4632.                 ],
  4633.                 'data_collector.form' => [
  4634.                     => 'form',
  4635.                     => '@WebProfiler/Collector/form.html.twig',
  4636.                 ],
  4637.                 'data_collector.exception' => [
  4638.                     => 'exception',
  4639.                     => '@WebProfiler/Collector/exception.html.twig',
  4640.                 ],
  4641.                 'data_collector.logger' => [
  4642.                     => 'logger',
  4643.                     => '@WebProfiler/Collector/logger.html.twig',
  4644.                 ],
  4645.                 'data_collector.events' => [
  4646.                     => 'events',
  4647.                     => '@WebProfiler/Collector/events.html.twig',
  4648.                 ],
  4649.                 'data_collector.router' => [
  4650.                     => 'router',
  4651.                     => '@WebProfiler/Collector/router.html.twig',
  4652.                 ],
  4653.                 'data_collector.cache' => [
  4654.                     => 'cache',
  4655.                     => '@WebProfiler/Collector/cache.html.twig',
  4656.                 ],
  4657.                 'data_collector.translation' => [
  4658.                     => 'translation',
  4659.                     => '@WebProfiler/Collector/translation.html.twig',
  4660.                 ],
  4661.                 'data_collector.security' => [
  4662.                     => 'security',
  4663.                     => '@Security/Collector/security.html.twig',
  4664.                 ],
  4665.                 'data_collector.twig' => [
  4666.                     => 'twig',
  4667.                     => '@WebProfiler/Collector/twig.html.twig',
  4668.                 ],
  4669.                 'data_collector.doctrine' => [
  4670.                     => 'db',
  4671.                     => '@Doctrine/Collector/db.html.twig',
  4672.                 ],
  4673.                 'swiftmailer.data_collector' => [
  4674.                     => 'swiftmailer',
  4675.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4676.                 ],
  4677.                 'data_collector.dump' => [
  4678.                     => 'dump',
  4679.                     => '@Debug/Profiler/dump.html.twig',
  4680.                 ],
  4681.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  4682.                 'mobile_detect_bundle.device.collector' => [
  4683.                     => 'device.collector',
  4684.                     => '@MobileDetect/Collector/device.html.twig',
  4685.                 ],
  4686.                 'data_collector.config' => [
  4687.                     => 'config',
  4688.                     => '@WebProfiler/Collector/config.html.twig',
  4689.                 ],
  4690.                 'eccube.collector.core' => [
  4691.                     => 'eccube_core',
  4692.                     => '@toolbar/eccube.html.twig',
  4693.                 ],
  4694.             ],
  4695.             'console.command.ids' => [
  4696.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  4697.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4698.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4699.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4700.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4701.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  4702.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  4703.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  4704.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  4705.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  4706.                 10 => 'console.command.public_alias.doctrine_migrations.status_command',
  4707.                 11 => 'console.command.public_alias.doctrine_migrations.version_command',
  4708.             ],
  4709.         ];
  4710.     }
  4711.     protected function throw($message)
  4712.     {
  4713.         throw new RuntimeException($message);
  4714.     }
  4715. }