var/cache/dev/ContainerSGoIAAQ/Eccube_KernelDevDebugContainer.php line 871

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