var/cache/dev/ContainerNNKNHux/Eccube_KernelDevDebugContainer.php line 1019

Open in your IDE?
  1. <?php
  2. namespace ContainerNNKNHux;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.state_machine.estimate' => 'get_Container_Private_StateMachine_EstimateService',
  40.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  41.             '.container.private.twig' => 'get_Container_Private_TwigService',
  42.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  43.             'Detection\\MobileDetect' => 'getMobileDetectService',
  44.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  45.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  46.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  47.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  48.             'cache.app' => 'getCache_AppService',
  49.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  50.             'cache.system' => 'getCache_SystemService',
  51.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  52.             'data_collector.dump' => 'getDataCollector_DumpService',
  53.             'doctrine' => 'getDoctrineService',
  54.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  55.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  56.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  57.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  58.             'event_dispatcher' => 'getEventDispatcherService',
  59.             'http_kernel' => 'getHttpKernelService',
  60.             'knp_paginator' => 'getKnpPaginatorService',
  61.             'request_stack' => 'getRequestStackService',
  62.             'router' => 'getRouterService',
  63.             'translator' => 'getTranslatorService',
  64.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  65.             'cache_clearer' => 'getCacheClearerService',
  66.             'filesystem' => 'getFilesystemService',
  67.             'state_machine.estimate' => 'getStateMachine_EstimateService',
  68.             'state_machine.order' => 'getStateMachine_OrderService',
  69.             'serializer' => 'getSerializerService',
  70.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  71.             'form.factory' => 'getForm_FactoryService',
  72.             'form.type.file' => 'getForm_Type_FileService',
  73.             'profiler' => 'getProfilerService',
  74.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  75.             'security.token_storage' => 'getSecurity_TokenStorageService',
  76.             'twig' => 'getTwigService',
  77.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  78.             'session' => 'getSessionService',
  79.             'validator' => 'getValidatorService',
  80.         ];
  81.         $this->fileMap = [
  82.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  83.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  84.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  85.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87.             'Customize\\Controller\\AbstractEstimateRequestController' => 'getAbstractEstimateRequestControllerService',
  88.             'Customize\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  89.             'Customize\\Controller\\Admin\\Estimate\\EditController' => 'getEditControllerService',
  90.             'Customize\\Controller\\Admin\\Estimate\\EstimateController' => 'getEstimateControllerService',
  91.             'Customize\\Controller\\Admin\\Estimate\\MailController' => 'getMailControllerService',
  92.             'Customize\\Controller\\Admin\\Estimate\\OptionEditController' => 'getOptionEditControllerService',
  93.             'Customize\\Controller\\Admin\\FileApiController' => 'getFileApiControllerService',
  94.             'Customize\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  95.             'Customize\\Controller\\Admin\\Order\\EditController' => 'getEditController2Service',
  96.             'Customize\\Controller\\Admin\\Order\\MailController' => 'getMailController2Service',
  97.             'Customize\\Controller\\Admin\\Order\\OptionEditController' => 'getOptionEditController2Service',
  98.             'Customize\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  99.             'Customize\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  100.             'Customize\\Controller\\Admin\\Setting\\Shop\\CustomDeliveryController' => 'getCustomDeliveryControllerService',
  101.             'Customize\\Controller\\Admin\\Setting\\Shop\\EstimateStatusController' => 'getEstimateStatusControllerService',
  102.             'Customize\\Controller\\Admin\\Setting\\System\\StickerMasterdataController' => 'getStickerMasterdataControllerService',
  103.             'Customize\\Controller\\CustomAbstractShoppingController' => 'getCustomAbstractShoppingControllerService',
  104.             'Customize\\Controller\\CustomContactController' => 'getCustomContactControllerService',
  105.             'Customize\\Controller\\CustomContactReplyController' => 'getCustomContactReplyControllerService',
  106.             'Customize\\Controller\\CustomNonMemberShoppingController' => 'getCustomNonMemberShoppingControllerService',
  107.             'Customize\\Controller\\CustomProductController' => 'getCustomProductControllerService',
  108.             'Customize\\Controller\\CustomShoppingController' => 'getCustomShoppingControllerService',
  109.             'Customize\\Controller\\DesignConfirmController' => 'getDesignConfirmControllerService',
  110.             'Customize\\Controller\\EntryController' => 'getEntryControllerService',
  111.             'Customize\\Controller\\EstimateCartController' => 'getEstimateCartControllerService',
  112.             'Customize\\Controller\\EstimateCuttingStickerController' => 'getEstimateCuttingStickerControllerService',
  113.             'Customize\\Controller\\EstimatePrintStickerController' => 'getEstimatePrintStickerControllerService',
  114.             'Customize\\Controller\\EstimateRequestController' => 'getEstimateRequestControllerService',
  115.             'Customize\\Controller\\FaqController' => 'getFaqControllerService',
  116.             'Customize\\Controller\\GuideController' => 'getGuideControllerService',
  117.             'Customize\\Controller\\ImageController' => 'getImageControllerService',
  118.             'Customize\\Controller\\InfoController' => 'getInfoControllerService',
  119.             'Customize\\Controller\\Mypage\\CustomChangeController' => 'getCustomChangeControllerService',
  120.             'Customize\\Controller\\Mypage\\CustomMypageController' => 'getCustomMypageControllerService',
  121.             'Customize\\Controller\\Mypage\\EstimateHistoryController' => 'getEstimateHistoryControllerService',
  122.             'Customize\\Controller\\NonMemberEstimateRequestController' => 'getNonMemberEstimateRequestControllerService',
  123.             'Customize\\Controller\\ProductsSubPageController' => 'getProductsSubPageControllerService',
  124.             'Customize\\Service\\Payment\\Method\\Cash' => 'getCashService',
  125.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  126.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  127.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  128.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  129.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  130.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  131.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  132.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  133.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  134.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  135.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  136.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  137.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  138.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  139.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  140.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  141.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditController2Service',
  142.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportController2Service',
  143.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditController3Service',
  144.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailController3Service',
  145.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderController2Service',
  146.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingController2Service',
  147.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  148.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  149.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  150.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController3Service',
  151.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  152.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  153.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  154.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  155.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  156.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  157.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController4Service',
  158.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  159.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  160.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  161.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  162.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  163.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  164.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  165.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  166.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  167.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  168.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  169.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  170.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  171.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  172.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  173.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  174.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  175.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  176.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  177.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  178.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  179.             'Eccube\\Controller\\EntryController' => 'getEntryController2Service',
  180.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  181.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  182.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  183.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  184.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  185.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  186.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  187.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  188.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  189.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  190.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  191.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  192.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  193.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  194.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  195.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  196.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  197.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  198.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCash2Service',
  199.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  200.             'Plugin\\CustomerSupportPro42\\Controller\\Admin\\ContactCommentImageController' => 'getContactCommentImageControllerService',
  201.             'Plugin\\CustomerSupportPro42\\Controller\\Admin\\ContactController' => 'getContactController2Service',
  202.             'Plugin\\CustomerSupportPro42\\Controller\\Admin\\ContactMailController' => 'getContactMailControllerService',
  203.             'Plugin\\CustomerSupportPro42\\Controller\\ContactReplyController' => 'getContactReplyControllerService',
  204.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  205.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController4Service',
  206.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  207.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  208.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  209.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  210.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  211.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  212.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  213.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  214.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController3Service',
  215.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  216.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  217.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  218.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  219.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  220.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  221.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  222.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  223.             'Plugin\\FwEasyHoliday42\\Controller\\Admin\\HolidayController' => 'getHolidayControllerService',
  224.             'Plugin\\JsysAsi42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  225.             'Plugin\\JsysAsi42\\Controller\\Admin\\JsysAsiLockedListController' => 'getJsysAsiLockedListControllerService',
  226.             'Plugin\\JsysAsi42\\Controller\\Admin\\JsysAsiLoginHistoryController' => 'getJsysAsiLoginHistoryControllerService',
  227.             'Plugin\\JsysAsi42\\Controller\\Admin\\JsysAsiTfaUserController' => 'getJsysAsiTfaUserControllerService',
  228.             'Plugin\\ProductOption42\\Controller\\AddcartController' => 'getAddcartControllerService',
  229.             'Plugin\\ProductOption42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  230.             'Plugin\\ProductOption42\\Controller\\Admin\\MaterialController' => 'getMaterialControllerService',
  231.             'Plugin\\ProductOption42\\Controller\\Admin\\MaterialPriceController' => 'getMaterialPriceControllerService',
  232.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionCategoryController' => 'getOptionCategoryControllerService',
  233.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionController' => 'getOptionControllerService',
  234.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionController' => 'getProductOptionControllerService',
  235.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionDesignController' => 'getProductOptionDesignControllerService',
  236.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionRankController' => 'getProductOptionRankControllerService',
  237.             'Plugin\\ProductOption42\\Controller\\CartOperationController' => 'getCartOperationControllerService',
  238.             'Plugin\\ProductOption42\\Controller\\ReorderController' => 'getReorderControllerService',
  239.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigController4Service',
  240.             'Plugin\\TabaCMS2\\Controller\\AdminController' => 'getAdminController2Service',
  241.             'Plugin\\TabaCMS2\\Controller\\ConfigController' => 'getConfigController5Service',
  242.             'Plugin\\TabaCMS2\\Controller\\FrontController' => 'getFrontControllerService',
  243.             'Plugin\\ZeusPayment42\\Controller\\Admin\\CancelCsvController' => 'getCancelCsvControllerService',
  244.             'Plugin\\ZeusPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  245.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderController' => 'getOrderController4Service',
  246.             'Plugin\\ZeusPayment42\\Controller\\Admin\\OrderCsvController' => 'getOrderCsvControllerService',
  247.             'Plugin\\ZeusPayment42\\Controller\\ZeusPaymentReturn' => 'getZeusPaymentReturnService',
  248.             'Plugin\\ZeusPayment42\\Service\\Method\\CreditPayment' => 'getCreditPaymentService',
  249.             'Plugin\\ZeusPayment42\\Service\\Method\\CvsPayment' => 'getCvsPaymentService',
  250.             'Plugin\\ZeusPayment42\\Service\\Method\\EbankPayment' => 'getEbankPaymentService',
  251.             'Plugin\\ZeusPayment42\\Service\\Method\\LaterPayment' => 'getLaterPaymentService',
  252.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  253.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  254.             'cache.app_clearer' => 'getCache_AppClearerService',
  255.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  256.             'cache.system_clearer' => 'getCache_SystemClearerService',
  257.             'cache_warmer' => 'getCacheWarmerService',
  258.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  259.             'console.command_loader' => 'getConsole_CommandLoaderService',
  260.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  261.             'eccube.logger' => 'getEccube_LoggerService',
  262.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  263.             'error_controller' => 'getErrorControllerService',
  264.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  265.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  266.             'routing.loader' => 'getRouting_LoaderService',
  267.             'services_resetter' => 'getServicesResetterService',
  268.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  269.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  270.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  271.         ];
  272.         $this->aliases = [
  273.             'database_connection' => 'doctrine.dbal.default_connection',
  274.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  275.         ];
  276.         $this->privates['service_container'] = function () {
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  290.             include_once \dirname(__DIR__4).'/app/Plugin/ExpressLink42/Repository/AdminOrderCustomizer.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryFeeRepository.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/DeliveryRepository.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailHistoryRepository.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailTemplateRepository.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderItemTypeRepository.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/OrderStatusRepository.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/PrefRepository.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxDisplayTypeRepository.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/TaxTypeRepository.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderItemRepository.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PaymentRepository.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductStockRepository.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  338.             include_once \dirname(__DIR__4).'/src/Eccube/Service/MailService.php';
  339.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderHelper.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/Service/OrderStateMachine.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PointHelper.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ValidatorTrait.php';
  343.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPostValidator.php';
  344.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AddPointProcessor.php';
  345.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemValidator.php';
  346.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliverySettingValidator.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderValidator.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/EmptyItemsValidator.php';
  349.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemHolderPreprocessor.php';
  350.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderNoProcessor.php';
  351.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalLimitValidator.php';
  352.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentTotalNegativeValidator.php';
  353.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentValidator.php';
  354.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/DiscountProcessor.php';
  355.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/PurchaseProcessor.php';
  356.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PointProcessor.php';
  357.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/ProductStatusValidator.php';
  358.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/SaleLimitMultipleValidator.php';
  359.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/AbstractPurchaseProcessor.php';
  360.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php';
  361.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  364.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  365.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  366.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  367.             include_once \dirname(__DIR__4).'/app/Plugin/FwEasyHoliday42/Event.php';
  368.             include_once \dirname(__DIR__4).'/app/Plugin/FwEasyHoliday42/Repository/HolidayRepository.php';
  369.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Repository/ConfigRepository.php';
  370.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Repository/MaterialColorRepository.php';
  371.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Repository/MaterialRepository.php';
  372.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Repository/OptionCategoryRepository.php';
  373.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Repository/OptionRepository.php';
  374.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/ItemPreprocessor.php';
  375.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/PurchaseFlow/Processor/OptionPreprocessor.php';
  376.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/PurchaseFlow/Processor/SaleLimitValidator.php';
  377.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/PurchaseFlow/Processor/StockValidator.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  379.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/EventListener/DynamicRoutingListener.php';
  380.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/Repository/CategoryRepository.php';
  381.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/Repository/PostRepository.php';
  382.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/Repository/TagRepository.php';
  383.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/Repository/TypeRepository.php';
  384.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/TabaCMSEvent.php';
  385.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Repository/ConfigRepository.php';
  386.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Service/ZeusPaymentService.php';
  387.             include_once \dirname(__DIR__4).'/app/Plugin/ZeusPayment42/ZeusPaymentEvent.php';
  388.             include_once \dirname(__DIR__4).'/app/Customize/Event/EstimateOrOrderTypeEvent.php';
  389.             include_once \dirname(__DIR__4).'/app/Customize/Event/ReceptionStopEvent.php';
  390.             include_once \dirname(__DIR__4).'/app/Customize/Repository/EstimateCartRepository.php';
  391.             include_once \dirname(__DIR__4).'/app/Customize/Repository/EstimateRepository.php';
  392.             include_once \dirname(__DIR__4).'/app/Customize/Repository/Master/EstimateItemTypeRepository.php';
  393.             include_once \dirname(__DIR__4).'/app/Customize/Repository/Master/OrderItemTypeRepository.php';
  394.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  395.             include_once \dirname(__DIR__4).'/app/Customize/Repository/OrderRepository.php';
  396.             include_once \dirname(__DIR__4).'/app/Customize/Service/EstimateCartService.php';
  397.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  398.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/Cart/ProductClassAndOptionComparator.php';
  399.             include_once \dirname(__DIR__4).'/app/Customize/Service/ReceptionStopService.php';
  400.             include_once \dirname(__DIR__4).'/app/Customize/Service/StickerHelper.php';
  401.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  402.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  410.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  411.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/CustomPurchaseFlow.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php';
  415.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/StockMultipleValidator.php';
  416.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/TaxProcessor.php';
  417.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeePreprocessor.php';
  418.             include_once \dirname(__DIR__4).'/app/Customize/Service/PurchaseFlow/Processor/DeliveryFeeFreeByShippingPreprocessor.php';
  419.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargePreprocessor.php';
  420.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PointRateProcessor.php';
  421.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PaymentChargeChangeValidator.php';
  422.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeChangeValidator.php';
  423.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/TaxRateChangeValidator.php';
  424.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/PreOrderIdValidator.php';
  425.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/CustomerPurchaseInfoProcessor.php';
  426.             include_once \dirname(__DIR__4).'/src/Eccube/Service/PurchaseFlow/Processor/OrderUpdateProcessor.php';
  427.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/PurchaseFlow/Processor/DeliveryFeeFreeForProductOptionByShippingPreprocessor.php';
  428.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/EventListener/InitializeListener.php';
  429.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/EventListener/CacheListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  616.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  617.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  618.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  621.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  625.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  626.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  629.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  630.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  631.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  633.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  634.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  637.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  638.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  639.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  640.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  641.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  675.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  711.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  718.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  719.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  720.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  721.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  729.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  748.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  749.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  750.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  751.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  752.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  753.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  754.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  755.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  756.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Service/Twig/ContactFunction.php';
  757.             include_once \dirname(__DIR__4).'/app/Plugin/FwEasyHoliday42/Twig/Extension/HolidayExtension.php';
  758.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Twig/Extension/PriceIncTaxExtension.php';
  759.             include_once \dirname(__DIR__4).'/app/Plugin/TabaCMS2/Twig/Extension/TwigExtension.php';
  760.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/BasenameExtension.php';
  761.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/EstimateCartServiceExtension.php';
  762.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/FavoriteItemMaterialValueExtension.php';
  763.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/FavoriteItemMaterialsArrayExtension.php';
  764.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/FavoriteItemOptionValueExtension.php';
  765.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/FavoriteItemOptionsArrayExtension.php';
  766.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/IconSrcArrayExtension.php';
  767.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/ItemMaterialValueExtension.php';
  768.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/ItemMaterialsArrayExtension.php';
  769.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/ItemOptionValueExtension.php';
  770.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/ItemOptionsArrayExtension.php';
  771.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/ReceptionStopExtension.php';
  772.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/StrimwidthExtension.php';
  773.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/TaxExtension.php';
  774.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/substrExtension.php';
  775.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  776.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  778.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  779.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  782.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  783.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  784.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  787.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  789.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  796.         };
  797.     }
  798.     public function compile(): void
  799.     {
  800.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  801.     }
  802.     public function isCompiled(): bool
  803.     {
  804.         return true;
  805.     }
  806.     public function getRemovedIds(): array
  807.     {
  808.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  809.     }
  810.     protected function load($file$lazyLoad true)
  811.     {
  812.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  813.             return $class::do($this$lazyLoad);
  814.         }
  815.         if ('.' === $file[-4]) {
  816.             $class substr($class0, -4);
  817.         } else {
  818.             $file .= '.php';
  819.         }
  820.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  821.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  822.     }
  823.     protected function createProxy($class\Closure $factory)
  824.     {
  825.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  826.         return $factory();
  827.     }
  828.     /**
  829.      * Gets the public '.container.private.form.factory' shared service.
  830.      *
  831.      * @return \Symfony\Component\Form\FormFactory
  832.      */
  833.     protected function get_Container_Private_Form_FactoryService()
  834.     {
  835.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  836.         if (isset($this->services['.container.private.form.factory'])) {
  837.             return $this->services['.container.private.form.factory'];
  838.         }
  839.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  840.     }
  841.     /**
  842.      * Gets the public '.container.private.profiler' shared service.
  843.      *
  844.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  845.      */
  846.     protected function get_Container_Private_ProfilerService()
  847.     {
  848.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  849.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  850.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  851.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  852.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  853.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  854.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  855.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  856.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  857.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  858.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  859.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  860.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  861.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  862.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  863.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  864.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  865.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  866.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  867.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  868.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  869.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  870.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  871.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  872.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  873.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  874.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  875.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  876.         if ($this->has('kernel')) {
  877.             $e->setKernel($b);
  878.         }
  879.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  880.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  881.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  882.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  883.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  884.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  885.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  886.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  887.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  888.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  889.         $instance->add($d);
  890.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  891.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  892.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  893.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  894.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  895.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  896.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  897.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  898.         $instance->add($e);
  899.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  900.         return $instance;
  901.     }
  902.     /**
  903.      * Gets the public '.container.private.security.authorization_checker' shared service.
  904.      *
  905.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  906.      */
  907.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  908.     {
  909.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  910.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  911.             return $this->services['.container.private.security.authorization_checker'];
  912.         }
  913.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  914.     }
  915.     /**
  916.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  917.      *
  918.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  919.      */
  920.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  921.     {
  922.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  923.     }
  924.     /**
  925.      * Gets the public '.container.private.security.token_storage' shared service.
  926.      *
  927.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  928.      */
  929.     protected function get_Container_Private_Security_TokenStorageService()
  930.     {
  931.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  932.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  933.         ], [
  934.             'request_stack' => '?',
  935.         ]));
  936.     }
  937.     /**
  938.      * Gets the public '.container.private.session' shared service.
  939.      *
  940.      * @return \Symfony\Component\HttpFoundation\Session\Session
  941.      */
  942.     protected function get_Container_Private_SessionService()
  943.     {
  944.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  945.         if (isset($this->services['.container.private.session'])) {
  946.             return $this->services['.container.private.session'];
  947.         }
  948.         return $this->services['.container.private.session'] = $a->createSession();
  949.     }
  950.     /**
  951.      * Gets the public '.container.private.state_machine.estimate' shared service.
  952.      *
  953.      * @return \Symfony\Component\Workflow\StateMachine
  954.      */
  955.     protected function get_Container_Private_StateMachine_EstimateService()
  956.     {
  957.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  958.         if (isset($this->services['.container.private.state_machine.estimate'])) {
  959.             return $this->services['.container.private.state_machine.estimate'];
  960.         }
  961.         return $this->services['.container.private.state_machine.estimate'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '2'=> '3'=> '4'=> '5'=> '6'=> '7'], [=> ($this->privates['.state_machine.estimate.transition.0'] ?? ($this->privates['.state_machine.estimate.transition.0'] = new \Symfony\Component\Workflow\Transition('in_progress''1''2'))), => ($this->privates['.state_machine.estimate.transition.1'] ?? ($this->privates['.state_machine.estimate.transition.1'] = new \Symfony\Component\Workflow\Transition('return_new''3''1'))), => ($this->privates['.state_machine.estimate.transition.2'] ?? ($this->privates['.state_machine.estimate.transition.2'] = new \Symfony\Component\Workflow\Transition('return_new''4''1'))), => ($this->privates['.state_machine.estimate.transition.3'] ?? ($this->privates['.state_machine.estimate.transition.3'] = new \Symfony\Component\Workflow\Transition('return_new''6''1'))), => ($this->privates['.state_machine.estimate.transition.4'] ?? ($this->privates['.state_machine.estimate.transition.4'] = new \Symfony\Component\Workflow\Transition('return_in_progress''3''2'))), => ($this->privates['.state_machine.estimate.transition.5'] ?? ($this->privates['.state_machine.estimate.transition.5'] = new \Symfony\Component\Workflow\Transition('return_in_progress''6''2'))), => ($this->privates['.state_machine.estimate.transition.6'] ?? ($this->privates['.state_machine.estimate.transition.6'] = new \Symfony\Component\Workflow\Transition('approval_pending''2''3'))), => ($this->privates['.state_machine.estimate.transition.7'] ?? ($this->privates['.state_machine.estimate.transition.7'] = new \Symfony\Component\Workflow\Transition('fixed''2''4'))), => ($this->privates['.state_machine.estimate.transition.8'] ?? ($this->privates['.state_machine.estimate.transition.8'] = new \Symfony\Component\Workflow\Transition('fixed''3''4'))), => ($this->privates['.state_machine.estimate.transition.9'] ?? ($this->privates['.state_machine.estimate.transition.9'] = new \Symfony\Component\Workflow\Transition('return_fixed''4''2'))), 10 => ($this->privates['.state_machine.estimate.transition.10'] ?? ($this->privates['.state_machine.estimate.transition.10'] = new \Symfony\Component\Workflow\Transition('ordered''4''7'))), 11 => ($this->privates['.state_machine.estimate.transition.11'] ?? ($this->privates['.state_machine.estimate.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel''1''6'))), 12 => ($this->privates['.state_machine.estimate.transition.12'] ?? ($this->privates['.state_machine.estimate.transition.12'] = new \Symfony\Component\Workflow\Transition('cancel''2''6'))), 13 => ($this->privates['.state_machine.estimate.transition.13'] ?? ($this->privates['.state_machine.estimate.transition.13'] = new \Symfony\Component\Workflow\Transition('cancel''3''6'))), 14 => ($this->privates['.state_machine.estimate.transition.14'] ?? ($this->privates['.state_machine.estimate.transition.14'] = new \Symfony\Component\Workflow\Transition('cancel''4''6'))), 15 => ($this->privates['.state_machine.estimate.transition.15'] ?? ($this->privates['.state_machine.estimate.transition.15'] = new \Symfony\Component\Workflow\Transition('cancel''5''6'))), 16 => ($this->privates['.state_machine.estimate.transition.16'] ?? ($this->privates['.state_machine.estimate.transition.16'] = new \Symfony\Component\Workflow\Transition('return_cancel''6''1')))], [=> '1'], ($this->privates['state_machine.estimate.metadata_store'] ?? $this->getStateMachine_Estimate_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'estimate'NULL);
  962.     }
  963.     /**
  964.      * Gets the public '.container.private.state_machine.order' shared service.
  965.      *
  966.      * @return \Symfony\Component\Workflow\StateMachine
  967.      */
  968.     protected function get_Container_Private_StateMachine_OrderService()
  969.     {
  970.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  971.         if (isset($this->services['.container.private.state_machine.order'])) {
  972.             return $this->services['.container.private.state_machine.order'];
  973.         }
  974.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '2'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'=> '10'10 => '11'11 => '12'12 => '13'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('paying''1''3'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('pay''1''5'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('pay''3''5'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('data_create''1''6'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('data_create''5''6'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('data_send''6''7'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('approve''7''8'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('sticker_create''1''9'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('sticker_create''5''9'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('sticker_create''8''9'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('sticker_create''3''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('sticker_create''10''9'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('under_inspection''9''10'))), 13 => ($this->privates['.state_machine.order.transition.13'] ?? ($this->privates['.state_machine.order.transition.13'] = new \Symfony\Component\Workflow\Transition('ship''10''11'))), 14 => ($this->privates['.state_machine.order.transition.14'] ?? ($this->privates['.state_machine.order.transition.14'] = new \Symfony\Component\Workflow\Transition('cancel''1''13'))), 15 => ($this->privates['.state_machine.order.transition.15'] ?? ($this->privates['.state_machine.order.transition.15'] = new \Symfony\Component\Workflow\Transition('cancel''3''13'))), 16 => ($this->privates['.state_machine.order.transition.16'] ?? ($this->privates['.state_machine.order.transition.16'] = new \Symfony\Component\Workflow\Transition('cancel''5''13'))), 17 => ($this->privates['.state_machine.order.transition.17'] ?? ($this->privates['.state_machine.order.transition.17'] = new \Symfony\Component\Workflow\Transition('cancel''6''13'))), 18 => ($this->privates['.state_machine.order.transition.18'] ?? ($this->privates['.state_machine.order.transition.18'] = new \Symfony\Component\Workflow\Transition('cancel''7''13'))), 19 => ($this->privates['.state_machine.order.transition.19'] ?? ($this->privates['.state_machine.order.transition.19'] = new \Symfony\Component\Workflow\Transition('cancel''8''13'))), 20 => ($this->privates['.state_machine.order.transition.20'] ?? ($this->privates['.state_machine.order.transition.20'] = new \Symfony\Component\Workflow\Transition('cancel''9''13'))), 21 => ($this->privates['.state_machine.order.transition.21'] ?? ($this->privates['.state_machine.order.transition.21'] = new \Symfony\Component\Workflow\Transition('cancel''10''13'))), 22 => ($this->privates['.state_machine.order.transition.22'] ?? ($this->privates['.state_machine.order.transition.22'] = new \Symfony\Component\Workflow\Transition('return_cancel''13''1'))), 23 => ($this->privates['.state_machine.order.transition.23'] ?? ($this->privates['.state_machine.order.transition.23'] = new \Symfony\Component\Workflow\Transition('return''11''12'))), 24 => ($this->privates['.state_machine.order.transition.24'] ?? ($this->privates['.state_machine.order.transition.24'] = new \Symfony\Component\Workflow\Transition('cancel_return''12''11')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  975.     }
  976.     /**
  977.      * Gets the public '.container.private.twig' shared service.
  978.      *
  979.      * @return \Twig\Environment
  980.      */
  981.     protected function get_Container_Private_TwigService()
  982.     {
  983.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  984.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  985.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Resource/template'), 'CustomerSupportPro42');
  986.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/FwEasyHoliday42/Resource/template'), 'FwEasyHoliday42');
  987.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/TabaCMS2/Resource/template'), 'TabaCMS2');
  988.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/template'), 'ProductOption42');
  989.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Resource/template'), 'ZeusPayment42');
  990.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/JsysAsi42/Resource/template'), 'JsysAsi42');
  991.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  992.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  993.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  994.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  995.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  996.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  997.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  998.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  999.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  1000.         $a->addPath((\dirname(__DIR__4).'/app/PluginData'), 'PluginData');
  1001.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1002.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1003.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1004.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1005.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1006.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1007.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1008.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1009.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1010.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1011.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1012.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1013.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1014.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1015.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1016.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'base_template_class' => 'Eccube\\Twig\\Template''autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1017.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1018.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1019.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1020.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1021.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1022.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1023.         $h = ($this->services['router'] ?? $this->getRouterService());
  1024.         $i = new \Symfony\Component\Workflow\Registry();
  1025.         $i->addWorkflow(($this->services['.container.private.state_machine.estimate'] ?? $this->get_Container_Private_StateMachine_EstimateService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Customize\\Service\\EstimateStateMachineContext'));
  1026.         $i->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  1027.         $j = ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService());
  1028.         $k = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  1029.         $l = ($this->privates['Customize\\Service\\StickerHelper'] ?? $this->getStickerHelperService());
  1030.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1031.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1032.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1033.         $n->setEnvironment('dev');
  1034.         $n->setDebug(true);
  1035.         if ($this->has('.container.private.security.token_storage')) {
  1036.             $n->setTokenStorage($c);
  1037.         }
  1038.         if ($this->has('request_stack')) {
  1039.             $n->setRequestStack($b);
  1040.         }
  1041.         $o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1042.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1043.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1044.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1045.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1046.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1047.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1048.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1049.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1050.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1051.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  1056.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1058.         $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())));
  1059.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  1060.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension($j));
  1061.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  1062.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  1063.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  1064.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  1065.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1066.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  1067.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  1068.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  1069.         $instance->addExtension(new \Plugin\CustomerSupportPro42\Service\Twig\ContactFunction());
  1070.         $instance->addExtension(new \Plugin\FwEasyHoliday42\Twig\Extension\HolidayExtension(($this->privates['Plugin\\FwEasyHoliday42\\Repository\\HolidayRepository'] ?? $this->getHolidayRepositoryService())));
  1071.         $instance->addExtension(new \Plugin\ProductOption42\Twig\Extension\PriceIncTaxExtension(($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  1072.         $instance->addExtension(new \Plugin\TabaCMS2\Twig\Extension\TwigExtension($this$instance$b, ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\TabaCMS2\\Repository\\TypeRepository'] ?? $this->getTypeRepositoryService()), ($this->privates['Plugin\\TabaCMS2\\Repository\\PostRepository'] ?? $this->getPostRepositoryService()), ($this->privates['Plugin\\TabaCMS2\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['Plugin\\TabaCMS2\\Repository\\TagRepository'] ?? $this->getTagRepositoryService()), $f$j$k$h, ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService())));
  1073.         $instance->addExtension(new \Customize\Twig\Extension\BasenameExtension());
  1074.         $instance->addExtension(new \Customize\Twig\Extension\EstimateCartServiceExtension(($this->privates['Customize\\Service\\EstimateCartService'] ?? $this->getEstimateCartServiceService())));
  1075.         $instance->addExtension(new \Customize\Twig\Extension\FavoriteItemMaterialValueExtension($l));
  1076.         $instance->addExtension(new \Customize\Twig\Extension\FavoriteItemMaterialsArrayExtension($l));
  1077.         $instance->addExtension(new \Customize\Twig\Extension\FavoriteItemOptionValueExtension($l));
  1078.         $instance->addExtension(new \Customize\Twig\Extension\FavoriteItemOptionsArrayExtension($l));
  1079.         $instance->addExtension(new \Customize\Twig\Extension\IconSrcArrayExtension($l));
  1080.         $instance->addExtension(new \Customize\Twig\Extension\ItemMaterialValueExtension($l));
  1081.         $instance->addExtension(new \Customize\Twig\Extension\ItemMaterialsArrayExtension($l));
  1082.         $instance->addExtension(new \Customize\Twig\Extension\ItemOptionValueExtension($l));
  1083.         $instance->addExtension(new \Customize\Twig\Extension\ItemOptionsArrayExtension($l));
  1084.         $instance->addExtension(new \Customize\Twig\Extension\ReceptionStopExtension(($this->privates['Customize\\Service\\ReceptionStopService'] ?? $this->getReceptionStopServiceService())));
  1085.         $instance->addExtension(new \Customize\Twig\Extension\StrimwidthExtension());
  1086.         $instance->addExtension(new \Customize\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService())));
  1087.         $instance->addExtension(new \Customize\Twig\Extension\substrExtension($l));
  1088.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  1089.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  1090.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1091.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  1092.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1093.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1094.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1095.         $instance->addGlobal('app'$n);
  1096.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1097.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1098.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1099.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1100.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1101.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1102.         ], [
  1103.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1104.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1105.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1106.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1107.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1108.         ])));
  1109.         $instance->addGlobal('BaseInfo'NULL);
  1110.         $instance->addGlobal('eccube_config'$k);
  1111.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1112.         $instance->registerUndefinedFilterCallback([=> $o=> 'suggestFilter']);
  1113.         $instance->registerUndefinedFunctionCallback([=> $o=> 'suggestFunction']);
  1114.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1115.         return $instance;
  1116.     }
  1117.     /**
  1118.      * Gets the public '.container.private.validator' shared service.
  1119.      *
  1120.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1121.      */
  1122.     protected function get_Container_Private_ValidatorService()
  1123.     {
  1124.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1125.         if (isset($this->services['.container.private.validator'])) {
  1126.             return $this->services['.container.private.validator'];
  1127.         }
  1128.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1129.     }
  1130.     /**
  1131.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1132.      *
  1133.      * @return \Detection\MobileDetect
  1134.      */
  1135.     protected function getMobileDetectService()
  1136.     {
  1137.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1138.     }
  1139.     /**
  1140.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1141.      *
  1142.      * @return \Eccube\Common\EccubeConfig
  1143.      */
  1144.     protected function getEccubeConfigService()
  1145.     {
  1146.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1147.     }
  1148.     /**
  1149.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1150.      *
  1151.      * @return \Eccube\Repository\PluginRepository
  1152.      */
  1153.     protected function getPluginRepositoryService($lazyLoad true)
  1154.     {
  1155.         if ($lazyLoad) {
  1156.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1157.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1158.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1159.                     $proxy->setProxyInitializer(null);
  1160.                     return true;
  1161.                 });
  1162.             });
  1163.         }
  1164.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1165.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1166.     }
  1167.     /**
  1168.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1169.      *
  1170.      * @return \Eccube\Service\SystemService
  1171.      */
  1172.     protected function getSystemServiceService($lazyLoad true)
  1173.     {
  1174.         if ($lazyLoad) {
  1175.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1176.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1177.                     $wrappedInstance $this->getSystemServiceService(false);
  1178.                     $proxy->setProxyInitializer(null);
  1179.                     return true;
  1180.                 });
  1181.             });
  1182.         }
  1183.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1184.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1185.     }
  1186.     /**
  1187.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1188.      *
  1189.      * @return \Eccube\Service\TaxRuleService
  1190.      */
  1191.     protected function getTaxRuleServiceService($lazyLoad true)
  1192.     {
  1193.         if ($lazyLoad) {
  1194.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1195.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1196.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1197.                     $proxy->setProxyInitializer(null);
  1198.                     return true;
  1199.                 });
  1200.             });
  1201.         }
  1202.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1203.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1204.     }
  1205.     /**
  1206.      * Gets the public 'cache.app' shared service.
  1207.      *
  1208.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1209.      */
  1210.     protected function getCache_AppService()
  1211.     {
  1212.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('w6Y8yoJ2da'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1213.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1214.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1215.     }
  1216.     /**
  1217.      * Gets the public 'cache.rate_limiter' shared service.
  1218.      *
  1219.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1220.      */
  1221.     protected function getCache_RateLimiterService()
  1222.     {
  1223.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m6YYNILR7W'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1224.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1225.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1226.     }
  1227.     /**
  1228.      * Gets the public 'cache.system' shared service.
  1229.      *
  1230.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1231.      */
  1232.     protected function getCache_SystemService()
  1233.     {
  1234.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q43yY4STqw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1235.     }
  1236.     /**
  1237.      * Gets the public 'cache.validator_expression_language' shared service.
  1238.      *
  1239.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1240.      */
  1241.     protected function getCache_ValidatorExpressionLanguageService()
  1242.     {
  1243.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UZstk2VeN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1244.     }
  1245.     /**
  1246.      * Gets the public 'data_collector.dump' shared service.
  1247.      *
  1248.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1249.      */
  1250.     protected function getDataCollector_DumpService()
  1251.     {
  1252.         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);
  1253.     }
  1254.     /**
  1255.      * Gets the public 'doctrine' shared service.
  1256.      *
  1257.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1258.      */
  1259.     protected function getDoctrineService()
  1260.     {
  1261.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1262.     }
  1263.     /**
  1264.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1265.      *
  1266.      * @return \Doctrine\DBAL\Connection
  1267.      */
  1268.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1269.     {
  1270.         $a = new \Doctrine\DBAL\Configuration();
  1271.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1272.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1273.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1274.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1275.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1276.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1277.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1278.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1279.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1280.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1281.         $c->setConnectionName('default');
  1282.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1283.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1284.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1285.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1286.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1287.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => ['privates''Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber''getCartItemEventSubscriberService'true],
  1288.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1289.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1290.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1291.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1292.         ], [
  1293.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1294.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1295.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1296.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => '?',
  1297.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1298.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1299.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1300.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1301.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1302.     }
  1303.     /**
  1304.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1305.      *
  1306.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1307.      */
  1308.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1309.     {
  1310.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1311.             'taba.tabacms2.entity_listener.post' => ['privates''taba.tabacms2.entity_listener.post''getTaba_Tabacms2_EntityListener_PostService'true],
  1312.             'taba.tabacms2.entity_listener.type' => ['privates''taba.tabacms2.entity_listener.type''getTaba_Tabacms2_EntityListener_TypeService'true],
  1313.         ], [
  1314.             'taba.tabacms2.entity_listener.post' => '?',
  1315.             'taba.tabacms2.entity_listener.type' => '?',
  1316.         ]));
  1317.         $instance->registerService('Plugin\\TabaCMS2\\EventListener\\EntityInitListener''taba.tabacms2.entity_listener.post');
  1318.         $instance->registerService('Plugin\\TabaCMS2\\EventListener\\EntityInitListener''taba.tabacms2.entity_listener.type');
  1319.         return $instance;
  1320.     }
  1321.     /**
  1322.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1323.      *
  1324.      * @return \Doctrine\ORM\EntityManager
  1325.      */
  1326.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1327.     {
  1328.         if ($lazyLoad) {
  1329.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1330.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1331.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1332.                     $proxy->setProxyInitializer(null);
  1333.                     return true;
  1334.                 });
  1335.             });
  1336.         }
  1337.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1342.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1346.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1353.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1355.         $a = new \Doctrine\ORM\Configuration();
  1356.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1357.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1358.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1359.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1360.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1361.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1362.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Entity')]);
  1363.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1364.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1365.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1366.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/FNJ_GoogleReCaptcha/Entity')]);
  1367.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1368.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/FwEasyHoliday42/Entity')]);
  1369.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1370.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/JsysAsi42/Entity')]);
  1371.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1372.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1373.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1374.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Entity')]);
  1375.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1376.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1377.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1378.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1379.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1380.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1381.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1382.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1383.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1384.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1385.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1386.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/TabaCMS2/Entity')]);
  1387.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1388.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ZeusPayment42/Entity')]);
  1389.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1390.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Eccube/Entity')]))), 'Eccube\\Entity');
  1391.         $b->addDriver($d'Eccube\\Entity');
  1392.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1393.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1394.         $b->addDriver($f'Plugin\\CustomerSupportPro42\\Entity');
  1395.         $b->addDriver($g'Plugin\\ExpressLink42\\Entity');
  1396.         $b->addDriver($h'Plugin\\FNJ_GoogleReCaptcha\\Entity');
  1397.         $b->addDriver($i'Plugin\\FwEasyHoliday42\\Entity');
  1398.         $b->addDriver($j'Plugin\\JsysAsi42\\Entity');
  1399.         $b->addDriver($k'Plugin\\MailMagazine42\\Entity');
  1400.         $b->addDriver($l'Plugin\\ProductOption42\\Entity');
  1401.         $b->addDriver($m'Plugin\\ProductReview42\\Entity');
  1402.         $b->addDriver($n'Plugin\\Recommend42\\Entity');
  1403.         $b->addDriver($o'Plugin\\RelatedProduct42\\Entity');
  1404.         $b->addDriver($p'Plugin\\Securitychecker42\\Entity');
  1405.         $b->addDriver($q'Plugin\\SiteKit42\\Entity');
  1406.         $b->addDriver($r'Plugin\\TabaCMS2\\Entity');
  1407.         $b->addDriver($s'Plugin\\ZeusPayment42\\Entity');
  1408.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1409.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1410.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1411.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1412.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1413.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1414.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1415.         ], [
  1416.             'doctrine.ulid_generator' => '?',
  1417.             'doctrine.uuid_generator' => '?',
  1418.         ])));
  1419.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1420.         $a->setProxyNamespace('Proxies');
  1421.         $a->setAutoGenerateProxyClasses(true);
  1422.         $a->setSchemaIgnoreClasses([]);
  1423.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1424.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1425.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1426.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1427.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1428.         $a->setLazyGhostObjectEnabled(false);
  1429.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1430.             'Customize\\Repository\\EstimateCartItemRepository' => ['privates''Customize\\Repository\\EstimateCartItemRepository''getEstimateCartItemRepositoryService'true],
  1431.             'Customize\\Repository\\EstimateCartRepository' => ['privates''Customize\\Repository\\EstimateCartRepository''getEstimateCartRepositoryService'false],
  1432.             'Customize\\Repository\\EstimateItemRepository' => ['privates''Customize\\Repository\\EstimateItemRepository''getEstimateItemRepositoryService'true],
  1433.             'Customize\\Repository\\EstimateMailHistoryRepository' => ['privates''Customize\\Repository\\EstimateMailHistoryRepository''getEstimateMailHistoryRepositoryService'true],
  1434.             'Customize\\Repository\\EstimateOrderRelationshipRepository' => ['privates''Customize\\Repository\\EstimateOrderRelationshipRepository''getEstimateOrderRelationshipRepositoryService'true],
  1435.             'Customize\\Repository\\EstimateRepository' => ['privates''Customize\\Repository\\EstimateRepository''getEstimateRepositoryService'false],
  1436.             'Customize\\Repository\\EstimateShippingRepository' => ['privates''Customize\\Repository\\EstimateShippingRepository''getEstimateShippingRepositoryService'true],
  1437.             'Customize\\Repository\\Master\\CustomerEstimateStatusRepository' => ['privates''Customize\\Repository\\Master\\CustomerEstimateStatusRepository''getCustomerEstimateStatusRepositoryService'true],
  1438.             'Customize\\Repository\\Master\\CuttingStickerCuttingAmountCostRepository' => ['privates''Customize\\Repository\\Master\\CuttingStickerCuttingAmountCostRepository''getCuttingStickerCuttingAmountCostRepositoryService'true],
  1439.             'Customize\\Repository\\Master\\CuttingStickerCuttingNumCostRepository' => ['privates''Customize\\Repository\\Master\\CuttingStickerCuttingNumCostRepository''getCuttingStickerCuttingNumCostRepositoryService'true],
  1440.             'Customize\\Repository\\Master\\CuttingStickerQuantityDiscountRepository' => ['privates''Customize\\Repository\\Master\\CuttingStickerQuantityDiscountRepository''getCuttingStickerQuantityDiscountRepositoryService'true],
  1441.             'Customize\\Repository\\Master\\EstimateItemOptionTypeRepository' => ['privates''Customize\\Repository\\Master\\EstimateItemOptionTypeRepository''getEstimateItemOptionTypeRepositoryService'true],
  1442.             'Customize\\Repository\\Master\\EstimateItemTypeRepository' => ['privates''Customize\\Repository\\Master\\EstimateItemTypeRepository''getEstimateItemTypeRepositoryService'false],
  1443.             'Customize\\Repository\\Master\\EstimateStatusColorRepository' => ['privates''Customize\\Repository\\Master\\EstimateStatusColorRepository''getEstimateStatusColorRepositoryService'true],
  1444.             'Customize\\Repository\\Master\\EstimateStatusRepository' => ['privates''Customize\\Repository\\Master\\EstimateStatusRepository''getEstimateStatusRepositoryService'true],
  1445.             'Customize\\Repository\\Master\\OrderItemOptionTypeRepository' => ['privates''Customize\\Repository\\Master\\OrderItemOptionTypeRepository''getOrderItemOptionTypeRepositoryService'true],
  1446.             'Customize\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Customize\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepository2Service'false],
  1447.             'Customize\\Repository\\Master\\PrintStickerCuttingAmountCostRepository' => ['privates''Customize\\Repository\\Master\\PrintStickerCuttingAmountCostRepository''getPrintStickerCuttingAmountCostRepositoryService'true],
  1448.             'Customize\\Repository\\Master\\PrintStickerCuttingNumCostRepository' => ['privates''Customize\\Repository\\Master\\PrintStickerCuttingNumCostRepository''getPrintStickerCuttingNumCostRepositoryService'true],
  1449.             'Customize\\Repository\\Master\\PrintStickerUpperLimitRepository' => ['privates''Customize\\Repository\\Master\\PrintStickerUpperLimitRepository''getPrintStickerUpperLimitRepositoryService'true],
  1450.             'Customize\\Repository\\MaterialImageRepository' => ['privates''Customize\\Repository\\MaterialImageRepository''getMaterialImageRepositoryService'true],
  1451.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1452.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1453.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1454.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1455.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1456.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1457.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1458.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepository2Service'true],
  1459.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1460.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1461.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1462.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1463.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Customize\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1464.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1465.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1466.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'false],
  1467.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'false],
  1468.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1469.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1470.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1471.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'false],
  1472.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'false],
  1473.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1474.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1475.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1476.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1477.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1478.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1479.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1480.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1481.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'false],
  1482.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1483.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'false],
  1484.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1485.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'false],
  1486.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1487.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1488.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1489.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1490.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1491.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1492.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'false],
  1493.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'false],
  1494.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1495.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1496.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1497.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'false],
  1498.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1499.             'Eccube\\Repository\\OrderRepository' => ['privates''Customize\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1500.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1501.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1502.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1503.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  1504.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1505.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1506.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1507.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1508.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1509.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'false],
  1510.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1511.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1512.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepository2Service'true],
  1513.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1514.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1515.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1516.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1517.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1518.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1519.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentImageRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactCommentImageRepository''getContactCommentImageRepositoryService'true],
  1520.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactCommentRepository''getContactCommentRepositoryService'true],
  1521.             'Plugin\\CustomerSupportPro42\\Repository\\ContactRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1522.             'Plugin\\CustomerSupportPro42\\Repository\\ContactTemplateRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactTemplateRepository''getContactTemplateRepositoryService'true],
  1523.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactPurposeRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactPurposeRepository''getContactPurposeRepositoryService'true],
  1524.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusColorRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusColorRepository''getContactStatusColorRepositoryService'true],
  1525.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1526.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactTemplateCategoryRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactTemplateCategoryRepository''getContactTemplateCategoryRepositoryService'true],
  1527.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1528.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1529.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1530.             'Plugin\\FNJ_GoogleReCaptcha\\Repository\\GoogleReCaptchaConfigRepository' => ['privates''Plugin\\FNJ_GoogleReCaptcha\\Repository\\GoogleReCaptchaConfigRepository''getGoogleReCaptchaConfigRepositoryService'true],
  1531.             'Plugin\\FwEasyHoliday42\\Repository\\HolidayRepository' => ['privates''Plugin\\FwEasyHoliday42\\Repository\\HolidayRepository''getHolidayRepositoryService'false],
  1532.             'Plugin\\JsysAsi42\\Repository\\ConfigRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1533.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLockedIpAddressRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\JsysAsiLockedIpAddressRepository''getJsysAsiLockedIpAddressRepositoryService'true],
  1534.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryLockStatusRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryLockStatusRepository''getJsysAsiLoginHistoryLockStatusRepositoryService'true],
  1535.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryRepository''getJsysAsiLoginHistoryRepositoryService'true],
  1536.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryStatusRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryStatusRepository''getJsysAsiLoginHistoryStatusRepositoryService'true],
  1537.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryTfaStatusRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryTfaStatusRepository''getJsysAsiLoginHistoryTfaStatusRepositoryService'true],
  1538.             'Plugin\\JsysAsi42\\Repository\\JsysAsiTfaOtpHistoryRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\JsysAsiTfaOtpHistoryRepository''getJsysAsiTfaOtpHistoryRepositoryService'true],
  1539.             'Plugin\\JsysAsi42\\Repository\\JsysAsiTfaUserRepository' => ['privates''Plugin\\JsysAsi42\\Repository\\JsysAsiTfaUserRepository''getJsysAsiTfaUserRepositoryService'true],
  1540.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1541.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1542.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository''getCartItemOptionCategoryRepositoryService'true],
  1543.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionRepository''getCartItemOptionRepositoryService'true],
  1544.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ConfigRepository''getConfigRepository3Service'false],
  1545.             'Plugin\\ProductOption42\\Repository\\EstimateItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\EstimateItemOptionCategoryRepository''getEstimateItemOptionCategoryRepositoryService'true],
  1546.             'Plugin\\ProductOption42\\Repository\\EstimateItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\EstimateItemOptionRepository''getEstimateItemOptionRepositoryService'true],
  1547.             'Plugin\\ProductOption42\\Repository\\MaterialColorRepository' => ['privates''Plugin\\ProductOption42\\Repository\\MaterialColorRepository''getMaterialColorRepositoryService'false],
  1548.             'Plugin\\ProductOption42\\Repository\\MaterialPriceRepository' => ['privates''Plugin\\ProductOption42\\Repository\\MaterialPriceRepository''getMaterialPriceRepositoryService'true],
  1549.             'Plugin\\ProductOption42\\Repository\\MaterialRepository' => ['privates''Plugin\\ProductOption42\\Repository\\MaterialRepository''getMaterialRepositoryService'false],
  1550.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionCategoryRepository''getOptionCategoryRepositoryService'false],
  1551.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionImageRepository''getOptionImageRepositoryService'true],
  1552.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionRepository''getOptionRepositoryService'false],
  1553.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository''getOrderItemOptionCategoryRepositoryService'true],
  1554.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository''getOrderItemOptionRepositoryService'true],
  1555.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ProductOptionRepository''getProductOptionRepositoryService'true],
  1556.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1557.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1558.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1559.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1560.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1561.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1562.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1563.             'Plugin\\TabaCMS2\\Repository\\CategoryRepository' => ['privates''Plugin\\TabaCMS2\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1564.             'Plugin\\TabaCMS2\\Repository\\PostRepository' => ['privates''Plugin\\TabaCMS2\\Repository\\PostRepository''getPostRepositoryService'false],
  1565.             'Plugin\\TabaCMS2\\Repository\\PostTagRepository' => ['privates''Plugin\\TabaCMS2\\Repository\\PostTagRepository''getPostTagRepositoryService'true],
  1566.             'Plugin\\TabaCMS2\\Repository\\TagRepository' => ['privates''Plugin\\TabaCMS2\\Repository\\TagRepository''getTagRepositoryService'false],
  1567.             'Plugin\\TabaCMS2\\Repository\\TypeRepository' => ['privates''Plugin\\TabaCMS2\\Repository\\TypeRepository''getTypeRepositoryService'false],
  1568.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\ZeusPayment42\\Repository\\ConfigRepository''getConfigRepository5Service'false],
  1569.         ], [
  1570.             'Customize\\Repository\\EstimateCartItemRepository' => '?',
  1571.             'Customize\\Repository\\EstimateCartRepository' => '?',
  1572.             'Customize\\Repository\\EstimateItemRepository' => '?',
  1573.             'Customize\\Repository\\EstimateMailHistoryRepository' => '?',
  1574.             'Customize\\Repository\\EstimateOrderRelationshipRepository' => '?',
  1575.             'Customize\\Repository\\EstimateRepository' => '?',
  1576.             'Customize\\Repository\\EstimateShippingRepository' => '?',
  1577.             'Customize\\Repository\\Master\\CustomerEstimateStatusRepository' => '?',
  1578.             'Customize\\Repository\\Master\\CuttingStickerCuttingAmountCostRepository' => '?',
  1579.             'Customize\\Repository\\Master\\CuttingStickerCuttingNumCostRepository' => '?',
  1580.             'Customize\\Repository\\Master\\CuttingStickerQuantityDiscountRepository' => '?',
  1581.             'Customize\\Repository\\Master\\EstimateItemOptionTypeRepository' => '?',
  1582.             'Customize\\Repository\\Master\\EstimateItemTypeRepository' => '?',
  1583.             'Customize\\Repository\\Master\\EstimateStatusColorRepository' => '?',
  1584.             'Customize\\Repository\\Master\\EstimateStatusRepository' => '?',
  1585.             'Customize\\Repository\\Master\\OrderItemOptionTypeRepository' => '?',
  1586.             'Customize\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1587.             'Customize\\Repository\\Master\\PrintStickerCuttingAmountCostRepository' => '?',
  1588.             'Customize\\Repository\\Master\\PrintStickerCuttingNumCostRepository' => '?',
  1589.             'Customize\\Repository\\Master\\PrintStickerUpperLimitRepository' => '?',
  1590.             'Customize\\Repository\\MaterialImageRepository' => '?',
  1591.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1592.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1593.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1594.             'Eccube\\Repository\\BlockRepository' => '?',
  1595.             'Eccube\\Repository\\CalendarRepository' => '?',
  1596.             'Eccube\\Repository\\CartItemRepository' => '?',
  1597.             'Eccube\\Repository\\CartRepository' => '?',
  1598.             'Eccube\\Repository\\CategoryRepository' => '?',
  1599.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1600.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1601.             'Eccube\\Repository\\CsvRepository' => '?',
  1602.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1603.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1604.             'Eccube\\Repository\\CustomerRepository' => '?',
  1605.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1606.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1607.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1608.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1609.             'Eccube\\Repository\\LayoutRepository' => '?',
  1610.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1611.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1612.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1613.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1614.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1615.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1616.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1617.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1618.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1619.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1620.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1621.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1622.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1623.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1624.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1625.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1626.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1627.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1628.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1629.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1630.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1631.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1632.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1633.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1634.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1635.             'Eccube\\Repository\\MemberRepository' => '?',
  1636.             'Eccube\\Repository\\NewsRepository' => '?',
  1637.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1638.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1639.             'Eccube\\Repository\\OrderRepository' => '?',
  1640.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1641.             'Eccube\\Repository\\PageRepository' => '?',
  1642.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1643.             'Eccube\\Repository\\PaymentRepository' => '?',
  1644.             'Eccube\\Repository\\PluginRepository' => '?',
  1645.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1646.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1647.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1648.             'Eccube\\Repository\\ProductRepository' => '?',
  1649.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1650.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1651.             'Eccube\\Repository\\ShippingRepository' => '?',
  1652.             'Eccube\\Repository\\TagRepository' => '?',
  1653.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1654.             'Eccube\\Repository\\TemplateRepository' => '?',
  1655.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1656.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1657.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1658.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1659.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentImageRepository' => '?',
  1660.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentRepository' => '?',
  1661.             'Plugin\\CustomerSupportPro42\\Repository\\ContactRepository' => '?',
  1662.             'Plugin\\CustomerSupportPro42\\Repository\\ContactTemplateRepository' => '?',
  1663.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactPurposeRepository' => '?',
  1664.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusColorRepository' => '?',
  1665.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusRepository' => '?',
  1666.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactTemplateCategoryRepository' => '?',
  1667.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1668.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1669.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1670.             'Plugin\\FNJ_GoogleReCaptcha\\Repository\\GoogleReCaptchaConfigRepository' => '?',
  1671.             'Plugin\\FwEasyHoliday42\\Repository\\HolidayRepository' => '?',
  1672.             'Plugin\\JsysAsi42\\Repository\\ConfigRepository' => '?',
  1673.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLockedIpAddressRepository' => '?',
  1674.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryLockStatusRepository' => '?',
  1675.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryRepository' => '?',
  1676.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryStatusRepository' => '?',
  1677.             'Plugin\\JsysAsi42\\Repository\\JsysAsiLoginHistoryTfaStatusRepository' => '?',
  1678.             'Plugin\\JsysAsi42\\Repository\\JsysAsiTfaOtpHistoryRepository' => '?',
  1679.             'Plugin\\JsysAsi42\\Repository\\JsysAsiTfaUserRepository' => '?',
  1680.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1681.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1682.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => '?',
  1683.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => '?',
  1684.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => '?',
  1685.             'Plugin\\ProductOption42\\Repository\\EstimateItemOptionCategoryRepository' => '?',
  1686.             'Plugin\\ProductOption42\\Repository\\EstimateItemOptionRepository' => '?',
  1687.             'Plugin\\ProductOption42\\Repository\\MaterialColorRepository' => '?',
  1688.             'Plugin\\ProductOption42\\Repository\\MaterialPriceRepository' => '?',
  1689.             'Plugin\\ProductOption42\\Repository\\MaterialRepository' => '?',
  1690.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => '?',
  1691.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => '?',
  1692.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => '?',
  1693.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => '?',
  1694.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => '?',
  1695.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => '?',
  1696.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1697.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1698.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1699.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1700.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1701.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1702.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1703.             'Plugin\\TabaCMS2\\Repository\\CategoryRepository' => '?',
  1704.             'Plugin\\TabaCMS2\\Repository\\PostRepository' => '?',
  1705.             'Plugin\\TabaCMS2\\Repository\\PostTagRepository' => '?',
  1706.             'Plugin\\TabaCMS2\\Repository\\TagRepository' => '?',
  1707.             'Plugin\\TabaCMS2\\Repository\\TypeRepository' => '?',
  1708.             'Plugin\\ZeusPayment42\\Repository\\ConfigRepository' => '?',
  1709.         ])));
  1710.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1711.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1712.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1713.         $a->addFilter('incomplete_order_status_hidden''Customize\\Doctrine\\Filter\\OrderStatusFilter');
  1714.         $a->addFilter('incomplete_estimate_status_hidden''Customize\\Doctrine\\Filter\\EstimateStatusFilter');
  1715.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1716.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'eccube.purchase.flow.shopping' shared service.
  1721.      *
  1722.      * @return \Customize\Service\PurchaseFlow\CustomPurchaseFlow
  1723.      */
  1724.     protected function getEccube_Purchase_Flow_ShoppingService()
  1725.     {
  1726.         $this->services['eccube.purchase.flow.shopping'] = $instance = new \Customize\Service\PurchaseFlow\CustomPurchaseFlow();
  1727.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1728.         $b = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  1729.         $c = new \Eccube\Service\PurchaseFlow\Processor\TaxProcessor($a$b, ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()), ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelperService()));
  1730.         $d = ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService());
  1731.         $e = ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService());
  1732.         $instance->setFlowType('shopping');
  1733.         $instance->setItemValidators(new \Doctrine\Common\Collections\ArrayCollection([=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] ?? $this->getDeliverySettingValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ProductStatusValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\ProductStatusValidator'] = new \Eccube\Service\PurchaseFlow\Processor\ProductStatusValidator()))]));
  1734.         $instance->setItemHolderValidators(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\StockMultipleValidator(($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService())), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\SaleLimitMultipleValidator'] ?? $this->getSaleLimitMultipleValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] ?? $this->getEmptyItemsValidatorService())]));
  1735.         $instance->setItemHolderPreprocessors(new \Doctrine\Common\Collections\ArrayCollection([=> $c=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\OrderNoProcessor'] ?? $this->getOrderNoProcessorService()), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor($d$a$b, ($this->privates['Eccube\\Repository\\DeliveryFeeRepository'] ?? $this->getDeliveryFeeRepositoryService())), => new \Customize\Service\PurchaseFlow\Processor\DeliveryFeeFreeByShippingPreprocessor($d, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Customize\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepository2Service()), $a), => new \Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor(($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] ?? $this->getTaxDisplayTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] ?? $this->getTaxTypeRepositoryService())), => $c]));
  1736.         $instance->setDiscountProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> $e]));
  1737.         $instance->setItemHolderPostValidators(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\PointRateProcessor($d), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] ?? $this->getAddPointProcessorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentValidator'] ?? $this->getPaymentValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalLimitValidator'] ?? $this->getPaymentTotalLimitValidatorService()), => ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalNegativeValidator'] ?? ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalNegativeValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentTotalNegativeValidator())), => new \Eccube\Service\PurchaseFlow\Processor\PaymentChargeChangeValidator(), => new \Eccube\Service\PurchaseFlow\Processor\DeliveryFeeChangeValidator(), => new \Eccube\Service\PurchaseFlow\Processor\TaxRateChangeValidator()]));
  1738.         $instance->setPurchaseProcessors(new \Doctrine\Common\Collections\ArrayCollection([=> new \Eccube\Service\PurchaseFlow\Processor\PreOrderIdValidator(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())), => $e=> ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService()), => new \Eccube\Service\PurchaseFlow\Processor\CustomerPurchaseInfoProcessor(), => new \Eccube\Service\PurchaseFlow\Processor\OrderUpdateProcessor(($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()))]));
  1739.         $instance->addItemPreprocessor(($this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'] ?? $this->getOptionPreprocessorService()));
  1740.         $instance->addItemValidator(($this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\SaleLimitValidator'] ?? $this->getSaleLimitValidator2Service()));
  1741.         $instance->addItemValidator(($this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\StockValidator'] ?? $this->getStockValidator2Service()));
  1742.         $instance->addItemHolderPreprocessor(new \Plugin\ProductOption42\Service\PurchaseFlow\Processor\DeliveryFeeFreeForProductOptionByShippingPreprocessor(($this->privates['Plugin\\ProductOption42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository3Service())));
  1743.         return $instance;
  1744.     }
  1745.     /**
  1746.      * Gets the public 'event_dispatcher' shared service.
  1747.      *
  1748.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1749.      */
  1750.     protected function getEventDispatcherService()
  1751.     {
  1752.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1753.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1754.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1755.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1756.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1757.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1758.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1759.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1760.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1761.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1762.         $instance->addListener('kernel.request', [=> function () {
  1763.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1764.         }, => 'onKernelRequest'], 1024);
  1765.         $instance->addListener('kernel.request', [=> function () {
  1766.             return ($this->privates['taba.tabacms2.initialize_listener'] ?? $this->getTaba_Tabacms2_InitializeListenerService());
  1767.         }, => 'onKernelRequest'], 10001);
  1768.         $instance->addListener('kernel.request', [=> function () {
  1769.             return ($this->privates['taba.tabacms2.dynamic_routing_listener'] ?? $this->getTaba_Tabacms2_DynamicRoutingListenerService());
  1770.         }, => 'onKernelRequest'], 10000);
  1771.         $instance->addListener('kernel.response', [=> function () {
  1772.             return ($this->privates['taba.tabacms2.cache_listener.type'] ?? ($this->privates['taba.tabacms2.cache_listener.type'] = new \Plugin\TabaCMS2\EventListener\CacheListener($this)));
  1773.         }, => 'onKernelResponse'], -10000);
  1774.         $instance->addListener('kernel.controller', [=> function () {
  1775.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1776.         }, => 'onKernelController'], 0);
  1777.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1778.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1779.         }, => 'checkPassport'], 1024);
  1780.         $instance->addListener('kernel.response', [=> function () {
  1781.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1782.         }, => 'onKernelResponse'], 0);
  1783.         $instance->addListener('kernel.response', [=> function () {
  1784.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1785.         }, => 'onKernelResponse'], 0);
  1786.         $instance->addListener('kernel.request', [=> function () {
  1787.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1788.         }, => 'onKernelRequest'], 0);
  1789.         $instance->addListener('kernel.controller', [=> function () {
  1790.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1791.         }, => 'onController'], 0);
  1792.         $instance->addListener('kernel.request', [=> function () {
  1793.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1794.         }, => 'onKernelRequest'], 512);
  1795.         $instance->addListener('kernel.request', [=> function () {
  1796.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1797.         }, => 'onKernelRequestEarly'], 500);
  1798.         $instance->addListener('kernel.request', [=> function () {
  1799.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1800.         }, => 'onKernelRequest'], 6);
  1801.         $instance->addListener('kernel.response', [=> function () {
  1802.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1803.         }, => 'onKernelResponse'], 0);
  1804.         $instance->addListener('kernel.controller', [=> function () {
  1805.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1806.         }, => 'onKernelController'], 0);
  1807.         $instance->addListener('kernel.terminate', [=> function () {
  1808.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1809.         }, => 'onKernelTerminate'], 0);
  1810.         $instance->addListener('kernel.exception', [=> function () {
  1811.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1812.         }, => 'onKernelException'], -4);
  1813.         $instance->addListener('security.interactive_login', [=> function () {
  1814.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1815.         }, => 'onInteractiveLogin'], 0);
  1816.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1817.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1818.         }, => 'onAuthenticationFailure'], 0);
  1819.         $instance->addListener('kernel.response', [=> function () {
  1820.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1821.         }, => 'onResponse'], 0);
  1822.         $instance->addListener('kernel.request', [=> function () {
  1823.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1824.         }, => 'onKernelRequest'], 512);
  1825.         $instance->addListener('kernel.controller', [=> function () {
  1826.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1827.         }, => 'onController'], 0);
  1828.         $instance->addListener('kernel.request', [=> function () {
  1829.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1830.         }, => 'onKernelRequest'], 7);
  1831.         $instance->addListener('security.interactive_login', [=> function () {
  1832.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1833.         }, => 'onInteractiveLogin'], 0);
  1834.         $instance->addListener('security.authentication.failure', [=> function () {
  1835.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1836.         }, => 'onAuthenticationFailure'], 0);
  1837.         $instance->addListener('kernel.request', [=> function () {
  1838.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1839.         }, => 'onKernelRequest'], 0);
  1840.         $instance->addListener('kernel.exception', [=> function () {
  1841.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1842.         }, => 'onKernelException'], 0);
  1843.         $instance->addListener('kernel.terminate', [=> function () {
  1844.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1845.         }, => 'onKernelTerminate'], 0);
  1846.         $instance->addListener('kernel.request', [=> function () {
  1847.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1848.         }, => 'onKernelRequest'], 6);
  1849.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1850.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1851.         }, => 'onKernelController'], 7);
  1852.         $instance->addListener('form.pre_submit', [=> function () {
  1853.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1854.         }, => 'onPreSubmit'], 0);
  1855.         $instance->addListener('form.pre_submit', [=> function () {
  1856.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1857.         }, => 'purifySubmittedData'], 1000001);
  1858.         $instance->addListener('form.pre_submit', [=> function () {
  1859.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1860.         }, => 'onPreSubmit'], 0);
  1861.         $instance->addListener('workflow.order.completed', [=> function () {
  1862.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1863.         }, => 'onCompleted'], 0);
  1864.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1865.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1866.         }, => 'updatePaymentDate'], 0);
  1867.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1868.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1869.         }, => 'rollbackStock'], 0);
  1870.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1871.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1872.         }, => 'rollbackUsePoint'], 0);
  1873.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1874.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1875.         }, => 'commitStock'], 0);
  1876.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1877.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1878.         }, => 'commitUsePoint'], 0);
  1879.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1880.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1881.         }, => 'commitAddPoint'], 0);
  1882.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1883.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1884.         }, => 'rollbackUsePoint'], 0);
  1885.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1886.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1887.         }, => 'rollbackAddPoint'], 0);
  1888.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1889.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1890.         }, => 'commitUsePoint'], 0);
  1891.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1892.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  1893.         }, => 'commitAddPoint'], 0);
  1894.         $instance->addListener('kernel.terminate', [=> function () {
  1895.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1896.         }, => 'disableMaintenanceEvent'], 0);
  1897.         $instance->addListener('kernel.terminate', [=> function () {
  1898.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1899.         }, => 'forceClearCache'], 0);
  1900.         $instance->addListener('front.contact.index.initialize', [=> function () {
  1901.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1902.         }, => 'onFrontContactIndexInitialize'], 0);
  1903.         $instance->addListener('Contact/index.twig', [=> function () {
  1904.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1905.         }, => 'onDefaultContactIndexTwig'], 0);
  1906.         $instance->addListener('Contact/confirm.twig', [=> function () {
  1907.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1908.         }, => 'onDefaultContactConfirmTwig'], 0);
  1909.         $instance->addListener('front.contact.index.complete', [=> function () {
  1910.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1911.         }, => 'onFrontContactIndexComplete'], 0);
  1912.         $instance->addListener('mail.contact', [=> function () {
  1913.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1914.         }, => 'onMailContact'], 0);
  1915.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1916.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\CustomerEvent'] ?? $this->load('getCustomerEventService'));
  1917.         }, => 'onAdminCustomerEditIndexComplete'], 0);
  1918.         $instance->addListener('mail.admin.estimate', [=> function () {
  1919.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\EstimateMailEvent'] ?? $this->load('getEstimateMailEventService'));
  1920.         }, => 'onMailAdminEstimate'], 0);
  1921.         $instance->addListener('@admin/Estimate/mail.twig', [=> function () {
  1922.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\EstimateMailEvent'] ?? $this->load('getEstimateMailEventService'));
  1923.         }, => 'onAdminEstimateMailTwig'], 0);
  1924.         $instance->addListener('@admin/Estimate/mail_confirm.twig', [=> function () {
  1925.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\EstimateMailEvent'] ?? $this->load('getEstimateMailEventService'));
  1926.         }, => 'onAdminEstimateMailConfirmTwig'], 0);
  1927.         $instance->addListener('mail.admin.order', [=> function () {
  1928.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\OrderMailEvent'] ?? $this->load('getOrderMailEventService'));
  1929.         }, => 'onMailAdminOrder'], 0);
  1930.         $instance->addListener('@admin/Order/mail.twig', [=> function () {
  1931.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\OrderMailEvent'] ?? $this->load('getOrderMailEventService'));
  1932.         }, => 'onAdminOrderMailTwig'], 0);
  1933.         $instance->addListener('@admin/Order/mail_confirm.twig', [=> function () {
  1934.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\OrderMailEvent'] ?? $this->load('getOrderMailEventService'));
  1935.         }, => 'onAdminOrderMailConfirmTwig'], 0);
  1936.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1937.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1938.         }, => 'onTemplateAdminOrder'], 0);
  1939.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1940.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1941.         }, => 'onTemplateAdminOrderEdit'], 0);
  1942.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1943.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1944.         }, => 'onTemplateAdminShippingEdit'], 0);
  1945.         $instance->addListener('Mypage/history.twig', [=> function () {
  1946.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1947.         }, => 'onTemplateFrontMypageHistory'], 0);
  1948.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1949.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1950.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1951.         $instance->addListener('kernel.response', [=> function () {
  1952.             return ($this->privates['Plugin\\FwEasyHoliday42\\Event'] ?? $this->getEventService());
  1953.         }, => 'onKernelResponse'], 0);
  1954.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1955.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  1956.         }, => 'onCheckPassport'], -10);
  1957.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1958.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  1959.         }, => 'onLoginSuccess'], 0);
  1960.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1961.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  1962.         }, => 'onLoginFailure'], 0);
  1963.         $instance->addListener('admin.setting.system.member.delete.complete', [=> function () {
  1964.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  1965.         }, => 'onAdminMemberDeleteComplete'], 0);
  1966.         $instance->addListener('@admin/login.twig', [=> function () {
  1967.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  1968.         }, => 'onAdminRenderLogin'], 0);
  1969.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1970.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1971.         }, => 'onTemplateAdminOrderEdit'], 0);
  1972.         $instance->addListener('@admin/Order/order_item_prototype.twig', [=> function () {
  1973.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1974.         }, => 'onTemplateAdminOrderItemPrototype'], 0);
  1975.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1976.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1977.         }, => 'onTemplateAdminOrderEdit'], 0);
  1978.         $instance->addListener('@admin/Order/search_product.twig', [=> function () {
  1979.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1980.         }, => 'onTemplateAdminOrderSearchProduct'], 0);
  1981.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1982.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1983.         }, => 'hookAdminOrderCsvExport'], 0);
  1984.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1985.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1986.         }, => 'onTemplateAdminProduct'], 0);
  1987.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1988.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1989.         }, => 'onTemplateAdminProductEdit'], 0);
  1990.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1991.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1992.         }, => 'hookAdminProductCopyComplete'], 0);
  1993.         $instance->addListener('admin.product.csv.export', [=> function () {
  1994.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1995.         }, => 'hookAdminProductCsvExport'], 0);
  1996.         $instance->addListener('Cart/index.twig', [=> function () {
  1997.             return ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] ?? ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] = new \Plugin\ProductOption42\Event\CartEvent()));
  1998.         }, => 'onTemplateCart'], 0);
  1999.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  2000.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  2001.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  2002.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  2003.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  2004.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  2005.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  2006.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  2007.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  2008.         $instance->addListener('Mypage/index.twig', [=> function () {
  2009.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  2010.         }, => 'onTemplateMypageIndex'], 0);
  2011.         $instance->addListener('Mypage/history.twig', [=> function () {
  2012.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  2013.         }, => 'onTemplateMypageHistory'], 0);
  2014.         $instance->addListener('Product/list.twig', [=> function () {
  2015.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  2016.         }, => 'onTemplateProductList'], 0);
  2017.         $instance->addListener('Product/detail.twig', [=> function () {
  2018.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  2019.         }, => 'onTemplateProductDetail'], 0);
  2020.         $instance->addListener('Shopping/index.twig', [=> function () {
  2021.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  2022.         }, => 'onTempleteShoppingIndex'], 0);
  2023.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2024.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  2025.         }, => 'onTempleteShoppingIndex'], 0);
  2026.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  2027.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  2028.         }, => 'onTempleteShoppingShippingMultiple'], 0);
  2029.         $instance->addListener('front.shopping.shipping.multiple.initialize', [=> function () {
  2030.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  2031.         }, => 'onHookShoppingShippingMultipleInitialize'], 0);
  2032.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  2033.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  2034.         }, => 'onHookShoppingShippingMultipleComplete'], 0);
  2035.         $instance->addListener('kernel.request', [=> function () {
  2036.             return ($this->privates['Plugin\\TabaCMS2\\EventListener\\DynamicRoutingListener'] ?? $this->getDynamicRoutingListenerService());
  2037.         }, => 'onKernelRequest'], 32);
  2038.         $instance->addListener('kernel.finish_request', [=> function () {
  2039.             return ($this->privates['Plugin\\TabaCMS2\\EventListener\\DynamicRoutingListener'] ?? $this->getDynamicRoutingListenerService());
  2040.         }, => 'onKernelFinishRequest'], 0);
  2041.         $instance->addListener('kernel.exception', [=> function () {
  2042.             return ($this->privates['Plugin\\TabaCMS2\\EventListener\\DynamicRoutingListener'] ?? $this->getDynamicRoutingListenerService());
  2043.         }, => 'onKernelException'], -64);
  2044.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2045.             return ($this->privates['Plugin\\TabaCMS2\\TabaCMSEvent'] ?? $this->getTabaCMSEventService());
  2046.         }, => 'onKernelController'], 100000000);
  2047.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  2048.             return ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusCancelService'] ?? $this->load('getZeusCancelServiceService'));
  2049.         }, => 'cancel'], 0);
  2050.         $instance->addListener('Shopping/index.twig', [=> function () {
  2051.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  2052.         }, => 'onShoppingIndexTwig'], 0);
  2053.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2054.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  2055.         }, => 'onShoppingConfirmTwig'], 0);
  2056.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  2057.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  2058.         }, => 'adminOrderIndexTwig'], 0);
  2059.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  2060.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  2061.         }, => 'adminOrderEditTwig'], 0);
  2062.         $instance->addListener('kernel.controller', [=> function () {
  2063.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  2064.         }, => 'onKernelController'], 130);
  2065.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2066.             return ($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] ?? $this->getZeusPaymentEventService());
  2067.         }, => 'onKernelControllerArguments'], 0);
  2068.         $instance->addListener('EstimateRequest/login.twig', [=> function () {
  2069.             return ($this->privates['Customize\\Event\\CustomGoogleReCaptchaEvent'] ?? $this->load('getCustomGoogleReCaptchaEventService'));
  2070.         }, => 'customGoogleReCaptchaViews'], 0);
  2071.         $instance->addListener('custom.mail.admin.order', [=> function () {
  2072.             return ($this->privates['Customize\\Event\\CustomOrderMailEvent'] ?? $this->load('getCustomOrderMailEventService'));
  2073.         }, => 'onMailAdminOrder'], 0);
  2074.         $instance->addListener('@admin/Order/mail.twig', [=> function () {
  2075.             return ($this->privates['Customize\\Event\\CustomOrderMailEvent'] ?? $this->load('getCustomOrderMailEventService'));
  2076.         }, => 'onAdminOrderMailTwig'], 0);
  2077.         $instance->addListener('@admin/Order/mail_confirm.twig', [=> function () {
  2078.             return ($this->privates['Customize\\Event\\CustomOrderMailEvent'] ?? $this->load('getCustomOrderMailEventService'));
  2079.         }, => 'onAdminOrderMailConfirmTwig'], 0);
  2080.         $instance->addListener('admin.estimate.edit.index.progress', [=> function () {
  2081.             return ($this->privates['Customize\\Event\\EstimateEvents'] ?? $this->load('getEstimateEventsService'));
  2082.         }, => 'onAdminEstimateEditProgress'], 0);
  2083.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  2084.             return ($this->privates['Customize\\Event\\EstimateEvents'] ?? $this->load('getEstimateEventsService'));
  2085.         }, => 'onFrontShoppingComplete'], 0);
  2086.         $instance->addListener('kernel.request', [=> function () {
  2087.             return ($this->privates['Customize\\Event\\EstimateOrOrderTypeEvent'] ?? $this->getEstimateOrOrderTypeEventService());
  2088.         }, => 'onKernelRequest'], 20);
  2089.         $instance->addListener('kernel.request', [=> function () {
  2090.             return ($this->privates['Customize\\Event\\ReceptionStopEvent'] ?? $this->getReceptionStopEventService());
  2091.         }, => 'onKernelRequest'], 16);
  2092.         $instance->addListener('workflow.estimate.completed', [=> function () {
  2093.             return ($this->privates['Customize\\Service\\EstimateStateMachine'] ?? $this->load('getEstimateStateMachineService'));
  2094.         }, => 'onCompleted'], 0);
  2095.         $instance->addListener('workflow.estimate.transition.return_fixed', [=> function () {
  2096.             return ($this->privates['Customize\\Service\\EstimateStateMachine'] ?? $this->load('getEstimateStateMachineService'));
  2097.         }, => 'returnFixed'], 0);
  2098.         $instance->addListener('workflow.estimate.transition.return_new', [=> function () {
  2099.             return ($this->privates['Customize\\Service\\EstimateStateMachine'] ?? $this->load('getEstimateStateMachineService'));
  2100.         }, => 'returnNewAndInProgress'], 0);
  2101.         $instance->addListener('workflow.estimate.transition.return_in_progress', [=> function () {
  2102.             return ($this->privates['Customize\\Service\\EstimateStateMachine'] ?? $this->load('getEstimateStateMachineService'));
  2103.         }, => 'returnNewAndInProgress'], 0);
  2104.         $instance->addListener('workflow.order.completed', [=> function () {
  2105.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2106.         }, => 'onCompleted'], 0);
  2107.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  2108.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2109.         }, => 'updatePaymentDate'], 0);
  2110.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  2111.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2112.         }, => 'commitAddPoint'], 0);
  2113.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  2114.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2115.         }, => 'rollbackStock'], 0);
  2116.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  2117.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2118.         }, => 'rollbackUsePoint'], 0);
  2119.         $instance->addListener('workflow.order.transition.return_cancel', [=> function () {
  2120.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2121.         }, => 'commitStock'], 0);
  2122.         $instance->addListener('workflow.order.transition.return_cancel', [=> function () {
  2123.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2124.         }, => 'commitUsePoint'], 0);
  2125.         $instance->addListener('workflow.order.transition.return', [=> function () {
  2126.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2127.         }, => 'rollbackUsePoint'], 0);
  2128.         $instance->addListener('workflow.order.transition.return', [=> function () {
  2129.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2130.         }, => 'rollbackAddPoint'], 0);
  2131.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  2132.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2133.         }, => 'commitUsePoint'], 0);
  2134.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  2135.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  2136.         }, => 'commitAddPoint'], 0);
  2137.         $instance->addListener('kernel.request', [=> function () {
  2138.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  2139.         }, => 'onKernelRequest'], 4096);
  2140.         $instance->addListener('kernel.response', [=> function () {
  2141.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2142.         }, => 'onKernelResponse'], 0);
  2143.         $instance->addListener('kernel.response', [=> function () {
  2144.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2145.         }, => 'onKernelResponse'], -1024);
  2146.         $instance->addListener('kernel.request', [=> function () {
  2147.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2148.         }, => 'setDefaultLocale'], 100);
  2149.         $instance->addListener('kernel.request', [=> function () {
  2150.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2151.         }, => 'onKernelRequest'], 16);
  2152.         $instance->addListener('kernel.finish_request', [=> function () {
  2153.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2154.         }, => 'onKernelFinishRequest'], 0);
  2155.         $instance->addListener('kernel.request', [=> function () {
  2156.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2157.         }, => 'onKernelRequest'], 256);
  2158.         $instance->addListener('kernel.response', [=> function () {
  2159.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2160.         }, => 'onResponse'], -255);
  2161.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2162.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2163.         }, => 'onControllerArguments'], 0);
  2164.         $instance->addListener('kernel.exception', [=> function () {
  2165.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2166.         }, => 'logKernelException'], 0);
  2167.         $instance->addListener('kernel.exception', [=> function () {
  2168.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2169.         }, => 'onKernelException'], -128);
  2170.         $instance->addListener('kernel.response', [=> function () {
  2171.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2172.         }, => 'removeCspHeader'], -128);
  2173.         $instance->addListener('kernel.request', [=> function () {
  2174.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2175.         }, => 'onKernelRequest'], 15);
  2176.         $instance->addListener('kernel.finish_request', [=> function () {
  2177.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2178.         }, => 'onKernelFinishRequest'], -15);
  2179.         $instance->addListener('console.error', [=> function () {
  2180.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2181.         }, => 'onConsoleError'], -128);
  2182.         $instance->addListener('console.terminate', [=> function () {
  2183.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2184.         }, => 'onConsoleTerminate'], -128);
  2185.         $instance->addListener('console.error', [=> function () {
  2186.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2187.         }, => 'onConsoleError'], 0);
  2188.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2189.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2190.         }, => 'onMessage'], -255);
  2191.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2192.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2193.         }, => 'onMessage'], -255);
  2194.         $instance->addListener('kernel.response', [=> function () {
  2195.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2196.         }, => 'onKernelResponse'], 0);
  2197.         $instance->addListener('kernel.request', [=> function () {
  2198.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2199.         }, => 'onKernelRequest'], 48);
  2200.         $instance->addListener('kernel.request', [=> function () {
  2201.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2202.         }, => 'configure'], 2048);
  2203.         $instance->addListener('console.command', [=> function () {
  2204.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2205.         }, => 'configure'], 2048);
  2206.         $instance->addListener('kernel.request', [=> function () {
  2207.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2208.         }, => 'onKernelRequest'], 32);
  2209.         $instance->addListener('kernel.finish_request', [=> function () {
  2210.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2211.         }, => 'onKernelFinishRequest'], 0);
  2212.         $instance->addListener('kernel.exception', [=> function () {
  2213.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2214.         }, => 'onKernelException'], -64);
  2215.         $instance->addListener('kernel.request', [=> function () {
  2216.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2217.         }, => 'onKernelRequest'], 128);
  2218.         $instance->addListener('kernel.response', [=> function () {
  2219.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2220.         }, => 'onKernelResponse'], -1000);
  2221.         $instance->addListener('kernel.finish_request', [=> function () {
  2222.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2223.         }, => 'onFinishRequest'], 0);
  2224.         $instance->addListener('kernel.response', [=> function () {
  2225.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2226.         }, => 'onKernelResponse'], -100);
  2227.         $instance->addListener('kernel.exception', [=> function () {
  2228.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2229.         }, => 'onKernelException'], 0);
  2230.         $instance->addListener('kernel.terminate', [=> function () {
  2231.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2232.         }, => 'onKernelTerminate'], -1024);
  2233.         $instance->addListener('kernel.controller', [=> function () {
  2234.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2235.         }, => 'onKernelController'], 0);
  2236.         $instance->addListener('kernel.response', [=> function () {
  2237.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2238.         }, => 'onKernelResponse'], 0);
  2239.         $instance->addListener('kernel.response', [=> function () {
  2240.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2241.         }, => 'onKernelResponse'], 0);
  2242.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2243.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2244.         }, => 'checkPassport'], 0);
  2245.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2246.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2247.         }, => 'onLoginSuccess'], 0);
  2248.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2249.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2250.         }, => 'onVoterVote'], 0);
  2251.         $instance->addListener('kernel.request', [=> function () {
  2252.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2253.         }, => 'configureLogoutUrlGenerator'], 8);
  2254.         $instance->addListener('kernel.request', [=> function () {
  2255.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2256.         }, => 'onKernelRequest'], 8);
  2257.         $instance->addListener('kernel.finish_request', [=> function () {
  2258.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2259.         }, => 'onKernelFinishRequest'], 0);
  2260.         $instance->addListener('kernel.controller', [=> function () {
  2261.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2262.         }, => 'onKernelController'], 0);
  2263.         $instance->addListener('kernel.controller', [=> function () {
  2264.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2265.         }, => 'onKernelController'], 0);
  2266.         $instance->addListener('kernel.controller', [=> function () {
  2267.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2268.         }, => 'onKernelController'], -128);
  2269.         $instance->addListener('kernel.view', [=> function () {
  2270.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2271.         }, => 'onKernelView'], 0);
  2272.         $instance->addListener('kernel.controller', [=> function () {
  2273.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2274.         }, => 'onKernelController'], 0);
  2275.         $instance->addListener('kernel.response', [=> function () {
  2276.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2277.         }, => 'onKernelResponse'], 0);
  2278.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2279.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2280.         }, => 'onKernelControllerArguments'], 0);
  2281.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2282.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2283.         }, => 'onKernelControllerArguments'], 0);
  2284.         $instance->addListener('console.command', [=> function () {
  2285.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2286.         }, => 'onCommand'], 255);
  2287.         $instance->addListener('console.terminate', [=> function () {
  2288.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2289.         }, => 'onTerminate'], -255);
  2290.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2291.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2292.         }, => 'onMessage'], 0);
  2293.         $instance->addListener('console.command', [=> function () {
  2294.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2295.         }, => 'configure'], 1024);
  2296.         $instance->addListener('kernel.response', [=> function () {
  2297.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2298.         }, => 'onKernelResponse'], -128);
  2299.         $instance->addListener('console.error', [=> function () {
  2300.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2301.         }, => 'onConsoleError'], 0);
  2302.         $instance->addListener('console.terminate', [=> function () {
  2303.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2304.         }, => 'onConsoleTerminate'], 0);
  2305.         $instance->addListener('knp_pager.before', [=> function () {
  2306.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2307.         }, => 'before'], 0);
  2308.         $instance->addListener('knp_pager.pagination', [=> function () {
  2309.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2310.         }, => 'pagination'], 0);
  2311.         $instance->addListener('knp_pager.before', [=> function () {
  2312.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2313.         }, => 'before'], 1);
  2314.         $instance->addListener('knp_pager.before', [=> function () {
  2315.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2316.         }, => 'before'], 1);
  2317.         $instance->addListener('knp_pager.pagination', [=> function () {
  2318.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2319.         }, => 'pagination'], 1);
  2320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2321.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2322.         }, => 'checkPassport'], 512);
  2323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2324.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2325.         }, => 'onLogout'], 0);
  2326.         return $instance;
  2327.     }
  2328.     /**
  2329.      * Gets the public 'http_kernel' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2332.      */
  2333.     protected function getHttpKernelService()
  2334.     {
  2335.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2336.         if (isset($this->services['http_kernel'])) {
  2337.             return $this->services['http_kernel'];
  2338.         }
  2339.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2340.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  2341.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2342.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2343.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2344.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2345.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2346.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2347.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2348.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2349.         }, 8)), $b));
  2350.     }
  2351.     /**
  2352.      * Gets the public 'knp_paginator' shared service.
  2353.      *
  2354.      * @return \Knp\Component\Pager\Paginator
  2355.      */
  2356.     protected function getKnpPaginatorService($lazyLoad true)
  2357.     {
  2358.         if ($lazyLoad) {
  2359.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  2360.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2361.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2362.                     $proxy->setProxyInitializer(null);
  2363.                     return true;
  2364.                 });
  2365.             });
  2366.         }
  2367.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  2369.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2370.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2371.         return $instance;
  2372.     }
  2373.     /**
  2374.      * Gets the public 'request_stack' shared service.
  2375.      *
  2376.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2377.      */
  2378.     protected function getRequestStackService()
  2379.     {
  2380.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2381.     }
  2382.     /**
  2383.      * Gets the public 'router' shared service.
  2384.      *
  2385.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2386.      */
  2387.     protected function getRouterService()
  2388.     {
  2389.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2390.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2391.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2392.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2393.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2394.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2395.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2396.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2397.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2398.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2399.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2400.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2401.         ], [
  2402.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2403.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$this->getEnv('ECCUBE_LOCALE'));
  2404.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2405.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2406.         return $instance;
  2407.     }
  2408.     /**
  2409.      * Gets the public 'translator' shared service.
  2410.      *
  2411.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2412.      */
  2413.     protected function getTranslatorService()
  2414.     {
  2415.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2416.     }
  2417.     /**
  2418.      * Gets the public 'var_dumper.cloner' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2421.      */
  2422.     protected function getVarDumper_ClonerService()
  2423.     {
  2424.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2425.         $instance->setMaxItems(2500);
  2426.         $instance->setMinDepth(1);
  2427.         $instance->setMaxString(-1);
  2428.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2435.      */
  2436.     protected function get_ServiceLocator_HDnBBSZService()
  2437.     {
  2438.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2439.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2440.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2441.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2442.         ], [
  2443.             'security.firewall.map.context.admin' => '?',
  2444.             'security.firewall.map.context.customer' => '?',
  2445.             'security.firewall.map.context.dev' => '?',
  2446.         ]);
  2447.     }
  2448.     /**
  2449.      * Gets the private 'Customize\Event\EstimateOrOrderTypeEvent' shared autowired service.
  2450.      *
  2451.      * @return \Customize\Event\EstimateOrOrderTypeEvent
  2452.      */
  2453.     protected function getEstimateOrOrderTypeEventService()
  2454.     {
  2455.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2456.         if (isset($this->privates['Customize\\Event\\EstimateOrOrderTypeEvent'])) {
  2457.             return $this->privates['Customize\\Event\\EstimateOrOrderTypeEvent'];
  2458.         }
  2459.         return $this->privates['Customize\\Event\\EstimateOrOrderTypeEvent'] = new \Customize\Event\EstimateOrOrderTypeEvent($a, ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()));
  2460.     }
  2461.     /**
  2462.      * Gets the private 'Customize\Event\ReceptionStopEvent' shared autowired service.
  2463.      *
  2464.      * @return \Customize\Event\ReceptionStopEvent
  2465.      */
  2466.     protected function getReceptionStopEventService()
  2467.     {
  2468.         return $this->privates['Customize\\Event\\ReceptionStopEvent'] = new \Customize\Event\ReceptionStopEvent(($this->privates['Customize\\Service\\ReceptionStopService'] ?? $this->getReceptionStopServiceService()), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'Customize\Repository\EstimateCartRepository' shared autowired service.
  2472.      *
  2473.      * @return \Customize\Repository\EstimateCartRepository
  2474.      */
  2475.     protected function getEstimateCartRepositoryService()
  2476.     {
  2477.         return $this->privates['Customize\\Repository\\EstimateCartRepository'] = new \Customize\Repository\EstimateCartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2478.     }
  2479.     /**
  2480.      * Gets the private 'Customize\Repository\EstimateRepository' shared autowired service.
  2481.      *
  2482.      * @return \Customize\Repository\EstimateRepository
  2483.      */
  2484.     protected function getEstimateRepositoryService()
  2485.     {
  2486.         return $this->privates['Customize\\Repository\\EstimateRepository'] = new \Customize\Repository\EstimateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2487.     }
  2488.     /**
  2489.      * Gets the private 'Customize\Repository\Master\EstimateItemTypeRepository' shared autowired service.
  2490.      *
  2491.      * @return \Customize\Repository\Master\EstimateItemTypeRepository
  2492.      */
  2493.     protected function getEstimateItemTypeRepositoryService()
  2494.     {
  2495.         return $this->privates['Customize\\Repository\\Master\\EstimateItemTypeRepository'] = new \Customize\Repository\Master\EstimateItemTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2496.     }
  2497.     /**
  2498.      * Gets the private 'Customize\Repository\Master\OrderItemTypeRepository' shared autowired service.
  2499.      *
  2500.      * @return \Customize\Repository\Master\OrderItemTypeRepository
  2501.      */
  2502.     protected function getOrderItemTypeRepository2Service()
  2503.     {
  2504.         return $this->privates['Customize\\Repository\\Master\\OrderItemTypeRepository'] = new \Customize\Repository\Master\OrderItemTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2505.     }
  2506.     /**
  2507.      * Gets the private 'Customize\Repository\OrderRepository' shared autowired service.
  2508.      *
  2509.      * @return \Customize\Repository\OrderRepository
  2510.      */
  2511.     protected function getOrderRepositoryService()
  2512.     {
  2513.         return $this->privates['Customize\\Repository\\OrderRepository'] = new \Customize\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2514.     }
  2515.     /**
  2516.      * Gets the private 'Customize\Service\EstimateCartService' shared autowired service.
  2517.      *
  2518.      * @return \Customize\Service\EstimateCartService
  2519.      */
  2520.     protected function getEstimateCartServiceService()
  2521.     {
  2522.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2523.         if (isset($this->privates['Customize\\Service\\EstimateCartService'])) {
  2524.             return $this->privates['Customize\\Service\\EstimateCartService'];
  2525.         }
  2526.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2527.         if (isset($this->privates['Customize\\Service\\EstimateCartService'])) {
  2528.             return $this->privates['Customize\\Service\\EstimateCartService'];
  2529.         }
  2530.         return $this->privates['Customize\\Service\\EstimateCartService'] = new \Customize\Service\EstimateCartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Customize\\Repository\\EstimateCartRepository'] ?? $this->getEstimateCartRepositoryService()), new \Plugin\ProductOption42\Service\Cart\ProductClassAndOptionComparator(), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Customize\\Repository\\EstimateRepository'] ?? $this->getEstimateRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, ($this->privates['Customize\\Repository\\Master\\EstimateItemTypeRepository'] ?? $this->getEstimateItemTypeRepositoryService()));
  2531.     }
  2532.     /**
  2533.      * Gets the private 'Customize\Service\ReceptionStopService' shared autowired service.
  2534.      *
  2535.      * @return \Customize\Service\ReceptionStopService
  2536.      */
  2537.     protected function getReceptionStopServiceService()
  2538.     {
  2539.         return $this->privates['Customize\\Service\\ReceptionStopService'] = new \Customize\Service\ReceptionStopService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2540.     }
  2541.     /**
  2542.      * Gets the private 'Customize\Service\StickerHelper' shared autowired service.
  2543.      *
  2544.      * @return \Customize\Service\StickerHelper
  2545.      */
  2546.     protected function getStickerHelperService()
  2547.     {
  2548.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2549.         if (isset($this->privates['Customize\\Service\\StickerHelper'])) {
  2550.             return $this->privates['Customize\\Service\\StickerHelper'];
  2551.         }
  2552.         return $this->privates['Customize\\Service\\StickerHelper'] = new \Customize\Service\StickerHelper($this$a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Customize\\Repository\\EstimateRepository'] ?? $this->getEstimateRepositoryService()), ($this->privates['Customize\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['Plugin\\ProductOption42\\Repository\\OptionRepository'] ?? $this->getOptionRepositoryService()), ($this->privates['Plugin\\ProductOption42\\Repository\\OptionCategoryRepository'] ?? $this->getOptionCategoryRepositoryService()), ($this->privates['Plugin\\ProductOption42\\Repository\\MaterialRepository'] ?? $this->getMaterialRepositoryService()), ($this->privates['Plugin\\ProductOption42\\Repository\\MaterialColorRepository'] ?? $this->getMaterialColorRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] ?? $this->getOrderItemTypeRepositoryService()));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2556.      *
  2557.      * @return \Eccube\DataCollector\EccubeDataCollector
  2558.      */
  2559.     protected function getEccubeDataCollectorService()
  2560.     {
  2561.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2562.     }
  2563.     /**
  2564.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2565.      *
  2566.      * @return \Eccube\Doctrine\Query\Queries
  2567.      */
  2568.     protected function getQueriesService()
  2569.     {
  2570.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2571.         $instance->addCustomizer(new \Plugin\ExpressLink42\Repository\AdminOrderCustomizer());
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2576.      *
  2577.      * @return \Eccube\EventListener\IpAddrListener
  2578.      */
  2579.     protected function getIpAddrListenerService()
  2580.     {
  2581.         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()));
  2582.     }
  2583.     /**
  2584.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2585.      *
  2586.      * @return \Eccube\EventListener\LogListener
  2587.      */
  2588.     protected function getLogListenerService()
  2589.     {
  2590.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2591.     }
  2592.     /**
  2593.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2594.      *
  2595.      * @return \Eccube\EventListener\MaintenanceListener
  2596.      */
  2597.     protected function getMaintenanceListenerService()
  2598.     {
  2599.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2600.     }
  2601.     /**
  2602.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2603.      *
  2604.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2605.      */
  2606.     protected function getMobileTemplatePathListenerService()
  2607.     {
  2608.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2609.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2610.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2611.         }
  2612.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2613.     }
  2614.     /**
  2615.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2616.      *
  2617.      * @return \Eccube\EventListener\RateLimiterListener
  2618.      */
  2619.     protected function getRateLimiterListenerService()
  2620.     {
  2621.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2622.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2623.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2624.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2625.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2626.             'limiter.estimate_request_checkout_customer' => ['privates''limiter.estimate_request_checkout_customer''getLimiter_EstimateRequestCheckoutCustomerService'true],
  2627.             'limiter.estimate_request_checkout_ip' => ['privates''limiter.estimate_request_checkout_ip''getLimiter_EstimateRequestCheckoutIpService'true],
  2628.             'limiter.estimate_request_confirm_customer' => ['privates''limiter.estimate_request_confirm_customer''getLimiter_EstimateRequestConfirmCustomerService'true],
  2629.             'limiter.estimate_request_confirm_ip' => ['privates''limiter.estimate_request_confirm_ip''getLimiter_EstimateRequestConfirmIpService'true],
  2630.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2631.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2632.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2633.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2634.         ], [
  2635.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2636.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2637.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2638.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2639.             'limiter.estimate_request_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2640.             'limiter.estimate_request_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2641.             'limiter.estimate_request_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2642.             'limiter.estimate_request_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2643.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2644.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2645.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2646.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2647.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2648.     }
  2649.     /**
  2650.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2651.      *
  2652.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2653.      */
  2654.     protected function getRestrictFileUploadListenerService()
  2655.     {
  2656.         return $this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] = new \Eccube\EventListener\RestrictFileUploadListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2657.     }
  2658.     /**
  2659.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2660.      *
  2661.      * @return \Eccube\EventListener\TransactionListener
  2662.      */
  2663.     protected function getTransactionListenerService()
  2664.     {
  2665.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2666.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2667.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2668.         }
  2669.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2670.     }
  2671.     /**
  2672.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2673.      *
  2674.      * @return \Eccube\EventListener\TwigInitializeListener
  2675.      */
  2676.     protected function getTwigInitializeListenerService()
  2677.     {
  2678.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2679.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2680.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2681.         }
  2682.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2683.     }
  2684.     /**
  2685.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2686.      *
  2687.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2688.      */
  2689.     protected function getTwoFactorAuthListenerService()
  2690.     {
  2691.         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()));
  2692.     }
  2693.     /**
  2694.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2695.      *
  2696.      * @return \Eccube\Log\Processor\SessionProcessor
  2697.      */
  2698.     protected function getSessionProcessorService()
  2699.     {
  2700.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2701.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2702.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2703.         }
  2704.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2705.     }
  2706.     /**
  2707.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2708.      *
  2709.      * @return \Eccube\Log\Processor\TokenProcessor
  2710.      */
  2711.     protected function getTokenProcessorService()
  2712.     {
  2713.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2714.     }
  2715.     /**
  2716.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2717.      *
  2718.      * @return \Eccube\Repository\AuthorityRoleRepository
  2719.      */
  2720.     protected function getAuthorityRoleRepositoryService()
  2721.     {
  2722.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2723.     }
  2724.     /**
  2725.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2726.      *
  2727.      * @return \Eccube\Repository\BaseInfoRepository
  2728.      */
  2729.     protected function getBaseInfoRepositoryService()
  2730.     {
  2731.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2732.     }
  2733.     /**
  2734.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2735.      *
  2736.      * @return \Eccube\Repository\BlockPositionRepository
  2737.      */
  2738.     protected function getBlockPositionRepositoryService()
  2739.     {
  2740.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2741.     }
  2742.     /**
  2743.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2744.      *
  2745.      * @return \Eccube\Repository\BlockRepository
  2746.      */
  2747.     protected function getBlockRepositoryService()
  2748.     {
  2749.         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))));
  2750.     }
  2751.     /**
  2752.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2753.      *
  2754.      * @return \Eccube\Repository\CartRepository
  2755.      */
  2756.     protected function getCartRepositoryService()
  2757.     {
  2758.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2759.     }
  2760.     /**
  2761.      * Gets the private 'Eccube\Repository\DeliveryFeeRepository' shared autowired service.
  2762.      *
  2763.      * @return \Eccube\Repository\DeliveryFeeRepository
  2764.      */
  2765.     protected function getDeliveryFeeRepositoryService()
  2766.     {
  2767.         return $this->privates['Eccube\\Repository\\DeliveryFeeRepository'] = new \Eccube\Repository\DeliveryFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2768.     }
  2769.     /**
  2770.      * Gets the private 'Eccube\Repository\DeliveryRepository' shared autowired service.
  2771.      *
  2772.      * @return \Eccube\Repository\DeliveryRepository
  2773.      */
  2774.     protected function getDeliveryRepositoryService()
  2775.     {
  2776.         return $this->privates['Eccube\\Repository\\DeliveryRepository'] = new \Eccube\Repository\DeliveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2777.     }
  2778.     /**
  2779.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2780.      *
  2781.      * @return \Eccube\Repository\LayoutRepository
  2782.      */
  2783.     protected function getLayoutRepositoryService()
  2784.     {
  2785.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2786.     }
  2787.     /**
  2788.      * Gets the private 'Eccube\Repository\MailHistoryRepository' shared autowired service.
  2789.      *
  2790.      * @return \Eccube\Repository\MailHistoryRepository
  2791.      */
  2792.     protected function getMailHistoryRepositoryService()
  2793.     {
  2794.         return $this->privates['Eccube\\Repository\\MailHistoryRepository'] = new \Eccube\Repository\MailHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2795.     }
  2796.     /**
  2797.      * Gets the private 'Eccube\Repository\MailTemplateRepository' shared autowired service.
  2798.      *
  2799.      * @return \Eccube\Repository\MailTemplateRepository
  2800.      */
  2801.     protected function getMailTemplateRepositoryService()
  2802.     {
  2803.         return $this->privates['Eccube\\Repository\\MailTemplateRepository'] = new \Eccube\Repository\MailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2807.      *
  2808.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2809.      */
  2810.     protected function getDeviceTypeRepositoryService()
  2811.     {
  2812.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2813.     }
  2814.     /**
  2815.      * Gets the private 'Eccube\Repository\Master\OrderItemTypeRepository' shared autowired service.
  2816.      *
  2817.      * @return \Eccube\Repository\Master\OrderItemTypeRepository
  2818.      */
  2819.     protected function getOrderItemTypeRepositoryService()
  2820.     {
  2821.         return $this->privates['Eccube\\Repository\\Master\\OrderItemTypeRepository'] = new \Eccube\Repository\Master\OrderItemTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2822.     }
  2823.     /**
  2824.      * Gets the private 'Eccube\Repository\Master\OrderStatusRepository' shared autowired service.
  2825.      *
  2826.      * @return \Eccube\Repository\Master\OrderStatusRepository
  2827.      */
  2828.     protected function getOrderStatusRepositoryService()
  2829.     {
  2830.         return $this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] = new \Eccube\Repository\Master\OrderStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2831.     }
  2832.     /**
  2833.      * Gets the private 'Eccube\Repository\Master\PrefRepository' shared autowired service.
  2834.      *
  2835.      * @return \Eccube\Repository\Master\PrefRepository
  2836.      */
  2837.     protected function getPrefRepositoryService()
  2838.     {
  2839.         return $this->privates['Eccube\\Repository\\Master\\PrefRepository'] = new \Eccube\Repository\Master\PrefRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2840.     }
  2841.     /**
  2842.      * Gets the private 'Eccube\Repository\Master\TaxDisplayTypeRepository' shared autowired service.
  2843.      *
  2844.      * @return \Eccube\Repository\Master\TaxDisplayTypeRepository
  2845.      */
  2846.     protected function getTaxDisplayTypeRepositoryService()
  2847.     {
  2848.         return $this->privates['Eccube\\Repository\\Master\\TaxDisplayTypeRepository'] = new \Eccube\Repository\Master\TaxDisplayTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2849.     }
  2850.     /**
  2851.      * Gets the private 'Eccube\Repository\Master\TaxTypeRepository' shared autowired service.
  2852.      *
  2853.      * @return \Eccube\Repository\Master\TaxTypeRepository
  2854.      */
  2855.     protected function getTaxTypeRepositoryService()
  2856.     {
  2857.         return $this->privates['Eccube\\Repository\\Master\\TaxTypeRepository'] = new \Eccube\Repository\Master\TaxTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2858.     }
  2859.     /**
  2860.      * Gets the private 'Eccube\Repository\OrderItemRepository' shared autowired service.
  2861.      *
  2862.      * @return \Eccube\Repository\OrderItemRepository
  2863.      */
  2864.     protected function getOrderItemRepositoryService()
  2865.     {
  2866.         return $this->privates['Eccube\\Repository\\OrderItemRepository'] = new \Eccube\Repository\OrderItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2867.     }
  2868.     /**
  2869.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2870.      *
  2871.      * @return \Eccube\Repository\PageLayoutRepository
  2872.      */
  2873.     protected function getPageLayoutRepositoryService()
  2874.     {
  2875.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2876.     }
  2877.     /**
  2878.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2879.      *
  2880.      * @return \Eccube\Repository\PageRepository
  2881.      */
  2882.     protected function getPageRepositoryService()
  2883.     {
  2884.         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);
  2885.     }
  2886.     /**
  2887.      * Gets the private 'Eccube\Repository\PaymentRepository' shared autowired service.
  2888.      *
  2889.      * @return \Eccube\Repository\PaymentRepository
  2890.      */
  2891.     protected function getPaymentRepositoryService()
  2892.     {
  2893.         return $this->privates['Eccube\\Repository\\PaymentRepository'] = new \Eccube\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2897.      *
  2898.      * @return \Eccube\Repository\ProductClassRepository
  2899.      */
  2900.     protected function getProductClassRepositoryService()
  2901.     {
  2902.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2903.     }
  2904.     /**
  2905.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2906.      *
  2907.      * @return \Eccube\Repository\ProductRepository
  2908.      */
  2909.     protected function getProductRepositoryService()
  2910.     {
  2911.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2912.     }
  2913.     /**
  2914.      * Gets the private 'Eccube\Repository\ProductStockRepository' shared autowired service.
  2915.      *
  2916.      * @return \Eccube\Repository\ProductStockRepository
  2917.      */
  2918.     protected function getProductStockRepositoryService()
  2919.     {
  2920.         return $this->privates['Eccube\\Repository\\ProductStockRepository'] = new \Eccube\Repository\ProductStockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2921.     }
  2922.     /**
  2923.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2924.      *
  2925.      * @return \Eccube\Repository\TaxRuleRepository
  2926.      */
  2927.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2928.     {
  2929.         if ($lazyLoad) {
  2930.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2931.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2932.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2933.                     $proxy->setProxyInitializer(null);
  2934.                     return true;
  2935.                 });
  2936.             });
  2937.         }
  2938.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2939.         return new \Eccube\Repository\TaxRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2940.     }
  2941.     /**
  2942.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2943.      *
  2944.      * @return \Eccube\Request\Context
  2945.      */
  2946.     protected function getContextService()
  2947.     {
  2948.         return $this->privates['Eccube\\Request\\Context'] = new \Eccube\Request\Context(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2949.     }
  2950.     /**
  2951.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2952.      *
  2953.      * @return \Eccube\Service\CartService
  2954.      */
  2955.     protected function getCartServiceService($lazyLoad true)
  2956.     {
  2957.         if ($lazyLoad) {
  2958.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2959.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2960.                     $wrappedInstance $this->getCartServiceService(false);
  2961.                     $proxy->setProxyInitializer(null);
  2962.                     return true;
  2963.                 });
  2964.             });
  2965.         }
  2966.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2967.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] = new \Plugin\ProductOption42\Service\Cart\ProductClassAndOptionComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Customize\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2968.     }
  2969.     /**
  2970.      * Gets the private 'Eccube\Service\MailService' shared autowired service.
  2971.      *
  2972.      * @return \Eccube\Service\MailService
  2973.      */
  2974.     protected function getMailServiceService()
  2975.     {
  2976.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2977.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  2978.             return $this->privates['Eccube\\Service\\MailService'];
  2979.         }
  2980.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2981.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  2982.             return $this->privates['Eccube\\Service\\MailService'];
  2983.         }
  2984.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2985.         if (isset($this->privates['Eccube\\Service\\MailService'])) {
  2986.             return $this->privates['Eccube\\Service\\MailService'];
  2987.         }
  2988.         return $this->privates['Eccube\\Service\\MailService'] = new \Eccube\Service\MailService($a, ($this->privates['Eccube\\Repository\\MailTemplateRepository'] ?? $this->getMailTemplateRepositoryService()), ($this->privates['Eccube\\Repository\\MailHistoryRepository'] ?? $this->getMailHistoryRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $b$c, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $this);
  2989.     }
  2990.     /**
  2991.      * Gets the private 'Eccube\Service\OrderHelper' shared autowired service.
  2992.      *
  2993.      * @return \Eccube\Service\OrderHelper
  2994.      */
  2995.     protected function getOrderHelperService()
  2996.     {
  2997.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2998.         if (isset($this->privates['Eccube\\Service\\OrderHelper'])) {
  2999.             return $this->privates['Eccube\\Service\\OrderHelper'];
  3000.         }
  3001.         return $this->privates['Eccube\\Service\\OrderHelper'] = new \Eccube\Service\OrderHelper($this$a, ($this->privates['Customize\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['Eccube\\Repository\\OrderItemRepository'] ?? $this->getOrderItemRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()), ($this->privates['Eccube\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\PrefRepository'] ?? $this->getPrefRepositoryService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3002.     }
  3003.     /**
  3004.      * Gets the private 'Eccube\Service\OrderStateMachine' shared autowired service.
  3005.      *
  3006.      * @return \Eccube\Service\OrderStateMachine
  3007.      */
  3008.     protected function getOrderStateMachineService()
  3009.     {
  3010.         $a = ($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService());
  3011.         if (isset($this->privates['Eccube\\Service\\OrderStateMachine'])) {
  3012.             return $this->privates['Eccube\\Service\\OrderStateMachine'];
  3013.         }
  3014.         return $this->privates['Eccube\\Service\\OrderStateMachine'] = new \Eccube\Service\OrderStateMachine($a, ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $this->getPointProcessorService()), ($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $this->getStockReduceProcessorService()));
  3015.     }
  3016.     /**
  3017.      * Gets the private 'Eccube\Service\PointHelper' shared autowired service.
  3018.      *
  3019.      * @return \Eccube\Service\PointHelper
  3020.      */
  3021.     protected function getPointHelperService()
  3022.     {
  3023.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3024.         if (isset($this->privates['Eccube\\Service\\PointHelper'])) {
  3025.             return $this->privates['Eccube\\Service\\PointHelper'];
  3026.         }
  3027.         return $this->privates['Eccube\\Service\\PointHelper'] = new \Eccube\Service\PointHelper(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $a);
  3028.     }
  3029.     /**
  3030.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\AddPointProcessor' shared autowired service.
  3031.      *
  3032.      * @return \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor
  3033.      */
  3034.     protected function getAddPointProcessorService()
  3035.     {
  3036.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\AddPointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\AddPointProcessor(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator' shared autowired service.
  3040.      *
  3041.      * @return \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator
  3042.      */
  3043.     protected function getDeliverySettingValidatorService()
  3044.     {
  3045.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\DeliverySettingValidator'] = new \Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()));
  3046.     }
  3047.     /**
  3048.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator' shared autowired service.
  3049.      *
  3050.      * @return \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator
  3051.      */
  3052.     protected function getEmptyItemsValidatorService()
  3053.     {
  3054.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3055.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'])) {
  3056.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'];
  3057.         }
  3058.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\EmptyItemsValidator'] = new \Eccube\Service\PurchaseFlow\Processor\EmptyItemsValidator($a);
  3059.     }
  3060.     /**
  3061.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor' shared autowired service.
  3062.      *
  3063.      * @return \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor
  3064.      */
  3065.     protected function getOrderNoProcessorService()
  3066.     {
  3067.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\OrderNoProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\OrderNoProcessor(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Customize\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()));
  3068.     }
  3069.     /**
  3070.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator' shared autowired service.
  3071.      *
  3072.      * @return \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator
  3073.      */
  3074.     protected function getPaymentTotalLimitValidatorService()
  3075.     {
  3076.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentTotalLimitValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentTotalLimitValidator(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  3077.     }
  3078.     /**
  3079.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PaymentValidator' shared autowired service.
  3080.      *
  3081.      * @return \Eccube\Service\PurchaseFlow\Processor\PaymentValidator
  3082.      */
  3083.     protected function getPaymentValidatorService()
  3084.     {
  3085.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PaymentValidator'] = new \Eccube\Service\PurchaseFlow\Processor\PaymentValidator(($this->privates['Eccube\\Repository\\DeliveryRepository'] ?? $this->getDeliveryRepositoryService()));
  3086.     }
  3087.     /**
  3088.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\PointProcessor' shared autowired service.
  3089.      *
  3090.      * @return \Eccube\Service\PurchaseFlow\Processor\PointProcessor
  3091.      */
  3092.     protected function getPointProcessorService()
  3093.     {
  3094.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3095.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'])) {
  3096.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'];
  3097.         }
  3098.         $b = ($this->privates['Eccube\\Service\\PointHelper'] ?? $this->getPointHelperService());
  3099.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'])) {
  3100.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'];
  3101.         }
  3102.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\PointProcessor($a$b);
  3103.     }
  3104.     /**
  3105.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\SaleLimitMultipleValidator' shared autowired service.
  3106.      *
  3107.      * @return \Eccube\Service\PurchaseFlow\Processor\SaleLimitMultipleValidator
  3108.      */
  3109.     protected function getSaleLimitMultipleValidatorService()
  3110.     {
  3111.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\SaleLimitMultipleValidator'] = new \Eccube\Service\PurchaseFlow\Processor\SaleLimitMultipleValidator(($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()));
  3112.     }
  3113.     /**
  3114.      * Gets the private 'Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor' shared autowired service.
  3115.      *
  3116.      * @return \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor
  3117.      */
  3118.     protected function getStockReduceProcessorService()
  3119.     {
  3120.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3121.         if (isset($this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'])) {
  3122.             return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'];
  3123.         }
  3124.         return $this->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] = new \Eccube\Service\PurchaseFlow\Processor\StockReduceProcessor(($this->privates['Eccube\\Repository\\ProductStockRepository'] ?? $this->getProductStockRepositoryService()), $a);
  3125.     }
  3126.     /**
  3127.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  3128.      *
  3129.      * @return \Eccube\Service\TwoFactorAuthService
  3130.      */
  3131.     protected function getTwoFactorAuthServiceService()
  3132.     {
  3133.         return $this->privates['Eccube\\Service\\TwoFactorAuthService'] = new \Eccube\Service\TwoFactorAuthService($this, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3134.     }
  3135.     /**
  3136.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  3137.      *
  3138.      * @return \Eccube\Twig\Extension\EccubeExtension
  3139.      */
  3140.     protected function getEccubeExtensionService()
  3141.     {
  3142.         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()));
  3143.     }
  3144.     /**
  3145.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  3146.      *
  3147.      * @return \Eccube\Twig\Extension\TaxExtension
  3148.      */
  3149.     protected function getTaxExtensionService()
  3150.     {
  3151.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  3152.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  3153.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  3154.         }
  3155.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  3156.     }
  3157.     /**
  3158.      * Gets the private 'Plugin\FwEasyHoliday42\Event' shared autowired service.
  3159.      *
  3160.      * @return \Plugin\FwEasyHoliday42\Event
  3161.      */
  3162.     protected function getEventService()
  3163.     {
  3164.         return $this->privates['Plugin\\FwEasyHoliday42\\Event'] = new \Plugin\FwEasyHoliday42\Event(($this->services['router'] ?? $this->getRouterService()));
  3165.     }
  3166.     /**
  3167.      * Gets the private 'Plugin\FwEasyHoliday42\Repository\HolidayRepository' shared autowired service.
  3168.      *
  3169.      * @return \Plugin\FwEasyHoliday42\Repository\HolidayRepository
  3170.      */
  3171.     protected function getHolidayRepositoryService()
  3172.     {
  3173.         return $this->privates['Plugin\\FwEasyHoliday42\\Repository\\HolidayRepository'] = new \Plugin\FwEasyHoliday42\Repository\HolidayRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3174.     }
  3175.     /**
  3176.      * Gets the private 'Plugin\ProductOption42\Repository\ConfigRepository' shared autowired service.
  3177.      *
  3178.      * @return \Plugin\ProductOption42\Repository\ConfigRepository
  3179.      */
  3180.     protected function getConfigRepository3Service()
  3181.     {
  3182.         return $this->privates['Plugin\\ProductOption42\\Repository\\ConfigRepository'] = new \Plugin\ProductOption42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3183.     }
  3184.     /**
  3185.      * Gets the private 'Plugin\ProductOption42\Repository\MaterialColorRepository' shared autowired service.
  3186.      *
  3187.      * @return \Plugin\ProductOption42\Repository\MaterialColorRepository
  3188.      */
  3189.     protected function getMaterialColorRepositoryService()
  3190.     {
  3191.         return $this->privates['Plugin\\ProductOption42\\Repository\\MaterialColorRepository'] = new \Plugin\ProductOption42\Repository\MaterialColorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3192.     }
  3193.     /**
  3194.      * Gets the private 'Plugin\ProductOption42\Repository\MaterialRepository' shared autowired service.
  3195.      *
  3196.      * @return \Plugin\ProductOption42\Repository\MaterialRepository
  3197.      */
  3198.     protected function getMaterialRepositoryService()
  3199.     {
  3200.         return $this->privates['Plugin\\ProductOption42\\Repository\\MaterialRepository'] = new \Plugin\ProductOption42\Repository\MaterialRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3201.     }
  3202.     /**
  3203.      * Gets the private 'Plugin\ProductOption42\Repository\OptionCategoryRepository' shared autowired service.
  3204.      *
  3205.      * @return \Plugin\ProductOption42\Repository\OptionCategoryRepository
  3206.      */
  3207.     protected function getOptionCategoryRepositoryService()
  3208.     {
  3209.         return $this->privates['Plugin\\ProductOption42\\Repository\\OptionCategoryRepository'] = new \Plugin\ProductOption42\Repository\OptionCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3210.     }
  3211.     /**
  3212.      * Gets the private 'Plugin\ProductOption42\Repository\OptionRepository' shared autowired service.
  3213.      *
  3214.      * @return \Plugin\ProductOption42\Repository\OptionRepository
  3215.      */
  3216.     protected function getOptionRepositoryService()
  3217.     {
  3218.         return $this->privates['Plugin\\ProductOption42\\Repository\\OptionRepository'] = new \Plugin\ProductOption42\Repository\OptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3219.     }
  3220.     /**
  3221.      * Gets the private 'Plugin\ProductOption42\Service\PurchaseFlow\Processor\OptionPreprocessor' shared autowired service.
  3222.      *
  3223.      * @return \Plugin\ProductOption42\Service\PurchaseFlow\Processor\OptionPreprocessor
  3224.      */
  3225.     protected function getOptionPreprocessorService()
  3226.     {
  3227.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3228.         if (isset($this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'])) {
  3229.             return $this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'];
  3230.         }
  3231.         $b = ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService());
  3232.         if (isset($this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'])) {
  3233.             return $this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'];
  3234.         }
  3235.         $c = ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService());
  3236.         if (isset($this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'])) {
  3237.             return $this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'];
  3238.         }
  3239.         return $this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\OptionPreprocessor'] = new \Plugin\ProductOption42\Service\PurchaseFlow\Processor\OptionPreprocessor($a$b$c);
  3240.     }
  3241.     /**
  3242.      * Gets the private 'Plugin\ProductOption42\Service\PurchaseFlow\Processor\SaleLimitValidator' shared autowired service.
  3243.      *
  3244.      * @return \Plugin\ProductOption42\Service\PurchaseFlow\Processor\SaleLimitValidator
  3245.      */
  3246.     protected function getSaleLimitValidator2Service()
  3247.     {
  3248.         return $this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\SaleLimitValidator'] = new \Plugin\ProductOption42\Service\PurchaseFlow\Processor\SaleLimitValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3249.     }
  3250.     /**
  3251.      * Gets the private 'Plugin\ProductOption42\Service\PurchaseFlow\Processor\StockValidator' shared autowired service.
  3252.      *
  3253.      * @return \Plugin\ProductOption42\Service\PurchaseFlow\Processor\StockValidator
  3254.      */
  3255.     protected function getStockValidator2Service()
  3256.     {
  3257.         return $this->privates['Plugin\\ProductOption42\\Service\\PurchaseFlow\\Processor\\StockValidator'] = new \Plugin\ProductOption42\Service\PurchaseFlow\Processor\StockValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3258.     }
  3259.     /**
  3260.      * Gets the private 'Plugin\TabaCMS2\EventListener\DynamicRoutingListener' shared autowired service.
  3261.      *
  3262.      * @return \Plugin\TabaCMS2\EventListener\DynamicRoutingListener
  3263.      */
  3264.     protected function getDynamicRoutingListenerService()
  3265.     {
  3266.         return $this->privates['Plugin\\TabaCMS2\\EventListener\\DynamicRoutingListener'] = new \Plugin\TabaCMS2\EventListener\DynamicRoutingListener($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3267.     }
  3268.     /**
  3269.      * Gets the private 'Plugin\TabaCMS2\Repository\CategoryRepository' shared autowired service.
  3270.      *
  3271.      * @return \Plugin\TabaCMS2\Repository\CategoryRepository
  3272.      */
  3273.     protected function getCategoryRepositoryService()
  3274.     {
  3275.         return $this->privates['Plugin\\TabaCMS2\\Repository\\CategoryRepository'] = new \Plugin\TabaCMS2\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3276.     }
  3277.     /**
  3278.      * Gets the private 'Plugin\TabaCMS2\Repository\PostRepository' shared autowired service.
  3279.      *
  3280.      * @return \Plugin\TabaCMS2\Repository\PostRepository
  3281.      */
  3282.     protected function getPostRepositoryService()
  3283.     {
  3284.         return $this->privates['Plugin\\TabaCMS2\\Repository\\PostRepository'] = new \Plugin\TabaCMS2\Repository\PostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3285.     }
  3286.     /**
  3287.      * Gets the private 'Plugin\TabaCMS2\Repository\TagRepository' shared autowired service.
  3288.      *
  3289.      * @return \Plugin\TabaCMS2\Repository\TagRepository
  3290.      */
  3291.     protected function getTagRepositoryService()
  3292.     {
  3293.         return $this->privates['Plugin\\TabaCMS2\\Repository\\TagRepository'] = new \Plugin\TabaCMS2\Repository\TagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3294.     }
  3295.     /**
  3296.      * Gets the private 'Plugin\TabaCMS2\Repository\TypeRepository' shared autowired service.
  3297.      *
  3298.      * @return \Plugin\TabaCMS2\Repository\TypeRepository
  3299.      */
  3300.     protected function getTypeRepositoryService()
  3301.     {
  3302.         return $this->privates['Plugin\\TabaCMS2\\Repository\\TypeRepository'] = new \Plugin\TabaCMS2\Repository\TypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3303.     }
  3304.     /**
  3305.      * Gets the private 'Plugin\TabaCMS2\TabaCMSEvent' shared autowired service.
  3306.      *
  3307.      * @return \Plugin\TabaCMS2\TabaCMSEvent
  3308.      */
  3309.     protected function getTabaCMSEventService()
  3310.     {
  3311.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3312.         if (isset($this->privates['Plugin\\TabaCMS2\\TabaCMSEvent'])) {
  3313.             return $this->privates['Plugin\\TabaCMS2\\TabaCMSEvent'];
  3314.         }
  3315.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3316.         if (isset($this->privates['Plugin\\TabaCMS2\\TabaCMSEvent'])) {
  3317.             return $this->privates['Plugin\\TabaCMS2\\TabaCMSEvent'];
  3318.         }
  3319.         return $this->privates['Plugin\\TabaCMS2\\TabaCMSEvent'] = new \Plugin\TabaCMS2\TabaCMSEvent($this$a$b, ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Plugin\\TabaCMS2\\Repository\\TypeRepository'] ?? $this->getTypeRepositoryService()), ($this->privates['Plugin\\TabaCMS2\\Repository\\PostRepository'] ?? $this->getPostRepositoryService()));
  3320.     }
  3321.     /**
  3322.      * Gets the private 'Plugin\ZeusPayment42\Repository\ConfigRepository' shared autowired service.
  3323.      *
  3324.      * @return \Plugin\ZeusPayment42\Repository\ConfigRepository
  3325.      */
  3326.     protected function getConfigRepository5Service()
  3327.     {
  3328.         return $this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] = new \Plugin\ZeusPayment42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3329.     }
  3330.     /**
  3331.      * Gets the private 'Plugin\ZeusPayment42\Service\ZeusPaymentService' shared autowired service.
  3332.      *
  3333.      * @return \Plugin\ZeusPayment42\Service\ZeusPaymentService
  3334.      */
  3335.     protected function getZeusPaymentServiceService()
  3336.     {
  3337.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3338.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3339.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3340.         }
  3341.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3342.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3343.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3344.         }
  3345.         $c = ($this->privates['Eccube\\Service\\MailService'] ?? $this->getMailServiceService());
  3346.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3347.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3348.         }
  3349.         $d = ($this->services['eccube.purchase.flow.shopping'] ?? $this->getEccube_Purchase_Flow_ShoppingService());
  3350.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3351.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3352.         }
  3353.         $e = ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->getOrderStateMachineService());
  3354.         if (isset($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'])) {
  3355.             return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'];
  3356.         }
  3357.         return $this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] = new \Plugin\ZeusPayment42\Service\ZeusPaymentService($a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $this->getOrderStatusRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b$c, ($this->services['router'] ?? $this->getRouterService()), $d$e);
  3358.     }
  3359.     /**
  3360.      * Gets the private 'Plugin\ZeusPayment42\ZeusPaymentEvent' shared autowired service.
  3361.      *
  3362.      * @return \Plugin\ZeusPayment42\ZeusPaymentEvent
  3363.      */
  3364.     protected function getZeusPaymentEventService()
  3365.     {
  3366.         $a = ($this->privates['Plugin\\ZeusPayment42\\Service\\ZeusPaymentService'] ?? $this->getZeusPaymentServiceService());
  3367.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3368.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3369.         }
  3370.         $b = ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService());
  3371.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3372.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3373.         }
  3374.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3375.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3376.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3377.         }
  3378.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3379.         if (isset($this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'])) {
  3380.             return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'];
  3381.         }
  3382.         return $this->privates['Plugin\\ZeusPayment42\\ZeusPaymentEvent'] = new \Plugin\ZeusPayment42\ZeusPaymentEvent(($this->privates['Plugin\\ZeusPayment42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository5Service()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $b, ($this->privates['Eccube\\Service\\OrderHelper'] ?? $this->getOrderHelperService()), ($this->privates['Customize\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), $c, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $d);
  3383.     }
  3384.     /**
  3385.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  3386.      *
  3387.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  3388.      */
  3389.     protected function getWebProcessorService()
  3390.     {
  3391.         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']);
  3392.     }
  3393.     /**
  3394.      * Gets the private 'annotations.cache_adapter' shared service.
  3395.      *
  3396.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3397.      */
  3398.     protected function getAnnotations_CacheAdapterService()
  3399.     {
  3400.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3401.     }
  3402.     /**
  3403.      * Gets the private 'annotations.cached_reader' shared service.
  3404.      *
  3405.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3406.      */
  3407.     protected function getAnnotations_CachedReaderService()
  3408.     {
  3409.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3410.     }
  3411.     /**
  3412.      * Gets the private 'annotations.reader' shared service.
  3413.      *
  3414.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3415.      */
  3416.     protected function getAnnotations_ReaderService()
  3417.     {
  3418.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3419.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3420.         $a->registerUniqueLoader('class_exists');
  3421.         $instance->addGlobalIgnoredName('required'$a);
  3422.         return $instance;
  3423.     }
  3424.     /**
  3425.      * Gets the private 'assets.context' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3428.      */
  3429.     protected function getAssets_ContextService()
  3430.     {
  3431.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3432.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  3433.     }
  3434.     /**
  3435.      * Gets the private 'assets.packages' shared service.
  3436.      *
  3437.      * @return \Symfony\Component\Asset\Packages
  3438.      */
  3439.     protected function getAssets_PackagesService()
  3440.     {
  3441.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  3442.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  3443.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  3444.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  3445.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  3446.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  3447.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  3448.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  3449.         }, 7));
  3450.     }
  3451.     /**
  3452.      * Gets the private 'cache.annotations' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3455.      */
  3456.     protected function getCache_AnnotationsService()
  3457.     {
  3458.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VAS-qt1AYG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3459.     }
  3460.     /**
  3461.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3462.      *
  3463.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3464.      */
  3465.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3466.     {
  3467.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3468.     }
  3469.     /**
  3470.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3471.      *
  3472.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3473.      */
  3474.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3475.     {
  3476.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3477.     }
  3478.     /**
  3479.      * Gets the private 'cache.property_info' shared service.
  3480.      *
  3481.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3482.      */
  3483.     protected function getCache_PropertyInfoService()
  3484.     {
  3485.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KzggsJRwqu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3486.     }
  3487.     /**
  3488.      * Gets the private 'cache.security_expression_language' shared service.
  3489.      *
  3490.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3491.      */
  3492.     protected function getCache_SecurityExpressionLanguageService()
  3493.     {
  3494.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sFZsMfLL+H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3495.     }
  3496.     /**
  3497.      * Gets the private 'cache.security_token_verifier' shared service.
  3498.      *
  3499.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3500.      */
  3501.     protected function getCache_SecurityTokenVerifierService()
  3502.     {
  3503.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rBjWS2qCvN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'cache.serializer' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3509.      */
  3510.     protected function getCache_SerializerService()
  3511.     {
  3512.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RfuxAOt871'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3513.     }
  3514.     /**
  3515.      * Gets the private 'cache.validator' shared service.
  3516.      *
  3517.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3518.      */
  3519.     protected function getCache_ValidatorService()
  3520.     {
  3521.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WIZaH2FaBJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3522.     }
  3523.     /**
  3524.      * Gets the private 'config_cache_factory' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3527.      */
  3528.     protected function getConfigCacheFactoryService()
  3529.     {
  3530.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3531.             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)));
  3532.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3533.         }, 2));
  3534.     }
  3535.     /**
  3536.      * Gets the private 'data_collector.form' shared service.
  3537.      *
  3538.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3539.      */
  3540.     protected function getDataCollector_FormService()
  3541.     {
  3542.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3543.     }
  3544.     /**
  3545.      * Gets the private 'data_collector.request' shared service.
  3546.      *
  3547.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3548.      */
  3549.     protected function getDataCollector_RequestService()
  3550.     {
  3551.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3552.     }
  3553.     /**
  3554.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3555.      *
  3556.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3557.      */
  3558.     protected function getDebug_DebugHandlersListenerService()
  3559.     {
  3560.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3561.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3562.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3563.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3564.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3565.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3566.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3567.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3568.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3569.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3570.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3571.     }
  3572.     /**
  3573.      * Gets the private 'debug.file_link_formatter' shared service.
  3574.      *
  3575.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3576.      */
  3577.     protected function getDebug_FileLinkFormatterService()
  3578.     {
  3579.         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 () {
  3580.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3581.         });
  3582.     }
  3583.     /**
  3584.      * Gets the private 'debug.log_processor' shared service.
  3585.      *
  3586.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3587.      */
  3588.     protected function getDebug_LogProcessorService()
  3589.     {
  3590.         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())));
  3591.     }
  3592.     /**
  3593.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3594.      *
  3595.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3596.      */
  3597.     protected function getDebug_Security_Access_DecisionManagerService()
  3598.     {
  3599.         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 () {
  3600.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3601.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3602.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3603.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3604.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3605.     }
  3606.     /**
  3607.      * Gets the private 'debug.security.firewall' shared service.
  3608.      *
  3609.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3610.      */
  3611.     protected function getDebug_Security_FirewallService()
  3612.     {
  3613.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3614.         if (isset($this->privates['debug.security.firewall'])) {
  3615.             return $this->privates['debug.security.firewall'];
  3616.         }
  3617.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3618.         if (isset($this->privates['debug.security.firewall'])) {
  3619.             return $this->privates['debug.security.firewall'];
  3620.         }
  3621.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3622.     }
  3623.     /**
  3624.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3625.      *
  3626.      * @return \Doctrine\Migrations\DependencyFactory
  3627.      */
  3628.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3629.     {
  3630.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3631.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3632.         $a->setAllOrNothing(false);
  3633.         $a->setCheckDatabasePlatform(true);
  3634.         $a->setTransactional(true);
  3635.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3636.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3637.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3638.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3639.         });
  3640.         return $instance;
  3641.     }
  3642.     /**
  3643.      * Gets the private 'eccube.collector.core' shared autowired service.
  3644.      *
  3645.      * @return \Eccube\DataCollector\EccubeDataCollector
  3646.      */
  3647.     protected function getEccube_Collector_CoreService()
  3648.     {
  3649.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3650.     }
  3651.     /**
  3652.      * Gets the private 'esi_listener' shared service.
  3653.      *
  3654.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3655.      */
  3656.     protected function getEsiListenerService()
  3657.     {
  3658.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3659.     }
  3660.     /**
  3661.      * Gets the private 'exception_listener' shared service.
  3662.      *
  3663.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3664.      */
  3665.     protected function getExceptionListenerService()
  3666.     {
  3667.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3668.     }
  3669.     /**
  3670.      * Gets the private 'form.registry' shared service.
  3671.      *
  3672.      * @return \Symfony\Component\Form\FormRegistry
  3673.      */
  3674.     protected function getForm_RegistryService()
  3675.     {
  3676.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3677.             'Customize\\Form\\Type\\Admin\\CustomOrderPdfType' => ['privates''Customize\\Form\\Type\\Admin\\CustomOrderPdfType''getCustomOrderPdfTypeService'true],
  3678.             'Customize\\Form\\Type\\Admin\\EstimateItemType' => ['privates''Customize\\Form\\Type\\Admin\\EstimateItemType''getEstimateItemTypeService'true],
  3679.             'Customize\\Form\\Type\\Admin\\EstimateMailType' => ['privates''Customize\\Form\\Type\\Admin\\EstimateMailType''getEstimateMailTypeService'true],
  3680.             'Customize\\Form\\Type\\Admin\\EstimateOptionType' => ['privates''Customize\\Form\\Type\\Admin\\EstimateOptionType''getEstimateOptionTypeService'true],
  3681.             'Customize\\Form\\Type\\Admin\\EstimateShippingType' => ['privates''Customize\\Form\\Type\\Admin\\EstimateShippingType''getEstimateShippingTypeService'true],
  3682.             'Customize\\Form\\Type\\Admin\\EstimateStatusSettingType' => ['privates''Customize\\Form\\Type\\Admin\\EstimateStatusSettingType''getEstimateStatusSettingTypeService'true],
  3683.             'Customize\\Form\\Type\\Admin\\EstimateType' => ['privates''Customize\\Form\\Type\\Admin\\EstimateType''getEstimateTypeService'true],
  3684.             'Customize\\Form\\Type\\Admin\\MaterialItemType' => ['privates''Customize\\Form\\Type\\Admin\\MaterialItemType''getMaterialItemTypeService'true],
  3685.             'Customize\\Form\\Type\\Admin\\OptionItemType' => ['privates''Customize\\Form\\Type\\Admin\\OptionItemType''getOptionItemTypeService'true],
  3686.             'Customize\\Form\\Type\\Admin\\OptionType' => ['privates''Customize\\Form\\Type\\Admin\\OptionType''getOptionTypeService'true],
  3687.             'Customize\\Form\\Type\\Admin\\OrderItemType' => ['privates''Customize\\Form\\Type\\Admin\\OrderItemType''getOrderItemTypeService'true],
  3688.             'Customize\\Form\\Type\\Admin\\OrderOptionType' => ['privates''Customize\\Form\\Type\\Admin\\OrderOptionType''getOrderOptionTypeService'true],
  3689.             'Customize\\Form\\Type\\Admin\\OrderType' => ['privates''Customize\\Form\\Type\\Admin\\OrderType''getOrderTypeService'true],
  3690.             'Customize\\Form\\Type\\Admin\\SearchEstimateType' => ['privates''Customize\\Form\\Type\\Admin\\SearchEstimateType''getSearchEstimateTypeService'true],
  3691.             'Customize\\Form\\Type\\Admin\\SearchOrderType' => ['privates''Customize\\Form\\Type\\Admin\\SearchOrderType''getSearchOrderTypeService'true],
  3692.             'Customize\\Form\\Type\\Admin\\StickerMasterdataDataType' => ['privates''Customize\\Form\\Type\\Admin\\StickerMasterdataDataType''getStickerMasterdataDataTypeService'true],
  3693.             'Customize\\Form\\Type\\Admin\\StickerMasterdataEditType' => ['privates''Customize\\Form\\Type\\Admin\\StickerMasterdataEditType''getStickerMasterdataEditTypeService'true],
  3694.             'Customize\\Form\\Type\\Admin\\StickerMasterdataType' => ['privates''Customize\\Form\\Type\\Admin\\StickerMasterdataType''getStickerMasterdataTypeService'true],
  3695.             'Customize\\Form\\Type\\Front\\EstimateCuttingStickerOptionType' => ['privates''Customize\\Form\\Type\\Front\\EstimateCuttingStickerOptionType''getEstimateCuttingStickerOptionTypeService'true],
  3696.             'Customize\\Form\\Type\\Front\\EstimateCuttingStickerType' => ['privates''Customize\\Form\\Type\\Front\\EstimateCuttingStickerType''getEstimateCuttingStickerTypeService'true],
  3697.             'Customize\\Form\\Type\\Front\\EstimatePrintStickerOptionType' => ['privates''Customize\\Form\\Type\\Front\\EstimatePrintStickerOptionType''getEstimatePrintStickerOptionTypeService'true],
  3698.             'Customize\\Form\\Type\\Front\\EstimatePrintStickerType' => ['privates''Customize\\Form\\Type\\Front\\EstimatePrintStickerType''getEstimatePrintStickerTypeService'true],
  3699.             'Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateItemType' => ['privates''Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateItemType''getEstimateItemType2Service'true],
  3700.             'Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateShippingType' => ['privates''Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateShippingType''getEstimateShippingType2Service'true],
  3701.             'Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateType' => ['privates''Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateType''getEstimateType2Service'true],
  3702.             'Customize\\Form\\Type\\Front\\NonMemberLoginType' => ['privates''Customize\\Form\\Type\\Front\\NonMemberLoginType''getNonMemberLoginTypeService'true],
  3703.             'Customize\\Form\\Type\\Master\\EstimateStatusType' => ['privates''Customize\\Form\\Type\\Master\\EstimateStatusType''getEstimateStatusTypeService'true],
  3704.             'Eccube\\Form\\Type\\AddCartType' => ['privates''Eccube\\Form\\Type\\AddCartType''getAddCartTypeService'true],
  3705.             'Eccube\\Form\\Type\\AddressType' => ['privates''Eccube\\Form\\Type\\AddressType''getAddressTypeService'true],
  3706.             'Eccube\\Form\\Type\\Admin\\AuthenticationType' => ['privates''Eccube\\Form\\Type\\Admin\\AuthenticationType''getAuthenticationTypeService'true],
  3707.             'Eccube\\Form\\Type\\Admin\\AuthorityRoleType' => ['privates''Eccube\\Form\\Type\\Admin\\AuthorityRoleType''getAuthorityRoleTypeService'true],
  3708.             'Eccube\\Form\\Type\\Admin\\BlockType' => ['privates''Eccube\\Form\\Type\\Admin\\BlockType''getBlockTypeService'true],
  3709.             'Eccube\\Form\\Type\\Admin\\CalendarType' => ['privates''Eccube\\Form\\Type\\Admin\\CalendarType''getCalendarTypeService'true],
  3710.             'Eccube\\Form\\Type\\Admin\\CategoryType' => ['privates''Eccube\\Form\\Type\\Admin\\CategoryType''getCategoryTypeService'true],
  3711.             'Eccube\\Form\\Type\\Admin\\ChangePasswordType' => ['privates''Eccube\\Form\\Type\\Admin\\ChangePasswordType''getChangePasswordTypeService'true],
  3712.             'Eccube\\Form\\Type\\Admin\\ClassCategoryType' => ['privates''Eccube\\Form\\Type\\Admin\\ClassCategoryType''getClassCategoryTypeService'true],
  3713.             'Eccube\\Form\\Type\\Admin\\ClassNameType' => ['privates''Eccube\\Form\\Type\\Admin\\ClassNameType''getClassNameTypeService'true],
  3714.             'Eccube\\Form\\Type\\Admin\\CsvImportType' => ['privates''Eccube\\Form\\Type\\Admin\\CsvImportType''getCsvImportTypeService'true],
  3715.             'Eccube\\Form\\Type\\Admin\\CustomerType' => ['privates''Eccube\\Form\\Type\\Admin\\CustomerType''getCustomerTypeService'true],
  3716.             'Eccube\\Form\\Type\\Admin\\DeliveryFeeType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryFeeType''getDeliveryFeeTypeService'true],
  3717.             'Eccube\\Form\\Type\\Admin\\DeliveryTimeType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryTimeType''getDeliveryTimeTypeService'true],
  3718.             'Eccube\\Form\\Type\\Admin\\DeliveryType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryType''getDeliveryTypeService'true],
  3719.             'Eccube\\Form\\Type\\Admin\\LayoutType' => ['privates''Eccube\\Form\\Type\\Admin\\LayoutType''getLayoutTypeService'true],
  3720.             'Eccube\\Form\\Type\\Admin\\LogType' => ['privates''Eccube\\Form\\Type\\Admin\\LogType''getLogTypeService'true],
  3721.             'Eccube\\Form\\Type\\Admin\\LoginType' => ['privates''Eccube\\Form\\Type\\Admin\\LoginType''getLoginTypeService'true],
  3722.             'Eccube\\Form\\Type\\Admin\\MailType' => ['privates''Eccube\\Form\\Type\\Admin\\MailType''getMailTypeService'true],
  3723.             'Eccube\\Form\\Type\\Admin\\MainEditType' => ['privates''Eccube\\Form\\Type\\Admin\\MainEditType''getMainEditTypeService'true],
  3724.             'Eccube\\Form\\Type\\Admin\\MasterdataDataType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataDataType''getMasterdataDataTypeService'true],
  3725.             'Eccube\\Form\\Type\\Admin\\MasterdataEditType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataEditType''getMasterdataEditTypeService'true],
  3726.             'Eccube\\Form\\Type\\Admin\\MasterdataType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataType''getMasterdataTypeService'true],
  3727.             'Eccube\\Form\\Type\\Admin\\MemberType' => ['privates''Eccube\\Form\\Type\\Admin\\MemberType''getMemberTypeService'true],
  3728.             'Eccube\\Form\\Type\\Admin\\NewsType' => ['privates''Eccube\\Form\\Type\\Admin\\NewsType''getNewsTypeService'true],
  3729.             'Eccube\\Form\\Type\\Admin\\OrderItemType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderItemType''getOrderItemType2Service'true],
  3730.             'Eccube\\Form\\Type\\Admin\\OrderMailType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderMailType''getOrderMailTypeService'true],
  3731.             'Eccube\\Form\\Type\\Admin\\OrderPdfType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderPdfType''getOrderPdfTypeService'true],
  3732.             'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderStatusSettingType''getOrderStatusSettingTypeService'true],
  3733.             'Eccube\\Form\\Type\\Admin\\OrderType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderType''getOrderType2Service'true],
  3734.             'Eccube\\Form\\Type\\Admin\\PageType' => ['privates''Eccube\\Form\\Type\\Admin\\PageType''getPageTypeService'true],
  3735.             'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => ['privates''Eccube\\Form\\Type\\Admin\\PaymentRegisterType''getPaymentRegisterTypeService'true],
  3736.             'Eccube\\Form\\Type\\Admin\\PluginLocalInstallType' => ['privates''Eccube\\Form\\Type\\Admin\\PluginLocalInstallType''getPluginLocalInstallTypeService'true],
  3737.             'Eccube\\Form\\Type\\Admin\\PluginManagementType' => ['privates''Eccube\\Form\\Type\\Admin\\PluginManagementType''getPluginManagementTypeService'true],
  3738.             'Eccube\\Form\\Type\\Admin\\ProductClassEditType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassEditType''getProductClassEditTypeService'true],
  3739.             'Eccube\\Form\\Type\\Admin\\ProductClassMatrixType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassMatrixType''getProductClassMatrixTypeService'true],
  3740.             'Eccube\\Form\\Type\\Admin\\ProductClassType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassType''getProductClassTypeService'true],
  3741.             'Eccube\\Form\\Type\\Admin\\ProductTag' => ['privates''Eccube\\Form\\Type\\Admin\\ProductTag''getProductTagService'true],
  3742.             'Eccube\\Form\\Type\\Admin\\ProductType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductType''getProductTypeService'true],
  3743.             'Eccube\\Form\\Type\\Admin\\SearchCustomerType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchCustomerType''getSearchCustomerTypeService'true],
  3744.             'Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType''getSearchLoginHistoryTypeService'true],
  3745.             'Eccube\\Form\\Type\\Admin\\SearchOrderType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchOrderType''getSearchOrderType2Service'true],
  3746.             'Eccube\\Form\\Type\\Admin\\SearchPluginApiType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchPluginApiType''getSearchPluginApiTypeService'true],
  3747.             'Eccube\\Form\\Type\\Admin\\SearchProductType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchProductType''getSearchProductTypeService'true],
  3748.             'Eccube\\Form\\Type\\Admin\\SecurityType' => ['privates''Eccube\\Form\\Type\\Admin\\SecurityType''getSecurityTypeService'true],
  3749.             'Eccube\\Form\\Type\\Admin\\ShippingType' => ['privates''Eccube\\Form\\Type\\Admin\\ShippingType''getShippingTypeService'true],
  3750.             'Eccube\\Form\\Type\\Admin\\ShopMasterType' => ['privates''Eccube\\Form\\Type\\Admin\\ShopMasterType''getShopMasterTypeService'true],
  3751.             'Eccube\\Form\\Type\\Admin\\TagType' => ['privates''Eccube\\Form\\Type\\Admin\\TagType''getTagTypeService'true],
  3752.             'Eccube\\Form\\Type\\Admin\\TaxRuleType' => ['privates''Eccube\\Form\\Type\\Admin\\TaxRuleType''getTaxRuleTypeService'true],
  3753.             'Eccube\\Form\\Type\\Admin\\TemplateType' => ['privates''Eccube\\Form\\Type\\Admin\\TemplateType''getTemplateTypeService'true],
  3754.             'Eccube\\Form\\Type\\Admin\\TradeLawType' => ['privates''Eccube\\Form\\Type\\Admin\\TradeLawType''getTradeLawTypeService'true],
  3755.             'Eccube\\Form\\Type\\Admin\\TwoFactorAuthType' => ['privates''Eccube\\Form\\Type\\Admin\\TwoFactorAuthType''getTwoFactorAuthTypeService'true],
  3756.             'Eccube\\Form\\Type\\Front\\ContactType' => ['privates''Eccube\\Form\\Type\\Front\\ContactType''getContactTypeService'true],
  3757.             'Eccube\\Form\\Type\\Front\\CustomerAddressType' => ['privates''Eccube\\Form\\Type\\Front\\CustomerAddressType''getCustomerAddressTypeService'true],
  3758.             'Eccube\\Form\\Type\\Front\\CustomerLoginType' => ['privates''Eccube\\Form\\Type\\Front\\CustomerLoginType''getCustomerLoginTypeService'true],
  3759.             'Eccube\\Form\\Type\\Front\\EntryType' => ['privates''Eccube\\Form\\Type\\Front\\EntryType''getEntryTypeService'true],
  3760.             'Eccube\\Form\\Type\\Front\\ForgotType' => ['privates''Eccube\\Form\\Type\\Front\\ForgotType''getForgotTypeService'true],
  3761.             'Eccube\\Form\\Type\\Front\\NonMemberType' => ['privates''Eccube\\Form\\Type\\Front\\NonMemberType''getNonMemberTypeService'true],
  3762.             'Eccube\\Form\\Type\\Front\\PasswordResetType' => ['privates''Eccube\\Form\\Type\\Front\\PasswordResetType''getPasswordResetTypeService'true],
  3763.             'Eccube\\Form\\Type\\Front\\ShoppingShippingType' => ['privates''Eccube\\Form\\Type\\Front\\ShoppingShippingType''getShoppingShippingTypeService'true],
  3764.             'Eccube\\Form\\Type\\Install\\Step1Type' => ['privates''Eccube\\Form\\Type\\Install\\Step1Type''getStep1TypeService'true],
  3765.             'Eccube\\Form\\Type\\Install\\Step3Type' => ['privates''Eccube\\Form\\Type\\Install\\Step3Type''getStep3TypeService'true],
  3766.             'Eccube\\Form\\Type\\Install\\Step4Type' => ['privates''Eccube\\Form\\Type\\Install\\Step4Type''getStep4TypeService'true],
  3767.             'Eccube\\Form\\Type\\Install\\Step5Type' => ['privates''Eccube\\Form\\Type\\Install\\Step5Type''getStep5TypeService'true],
  3768.             'Eccube\\Form\\Type\\KanaType' => ['privates''Eccube\\Form\\Type\\KanaType''getKanaTypeService'true],
  3769.             'Eccube\\Form\\Type\\MasterType' => ['privates''Eccube\\Form\\Type\\MasterType''getMasterTypeService'true],
  3770.             'Eccube\\Form\\Type\\Master\\CategoryType' => ['privates''Eccube\\Form\\Type\\Master\\CategoryType''getCategoryType2Service'true],
  3771.             'Eccube\\Form\\Type\\Master\\CsvType' => ['privates''Eccube\\Form\\Type\\Master\\CsvType''getCsvType2Service'true],
  3772.             'Eccube\\Form\\Type\\Master\\CustomerStatusType' => ['privates''Eccube\\Form\\Type\\Master\\CustomerStatusType''getCustomerStatusTypeService'true],
  3773.             'Eccube\\Form\\Type\\Master\\DeliveryDurationType' => ['privates''Eccube\\Form\\Type\\Master\\DeliveryDurationType''getDeliveryDurationTypeService'true],
  3774.             'Eccube\\Form\\Type\\Master\\DeviceTypeType' => ['privates''Eccube\\Form\\Type\\Master\\DeviceTypeType''getDeviceTypeTypeService'true],
  3775.             'Eccube\\Form\\Type\\Master\\JobType' => ['privates''Eccube\\Form\\Type\\Master\\JobType''getJobTypeService'true],
  3776.             'Eccube\\Form\\Type\\Master\\LoginHistoryStatusType' => ['privates''Eccube\\Form\\Type\\Master\\LoginHistoryStatusType''getLoginHistoryStatusTypeService'true],
  3777.             'Eccube\\Form\\Type\\Master\\MailTemplateType' => ['privates''Eccube\\Form\\Type\\Master\\MailTemplateType''getMailTemplateTypeService'true],
  3778.             'Eccube\\Form\\Type\\Master\\OrderStatusType' => ['privates''Eccube\\Form\\Type\\Master\\OrderStatusType''getOrderStatusTypeService'true],
  3779.             'Eccube\\Form\\Type\\Master\\PageMaxType' => ['privates''Eccube\\Form\\Type\\Master\\PageMaxType''getPageMaxTypeService'true],
  3780.             'Eccube\\Form\\Type\\Master\\PaymentType' => ['privates''Eccube\\Form\\Type\\Master\\PaymentType''getPaymentTypeService'true],
  3781.             'Eccube\\Form\\Type\\Master\\PrefType' => ['privates''Eccube\\Form\\Type\\Master\\PrefType''getPrefTypeService'true],
  3782.             'Eccube\\Form\\Type\\Master\\ProductListMaxType' => ['privates''Eccube\\Form\\Type\\Master\\ProductListMaxType''getProductListMaxTypeService'true],
  3783.             'Eccube\\Form\\Type\\Master\\ProductListOrderByType' => ['privates''Eccube\\Form\\Type\\Master\\ProductListOrderByType''getProductListOrderByTypeService'true],
  3784.             'Eccube\\Form\\Type\\Master\\ProductStatusType' => ['privates''Eccube\\Form\\Type\\Master\\ProductStatusType''getProductStatusTypeService'true],
  3785.             'Eccube\\Form\\Type\\Master\\RoundingTypeType' => ['privates''Eccube\\Form\\Type\\Master\\RoundingTypeType''getRoundingTypeTypeService'true],
  3786.             'Eccube\\Form\\Type\\Master\\SaleTypeType' => ['privates''Eccube\\Form\\Type\\Master\\SaleTypeType''getSaleTypeTypeService'true],
  3787.             'Eccube\\Form\\Type\\Master\\SexType' => ['privates''Eccube\\Form\\Type\\Master\\SexType''getSexTypeService'true],
  3788.             'Eccube\\Form\\Type\\NameType' => ['privates''Eccube\\Form\\Type\\NameType''getNameTypeService'true],
  3789.             'Eccube\\Form\\Type\\PhoneNumberType' => ['privates''Eccube\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  3790.             'Eccube\\Form\\Type\\PostalType' => ['privates''Eccube\\Form\\Type\\PostalType''getPostalTypeService'true],
  3791.             'Eccube\\Form\\Type\\PriceType' => ['privates''Eccube\\Form\\Type\\PriceType''getPriceTypeService'true],
  3792.             'Eccube\\Form\\Type\\RepeatedEmailType' => ['privates''Eccube\\Form\\Type\\RepeatedEmailType''getRepeatedEmailTypeService'true],
  3793.             'Eccube\\Form\\Type\\RepeatedPasswordType' => ['privates''Eccube\\Form\\Type\\RepeatedPasswordType''getRepeatedPasswordTypeService'true],
  3794.             'Eccube\\Form\\Type\\SearchProductBlockType' => ['privates''Eccube\\Form\\Type\\SearchProductBlockType''getSearchProductBlockTypeService'true],
  3795.             'Eccube\\Form\\Type\\SearchProductType' => ['privates''Eccube\\Form\\Type\\SearchProductType''getSearchProductType2Service'true],
  3796.             'Eccube\\Form\\Type\\ShippingMultipleItemType' => ['privates''Eccube\\Form\\Type\\ShippingMultipleItemType''getShippingMultipleItemTypeService'true],
  3797.             'Eccube\\Form\\Type\\ShippingMultipleType' => ['privates''Eccube\\Form\\Type\\ShippingMultipleType''getShippingMultipleTypeService'true],
  3798.             'Eccube\\Form\\Type\\ShoppingMultipleType' => ['privates''Eccube\\Form\\Type\\ShoppingMultipleType''getShoppingMultipleTypeService'true],
  3799.             'Eccube\\Form\\Type\\Shopping\\CustomerAddressType' => ['privates''Eccube\\Form\\Type\\Shopping\\CustomerAddressType''getCustomerAddressType2Service'true],
  3800.             'Eccube\\Form\\Type\\Shopping\\OrderItemType' => ['privates''Eccube\\Form\\Type\\Shopping\\OrderItemType''getOrderItemType3Service'true],
  3801.             'Eccube\\Form\\Type\\Shopping\\OrderType' => ['privates''Eccube\\Form\\Type\\Shopping\\OrderType''getOrderType3Service'true],
  3802.             'Eccube\\Form\\Type\\Shopping\\ShippingType' => ['privates''Eccube\\Form\\Type\\Shopping\\ShippingType''getShippingType2Service'true],
  3803.             'Eccube\\Form\\Type\\ToggleSwitchType' => ['privates''Eccube\\Form\\Type\\ToggleSwitchType''getToggleSwitchTypeService'true],
  3804.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactCommentType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactCommentType''getContactCommentTypeService'true],
  3805.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactMailType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactMailType''getContactMailTypeService'true],
  3806.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactStatusType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactStatusType''getContactStatusTypeService'true],
  3807.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactType''getContactType2Service'true],
  3808.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\SearchContactType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\SearchContactType''getSearchContactTypeService'true],
  3809.             'Plugin\\CustomerSupportPro42\\Form\\Type\\ContactCommentType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\ContactCommentType''getContactCommentType2Service'true],
  3810.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactPurposeType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactPurposeType''getContactPurposeTypeService'true],
  3811.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactTemplateCategoryType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactTemplateCategoryType''getContactTemplateCategoryTypeService'true],
  3812.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactTemplateType' => ['privates''Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactTemplateType''getContactTemplateTypeService'true],
  3813.             'Plugin\\ExpressLink42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\ExpressLink42\\Form\\Type\\Admin\\ConfigType''getConfigTypeService'true],
  3814.             'Plugin\\ExpressLink42\\Form\\Type\\DeliverySelectType' => ['privates''Plugin\\ExpressLink42\\Form\\Type\\DeliverySelectType''getDeliverySelectTypeService'true],
  3815.             'Plugin\\FwEasyHoliday42\\Form\\Type\\Admin\\HolidayType' => ['privates''Plugin\\FwEasyHoliday42\\Form\\Type\\Admin\\HolidayType''getHolidayTypeService'true],
  3816.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\JsysAsi42\\Form\\Type\\Admin\\ConfigType''getConfigType2Service'true],
  3817.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiLockedListSearchType' => ['privates''Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiLockedListSearchType''getJsysAsiLockedListSearchTypeService'true],
  3818.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiLoginHistorySearchType' => ['privates''Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiLoginHistorySearchType''getJsysAsiLoginHistorySearchTypeService'true],
  3819.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiTfaUserType' => ['privates''Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiTfaUserType''getJsysAsiTfaUserTypeService'true],
  3820.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\ConfigType''getConfigType3Service'true],
  3821.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialColorType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialColorType''getMaterialColorTypeService'true],
  3822.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialPriceType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialPriceType''getMaterialPriceTypeService'true],
  3823.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialType''getMaterialTypeService'true],
  3824.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionCategoryType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionCategoryType''getOptionCategoryTypeService'true],
  3825.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionTextCategoryType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionTextCategoryType''getOptionTextCategoryTypeService'true],
  3826.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionType''getOptionType2Service'true],
  3827.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\ProductOptionDesignType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\ProductOptionDesignType''getProductOptionDesignTypeService'true],
  3828.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\ProductOptionType' => ['privates''Plugin\\ProductOption42\\Form\\Type\\Admin\\ProductOptionType''getProductOptionTypeService'true],
  3829.             'Plugin\\Securitychecker42\\Form\\Type\\Securitychecker42ConfigType' => ['privates''Plugin\\Securitychecker42\\Form\\Type\\Securitychecker42ConfigType''getSecuritychecker42ConfigTypeService'true],
  3830.             'Plugin\\TabaCMS2\\Form\\Type\\CategoryType' => ['privates''Plugin\\TabaCMS2\\Form\\Type\\CategoryType''getCategoryType3Service'true],
  3831.             'Plugin\\TabaCMS2\\Form\\Type\\FrontPostSearchType' => ['privates''Plugin\\TabaCMS2\\Form\\Type\\FrontPostSearchType''getFrontPostSearchTypeService'true],
  3832.             'Plugin\\TabaCMS2\\Form\\Type\\PostSearchType' => ['privates''Plugin\\TabaCMS2\\Form\\Type\\PostSearchType''getPostSearchTypeService'true],
  3833.             'Plugin\\TabaCMS2\\Form\\Type\\PostType' => ['privates''Plugin\\TabaCMS2\\Form\\Type\\PostType''getPostTypeService'true],
  3834.             'Plugin\\TabaCMS2\\Form\\Type\\TagType' => ['privates''Plugin\\TabaCMS2\\Form\\Type\\TagType''getTagType2Service'true],
  3835.             'Plugin\\TabaCMS2\\Form\\Type\\TypeType' => ['privates''Plugin\\TabaCMS2\\Form\\Type\\TypeType''getTypeTypeService'true],
  3836.             'Plugin\\TabaCMS2\\Form\\Type\\UserConfigType' => ['privates''Plugin\\TabaCMS2\\Form\\Type\\UserConfigType''getUserConfigTypeService'true],
  3837.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormCreditType' => ['privates''Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormCreditType''getConfigFormCreditTypeService'true],
  3838.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormCvsType' => ['privates''Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormCvsType''getConfigFormCvsTypeService'true],
  3839.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormEbankType' => ['privates''Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormEbankType''getConfigFormEbankTypeService'true],
  3840.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormLaterType' => ['privates''Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormLaterType''getConfigFormLaterTypeService'true],
  3841.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\CsvImportType' => ['privates''Plugin\\ZeusPayment42\\Form\\Type\\Admin\\CsvImportType''getCsvImportType2Service'true],
  3842.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\LaterDeliveryFormType' => ['privates''Plugin\\ZeusPayment42\\Form\\Type\\Admin\\LaterDeliveryFormType''getLaterDeliveryFormTypeService'true],
  3843.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\OrderFormType' => ['privates''Plugin\\ZeusPayment42\\Form\\Type\\Admin\\OrderFormType''getOrderFormTypeService'true],
  3844.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3845.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3846.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3847.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3848.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3849.         ], [
  3850.             'Customize\\Form\\Type\\Admin\\CustomOrderPdfType' => '?',
  3851.             'Customize\\Form\\Type\\Admin\\EstimateItemType' => '?',
  3852.             'Customize\\Form\\Type\\Admin\\EstimateMailType' => '?',
  3853.             'Customize\\Form\\Type\\Admin\\EstimateOptionType' => '?',
  3854.             'Customize\\Form\\Type\\Admin\\EstimateShippingType' => '?',
  3855.             'Customize\\Form\\Type\\Admin\\EstimateStatusSettingType' => '?',
  3856.             'Customize\\Form\\Type\\Admin\\EstimateType' => '?',
  3857.             'Customize\\Form\\Type\\Admin\\MaterialItemType' => '?',
  3858.             'Customize\\Form\\Type\\Admin\\OptionItemType' => '?',
  3859.             'Customize\\Form\\Type\\Admin\\OptionType' => '?',
  3860.             'Customize\\Form\\Type\\Admin\\OrderItemType' => '?',
  3861.             'Customize\\Form\\Type\\Admin\\OrderOptionType' => '?',
  3862.             'Customize\\Form\\Type\\Admin\\OrderType' => '?',
  3863.             'Customize\\Form\\Type\\Admin\\SearchEstimateType' => '?',
  3864.             'Customize\\Form\\Type\\Admin\\SearchOrderType' => '?',
  3865.             'Customize\\Form\\Type\\Admin\\StickerMasterdataDataType' => '?',
  3866.             'Customize\\Form\\Type\\Admin\\StickerMasterdataEditType' => '?',
  3867.             'Customize\\Form\\Type\\Admin\\StickerMasterdataType' => '?',
  3868.             'Customize\\Form\\Type\\Front\\EstimateCuttingStickerOptionType' => '?',
  3869.             'Customize\\Form\\Type\\Front\\EstimateCuttingStickerType' => '?',
  3870.             'Customize\\Form\\Type\\Front\\EstimatePrintStickerOptionType' => '?',
  3871.             'Customize\\Form\\Type\\Front\\EstimatePrintStickerType' => '?',
  3872.             'Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateItemType' => '?',
  3873.             'Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateShippingType' => '?',
  3874.             'Customize\\Form\\Type\\Front\\EstimateRequest\\EstimateType' => '?',
  3875.             'Customize\\Form\\Type\\Front\\NonMemberLoginType' => '?',
  3876.             'Customize\\Form\\Type\\Master\\EstimateStatusType' => '?',
  3877.             'Eccube\\Form\\Type\\AddCartType' => '?',
  3878.             'Eccube\\Form\\Type\\AddressType' => '?',
  3879.             'Eccube\\Form\\Type\\Admin\\AuthenticationType' => '?',
  3880.             'Eccube\\Form\\Type\\Admin\\AuthorityRoleType' => '?',
  3881.             'Eccube\\Form\\Type\\Admin\\BlockType' => '?',
  3882.             'Eccube\\Form\\Type\\Admin\\CalendarType' => '?',
  3883.             'Eccube\\Form\\Type\\Admin\\CategoryType' => '?',
  3884.             'Eccube\\Form\\Type\\Admin\\ChangePasswordType' => '?',
  3885.             'Eccube\\Form\\Type\\Admin\\ClassCategoryType' => '?',
  3886.             'Eccube\\Form\\Type\\Admin\\ClassNameType' => '?',
  3887.             'Eccube\\Form\\Type\\Admin\\CsvImportType' => '?',
  3888.             'Eccube\\Form\\Type\\Admin\\CustomerType' => '?',
  3889.             'Eccube\\Form\\Type\\Admin\\DeliveryFeeType' => '?',
  3890.             'Eccube\\Form\\Type\\Admin\\DeliveryTimeType' => '?',
  3891.             'Eccube\\Form\\Type\\Admin\\DeliveryType' => '?',
  3892.             'Eccube\\Form\\Type\\Admin\\LayoutType' => '?',
  3893.             'Eccube\\Form\\Type\\Admin\\LogType' => '?',
  3894.             'Eccube\\Form\\Type\\Admin\\LoginType' => '?',
  3895.             'Eccube\\Form\\Type\\Admin\\MailType' => '?',
  3896.             'Eccube\\Form\\Type\\Admin\\MainEditType' => '?',
  3897.             'Eccube\\Form\\Type\\Admin\\MasterdataDataType' => '?',
  3898.             'Eccube\\Form\\Type\\Admin\\MasterdataEditType' => '?',
  3899.             'Eccube\\Form\\Type\\Admin\\MasterdataType' => '?',
  3900.             'Eccube\\Form\\Type\\Admin\\MemberType' => '?',
  3901.             'Eccube\\Form\\Type\\Admin\\NewsType' => '?',
  3902.             'Eccube\\Form\\Type\\Admin\\OrderItemType' => '?',
  3903.             'Eccube\\Form\\Type\\Admin\\OrderMailType' => '?',
  3904.             'Eccube\\Form\\Type\\Admin\\OrderPdfType' => '?',
  3905.             'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => '?',
  3906.             'Eccube\\Form\\Type\\Admin\\OrderType' => '?',
  3907.             'Eccube\\Form\\Type\\Admin\\PageType' => '?',
  3908.             'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => '?',
  3909.             'Eccube\\Form\\Type\\Admin\\PluginLocalInstallType' => '?',
  3910.             'Eccube\\Form\\Type\\Admin\\PluginManagementType' => '?',
  3911.             'Eccube\\Form\\Type\\Admin\\ProductClassEditType' => '?',
  3912.             'Eccube\\Form\\Type\\Admin\\ProductClassMatrixType' => '?',
  3913.             'Eccube\\Form\\Type\\Admin\\ProductClassType' => '?',
  3914.             'Eccube\\Form\\Type\\Admin\\ProductTag' => '?',
  3915.             'Eccube\\Form\\Type\\Admin\\ProductType' => '?',
  3916.             'Eccube\\Form\\Type\\Admin\\SearchCustomerType' => '?',
  3917.             'Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType' => '?',
  3918.             'Eccube\\Form\\Type\\Admin\\SearchOrderType' => '?',
  3919.             'Eccube\\Form\\Type\\Admin\\SearchPluginApiType' => '?',
  3920.             'Eccube\\Form\\Type\\Admin\\SearchProductType' => '?',
  3921.             'Eccube\\Form\\Type\\Admin\\SecurityType' => '?',
  3922.             'Eccube\\Form\\Type\\Admin\\ShippingType' => '?',
  3923.             'Eccube\\Form\\Type\\Admin\\ShopMasterType' => '?',
  3924.             'Eccube\\Form\\Type\\Admin\\TagType' => '?',
  3925.             'Eccube\\Form\\Type\\Admin\\TaxRuleType' => '?',
  3926.             'Eccube\\Form\\Type\\Admin\\TemplateType' => '?',
  3927.             'Eccube\\Form\\Type\\Admin\\TradeLawType' => '?',
  3928.             'Eccube\\Form\\Type\\Admin\\TwoFactorAuthType' => '?',
  3929.             'Eccube\\Form\\Type\\Front\\ContactType' => '?',
  3930.             'Eccube\\Form\\Type\\Front\\CustomerAddressType' => '?',
  3931.             'Eccube\\Form\\Type\\Front\\CustomerLoginType' => '?',
  3932.             'Eccube\\Form\\Type\\Front\\EntryType' => '?',
  3933.             'Eccube\\Form\\Type\\Front\\ForgotType' => '?',
  3934.             'Eccube\\Form\\Type\\Front\\NonMemberType' => '?',
  3935.             'Eccube\\Form\\Type\\Front\\PasswordResetType' => '?',
  3936.             'Eccube\\Form\\Type\\Front\\ShoppingShippingType' => '?',
  3937.             'Eccube\\Form\\Type\\Install\\Step1Type' => '?',
  3938.             'Eccube\\Form\\Type\\Install\\Step3Type' => '?',
  3939.             'Eccube\\Form\\Type\\Install\\Step4Type' => '?',
  3940.             'Eccube\\Form\\Type\\Install\\Step5Type' => '?',
  3941.             'Eccube\\Form\\Type\\KanaType' => '?',
  3942.             'Eccube\\Form\\Type\\MasterType' => '?',
  3943.             'Eccube\\Form\\Type\\Master\\CategoryType' => '?',
  3944.             'Eccube\\Form\\Type\\Master\\CsvType' => '?',
  3945.             'Eccube\\Form\\Type\\Master\\CustomerStatusType' => '?',
  3946.             'Eccube\\Form\\Type\\Master\\DeliveryDurationType' => '?',
  3947.             'Eccube\\Form\\Type\\Master\\DeviceTypeType' => '?',
  3948.             'Eccube\\Form\\Type\\Master\\JobType' => '?',
  3949.             'Eccube\\Form\\Type\\Master\\LoginHistoryStatusType' => '?',
  3950.             'Eccube\\Form\\Type\\Master\\MailTemplateType' => '?',
  3951.             'Eccube\\Form\\Type\\Master\\OrderStatusType' => '?',
  3952.             'Eccube\\Form\\Type\\Master\\PageMaxType' => '?',
  3953.             'Eccube\\Form\\Type\\Master\\PaymentType' => '?',
  3954.             'Eccube\\Form\\Type\\Master\\PrefType' => '?',
  3955.             'Eccube\\Form\\Type\\Master\\ProductListMaxType' => '?',
  3956.             'Eccube\\Form\\Type\\Master\\ProductListOrderByType' => '?',
  3957.             'Eccube\\Form\\Type\\Master\\ProductStatusType' => '?',
  3958.             'Eccube\\Form\\Type\\Master\\RoundingTypeType' => '?',
  3959.             'Eccube\\Form\\Type\\Master\\SaleTypeType' => '?',
  3960.             'Eccube\\Form\\Type\\Master\\SexType' => '?',
  3961.             'Eccube\\Form\\Type\\NameType' => '?',
  3962.             'Eccube\\Form\\Type\\PhoneNumberType' => '?',
  3963.             'Eccube\\Form\\Type\\PostalType' => '?',
  3964.             'Eccube\\Form\\Type\\PriceType' => '?',
  3965.             'Eccube\\Form\\Type\\RepeatedEmailType' => '?',
  3966.             'Eccube\\Form\\Type\\RepeatedPasswordType' => '?',
  3967.             'Eccube\\Form\\Type\\SearchProductBlockType' => '?',
  3968.             'Eccube\\Form\\Type\\SearchProductType' => '?',
  3969.             'Eccube\\Form\\Type\\ShippingMultipleItemType' => '?',
  3970.             'Eccube\\Form\\Type\\ShippingMultipleType' => '?',
  3971.             'Eccube\\Form\\Type\\ShoppingMultipleType' => '?',
  3972.             'Eccube\\Form\\Type\\Shopping\\CustomerAddressType' => '?',
  3973.             'Eccube\\Form\\Type\\Shopping\\OrderItemType' => '?',
  3974.             'Eccube\\Form\\Type\\Shopping\\OrderType' => '?',
  3975.             'Eccube\\Form\\Type\\Shopping\\ShippingType' => '?',
  3976.             'Eccube\\Form\\Type\\ToggleSwitchType' => '?',
  3977.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactCommentType' => '?',
  3978.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactMailType' => '?',
  3979.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactStatusType' => '?',
  3980.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\ContactType' => '?',
  3981.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Admin\\SearchContactType' => '?',
  3982.             'Plugin\\CustomerSupportPro42\\Form\\Type\\ContactCommentType' => '?',
  3983.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactPurposeType' => '?',
  3984.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactTemplateCategoryType' => '?',
  3985.             'Plugin\\CustomerSupportPro42\\Form\\Type\\Master\\ContactTemplateType' => '?',
  3986.             'Plugin\\ExpressLink42\\Form\\Type\\Admin\\ConfigType' => '?',
  3987.             'Plugin\\ExpressLink42\\Form\\Type\\DeliverySelectType' => '?',
  3988.             'Plugin\\FwEasyHoliday42\\Form\\Type\\Admin\\HolidayType' => '?',
  3989.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\ConfigType' => '?',
  3990.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiLockedListSearchType' => '?',
  3991.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiLoginHistorySearchType' => '?',
  3992.             'Plugin\\JsysAsi42\\Form\\Type\\Admin\\JsysAsiTfaUserType' => '?',
  3993.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\ConfigType' => '?',
  3994.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialColorType' => '?',
  3995.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialPriceType' => '?',
  3996.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\MaterialType' => '?',
  3997.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionCategoryType' => '?',
  3998.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionTextCategoryType' => '?',
  3999.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\OptionType' => '?',
  4000.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\ProductOptionDesignType' => '?',
  4001.             'Plugin\\ProductOption42\\Form\\Type\\Admin\\ProductOptionType' => '?',
  4002.             'Plugin\\Securitychecker42\\Form\\Type\\Securitychecker42ConfigType' => '?',
  4003.             'Plugin\\TabaCMS2\\Form\\Type\\CategoryType' => '?',
  4004.             'Plugin\\TabaCMS2\\Form\\Type\\FrontPostSearchType' => '?',
  4005.             'Plugin\\TabaCMS2\\Form\\Type\\PostSearchType' => '?',
  4006.             'Plugin\\TabaCMS2\\Form\\Type\\PostType' => '?',
  4007.             'Plugin\\TabaCMS2\\Form\\Type\\TagType' => '?',
  4008.             'Plugin\\TabaCMS2\\Form\\Type\\TypeType' => '?',
  4009.             'Plugin\\TabaCMS2\\Form\\Type\\UserConfigType' => '?',
  4010.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormCreditType' => '?',
  4011.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormCvsType' => '?',
  4012.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormEbankType' => '?',
  4013.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\ConfigFormLaterType' => '?',
  4014.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\CsvImportType' => '?',
  4015.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\LaterDeliveryFormType' => '?',
  4016.             'Plugin\\ZeusPayment42\\Form\\Type\\Admin\\OrderFormType' => '?',
  4017.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4018.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4019.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4020.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4021.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4022.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4023.             yield => ($this->privates['Eccube\\Form\\Extension\\DoctrineOrmExtension'] ?? $this->load('getDoctrineOrmExtensionService'));
  4024.             yield => ($this->privates['Eccube\\Form\\Extension\\HelpTypeExtension'] ?? ($this->privates['Eccube\\Form\\Extension\\HelpTypeExtension'] = new \Eccube\Form\Extension\HelpTypeExtension()));
  4025.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4026.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4027.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4028.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4029.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4030.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4031.         }, 8), 'Eccube\\Form\\Type\\Admin\\MasterdataType' => new RewindableGenerator(function () {
  4032.             yield => ($this->privates['Plugin\\CustomerSupportPro42\\Form\\Extension\\Admin\\MasterdataTypeExtension'] ?? $this->load('getMasterdataTypeExtensionService'));
  4033.         }, 1), 'Eccube\\Form\\Type\\Front\\ContactType' => new RewindableGenerator(function () {
  4034.             yield => ($this->privates['Plugin\\CustomerSupportPro42\\Form\\Extension\\Front\\ContactTypeExtension'] ?? $this->load('getContactTypeExtensionService'));
  4035.             yield => ($this->privates['Customize\\Form\\Extension\\Front\\ContactExtension'] ?? $this->load('getContactExtensionService'));
  4036.         }, 2), 'Eccube\\Form\\Type\\Admin\\SearchOrderType' => new RewindableGenerator(function () {
  4037.             yield => ($this->privates['Plugin\\ExpressLink42\\Form\\Extension\\AdminSearchOrderExtension'] ?? ($this->privates['Plugin\\ExpressLink42\\Form\\Extension\\AdminSearchOrderExtension'] = new \Plugin\ExpressLink42\Form\Extension\AdminSearchOrderExtension()));
  4038.         }, 1), 'Eccube\\Form\\Type\\Admin\\ProductType' => new RewindableGenerator(function () {
  4039.             yield => ($this->privates['Plugin\\ExpressLink42\\Form\\Extension\\ProductExtension'] ?? ($this->privates['Plugin\\ExpressLink42\\Form\\Extension\\ProductExtension'] = new \Plugin\ExpressLink42\Form\Extension\ProductExtension()));
  4040.         }, 1), 'Eccube\\Form\\Type\\Admin\\ShippingType' => new RewindableGenerator(function () {
  4041.             yield => ($this->privates['Plugin\\ExpressLink42\\Form\\Extension\\ShippingExtension'] ?? ($this->privates['Plugin\\ExpressLink42\\Form\\Extension\\ShippingExtension'] = new \Plugin\ExpressLink42\Form\Extension\ShippingExtension()));
  4042.             yield => ($this->privates['Customize\\Form\\Extension\\Admin\\ShippingExtension'] ?? $this->load('getShippingExtensionService'));
  4043.         }, 2), 'Eccube\\Form\\Type\\Admin\\LoginType' => new RewindableGenerator(function () {
  4044.             yield => ($this->privates['Plugin\\JsysAsi42\\Form\\Extension\\Admin\\LoginTypeExtension'] ?? $this->load('getLoginTypeExtensionService'));
  4045.         }, 1), 'Eccube\\Form\\Type\\AddCartType' => new RewindableGenerator(function () {
  4046.             yield => ($this->privates['Plugin\\ProductOption42\\Form\\Extension\\AddCartExtension'] ?? $this->load('getAddCartExtensionService'));
  4047.         }, 1), 'Customize\\Form\\Type\\Admin\\OrderItemType' => new RewindableGenerator(function () {
  4048.             yield => ($this->privates['Plugin\\ProductOption42\\Form\\Extension\\Admin\\OrderItemExtension'] ?? $this->load('getOrderItemExtensionService'));
  4049.         }, 1), 'Eccube\\Form\\Type\\ShippingMultipleType' => new RewindableGenerator(function () {
  4050.             yield => ($this->privates['Plugin\\ProductOption42\\Form\\Extension\\ShippingMultipleExtension'] ?? $this->load('getShippingMultipleExtensionService'));
  4051.         }, 1), 'Eccube\\Form\\Type\\ShippingMultipleItemType' => new RewindableGenerator(function () {
  4052.             yield => ($this->privates['Plugin\\ProductOption42\\Form\\Extension\\ShippingMultipleItemExtension'] ?? ($this->privates['Plugin\\ProductOption42\\Form\\Extension\\ShippingMultipleItemExtension'] = new \Plugin\ProductOption42\Form\Extension\ShippingMultipleItemExtension()));
  4053.         }, 1), 'Eccube\\Form\\Type\\Shopping\\OrderType' => new RewindableGenerator(function () {
  4054.             yield => ($this->privates['Plugin\\ZeusPayment42\\Form\\Extension\\CreditExtention'] ?? $this->load('getCreditExtentionService'));
  4055.             yield => ($this->privates['Plugin\\ZeusPayment42\\Form\\Extension\\LaterExtention'] ?? $this->load('getLaterExtentionService'));
  4056.             yield => ($this->privates['Customize\\Form\\Extension\\Shopping\\OrderExtension'] ?? $this->load('getOrderExtensionService'));
  4057.         }, 3), 'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => new RewindableGenerator(function () {
  4058.             yield => ($this->privates['Plugin\\ZeusPayment42\\Form\\Extension\\PaymentRegisterTypeExtention'] ?? $this->load('getPaymentRegisterTypeExtentionService'));
  4059.         }, 1), 'Eccube\\Form\\Type\\Admin\\CustomerType' => new RewindableGenerator(function () {
  4060.             yield => ($this->privates['Customize\\Form\\Extension\\Admin\\CustomerExtension'] ?? $this->load('getCustomerExtensionService'));
  4061.         }, 1), 'Eccube\\Form\\Type\\Admin\\DeliveryType' => new RewindableGenerator(function () {
  4062.             yield => ($this->privates['Customize\\Form\\Extension\\Admin\\DeliveryExtension'] ?? $this->load('getDeliveryExtensionService'));
  4063.         }, 1), 'Eccube\\Form\\Type\\Admin\\OrderMailType' => new RewindableGenerator(function () {
  4064.             yield => ($this->privates['Customize\\Form\\Extension\\Admin\\OrderMailExtension'] ?? $this->load('getOrderMailExtensionService'));
  4065.         }, 1), 'Eccube\\Form\\Type\\Front\\CustomerAddressType' => new RewindableGenerator(function () {
  4066.             yield => ($this->privates['Customize\\Form\\Extension\\Front\\CustomerAddressExtension'] ?? $this->load('getCustomerAddressExtensionService'));
  4067.         }, 1), 'Eccube\\Form\\Type\\Front\\EntryType' => new RewindableGenerator(function () {
  4068.             yield => ($this->privates['Customize\\Form\\Extension\\Front\\EntryExtension'] ?? $this->load('getEntryExtensionService'));
  4069.         }, 1), 'Eccube\\Form\\Type\\Front\\NonMemberType' => new RewindableGenerator(function () {
  4070.             yield => ($this->privates['Customize\\Form\\Extension\\Front\\NonMemberExtension'] ?? $this->load('getNonMemberExtensionService'));
  4071.         }, 1), 'Eccube\\Form\\Type\\Shopping\\ShippingType' => new RewindableGenerator(function () {
  4072.             yield => ($this->privates['Customize\\Form\\Extension\\Shopping\\ShippingExtension'] ?? $this->load('getShippingExtension2Service'));
  4073.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4074.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4075.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4076.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4077.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => new RewindableGenerator(function () {
  4078.             yield => ($this->privates['exercise_html_purifier.form.text_type_extension'] ?? $this->load('getExerciseHtmlPurifier_Form_TextTypeExtensionService'));
  4079.             yield => ($this->privates['Eccube\\Form\\Extension\\HTMLPurifierTextTypeExtension'] ?? $this->load('getHTMLPurifierTextTypeExtensionService'));
  4080.         }, 2)], new RewindableGenerator(function () {
  4081.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4082.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4083.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4084.     }
  4085.     /**
  4086.      * Gets the private 'fragment.listener' shared service.
  4087.      *
  4088.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4089.      */
  4090.     protected function getFragment_ListenerService()
  4091.     {
  4092.         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');
  4093.     }
  4094.     /**
  4095.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4096.      *
  4097.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4098.      */
  4099.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4100.     {
  4101.         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())));
  4102.     }
  4103.     /**
  4104.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4105.      *
  4106.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4107.      */
  4108.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4109.     {
  4110.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4111.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4112.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4113.         }
  4114.         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()), $a);
  4115.     }
  4116.     /**
  4117.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4118.      *
  4119.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4120.      */
  4121.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4122.     {
  4123.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  4124.     }
  4125.     /**
  4126.      * Gets the private 'locale_aware_listener' shared service.
  4127.      *
  4128.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4129.      */
  4130.     protected function getLocaleAwareListenerService()
  4131.     {
  4132.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4133.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  4134.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4135.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4136.     }
  4137.     /**
  4138.      * Gets the private 'locale_listener' shared service.
  4139.      *
  4140.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4141.      */
  4142.     protected function getLocaleListenerService()
  4143.     {
  4144.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('ECCUBE_LOCALE'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  4145.     }
  4146.     /**
  4147.      * Gets the private 'mailer.mailer' shared service.
  4148.      *
  4149.      * @return \Symfony\Component\Mailer\Mailer
  4150.      */
  4151.     protected function getMailer_MailerService()
  4152.     {
  4153.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4154.         if (isset($this->privates['mailer.mailer'])) {
  4155.             return $this->privates['mailer.mailer'];
  4156.         }
  4157.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4158.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  4159.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  4160.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  4161.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  4162.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  4163.     }
  4164.     /**
  4165.      * Gets the private 'monolog.handler.buffered' shared service.
  4166.      *
  4167.      * @return \Monolog\Handler\BufferHandler
  4168.      */
  4169.     protected function getMonolog_Handler_BufferedService()
  4170.     {
  4171.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  4172.     }
  4173.     /**
  4174.      * Gets the private 'monolog.handler.console' shared service.
  4175.      *
  4176.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4177.      */
  4178.     protected function getMonolog_Handler_ConsoleService()
  4179.     {
  4180.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4181.     }
  4182.     /**
  4183.      * Gets the private 'monolog.logger' shared service.
  4184.      *
  4185.      * @return \Symfony\Bridge\Monolog\Logger
  4186.      */
  4187.     protected function getMonolog_LoggerService()
  4188.     {
  4189.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4190.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4191.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  4192.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  4193.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  4194.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  4195.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  4196.         $instance->useMicrosecondTimestamps(true);
  4197.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4198.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  4199.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4200.         return $instance;
  4201.     }
  4202.     /**
  4203.      * Gets the private 'monolog.logger.cache' shared service.
  4204.      *
  4205.      * @return \Symfony\Bridge\Monolog\Logger
  4206.      */
  4207.     protected function getMonolog_Logger_CacheService()
  4208.     {
  4209.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4210.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4211.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  4212.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  4213.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  4214.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  4215.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  4216.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4217.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  4218.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4219.         return $instance;
  4220.     }
  4221.     /**
  4222.      * Gets the private 'monolog.logger.request' shared service.
  4223.      *
  4224.      * @return \Symfony\Bridge\Monolog\Logger
  4225.      */
  4226.     protected function getMonolog_Logger_RequestService()
  4227.     {
  4228.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4229.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4230.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  4231.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  4232.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  4233.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  4234.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  4235.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4236.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  4237.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4238.         return $instance;
  4239.     }
  4240.     /**
  4241.      * Gets the private 'monolog.logger.security' shared service.
  4242.      *
  4243.      * @return \Symfony\Bridge\Monolog\Logger
  4244.      */
  4245.     protected function getMonolog_Logger_SecurityService()
  4246.     {
  4247.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4248.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4249.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  4250.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  4251.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  4252.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  4253.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  4254.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4255.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  4256.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4257.         return $instance;
  4258.     }
  4259.     /**
  4260.      * Gets the private 'parameter_bag' shared service.
  4261.      *
  4262.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4263.      */
  4264.     protected function getParameterBagService()
  4265.     {
  4266.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4267.     }
  4268.     /**
  4269.      * Gets the private 'profiler_listener' shared service.
  4270.      *
  4271.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4272.      */
  4273.     protected function getProfilerListenerService()
  4274.     {
  4275.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4276.         if (isset($this->privates['profiler_listener'])) {
  4277.             return $this->privates['profiler_listener'];
  4278.         }
  4279.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4280.     }
  4281.     /**
  4282.      * Gets the private 'property_info' shared service.
  4283.      *
  4284.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4285.      */
  4286.     protected function getPropertyInfoService()
  4287.     {
  4288.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4289.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4290.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4291.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4292.         }, 3), new RewindableGenerator(function () {
  4293.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4294.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4295.         }, 2), new RewindableGenerator(function () {
  4296.             return new \EmptyIterator();
  4297.         }, 0), new RewindableGenerator(function () {
  4298.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4299.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4300.         }, 2), new RewindableGenerator(function () {
  4301.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4302.         }, 1));
  4303.     }
  4304.     /**
  4305.      * Gets the private 'rate_limiter.cache' shared service.
  4306.      *
  4307.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4308.      */
  4309.     protected function getRateLimiter_CacheService()
  4310.     {
  4311.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('635t6d-tz-'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4312.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4313.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4314.     }
  4315.     /**
  4316.      * Gets the private 'router.expression_language_provider' shared service.
  4317.      *
  4318.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4319.      */
  4320.     protected function getRouter_ExpressionLanguageProviderService()
  4321.     {
  4322.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4323.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4324.         ], [
  4325.             'env' => 'Closure',
  4326.         ]));
  4327.     }
  4328.     /**
  4329.      * Gets the private 'router.request_context' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\Routing\RequestContext
  4332.      */
  4333.     protected function getRouter_RequestContextService()
  4334.     {
  4335.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4336.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4337.         return $instance;
  4338.     }
  4339.     /**
  4340.      * Gets the private 'router_listener' shared service.
  4341.      *
  4342.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4343.      */
  4344.     protected function getRouterListenerService()
  4345.     {
  4346.         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);
  4347.     }
  4348.     /**
  4349.      * Gets the private 'security.context_listener.0' shared service.
  4350.      *
  4351.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4352.      */
  4353.     protected function getSecurity_ContextListener_0Service()
  4354.     {
  4355.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  4356.         if (isset($this->privates['security.context_listener.0'])) {
  4357.             return $this->privates['security.context_listener.0'];
  4358.         }
  4359.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  4360.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  4361.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  4362.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4363.     }
  4364.     /**
  4365.      * Gets the private 'security.context_listener.1' shared service.
  4366.      *
  4367.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4368.      */
  4369.     protected function getSecurity_ContextListener_1Service()
  4370.     {
  4371.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  4372.         if (isset($this->privates['security.context_listener.1'])) {
  4373.             return $this->privates['security.context_listener.1'];
  4374.         }
  4375.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  4376.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  4377.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  4378.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4379.     }
  4380.     /**
  4381.      * Gets the private 'security.csrf.token_storage' shared service.
  4382.      *
  4383.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4384.      */
  4385.     protected function getSecurity_Csrf_TokenStorageService()
  4386.     {
  4387.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4388.     }
  4389.     /**
  4390.      * Gets the private 'security.event_dispatcher.admin' shared service.
  4391.      *
  4392.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4393.      */
  4394.     protected function getSecurity_EventDispatcher_AdminService()
  4395.     {
  4396.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4398.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  4399.         }, => 'checkPassport'], 2048);
  4400.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4401.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  4402.         }, => 'onSuccessfulLogin'], 0);
  4403.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4404.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  4405.         }, => 'onLogout'], 0);
  4406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4407.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4408.         }, => 'onLogout'], 0);
  4409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4410.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  4411.         }, => 'checkPassport'], 2080);
  4412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4413.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  4414.         }, => 'onSuccessfulLogin'], 0);
  4415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4416.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4417.         }, => 'preCheckCredentials'], 256);
  4418.         $instance->addListener('security.authentication.success', [=> function () {
  4419.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  4420.         }, => 'postCheckCredentials'], 256);
  4421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4422.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4423.         }, => 'checkPassport'], 1024);
  4424.         $instance->addListener('security.interactive_login', [=> function () {
  4425.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4426.         }, => 'onInteractiveLogin'], 0);
  4427.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4428.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4429.         }, => 'onAuthenticationFailure'], 0);
  4430.         $instance->addListener('security.interactive_login', [=> function () {
  4431.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  4432.         }, => 'onInteractiveLogin'], 0);
  4433.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4434.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  4435.         }, => 'onCheckPassport'], -10);
  4436.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4437.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  4438.         }, => 'onLoginSuccess'], 0);
  4439.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4440.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  4441.         }, => 'onLoginFailure'], 0);
  4442.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4443.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4444.         }, => 'checkPassport'], 0);
  4445.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4446.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4447.         }, => 'onLoginSuccess'], 0);
  4448.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4449.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4450.         }, => 'checkPassport'], 512);
  4451.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4452.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4453.         }, => 'onLogout'], 0);
  4454.         return $instance;
  4455.     }
  4456.     /**
  4457.      * Gets the private 'security.event_dispatcher.customer' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4460.      */
  4461.     protected function getSecurity_EventDispatcher_CustomerService()
  4462.     {
  4463.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4465.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  4466.         }, => 'checkPassport'], 2048);
  4467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4468.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  4469.         }, => 'onSuccessfulLogin'], 0);
  4470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4471.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  4472.         }, => 'onLogout'], 64);
  4473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4474.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4475.         }, => 'onLogout'], 0);
  4476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4477.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  4478.         }, => 'checkPassport'], 2080);
  4479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4480.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  4481.         }, => 'onSuccessfulLogin'], 0);
  4482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4483.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  4484.         }, => 'onSuccessfulLogin'], -32);
  4485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4486.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4487.         }, => 'onSuccessfulLogin'], -64);
  4488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4489.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4490.         }, => 'clearCookie'], 0);
  4491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4492.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4493.         }, => 'clearCookie'], 0);
  4494.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4495.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  4496.         }, => 'clearCookie'], 0);
  4497.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4498.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  4499.         }, => 'preCheckCredentials'], 256);
  4500.         $instance->addListener('security.authentication.success', [=> function () {
  4501.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  4502.         }, => 'postCheckCredentials'], 256);
  4503.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4504.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4505.         }, => 'checkPassport'], 1024);
  4506.         $instance->addListener('security.interactive_login', [=> function () {
  4507.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4508.         }, => 'onInteractiveLogin'], 0);
  4509.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4510.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  4511.         }, => 'onAuthenticationFailure'], 0);
  4512.         $instance->addListener('security.interactive_login', [=> function () {
  4513.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  4514.         }, => 'onInteractiveLogin'], 0);
  4515.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4516.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  4517.         }, => 'onCheckPassport'], -10);
  4518.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4519.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  4520.         }, => 'onLoginSuccess'], 0);
  4521.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4522.             return ($this->privates['Plugin\\JsysAsi42\\Event'] ?? $this->load('getEvent2Service'));
  4523.         }, => 'onLoginFailure'], 0);
  4524.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4525.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4526.         }, => 'checkPassport'], 0);
  4527.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4528.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4529.         }, => 'onLoginSuccess'], 0);
  4530.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4531.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4532.         }, => 'checkPassport'], 512);
  4533.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4534.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4535.         }, => 'onLogout'], 0);
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'security.firewall.map' shared service.
  4540.      *
  4541.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4542.      */
  4543.     protected function getSecurity_Firewall_MapService()
  4544.     {
  4545.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  4546.         if (isset($this->privates['security.firewall.map'])) {
  4547.             return $this->privates['security.firewall.map'];
  4548.         }
  4549.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4550.             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)/')));
  4551.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.fMw1zHq'] ?? ($this->privates['.security.request_matcher.fMw1zHq'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  4552.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4553.         }, 3));
  4554.     }
  4555.     /**
  4556.      * Gets the private 'security.logout_url_generator' shared service.
  4557.      *
  4558.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4559.      */
  4560.     protected function getSecurity_LogoutUrlGeneratorService()
  4561.     {
  4562.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4563.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  4564.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  4565.         return $instance;
  4566.     }
  4567.     /**
  4568.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4569.      *
  4570.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4571.      */
  4572.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4573.     {
  4574.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4575.     }
  4576.     /**
  4577.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4578.      *
  4579.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4580.      */
  4581.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4582.     {
  4583.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4584.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4585.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4586.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4587.     }
  4588.     /**
  4589.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4590.      *
  4591.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4592.      */
  4593.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4594.     {
  4595.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4596.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4597.             return $this->privates['sensio_framework_extra.security.listener'];
  4598.         }
  4599.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4600.     }
  4601.     /**
  4602.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4603.      *
  4604.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4605.      */
  4606.     protected function getSensioFrameworkExtra_View_ListenerService()
  4607.     {
  4608.         $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))));
  4609.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4610.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4611.         ], [
  4612.             'twig' => '?',
  4613.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4614.         return $instance;
  4615.     }
  4616.     /**
  4617.      * Gets the private 'session.factory' shared service.
  4618.      *
  4619.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4620.      */
  4621.     protected function getSession_FactoryService()
  4622.     {
  4623.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4624.         if (isset($this->privates['session.factory'])) {
  4625.             return $this->privates['session.factory'];
  4626.         }
  4627.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  4628.     }
  4629.     /**
  4630.      * Gets the private 'session_listener' shared service.
  4631.      *
  4632.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4633.      */
  4634.     protected function getSessionListenerService()
  4635.     {
  4636.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4637.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4638.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4639.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4640.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4641.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4642.         ], [
  4643.             'initialized_session' => '?',
  4644.             'logger' => '?',
  4645.             'session' => '?',
  4646.             'session_collector' => '?',
  4647.             'session_factory' => '?',
  4648.         ]), true$this->getParameter('session.storage.options'));
  4649.     }
  4650.     /**
  4651.      * Gets the private 'state_machine.estimate.metadata_store' shared service.
  4652.      *
  4653.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4654.      */
  4655.     protected function getStateMachine_Estimate_MetadataStoreService()
  4656.     {
  4657.         return $this->privates['state_machine.estimate.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4658.     }
  4659.     /**
  4660.      * Gets the private 'state_machine.order.metadata_store' shared service.
  4661.      *
  4662.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4663.      */
  4664.     protected function getStateMachine_Order_MetadataStoreService()
  4665.     {
  4666.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4667.     }
  4668.     /**
  4669.      * Gets the private 'taba.tabacms2.dynamic_routing_listener' shared service.
  4670.      *
  4671.      * @return \Plugin\TabaCMS2\EventListener\DynamicRoutingListener
  4672.      */
  4673.     protected function getTaba_Tabacms2_DynamicRoutingListenerService()
  4674.     {
  4675.         return $this->privates['taba.tabacms2.dynamic_routing_listener'] = new \Plugin\TabaCMS2\EventListener\DynamicRoutingListener($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4676.     }
  4677.     /**
  4678.      * Gets the private 'taba.tabacms2.initialize_listener' shared service.
  4679.      *
  4680.      * @return \Plugin\TabaCMS2\EventListener\InitializeListener
  4681.      */
  4682.     protected function getTaba_Tabacms2_InitializeListenerService()
  4683.     {
  4684.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4685.         if (isset($this->privates['taba.tabacms2.initialize_listener'])) {
  4686.             return $this->privates['taba.tabacms2.initialize_listener'];
  4687.         }
  4688.         return $this->privates['taba.tabacms2.initialize_listener'] = new \Plugin\TabaCMS2\EventListener\InitializeListener($this$a);
  4689.     }
  4690.     /**
  4691.      * Gets the private 'translator.default' shared service.
  4692.      *
  4693.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4694.      */
  4695.     protected function getTranslator_DefaultService()
  4696.     {
  4697.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4698.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4699.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4700.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4701.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4702.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4703.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4704.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4705.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4706.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4707.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4708.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4709.         ], [
  4710.             'translation.loader.csv' => '?',
  4711.             'translation.loader.dat' => '?',
  4712.             'translation.loader.ini' => '?',
  4713.             'translation.loader.json' => '?',
  4714.             'translation.loader.mo' => '?',
  4715.             'translation.loader.php' => '?',
  4716.             'translation.loader.po' => '?',
  4717.             'translation.loader.qt' => '?',
  4718.             'translation.loader.res' => '?',
  4719.             'translation.loader.xliff' => '?',
  4720.             'translation.loader.yml' => '?',
  4721.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/FwEasyHoliday42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/TabaCMS2/Resource/locale/messages.ja.php'), => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/JsysAsi42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/JsysAsi42/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 14 => (\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/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/FwEasyHoliday42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/TabaCMS2/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/JsysAsi42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), 10 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 11 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Eccube/translations'), 26 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/CustomerSupportPro42/Resource/locale'=> 'app/Plugin/FwEasyHoliday42/Resource/locale'=> 'app/Plugin/TabaCMS2/Resource/locale'=> 'app/Plugin/ProductOption42/Resource/locale'=> 'app/Plugin/JsysAsi42/Resource/locale'=> 'app/Plugin/ExpressLink42/Resource/locale'10 => 'src/Eccube/Resource/locale/'11 => 'app/Customize/Resource/locale/'12 => 'vendor/symfony/framework-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/twig-bundle/translations'19 => 'vendor/symfony/debug-bundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'vendor/symfony/maker-bundle/src/translations'22 => 'vendor/exercise/htmlpurifier-bundle/src/translations'23 => 'vendor/doctrine/doctrine-migrations-bundle/translations'24 => 'vendor/twig/extra-bundle/translations'25 => 'src/Eccube/translations'26 => 'translations']]], []);
  4722.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4723.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  4724.         return $instance;
  4725.     }
  4726.     /**
  4727.      * Gets the private 'validator.builder' shared service.
  4728.      *
  4729.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4730.      */
  4731.     protected function getValidator_BuilderService()
  4732.     {
  4733.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4734.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4735.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4736.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  4737.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  4738.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator''getCardExpirationValidatorService'true],
  4739.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  4740.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => ['privates''Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator''getOrLengthValidatorService'true],
  4741.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4742.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4743.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4744.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4745.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4746.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4747.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4748.             'unique.clientip' => ['privates''validator.unique.clientip''getValidator_Unique_ClientipService'true],
  4749.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4750.         ], [
  4751.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  4752.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  4753.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\CardExpirationValidator' => '?',
  4754.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\ClientIpValidator' => '?',
  4755.             'Plugin\\ZeusPayment42\\Validator\\Constraints\\OrLengthValidator' => '?',
  4756.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4757.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4758.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4759.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4760.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4761.             'doctrine.orm.validator.unique' => '?',
  4762.             'security.validator.user_password' => '?',
  4763.             'unique.clientip' => '?',
  4764.             'validator.expression' => '?',
  4765.         ])));
  4766.         if ($this->has('translator')) {
  4767.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4768.         }
  4769.         $instance->setTranslationDomain('validators');
  4770.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4771.         $instance->enableAnnotationMapping(true);
  4772.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4773.         $instance->addMethodMapping('loadValidatorMetadata');
  4774.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4775.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4776.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4777.         return $instance;
  4778.     }
  4779.     /**
  4780.      * Gets the private 'var_dumper.html_dumper' shared service.
  4781.      *
  4782.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4783.      */
  4784.     protected function getVarDumper_HtmlDumperService()
  4785.     {
  4786.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4787.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4788.         return $instance;
  4789.     }
  4790.     /**
  4791.      * Gets the private 'web_profiler.csp.handler' shared service.
  4792.      *
  4793.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4794.      */
  4795.     protected function getWebProfiler_Csp_HandlerService()
  4796.     {
  4797.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4798.     }
  4799.     /**
  4800.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4801.      *
  4802.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4803.      */
  4804.     protected function getWebProfiler_DebugToolbarService()
  4805.     {
  4806.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4807.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4808.             return $this->privates['web_profiler.debug_toolbar'];
  4809.         }
  4810.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4811.     }
  4812.     /**
  4813.      * Gets the public 'cache_clearer' alias.
  4814.      *
  4815.      * @return object The ".container.private.cache_clearer" service.
  4816.      */
  4817.     protected function getCacheClearerService()
  4818.     {
  4819.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4820.         return $this->get('.container.private.cache_clearer');
  4821.     }
  4822.     /**
  4823.      * Gets the public 'filesystem' alias.
  4824.      *
  4825.      * @return object The ".container.private.filesystem" service.
  4826.      */
  4827.     protected function getFilesystemService()
  4828.     {
  4829.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4830.         return $this->get('.container.private.filesystem');
  4831.     }
  4832.     /**
  4833.      * Gets the public 'state_machine.estimate' alias.
  4834.      *
  4835.      * @return object The ".container.private.state_machine.estimate" service.
  4836.      */
  4837.     protected function getStateMachine_EstimateService()
  4838.     {
  4839.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.estimate" service directly from the container is deprecated, use dependency injection instead.');
  4840.         return $this->get('.container.private.state_machine.estimate');
  4841.     }
  4842.     /**
  4843.      * Gets the public 'state_machine.order' alias.
  4844.      *
  4845.      * @return object The ".container.private.state_machine.order" service.
  4846.      */
  4847.     protected function getStateMachine_OrderService()
  4848.     {
  4849.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  4850.         return $this->get('.container.private.state_machine.order');
  4851.     }
  4852.     /**
  4853.      * Gets the public 'serializer' alias.
  4854.      *
  4855.      * @return object The ".container.private.serializer" service.
  4856.      */
  4857.     protected function getSerializerService()
  4858.     {
  4859.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4860.         return $this->get('.container.private.serializer');
  4861.     }
  4862.     /**
  4863.      * Gets the public 'security.csrf.token_manager' alias.
  4864.      *
  4865.      * @return object The ".container.private.security.csrf.token_manager" service.
  4866.      */
  4867.     protected function getSecurity_Csrf_TokenManagerService()
  4868.     {
  4869.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4870.         return $this->get('.container.private.security.csrf.token_manager');
  4871.     }
  4872.     /**
  4873.      * Gets the public 'form.factory' alias.
  4874.      *
  4875.      * @return object The ".container.private.form.factory" service.
  4876.      */
  4877.     protected function getForm_FactoryService()
  4878.     {
  4879.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4880.         return $this->get('.container.private.form.factory');
  4881.     }
  4882.     /**
  4883.      * Gets the public 'form.type.file' alias.
  4884.      *
  4885.      * @return object The ".container.private.form.type.file" service.
  4886.      */
  4887.     protected function getForm_Type_FileService()
  4888.     {
  4889.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4890.         return $this->get('.container.private.form.type.file');
  4891.     }
  4892.     /**
  4893.      * Gets the public 'profiler' alias.
  4894.      *
  4895.      * @return object The ".container.private.profiler" service.
  4896.      */
  4897.     protected function getProfilerService()
  4898.     {
  4899.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4900.         return $this->get('.container.private.profiler');
  4901.     }
  4902.     /**
  4903.      * Gets the public 'security.authorization_checker' alias.
  4904.      *
  4905.      * @return object The ".container.private.security.authorization_checker" service.
  4906.      */
  4907.     protected function getSecurity_AuthorizationCheckerService()
  4908.     {
  4909.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4910.         return $this->get('.container.private.security.authorization_checker');
  4911.     }
  4912.     /**
  4913.      * Gets the public 'security.token_storage' alias.
  4914.      *
  4915.      * @return object The ".container.private.security.token_storage" service.
  4916.      */
  4917.     protected function getSecurity_TokenStorageService()
  4918.     {
  4919.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4920.         return $this->get('.container.private.security.token_storage');
  4921.     }
  4922.     /**
  4923.      * Gets the public 'twig' alias.
  4924.      *
  4925.      * @return object The ".container.private.twig" service.
  4926.      */
  4927.     protected function getTwigService()
  4928.     {
  4929.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4930.         return $this->get('.container.private.twig');
  4931.     }
  4932.     /**
  4933.      * Gets the public 'security.password_encoder' alias.
  4934.      *
  4935.      * @return object The ".container.private.security.password_encoder" service.
  4936.      */
  4937.     protected function getSecurity_PasswordEncoderService()
  4938.     {
  4939.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4940.         return $this->get('.container.private.security.password_encoder');
  4941.     }
  4942.     /**
  4943.      * Gets the public 'session' alias.
  4944.      *
  4945.      * @return object The ".container.private.session" service.
  4946.      */
  4947.     protected function getSessionService()
  4948.     {
  4949.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4950.         return $this->get('.container.private.session');
  4951.     }
  4952.     /**
  4953.      * Gets the public 'validator' alias.
  4954.      *
  4955.      * @return object The ".container.private.validator" service.
  4956.      */
  4957.     protected function getValidatorService()
  4958.     {
  4959.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4960.         return $this->get('.container.private.validator');
  4961.     }
  4962.     /**
  4963.      * @return array|bool|float|int|string|\UnitEnum|null
  4964.      */
  4965.     public function getParameter(string $name)
  4966.     {
  4967.         if (isset($this->buildParameters[$name])) {
  4968.             return $this->buildParameters[$name];
  4969.         }
  4970.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4971.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4972.         }
  4973.         if (isset($this->loadedDynamicParameters[$name])) {
  4974.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4975.         }
  4976.         return $this->parameters[$name];
  4977.     }
  4978.     public function hasParameter(string $name): bool
  4979.     {
  4980.         if (isset($this->buildParameters[$name])) {
  4981.             return true;
  4982.         }
  4983.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4984.     }
  4985.     public function setParameter(string $name$value): void
  4986.     {
  4987.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4988.     }
  4989.     public function getParameterBag(): ParameterBagInterface
  4990.     {
  4991.         if (null === $this->parameterBag) {
  4992.             $parameters $this->parameters;
  4993.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4994.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4995.             }
  4996.             foreach ($this->buildParameters as $name => $value) {
  4997.                 $parameters[$name] = $value;
  4998.             }
  4999.             $this->parameterBag = new FrozenParameterBag($parameters);
  5000.         }
  5001.         return $this->parameterBag;
  5002.     }
  5003.     private $loadedDynamicParameters = [
  5004.         'kernel.runtime_environment' => false,
  5005.         'kernel.build_dir' => false,
  5006.         'kernel.cache_dir' => false,
  5007.         'locale' => false,
  5008.         'timezone' => false,
  5009.         'currency' => false,
  5010.         'eccube_database_url' => false,
  5011.         'eccube_mailer_dsn' => false,
  5012.         'eccube_admin_route' => false,
  5013.         'eccube_user_data_route' => false,
  5014.         'eccube_front_allow_hosts' => false,
  5015.         'eccube_front_deny_hosts' => false,
  5016.         'eccube_admin_allow_hosts' => false,
  5017.         'eccube_admin_deny_hosts' => false,
  5018.         'eccube_force_ssl' => false,
  5019.         'eccube.theme' => false,
  5020.         'eccube_theme_code' => false,
  5021.         'eccube_auth_magic' => false,
  5022.         'eccube_theme_front_dir' => false,
  5023.         'eccube_html_front_dir' => false,
  5024.         'eccube_csv_temp_realdir' => false,
  5025.         'eccube_owners_store_url' => false,
  5026.         'eccube_package_api_url' => false,
  5027.         'eccube_content_maintenance_file_path' => false,
  5028.         'eccube_2fa_enabled' => false,
  5029.         'eccube_2fa_cookie_name' => false,
  5030.         'eccube_2fa_expire' => false,
  5031.         'eccube_restrict_file_upload' => false,
  5032.         'fontplus_js_src' => false,
  5033.         'kernel.secret' => false,
  5034.         'kernel.default_locale' => false,
  5035.         'debug.container.dump' => false,
  5036.         'serializer.mapping.cache.file' => false,
  5037.         'session.storage.options' => false,
  5038.         'validator.mapping.cache.file' => false,
  5039.         'profiler.storage.dsn' => false,
  5040.         'doctrine.orm.proxy_dir' => false,
  5041.     ];
  5042.     private $dynamicParameters = [];
  5043.     private function getDynamicParameter(string $name)
  5044.     {
  5045.         switch ($name) {
  5046.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5047.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5048.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5049.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  5050.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  5051.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  5052.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  5053.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  5054.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  5055.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  5056.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  5057.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  5058.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  5059.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  5060.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  5061.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  5062.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  5063.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  5064.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  5065.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  5066.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  5067.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  5068.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  5069.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  5070.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  5071.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  5072.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  5073.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  5074.             case 'fontplus_js_src'$value $this->getEnv('FONTPLUS_JS_SRC'); break;
  5075.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  5076.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  5077.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  5078.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5079.             case 'session.storage.options'$value = [
  5080.                 'cache_limiter' => '0',
  5081.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  5082.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  5083.                 'cookie_httponly' => true,
  5084.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  5085.                 'gc_probability' => 1,
  5086.             ]; break;
  5087.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5088.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5089.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5090.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5091.         }
  5092.         $this->loadedDynamicParameters[$name] = true;
  5093.         return $this->dynamicParameters[$name] = $value;
  5094.     }
  5095.     protected function getDefaultParameters(): array
  5096.     {
  5097.         return [
  5098.             'kernel.project_dir' => \dirname(__DIR__4),
  5099.             'kernel.environment' => 'dev',
  5100.             'kernel.debug' => true,
  5101.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5102.             'kernel.bundles' => [
  5103.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5104.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5105.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5106.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5107.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5108.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5109.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5110.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5111.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5112.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5113.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5114.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  5115.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5116.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5117.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  5118.             ],
  5119.             'kernel.bundles_metadata' => [
  5120.                 'FrameworkBundle' => [
  5121.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5122.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5123.                 ],
  5124.                 'SecurityBundle' => [
  5125.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5126.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5127.                 ],
  5128.                 'DoctrineBundle' => [
  5129.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5130.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5131.                 ],
  5132.                 'DoctrineFixturesBundle' => [
  5133.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5134.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5135.                 ],
  5136.                 'SensioFrameworkExtraBundle' => [
  5137.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5138.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5139.                 ],
  5140.                 'MonologBundle' => [
  5141.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5142.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5143.                 ],
  5144.                 'TwigBundle' => [
  5145.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5146.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5147.                 ],
  5148.                 'DebugBundle' => [
  5149.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5150.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5151.                 ],
  5152.                 'WebProfilerBundle' => [
  5153.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5154.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5155.                 ],
  5156.                 'MakerBundle' => [
  5157.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5158.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5159.                 ],
  5160.                 'KnpPaginatorBundle' => [
  5161.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  5162.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  5163.                 ],
  5164.                 'ExerciseHTMLPurifierBundle' => [
  5165.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  5166.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  5167.                 ],
  5168.                 'DoctrineMigrationsBundle' => [
  5169.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5170.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5171.                 ],
  5172.                 'TwigExtraBundle' => [
  5173.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5174.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5175.                 ],
  5176.                 'EccubeBundle' => [
  5177.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  5178.                     'namespace' => 'Eccube',
  5179.                 ],
  5180.             ],
  5181.             'kernel.charset' => 'UTF-8',
  5182.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  5183.             'container.dumper.inline_class_loader' => true,
  5184.             'env(ECCUBE_LOCALE)' => 'ja',
  5185.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  5186.             'env(ECCUBE_CURRENCY)' => 'JPY',
  5187.             'env(DATABASE_URL)' => '',
  5188.             'env(DATABASE_SERVER_VERSION)' => NULL,
  5189.             'env(DATABASE_CHARSET)' => 'utf8',
  5190.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  5191.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  5192.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  5193.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  5194.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  5195.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  5196.             'env(ECCUBE_FORCE_SSL)' => '0',
  5197.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  5198.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  5199.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  5200.             'env(ECCUBE_COOKIE_PATH)' => '/',
  5201.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  5202.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  5203.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  5204.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  5205.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  5206.             'env(ECCUBE_2FA_ENABLED)' => '1',
  5207.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  5208.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  5209.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  5210.             'eccube_auth_type' => 'HMAC',
  5211.             'eccube_password_hash_algos' => 'SHA256',
  5212.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  5213.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  5214.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  5215.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  5216.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  5217.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  5218.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  5219.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  5220.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  5221.             'eccube_twig_block_templates' => [
  5222.             ],
  5223.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  5224.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  5225.             'eccube_csv_size' => 5,
  5226.             'eccube_csv_split_lines' => 100,
  5227.             'eccube_default_password' => 'abc********123',
  5228.             'eccube_deliv_addr_max' => 20,
  5229.             'eccube_deliv_date_end_max' => 21,
  5230.             'eccube_id_max_len' => 50,
  5231.             'eccube_id_min_len' => 4,
  5232.             'eccube_int_len' => 9,
  5233.             'eccube_category_nest_level' => 5,
  5234.             'eccube_lltext_len' => 99999,
  5235.             'eccube_ltext_len' => 3000,
  5236.             'eccube_max_total_fee' => 9999999999,
  5237.             'eccube_mltext_len' => 1000,
  5238.             'eccube_mtext_len' => 200,
  5239.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  5240.             'plugin_html_urlpath' => '/plugin/',
  5241.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  5242.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  5243.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  5244.             'eccube_price_len' => 8,
  5245.             'eccube_search_pmax' => 12,
  5246.             'eccube_sitemap_products_per_page' => 1000,
  5247.             'eccube_stext_len' => 255,
  5248.             'eccube_sltext_len' => 500,
  5249.             'eccube_smtext_len' => 100,
  5250.             'eccube_tax_rule_priority' => [
  5251.                 => 'product_id',
  5252.                 => 'product_class_id',
  5253.                 => 'pref_id',
  5254.                 => 'country_id',
  5255.             ],
  5256.             'eccube_url_len' => 1024,
  5257.             'eccube_default_page_count' => 50,
  5258.             'eccube_admin_product_stock_status' => 3,
  5259.             'eccube_customer_reset_expire' => 10,
  5260.             'eccube_csv_export_separator' => ',',
  5261.             'eccube_csv_export_encoding' => 'SJIS-win',
  5262.             'eccube_csv_import_encoding' => [
  5263.                 => 'UTF-8',
  5264.                 => 'SJIS-win',
  5265.                 => 'SJIS',
  5266.                 => 'EUC-JP',
  5267.                 => 'ASCII',
  5268.                 => 'JIS',
  5269.             ],
  5270.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  5271.             'eccube_csv_export_multidata_separator' => ',',
  5272.             'eccube_csv_import_delimiter' => ',',
  5273.             'eccube_csv_import_enclosure' => '"',
  5274.             'eccube_csv_import_escape' => '\\',
  5275.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  5276.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  5277.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  5278.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  5279.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  5280.             'eccube_name_len' => 16,
  5281.             'eccube_kana_len' => 25,
  5282.             'eccube_address1_len' => 32,
  5283.             'eccube_address2_len' => 32,
  5284.             'eccube_birth_max' => 110,
  5285.             'eccube_product_order_price_lower' => 1,
  5286.             'eccube_product_order_newer' => 2,
  5287.             'eccube_product_order_price_higher' => 3,
  5288.             'eccube_price_max' => 2147483647,
  5289.             'eccube_tel_len_max' => 14,
  5290.             'eccube_postal_code' => 8,
  5291.             'eccube_password_min_len' => 12,
  5292.             'eccube_password_max_len' => 50,
  5293.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  5294.             'eccube_composer_memory_limit' => '1536M',
  5295.             'eccube_order_mail_template_id' => 1,
  5296.             'eccube_entry_confirm_mail_template_id' => 2,
  5297.             'eccube_entry_complete_mail_template_id' => 3,
  5298.             'eccube_customer_withdraw_mail_template_id' => 4,
  5299.             'eccube_contact_mail_template_id' => 5,
  5300.             'eccube_forgot_mail_template_id' => 6,
  5301.             'eccube_reset_complete_mail_template_id' => 7,
  5302.             'eccube_shipping_notify_mail_template_id' => 8,
  5303.             'eccube_rfc_email_check' => false,
  5304.             'eccube_email_len' => 254,
  5305.             'eccube_estimate_no_format' => '',
  5306.             'eccube_order_no_format' => '',
  5307.             'eccube_order_pdf_message_len' => 30,
  5308.             'eccube_news_start_year' => 2000,
  5309.             'eccube_result_cache_lifetime' => 3600,
  5310.             'eccube_result_cache_lifetime_short' => 10,
  5311.             'eccube_restrict_file_upload_urls' => [
  5312.                 => 'admin_content_file',
  5313.                 => 'admin_store_plugin_install',
  5314.                 => 'admin_content_page_new',
  5315.                 => 'admin_content_page_edit',
  5316.                 => 'admin_content_block_new',
  5317.                 => 'admin_content_block_edit',
  5318.                 => 'admin_content_css',
  5319.                 => 'admin_content_js',
  5320.                 => 'admin_store_template_install',
  5321.             ],
  5322.             'eccube_file_uploadable_extensions' => [
  5323.                 => 'jpg',
  5324.                 => 'jpeg',
  5325.                 => 'png',
  5326.                 => 'gif',
  5327.                 => 'webp',
  5328.                 => 'svg',
  5329.                 => 'ico',
  5330.                 => 'html',
  5331.                 => 'htm',
  5332.                 => 'js',
  5333.                 10 => 'css',
  5334.                 11 => 'txt',
  5335.                 12 => 'pdf',
  5336.             ],
  5337.             'eccube_login_throttling_max_attempts' => 5,
  5338.             'eccube_login_throttling_interval' => '30 minutes',
  5339.             'eccube_nav' => [
  5340.                 'product' => [
  5341.                     'name' => 'admin.product.product_management',
  5342.                     'icon' => 'fa-cube',
  5343.                     'children' => [
  5344.                         'product_master' => [
  5345.                             'name' => 'admin.product.product_list',
  5346.                             'url' => 'admin_product',
  5347.                         ],
  5348.                         'product_edit' => [
  5349.                             'name' => 'admin.product.product_registration',
  5350.                             'url' => 'admin_product_product_new',
  5351.                         ],
  5352.                         'class_name' => [
  5353.                             'name' => 'admin.product.class_management',
  5354.                             'url' => 'admin_product_class_name',
  5355.                         ],
  5356.                         'class_category' => [
  5357.                             'name' => 'admin.product.category_management',
  5358.                             'url' => 'admin_product_category',
  5359.                         ],
  5360.                         'product_tag' => [
  5361.                             'name' => 'admin.product.tag_management',
  5362.                             'url' => 'admin_product_tag',
  5363.                         ],
  5364.                         'product_csv_import' => [
  5365.                             'name' => 'admin.product.product_csv_upload',
  5366.                             'url' => 'admin_product_csv_import',
  5367.                         ],
  5368.                         'category_csv_import' => [
  5369.                             'name' => 'admin.product.category_csv_upload',
  5370.                             'url' => 'admin_product_category_csv_import',
  5371.                         ],
  5372.                         'option' => [
  5373.                             'id' => 'admin_product_option',
  5374.                             'name' => 'productoption.admin.nav.product.option',
  5375.                             'url' => 'admin_product_option',
  5376.                         ],
  5377.                         'material' => [
  5378.                             'id' => 'admin_product_material',
  5379.                             'name' => 'productoption.admin.nav.product.material',
  5380.                             'url' => 'admin_product_material',
  5381.                         ],
  5382.                         'sticker_masterdata' => [
  5383.                             'name' => 'admin.product.system.sticker_master_data_management',
  5384.                             'url' => 'admin_setting_system_sticker_masterdata',
  5385.                         ],
  5386.                     ],
  5387.                 ],
  5388.                 'estimate' => [
  5389.                     'name' => 'admin.estimate.estimate_management',
  5390.                     'icon' => 'fa-exclamation-circle',
  5391.                     'children' => [
  5392.                         'estimate_master' => [
  5393.                             'name' => 'admin.estimate.estimate_list',
  5394.                             'url' => 'admin_estimate',
  5395.                         ],
  5396.                         'estimate_edit' => [
  5397.                             'name' => 'admin.estimate.estimate_registration',
  5398.                             'url' => 'admin_estimate_new',
  5399.                         ],
  5400.                     ],
  5401.                 ],
  5402.                 'order' => [
  5403.                     'name' => 'admin.order.order_management',
  5404.                     'icon' => 'fa-shopping-cart',
  5405.                     'children' => [
  5406.                         'order_master' => [
  5407.                             'name' => 'admin.order.order_list',
  5408.                             'url' => 'admin_order',
  5409.                         ],
  5410.                         'order_edit' => [
  5411.                             'name' => 'admin.order.order_registration',
  5412.                             'url' => 'admin_order_new',
  5413.                         ],
  5414.                         'shipping_csv_import' => [
  5415.                             'name' => 'admin.order.shipping_csv_upload',
  5416.                             'url' => 'admin_shipping_csv_import',
  5417.                         ],
  5418.                         'expresslink_import' => [
  5419.                             'id' => 'admin_order_import_expresslink',
  5420.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  5421.                             'url' => 'admin_order_import_expresslink',
  5422.                         ],
  5423.                         'zeus' => [
  5424.                             'name' => 'ゼウス',
  5425.                             'children' => [
  5426.                                 'zeus_order_list' => [
  5427.                                     'name' => 'ゼウス決済管理',
  5428.                                     'url' => 'zeus_order_list',
  5429.                                 ],
  5430.                                 'zeus_order_csv' => [
  5431.                                     'name' => 'クレジット売上CSV',
  5432.                                     'url' => 'zeus_order_csv',
  5433.                                 ],
  5434.                                 'zeus_cancel_csv' => [
  5435.                                     'name' => 'クレジット取消CSV',
  5436.                                     'url' => 'zeus_cancel_csv',
  5437.                                 ],
  5438.                             ],
  5439.                         ],
  5440.                     ],
  5441.                 ],
  5442.                 'customer' => [
  5443.                     'name' => 'admin.customer.customer_management',
  5444.                     'icon' => 'fa-users',
  5445.                     'children' => [
  5446.                         'customer_master' => [
  5447.                             'name' => 'admin.customer.customer_list',
  5448.                             'url' => 'admin_customer',
  5449.                         ],
  5450.                         'customer_edit' => [
  5451.                             'name' => 'admin.customer.customer_registration',
  5452.                             'url' => 'admin_customer_new',
  5453.                         ],
  5454.                     ],
  5455.                 ],
  5456.                 'content' => [
  5457.                     'name' => 'admin.content.contents_management',
  5458.                     'icon' => 'fa-file-text-o',
  5459.                     'children' => [
  5460.                         'news' => [
  5461.                             'name' => 'admin.content.news_management',
  5462.                             'url' => 'admin_content_news',
  5463.                         ],
  5464.                         'file' => [
  5465.                             'name' => 'admin.content.file_management',
  5466.                             'url' => 'admin_content_file',
  5467.                         ],
  5468.                         'layout' => [
  5469.                             'name' => 'admin.content.layout_management',
  5470.                             'url' => 'admin_content_layout',
  5471.                         ],
  5472.                         'page' => [
  5473.                             'name' => 'admin.content.page_management',
  5474.                             'url' => 'admin_content_page',
  5475.                         ],
  5476.                         'css' => [
  5477.                             'name' => 'admin.content.css_management',
  5478.                             'url' => 'admin_content_css',
  5479.                         ],
  5480.                         'js' => [
  5481.                             'name' => 'admin.content.js_management',
  5482.                             'url' => 'admin_content_js',
  5483.                         ],
  5484.                         'block' => [
  5485.                             'name' => 'admin.content.block_management',
  5486.                             'url' => 'admin_content_block',
  5487.                         ],
  5488.                         'cache' => [
  5489.                             'name' => 'admin.content.cache_management',
  5490.                             'url' => 'admin_content_cache',
  5491.                         ],
  5492.                         'maintenance' => [
  5493.                             'name' => 'admin.content.maintenance_management',
  5494.                             'url' => 'admin_content_maintenance',
  5495.                         ],
  5496.                         'productoption' => [
  5497.                             'id' => 'admin_content_productoption',
  5498.                             'name' => 'productoption.admin.nav.content.productoption',
  5499.                             'children' => [
  5500.                                 'option' => [
  5501.                                     'id' => 'admin_content_productoption_option',
  5502.                                     'name' => 'productoption.admin.nav.content.productoption.option',
  5503.                                     'url' => 'admin_content_productoption_option',
  5504.                                 ],
  5505.                                 'description' => [
  5506.                                     'id' => 'admin_content_productoption_description',
  5507.                                     'name' => 'productoption.admin.nav.content.productoption.description',
  5508.                                     'url' => 'admin_content_productoption_description',
  5509.                                 ],
  5510.                                 'css' => [
  5511.                                     'id' => 'admin_content_productoption_css',
  5512.                                     'name' => 'productoption.admin.nav.content.productoption.css',
  5513.                                     'url' => 'admin_content_productoption_css',
  5514.                                 ],
  5515.                             ],
  5516.                         ],
  5517.                     ],
  5518.                 ],
  5519.                 'setting' => [
  5520.                     'name' => 'admin.setting',
  5521.                     'icon' => 'fa-cog',
  5522.                     'children' => [
  5523.                         'shop' => [
  5524.                             'name' => 'admin.setting.shop',
  5525.                             'children' => [
  5526.                                 'shop_index' => [
  5527.                                     'name' => 'admin.setting.shop.shop_setting',
  5528.                                     'url' => 'admin_setting_shop',
  5529.                                 ],
  5530.                                 'shop_tradelaw' => [
  5531.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  5532.                                     'url' => 'admin_setting_shop_tradelaw',
  5533.                                 ],
  5534.                                 'shop_agreement' => [
  5535.                                     'name' => 'admin.setting.shop.agreement_setting',
  5536.                                     'url' => 'admin_content_page_edit',
  5537.                                     'param' => [
  5538.                                         'id' => 19,
  5539.                                         'return' => 'agreement',
  5540.                                     ],
  5541.                                 ],
  5542.                                 'shop_payment' => [
  5543.                                     'name' => 'admin.setting.shop.payment_setting',
  5544.                                     'url' => 'admin_setting_shop_payment',
  5545.                                 ],
  5546.                                 'shop_delivery' => [
  5547.                                     'name' => 'admin.setting.shop.delivery_setting',
  5548.                                     'url' => 'admin_setting_shop_delivery',
  5549.                                 ],
  5550.                                 'shop_tax' => [
  5551.                                     'name' => 'admin.setting.shop.tax_setting',
  5552.                                     'url' => 'admin_setting_shop_tax',
  5553.                                 ],
  5554.                                 'shop_mail' => [
  5555.                                     'name' => 'admin.setting.shop.mail_setting',
  5556.                                     'url' => 'admin_setting_shop_mail',
  5557.                                 ],
  5558.                                 'shop_csv' => [
  5559.                                     'name' => 'admin.setting.shop.csv_setting',
  5560.                                     'url' => 'admin_setting_shop_csv',
  5561.                                 ],
  5562.                                 'shop_order_status' => [
  5563.                                     'name' => 'admin.setting.shop.order_status_setting',
  5564.                                     'url' => 'admin_setting_shop_order_status',
  5565.                                 ],
  5566.                                 'shop_estimate_status' => [
  5567.                                     'name' => 'admin.setting.shop.estimate_status_setting',
  5568.                                     'url' => 'admin_setting_shop_estimate_status',
  5569.                                 ],
  5570.                                 'shop_calendar' => [
  5571.                                     'name' => 'plugin_fw_easy_holiday.admin.edit.title',
  5572.                                     'url' => 'fw_easy_holiday_admin_edit',
  5573.                                 ],
  5574.                             ],
  5575.                         ],
  5576.                         'system' => [
  5577.                             'name' => 'admin.setting.system',
  5578.                             'children' => [
  5579.                                 'member' => [
  5580.                                     'name' => 'admin.setting.system.member_management',
  5581.                                     'url' => 'admin_setting_system_member',
  5582.                                 ],
  5583.                                 'authority' => [
  5584.                                     'name' => 'admin.setting.system.authority_management',
  5585.                                     'url' => 'admin_setting_system_authority',
  5586.                                 ],
  5587.                                 'security' => [
  5588.                                     'name' => 'admin.setting.system.security_management',
  5589.                                     'url' => 'admin_setting_system_security',
  5590.                                 ],
  5591.                                 'login_history' => [
  5592.                                     'name' => 'admin.setting.system.login_history',
  5593.                                     'url' => 'admin_setting_system_login_history',
  5594.                                 ],
  5595.                                 'log' => [
  5596.                                     'name' => 'admin.setting.system.log_display',
  5597.                                     'url' => 'admin_setting_system_log',
  5598.                                 ],
  5599.                                 'masterdata' => [
  5600.                                     'name' => 'admin.setting.system.master_data_management',
  5601.                                     'url' => 'admin_setting_system_masterdata',
  5602.                                 ],
  5603.                                 'system_index' => [
  5604.                                     'name' => 'admin.setting.system.system_info',
  5605.                                     'url' => 'admin_setting_system_system',
  5606.                                 ],
  5607.                                 'expresslink_config' => [
  5608.                                     'id' => 'admin_setting_expresslink_config',
  5609.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  5610.                                     'url' => 'admin_setting_expresslink_config',
  5611.                                 ],
  5612.                             ],
  5613.                         ],
  5614.                     ],
  5615.                 ],
  5616.                 'store' => [
  5617.                     'name' => 'admin.store',
  5618.                     'icon' => 'fa-plug',
  5619.                     'children' => [
  5620.                         'plugin' => [
  5621.                             'name' => 'admin.store.plugin',
  5622.                             'children' => [
  5623.                                 'plugin_owners_search' => [
  5624.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  5625.                                     'url' => 'admin_store_plugin_owners_search',
  5626.                                 ],
  5627.                                 'plugin_list' => [
  5628.                                     'name' => 'admin.store.plugin.plugin_list',
  5629.                                     'url' => 'admin_store_plugin',
  5630.                                 ],
  5631.                             ],
  5632.                         ],
  5633.                         'template' => [
  5634.                             'name' => 'admin.store.template',
  5635.                             'children' => [
  5636.                                 'template_list' => [
  5637.                                     'name' => 'admin.store.template.template_list',
  5638.                                     'url' => 'admin_store_template',
  5639.                                 ],
  5640.                                 'template_install' => [
  5641.                                     'name' => 'admin.store.template.template_install',
  5642.                                     'url' => 'admin_store_template_install',
  5643.                                 ],
  5644.                             ],
  5645.                         ],
  5646.                         'authentication_setting' => [
  5647.                             'name' => 'admin.store.setting',
  5648.                             'url' => 'admin_store_authentication_setting',
  5649.                         ],
  5650.                     ],
  5651.                 ],
  5652.                 'contact' => [
  5653.                     'name' => 'admin.contact.contact_management',
  5654.                     'icon' => 'fa-question-circle-o',
  5655.                     'children' => [
  5656.                         'contact_list' => [
  5657.                             'name' => 'admin.contact.contact_list',
  5658.                             'url' => 'admin_contact',
  5659.                         ],
  5660.                         'contact_new' => [
  5661.                             'name' => 'admin.contact.contact_registration',
  5662.                             'url' => 'admin_contact_contact_new',
  5663.                         ],
  5664.                         'contact_mail' => [
  5665.                             'name' => 'admin.contact.contact_template_list',
  5666.                             'url' => 'admin_contact_mail',
  5667.                         ],
  5668.                         'contact_edit' => [
  5669.                             'name' => 'admin.contact.contact_template_registration',
  5670.                             'url' => 'admin_contact_mail_new',
  5671.                         ],
  5672.                     ],
  5673.                 ],
  5674.                 'jsys_asi_admin_menu_tfa' => [
  5675.                     'name' => 'jsys_asi.admin.admin_menu.tfa.title',
  5676.                     'icon' => 'fa-key',
  5677.                     'children' => [
  5678.                         'jsys_asi_admin_menu_tfa_user' => [
  5679.                             'name' => 'jsys_asi.admin.admin_menu.tfa_user.title',
  5680.                             'url' => 'admin_jsys_asi42_tfa_user',
  5681.                         ],
  5682.                     ],
  5683.                 ],
  5684.                 'jsys_asi_admin_menu_login' => [
  5685.                     'name' => 'jsys_asi.admin.admin_menu.login.title',
  5686.                     'icon' => 'fa-sign-in-alt',
  5687.                     'children' => [
  5688.                         'jsys_asi_admin_menu_login_history' => [
  5689.                             'name' => 'jsys_asi.admin.admin_menu.login_history.title',
  5690.                             'url' => 'admin_jsys_asi42_login_history',
  5691.                         ],
  5692.                         'jsys_asi_admin_menu_locked_list' => [
  5693.                             'name' => 'jsys_asi.admin.admin_menu.locked_list.title',
  5694.                             'url' => 'admin_jsys_asi42_locked_list',
  5695.                         ],
  5696.                     ],
  5697.                 ],
  5698.             ],
  5699.             'env(MAILER_DSN)' => 'null://null',
  5700.             'sticker' => [
  5701.                 'reception_stop' => [
  5702.                     'new_reception_from' => '2026-07-27 00:00:00',
  5703.                     'hide_reply_guidance_from' => '2026-08-01 00:00:00',
  5704.                     'timezone' => 'Asia/Tokyo',
  5705.                 ],
  5706.                 'mail_template' => [
  5707.                     'estimate_confirmed_mail_template_id' => 11,
  5708.                     'estimate_request_mail_template_id' => 12,
  5709.                     'order_data_create_mail_template_id' => 16,
  5710.                     'order_design_confirm_mail_template_id' => 17,
  5711.                     'order_delivery_schedule_mail_template_id' => 18,
  5712.                 ],
  5713.                 'sticker_type' => [
  5714.                     'print' => [
  5715.                         'product_id' => 1,
  5716.                     ],
  5717.                     'cutting' => [
  5718.                         'product_id' => 2,
  5719.                     ],
  5720.                 ],
  5721.                 'upload_dir' => [
  5722.                     'tmp_dir' => (\dirname(__DIR__3).'/sticker/tmp'),
  5723.                     'design_confirm_dir' => (\dirname(__DIR__3).'/sticker/design_confirm'),
  5724.                     'submit_file_dir' => (\dirname(__DIR__3).'/sticker/submit_file'),
  5725.                     'design_image_dir' => (\dirname(__DIR__3).'/sticker/design_image'),
  5726.                     'estimate_pdf_dir' => (\dirname(__DIR__3).'/sticker/estimate_pdf'),
  5727.                     'invoice_pdf_dir' => (\dirname(__DIR__3).'/sticker/invoice_pdf'),
  5728.                     'delivery_pdf_dir' => (\dirname(__DIR__3).'/sticker/delivery_pdf'),
  5729.                     'receipt_pdf_dir' => (\dirname(__DIR__3).'/sticker/receipt_pdf'),
  5730.                 ],
  5731.                 'sticker_option' => [
  5732.                     'option_list' => [
  5733.                         'print' => [
  5734.                             => 'print_sticker_cut_amount',
  5735.                             => 'print_sticker_cut_num',
  5736.                             => 'white_ink',
  5737.                             => 'transcription_app',
  5738.                             => 'mount_cut',
  5739.                         ],
  5740.                         'cutting' => [
  5741.                             => 'cutting_sticker_cut_amount',
  5742.                             => 'cutting_sticker_cut_num',
  5743.                         ],
  5744.                     ],
  5745.                     'option_type' => [
  5746.                         => [
  5747.                             => 'specify_size',
  5748.                             => 'font',
  5749.                             => 'cut_shape',
  5750.                             => 'transfer_sheet',
  5751.                             => 'low_quality',
  5752.                             => 'design_data_type',
  5753.                             => 'data_conversion_request',
  5754.                             => 'delivery_condition',
  5755.                             => 'mount_margin',
  5756.                             => 'line',
  5757.                             10 => 'italic',
  5758.                             11 => 'separate_line',
  5759.                             12 => 'vertical_writing',
  5760.                             13 => 'text_align',
  5761.                         ],
  5762.                         => [
  5763.                             => 'width',
  5764.                             => 'height',
  5765.                             => 'remarks',
  5766.                             => 'sticker_text',
  5767.                             => 'large_text',
  5768.                             => 'memo',
  5769.                             => 'basic_processing_fee',
  5770.                         ],
  5771.                         => [
  5772.                             => 'white_ink',
  5773.                             => 'transcription_app',
  5774.                             => 'mount_cut',
  5775.                             => 'print_sticker_cut_amount',
  5776.                             => 'print_sticker_cut_num',
  5777.                             => 'cutting_sticker_cut_amount',
  5778.                             => 'cutting_sticker_cut_num',
  5779.                         ],
  5780.                         => NULL,
  5781.                     ],
  5782.                     'print_sticker_min_amount' => 2000,
  5783.                     'white_ink_addition_rate' => 30,
  5784.                     'cutting_sticker_min_amount' => 1100,
  5785.                 ],
  5786.                 'validation_white_ink_exclude_ids' => [
  5787.                     => 1,
  5788.                     => 2,
  5789.                 ],
  5790.                 'validation_white_ink_limit_size' => [
  5791.                     'material_id' => [
  5792.                         => [
  5793.                             'high_limit_long_side' => 100,
  5794.                             'high_limit_short_side' => NULL,
  5795.                             'low_limit_long_side' => NULL,
  5796.                             'low_limit_short_side' => NULL,
  5797.                         ],
  5798.                     ],
  5799.                 ],
  5800.                 'np_payment_csv_headers' => [
  5801.                     => '加盟店取引ID',
  5802.                     => '加盟店取引受注日',
  5803.                     => '企業名',
  5804.                     => '部署名',
  5805.                     => '担当者名',
  5806.                     => '購入企業ID',
  5807.                     => '郵便番号',
  5808.                     => '住所',
  5809.                     => '電話番号',
  5810.                     => '',
  5811.                     10 => 'メールアドレス',
  5812.                     11 => '',
  5813.                     12 => '',
  5814.                     13 => '',
  5815.                     14 => '',
  5816.                     15 => '配送先企業名',
  5817.                     16 => '配送先部署名',
  5818.                     17 => '配送先担当者名',
  5819.                     18 => '配送先担当者名(カナ)',
  5820.                     19 => '配送先郵便番号',
  5821.                     20 => '配送先住所',
  5822.                     21 => '配送先電話番号',
  5823.                     22 => '決済方法',
  5824.                     23 => '',
  5825.                     24 => '請求書送付方法',
  5826.                     25 => '',
  5827.                     26 => '取引金額',
  5828.                     27 => '商品名',
  5829.                     28 => '',
  5830.                     29 => '単価',
  5831.                     30 => '数量',
  5832.                     31 => '',
  5833.                     32 => '請求書税区分',
  5834.                 ],
  5835.                 'icon_src' => [
  5836.                     'ai' => '/html/template/default/assets/img/estimate/icon-ai.png',
  5837.                     'pdf' => '/html/template/default/assets/img/estimate/icon-pdf.png',
  5838.                     'svg' => '/html/template/default/assets/img/estimate/icon-svg.png',
  5839.                     'psd' => '/html/template/default/assets/img/estimate/icon-psd.png',
  5840.                 ],
  5841.                 'default_low_limit_size' => [
  5842.                     'long_side' => 0.5,
  5843.                     'short_side' => 0.5,
  5844.                 ],
  5845.                 'delivery_group' => [
  5846.                     => [
  5847.                         'id' => 1,
  5848.                         'label' => 'ポスト便',
  5849.                     ],
  5850.                     => [
  5851.                         'id' => 2,
  5852.                         'label' => '宅配便',
  5853.                     ],
  5854.                 ],
  5855.                 'shipping_method_select_conditions' => [
  5856.                     => [
  5857.                         'id' => 1,
  5858.                         'label' => 'ポスト便OK',
  5859.                     ],
  5860.                     => [
  5861.                         'id' => 2,
  5862.                         'label' => 'ポスト便NG',
  5863.                     ],
  5864.                 ],
  5865.                 'discount_delivery_methods' => [
  5866.                     => [
  5867.                         'id' => 1,
  5868.                         'name' => '宅急便',
  5869.                         'half_amount' => 5500,
  5870.                         'free_amount' => 11000,
  5871.                     ],
  5872.                     => [
  5873.                         'id' => 3,
  5874.                         'name' => 'ネコポス',
  5875.                         'half_amount' => 0,
  5876.                         'free_amount' => 3300,
  5877.                     ],
  5878.                 ],
  5879.                 'deferred_payment_ids' => [
  5880.                     => 4,
  5881.                     => 6,
  5882.                     => 7,
  5883.                 ],
  5884.             ],
  5885.             'eccube_estimate_mail_template_id' => 15,
  5886.             'eccube.twig_sandbox.allowed_tags' => [
  5887.                 => 'apply',
  5888.                 => 'block',
  5889.                 => 'deprecated',
  5890.                 => 'embed',
  5891.                 => 'extends',
  5892.                 => 'flush',
  5893.                 => 'for',
  5894.                 => 'if',
  5895.                 => 'set',
  5896.                 => 'spaceless',
  5897.                 10 => 'verbatim',
  5898.                 11 => 'with',
  5899.                 12 => 'form_theme',
  5900.                 13 => 'stopwatch',
  5901.                 14 => 'trans',
  5902.                 15 => 'trans_default_domain',
  5903.             ],
  5904.             'eccube.twig_sandbox.allowed_filters' => [
  5905.                 => 'abs',
  5906.                 => 'batch',
  5907.                 => 'capitalize',
  5908.                 => 'column',
  5909.                 => 'convert_encoding',
  5910.                 => 'country_name',
  5911.                 => 'currency_name',
  5912.                 => 'currency_symbol',
  5913.                 => 'date',
  5914.                 => 'date_modify',
  5915.                 10 => 'default',
  5916.                 11 => 'escape',
  5917.                 12 => 'first',
  5918.                 13 => 'format',
  5919.                 14 => 'format_currency',
  5920.                 15 => 'format_date',
  5921.                 16 => 'format_datetime',
  5922.                 17 => 'format_number',
  5923.                 18 => 'format_time',
  5924.                 19 => 'join',
  5925.                 20 => 'json_encode',
  5926.                 21 => 'keys',
  5927.                 22 => 'language_name',
  5928.                 23 => 'last',
  5929.                 24 => 'length',
  5930.                 25 => 'locale_name',
  5931.                 26 => 'lower',
  5932.                 27 => 'merge',
  5933.                 28 => 'nl2br',
  5934.                 29 => 'number_format',
  5935.                 30 => 'replace',
  5936.                 31 => 'reverse',
  5937.                 32 => 'round',
  5938.                 33 => 'slice',
  5939.                 34 => 'spaceless',
  5940.                 35 => 'split',
  5941.                 36 => 'striptags',
  5942.                 37 => 'timezone_name',
  5943.                 38 => 'title',
  5944.                 39 => 'trim',
  5945.                 40 => 'upper',
  5946.                 41 => 'url_encode',
  5947.                 42 => 'abbr_class',
  5948.                 43 => 'abbr_method',
  5949.                 44 => 'file_link',
  5950.                 45 => 'file_relative',
  5951.                 46 => 'format_args',
  5952.                 47 => 'format_args_as_text',
  5953.                 48 => 'humanize',
  5954.                 49 => 'serialize',
  5955.                 50 => 'trans',
  5956.                 51 => 'yaml_dump',
  5957.                 52 => 'yaml_encode',
  5958.                 53 => 'currency_symbol',
  5959.                 54 => 'date_day',
  5960.                 55 => 'date_day_with_weekday',
  5961.                 56 => 'date_format',
  5962.                 57 => 'date_min',
  5963.                 58 => 'date_sec',
  5964.                 59 => 'doctrine_format_sql',
  5965.                 60 => 'doctrine_prettify_sql',
  5966.                 61 => 'doctrine_pretty_query',
  5967.                 62 => 'doctrine_replace_query_parameters',
  5968.                 63 => 'e',
  5969.                 64 => 'ellipsis',
  5970.                 65 => 'file_ext_icon',
  5971.                 66 => 'form_encode_currency',
  5972.                 67 => 'format_*_number',
  5973.                 68 => 'format_log_message',
  5974.                 69 => 'no_image_product',
  5975.                 70 => 'price',
  5976.                 71 => 'purify',
  5977.                 72 => 'time_ago',
  5978.             ],
  5979.             'eccube.twig_sandbox.allowed_functions' => [
  5980.                 => 'cycle',
  5981.                 => 'date',
  5982.                 => 'max',
  5983.                 => 'min',
  5984.                 => 'random',
  5985.                 => 'range',
  5986.                 => 'country_timezones',
  5987.                 => 'absolute_url',
  5988.                 => 'asset',
  5989.                 => 'asset_version',
  5990.                 10 => 'csrf_token',
  5991.                 11 => 'form_parent',
  5992.                 12 => 'fragment_uri',
  5993.                 13 => 'impersonation_exit_path',
  5994.                 14 => 'impersonation_exit_url',
  5995.                 15 => 'is_granted',
  5996.                 16 => 'logout_path',
  5997.                 17 => 'logout_url',
  5998.                 18 => 'path',
  5999.                 19 => 'relative_path',
  6000.                 20 => 't',
  6001.                 21 => 'url',
  6002.                 22 => 'active_menus',
  6003.                 23 => 'class_categories_as_json',
  6004.                 24 => 'country_names',
  6005.                 25 => 'csrf_token_for_anchor',
  6006.                 26 => 'currency_names',
  6007.                 27 => 'currency_symbol',
  6008.                 28 => 'field_choices',
  6009.                 29 => 'field_errors',
  6010.                 30 => 'field_help',
  6011.                 31 => 'field_label',
  6012.                 32 => 'field_name',
  6013.                 33 => 'field_value',
  6014.                 34 => 'get_all_carts',
  6015.                 35 => 'get_cart',
  6016.                 36 => 'get_carts_total_price',
  6017.                 37 => 'get_carts_total_quantity',
  6018.                 38 => 'has_errors',
  6019.                 39 => 'is_reduced_tax_rate',
  6020.                 40 => 'language_names',
  6021.                 41 => 'product',
  6022.                 42 => 'workflow_can',
  6023.                 43 => 'workflow_has_marked_place',
  6024.                 44 => 'workflow_marked_places',
  6025.                 45 => 'workflow_metadata',
  6026.                 46 => 'workflow_transition',
  6027.                 47 => 'workflow_transition_blockers',
  6028.                 48 => 'workflow_transitions',
  6029.             ],
  6030.             'eccube.twig_sandbox.allowed_methods' => [
  6031.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  6032.                     => 'getrequest',
  6033.                 ],
  6034.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  6035.                     => 'geturi',
  6036.                 ],
  6037.             ],
  6038.             'eccube.twig_sandbox.allowed_properties' => [
  6039.             ],
  6040.             'eccube_ltextarea_len' => 10000,
  6041.             'eccube_contact_comment_image_dir' => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/contact_comment'),
  6042.             'eccube_temp_image_contact_comment_dir' => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/contact_comment/temp_image'),
  6043.             'eccube_image_contact_comment_dir' => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/contact_comment/save_image'),
  6044.             'eccube_contact_image_max_file_size' => 5000000,
  6045.             'eccube_contact_browse_request_interval' => 60000,
  6046.             'eccube_contact_management_mail_template_name' => '問い合わせ受付メール(問い合わせ管理プラグイン用)',
  6047.             'eccube_contact_comment_send_mail_type' => 1,
  6048.             'eccube_contact_comment_memo_registration_type' => 0,
  6049.             'jsys_asi_tfa_code_len' => '6',
  6050.             'jsys_asi_tfa_otp_banned_min' => '5',
  6051.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  6052.             'product_review_display_count_min' => 1,
  6053.             'product_review_display_count_max' => 30,
  6054.             'plugin_recommend.text_area_len' => 4000,
  6055.             'related_product.text_area_len' => 4000,
  6056.             'related_product.max_item_count' => 6,
  6057.             'sales_report_product_maximum_display' => 20,
  6058.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  6059.             'zeus_payment_name' => 'ゼウス決済',
  6060.             'zeus_payment_page_name' => 'ゼウス決済画面',
  6061.             'zeus_plugin_code' => 'ZeusPayment42',
  6062.             'zeuspayment_urlpath' => '/app/plugin/ZeusPayment42',
  6063.             'zeuspayment_img_urlpath' => 'ZeusPayment42/assets/img',
  6064.             'zeus_cvs_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/cvs.cgi',
  6065.             'zeus_edy_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/edy.cgi',
  6066.             'zeus_ebank_link_point_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/ebank.cgi',
  6067.             'zeus_secure_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6068.             'zeus_secure_3d_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6069.             'zeus_secure_3d_information_link_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6070.             'zeus_fetch_customer_info_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure/api.cgi',
  6071.             'zeus_get_token_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/token/token.cgi',
  6072.             'zeus_secure_link_batch_url' => 'https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi',
  6073.             'later' => [
  6074.                 'transaction_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/transaction.do',
  6075.                 'modifytransaction_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/modifytransaction.do',
  6076.                 'getauthori_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/getauthori.do',
  6077.                 'shipping_request_request_url' => 'https://atobarai.sbi-finsol.co.jp/api/shippingrequest.do',
  6078.                 'link_id' => 'sbifsprd01',
  6079.             ],
  6080.             'zeus_resp_server_ips' => '210.164.6.67,202.221.139.50',
  6081.             'zeus_auth_error_message' => '決済が失敗しました。他のお支払い方法をご選択ください。',
  6082.             'zeus_processing_error_message' => '別タブ(ウィンドウ)で決済処理中です、複数タブ(ウィンドウ)で操作しないでください。',
  6083.             'zeus_sale_type_update_success_message' => '配送先情報を登録しました。',
  6084.             'zeus_sale_type_update_error_message' => '配送先情報を登録失敗しました。',
  6085.             'zeus_payment_method_credit' => 'ZEUSクレジット決済',
  6086.             'zeus_payment_method_cvs' => 'ZEUSコンビニ決済',
  6087.             'zeus_payment_method_edy' => 'ZEUS楽天Edy決済',
  6088.             'zeus_payment_method_ebank' => 'ZEUS銀行振込決済',
  6089.             'zeus_payment_method_later' => 'ZEUS後払い決済',
  6090.             'zeus_payment_3ds2_norisk' => true,
  6091.             'zeus_edy_paid' => 4,
  6092.             'zeus_edy_failed' => 5,
  6093.             'zeus_credit_options' => [
  6094.                 'payment_choices' => [
  6095.                     '01' => '一括払い',
  6096.                     '03' => '3回払い',
  6097.                     '05' => '5回払い',
  6098.                     '06' => '6回払い',
  6099.                     10 => '10回払い',
  6100.                     12 => '12回払い',
  6101.                     15 => '15回払い',
  6102.                     18 => '18回払い',
  6103.                     20 => '20回払い',
  6104.                     24 => '24回払い',
  6105.                     99 => 'リボ払い',
  6106.                 ],
  6107.             ],
  6108.             'zeus_later_delivery_company_code' => [
  6109.                 '佐川急便' => 11,
  6110.                 'ヤマト運輸' => 12,
  6111.                 '郵便書留' => 15,
  6112.                 'ゆうパック' => 16,
  6113.                 'エコ配' => 27,
  6114.                 '福山通運' => 18,
  6115.                 '西濃運輸' => 14,
  6116.                 '日本通運' => 13,
  6117.                 'JPロジスティクス' => 26,
  6118.                 'セイノーエクスプレス' => 30,
  6119.                 '名鉄運輸' => 21,
  6120.                 '信州名鉄運輸' => 23,
  6121.                 '新潟運輸' => 20,
  6122.                 'トナミ運輸' => 29,
  6123.                 '大川配送サービス' => 31,
  6124.                 'プラスサービス' => 32,
  6125.             ],
  6126.             'eccube_rate_limiter_configs' => [
  6127.             ],
  6128.             'eccube.plugins.enabled' => [
  6129.                 => 'Securitychecker42',
  6130.                 => 'CustomerSupportPro42',
  6131.                 => 'FwEasyHoliday42',
  6132.                 => 'TabaCMS2',
  6133.                 => 'ProductOption42',
  6134.                 => 'ZeusPayment42',
  6135.                 => 'JsysAsi42',
  6136.                 => 'ExpressLink42',
  6137.             ],
  6138.             'eccube.plugins.disabled' => [
  6139.                 => 'Coupon42',
  6140.                 => 'FNJ_GoogleReCaptcha',
  6141.                 => 'MailMagazine42',
  6142.                 => 'ProductReview42',
  6143.                 => 'Recommend42',
  6144.                 => 'RelatedProduct42',
  6145.                 => 'SalesReport42',
  6146.                 => 'SiteKit42',
  6147.             ],
  6148.             'event_dispatcher.event_aliases' => [
  6149.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6150.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6151.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6152.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6153.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6154.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6155.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6156.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6157.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6158.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6159.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6160.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6161.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6162.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6163.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6164.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6165.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6166.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6167.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6168.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6169.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6170.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6171.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6172.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6173.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6174.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6175.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6176.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6177.             ],
  6178.             'fragment.renderer.hinclude.global_template' => NULL,
  6179.             'fragment.path' => '/_fragment',
  6180.             'kernel.http_method_override' => true,
  6181.             'kernel.trusted_hosts' => [
  6182.             ],
  6183.             'kernel.enabled_locales' => [
  6184.             ],
  6185.             'kernel.error_controller' => 'error_controller',
  6186.             'debug.file_link_format' => NULL,
  6187.             'asset.request_context.base_path' => NULL,
  6188.             'asset.request_context.secure' => NULL,
  6189.             'translator.logging' => false,
  6190.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6191.             'debug.error_handler.throw_at' => -1,
  6192.             'router.request_context.host' => 'localhost',
  6193.             'router.request_context.scheme' => 'http',
  6194.             'router.request_context.base_url' => '',
  6195.             'router.resource' => 'kernel::loadRoutes',
  6196.             'request_listener.http_port' => 80,
  6197.             'request_listener.https_port' => 443,
  6198.             'session.metadata.storage_key' => '_sf2_meta',
  6199.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  6200.             'session.metadata.update_threshold' => 0,
  6201.             'form.type_extension.csrf.enabled' => true,
  6202.             'form.type_extension.csrf.field_name' => '_token',
  6203.             'validator.translation_domain' => 'validators',
  6204.             'profiler_listener.only_exceptions' => false,
  6205.             'profiler_listener.only_main_requests' => false,
  6206.             'security.role_hierarchy.roles' => [
  6207.             ],
  6208.             'security.access.denied_url' => NULL,
  6209.             'security.authentication.manager.erase_credentials' => true,
  6210.             'security.authentication.session_strategy.strategy' => 'migrate',
  6211.             'security.access.always_authenticate_before_granting' => false,
  6212.             'security.authentication.hide_user_not_found' => true,
  6213.             'security.firewalls' => [
  6214.                 => 'dev',
  6215.                 => 'admin',
  6216.                 => 'customer',
  6217.             ],
  6218.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6219.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6220.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6221.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6222.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6223.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6224.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6225.             'doctrine.entity_managers' => [
  6226.                 'default' => 'doctrine.orm.default_entity_manager',
  6227.             ],
  6228.             'doctrine.default_entity_manager' => 'default',
  6229.             'doctrine.dbal.connection_factory.types' => [
  6230.                 'datetime' => [
  6231.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  6232.                 ],
  6233.                 'datetimetz' => [
  6234.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  6235.                 ],
  6236.             ],
  6237.             'doctrine.connections' => [
  6238.                 'default' => 'doctrine.dbal.default_connection',
  6239.             ],
  6240.             'doctrine.default_connection' => 'default',
  6241.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6242.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6243.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6244.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6245.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6246.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6247.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6248.             'doctrine.orm.cache.memcache_port' => 11211,
  6249.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6250.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6251.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6252.             'doctrine.orm.cache.memcached_port' => 11211,
  6253.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6254.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6255.             'doctrine.orm.cache.redis_host' => 'localhost',
  6256.             'doctrine.orm.cache.redis_port' => 6379,
  6257.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6258.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6259.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6260.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6261.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6262.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6263.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6264.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6265.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6266.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6267.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6268.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6269.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6270.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6271.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6272.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6273.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6274.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6275.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6276.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6277.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6278.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6279.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6280.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6281.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6282.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6283.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6284.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6285.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6286.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6287.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6288.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6289.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6290.             'monolog.use_microseconds' => true,
  6291.             'monolog.swift_mailer.handlers' => [
  6292.             ],
  6293.             'monolog.handlers_to_channels' => [
  6294.                 'monolog.handler.console' => [
  6295.                     'type' => 'exclusive',
  6296.                     'elements' => [
  6297.                         => 'event',
  6298.                         => 'doctrine',
  6299.                         => 'console',
  6300.                     ],
  6301.                 ],
  6302.                 'monolog.handler.buffered' => [
  6303.                     'type' => 'exclusive',
  6304.                     'elements' => [
  6305.                         => 'event',
  6306.                     ],
  6307.                 ],
  6308.             ],
  6309.             'twig.form.resources' => [
  6310.                 => 'form_div_layout.html.twig',
  6311.                 => 'bootstrap_5_layout.html.twig',
  6312.             ],
  6313.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6314.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6315.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6316.             'web_profiler.debug_toolbar.mode' => 2,
  6317.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6318.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6319.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6320.             'knp_paginator.page_range' => 5,
  6321.             'knp_paginator.page_limit' => NULL,
  6322.             'doctrine.migrations.preferred_em' => NULL,
  6323.             'doctrine.migrations.preferred_connection' => NULL,
  6324.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6325.             'data_collector.templates' => [
  6326.                 'data_collector.request' => [
  6327.                     => 'request',
  6328.                     => '@WebProfiler/Collector/request.html.twig',
  6329.                 ],
  6330.                 'data_collector.time' => [
  6331.                     => 'time',
  6332.                     => '@WebProfiler/Collector/time.html.twig',
  6333.                 ],
  6334.                 'data_collector.memory' => [
  6335.                     => 'memory',
  6336.                     => '@WebProfiler/Collector/memory.html.twig',
  6337.                 ],
  6338.                 'data_collector.validator' => [
  6339.                     => 'validator',
  6340.                     => '@WebProfiler/Collector/validator.html.twig',
  6341.                 ],
  6342.                 'data_collector.ajax' => [
  6343.                     => 'ajax',
  6344.                     => '@WebProfiler/Collector/ajax.html.twig',
  6345.                 ],
  6346.                 'data_collector.form' => [
  6347.                     => 'form',
  6348.                     => '@WebProfiler/Collector/form.html.twig',
  6349.                 ],
  6350.                 'data_collector.exception' => [
  6351.                     => 'exception',
  6352.                     => '@WebProfiler/Collector/exception.html.twig',
  6353.                 ],
  6354.                 'data_collector.logger' => [
  6355.                     => 'logger',
  6356.                     => '@WebProfiler/Collector/logger.html.twig',
  6357.                 ],
  6358.                 'data_collector.events' => [
  6359.                     => 'events',
  6360.                     => '@WebProfiler/Collector/events.html.twig',
  6361.                 ],
  6362.                 'data_collector.router' => [
  6363.                     => 'router',
  6364.                     => '@WebProfiler/Collector/router.html.twig',
  6365.                 ],
  6366.                 'data_collector.cache' => [
  6367.                     => 'cache',
  6368.                     => '@WebProfiler/Collector/cache.html.twig',
  6369.                 ],
  6370.                 'data_collector.translation' => [
  6371.                     => 'translation',
  6372.                     => '@WebProfiler/Collector/translation.html.twig',
  6373.                 ],
  6374.                 'data_collector.security' => [
  6375.                     => 'security',
  6376.                     => '@Security/Collector/security.html.twig',
  6377.                 ],
  6378.                 'data_collector.twig' => [
  6379.                     => 'twig',
  6380.                     => '@WebProfiler/Collector/twig.html.twig',
  6381.                 ],
  6382.                 'data_collector.doctrine' => [
  6383.                     => 'db',
  6384.                     => '@Doctrine/Collector/db.html.twig',
  6385.                 ],
  6386.                 'doctrine_migrations.migrations_collector' => [
  6387.                     => 'doctrine_migrations',
  6388.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6389.                 ],
  6390.                 'data_collector.dump' => [
  6391.                     => 'dump',
  6392.                     => '@Debug/Profiler/dump.html.twig',
  6393.                 ],
  6394.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  6395.                 'mailer.data_collector' => [
  6396.                     => 'mailer',
  6397.                     => '@WebProfiler/Collector/mailer.html.twig',
  6398.                 ],
  6399.                 'data_collector.config' => [
  6400.                     => 'config',
  6401.                     => '@WebProfiler/Collector/config.html.twig',
  6402.                 ],
  6403.                 'eccube.collector.core' => [
  6404.                     => 'eccube_core',
  6405.                     => '@toolbar/eccube.html.twig',
  6406.                 ],
  6407.             ],
  6408.             'console.command.ids' => [
  6409.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  6410.             ],
  6411.         ];
  6412.     }
  6413.     protected function throw($message)
  6414.     {
  6415.         throw new RuntimeException($message);
  6416.     }
  6417. }