var/cache/dev/Container8Bxj91M/Eccube_KernelDevDebugContainer.php line 3323

Open in your IDE?
  1. <?php
  2. namespace Container8Bxj91M;
  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. 'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  46. 'cache.app' => 'getCache_AppService',
  47. 'cache.rate_limiter' => 'getCache_RateLimiterService',
  48. 'cache.system' => 'getCache_SystemService',
  49. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  50. 'data_collector.dump' => 'getDataCollector_DumpService',
  51. 'doctrine' => 'getDoctrineService',
  52. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54. 'event_dispatcher' => 'getEventDispatcherService',
  55. 'http_kernel' => 'getHttpKernelService',
  56. 'request_stack' => 'getRequestStackService',
  57. 'router' => 'getRouterService',
  58. 'translator' => 'getTranslatorService',
  59. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60. 'cache_clearer' => 'getCacheClearerService',
  61. 'filesystem' => 'getFilesystemService',
  62. 'state_machine.order' => 'getStateMachine_OrderService',
  63. 'serializer' => 'getSerializerService',
  64. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65. 'form.factory' => 'getForm_FactoryService',
  66. 'form.type.file' => 'getForm_Type_FileService',
  67. 'profiler' => 'getProfilerService',
  68. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69. 'security.token_storage' => 'getSecurity_TokenStorageService',
  70. 'twig' => 'getTwigService',
  71. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72. 'session' => 'getSessionService',
  73. 'validator' => 'getValidatorService',
  74. ];
  75. $this->fileMap = [
  76. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82. 'Customize\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  83. 'Customize\\Controller\\Admin\\AmazonPayment\\AmazonRedirectController' => 'getAmazonRedirectControllerService',
  84. 'Customize\\Controller\\Admin\\Campaign\\CampaignController' => 'getCampaignControllerService',
  85. 'Customize\\Controller\\Admin\\Category\\CategoryController' => 'getCategoryControllerService',
  86. 'Customize\\Controller\\Admin\\Coupon\\CouponController' => 'getCouponControllerService',
  87. 'Customize\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  88. 'Customize\\Controller\\Admin\\Faq\\FaqController' => 'getFaqControllerService',
  89. 'Customize\\Controller\\Admin\\News\\NewsController' => 'getNewsControllerService',
  90. 'Customize\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  91. 'Customize\\Controller\\Admin\\Product\\OptionOrderController' => 'getOptionOrderControllerService',
  92. 'Customize\\Controller\\Admin\\Product\\PriceController' => 'getPriceControllerService',
  93. 'Customize\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  94. 'Customize\\Controller\\Admin\\Product\\SimulatorController' => 'getSimulatorControllerService',
  95. 'Customize\\Controller\\Admin\\Season\\SeasonController' => 'getSeasonControllerService',
  96. 'Customize\\Controller\\Admin\\Setting\\DeliveryConfirmController' => 'getDeliveryConfirmControllerService',
  97. 'Customize\\Controller\\Admin\\WarningText\\WarningTextController' => 'getWarningTextControllerService',
  98. 'Customize\\Controller\\Admin\\WorkingTime\\WorkingTimeController' => 'getWorkingTimeControllerService',
  99. 'Customize\\Controller\\AmazonPayCustomController' => 'getAmazonPayCustomControllerService',
  100. 'Customize\\Controller\\AuthController' => 'getAuthControllerService',
  101. 'Customize\\Controller\\BaseController' => 'getBaseControllerService',
  102. 'Customize\\Controller\\CampaignController' => 'getCampaignController2Service',
  103. 'Customize\\Controller\\CategoryController' => 'getCategoryController2Service',
  104. 'Customize\\Controller\\CustomCartController' => 'getCustomCartControllerService',
  105. 'Customize\\Controller\\InquiryController' => 'getInquiryControllerService',
  106. 'Customize\\Controller\\MyPageController' => 'getMyPageControllerService',
  107. 'Customize\\Controller\\NewsController' => 'getNewsController2Service',
  108. 'Customize\\Controller\\ProductHomeController' => 'getProductHomeControllerService',
  109. 'Customize\\Controller\\SeasonController' => 'getSeasonController2Service',
  110. 'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  111. 'Customize\\Controller\\TopController' => 'getTopControllerService',
  112. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  113. 'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  114. 'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  115. 'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  116. 'Eccube\\Controller\\Admin\\AdminController' => 'getAdminController2Service',
  117. 'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  118. 'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  119. 'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  120. 'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  121. 'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  122. 'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  123. 'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  124. 'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsController3Service',
  125. 'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  126. 'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerController2Service',
  127. 'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  128. 'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  129. 'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  130. 'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  131. 'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  132. 'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderController2Service',
  133. 'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  134. 'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryController3Service',
  135. 'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  136. 'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  137. 'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  138. 'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  139. 'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service',
  140. 'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  141. 'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  142. 'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  143. 'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  144. 'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  145. 'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  146. 'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  147. 'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  148. 'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  149. 'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  150. 'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  151. 'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  152. 'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  153. 'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  154. 'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  155. 'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  156. 'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  157. 'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  158. 'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  159. 'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  160. 'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  161. 'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  162. 'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  163. 'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  164. 'Eccube\\Controller\\CartController' => 'getCartController2Service',
  165. 'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  166. 'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  167. 'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  168. 'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  169. 'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  170. 'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  171. 'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  172. 'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  173. 'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageController2Service',
  174. 'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  175. 'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  176. 'Eccube\\Controller\\ProductController' => 'getProductController3Service',
  177. 'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  178. 'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  179. 'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  180. 'Eccube\\Controller\\TopController' => 'getTopController2Service',
  181. 'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  182. 'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  183. 'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  184. 'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  185. 'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  186. 'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  187. 'Plugin\\AmazonPayV2_42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  188. 'Plugin\\AmazonPayV2_42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  189. 'Plugin\\AmazonPayV2_42\\Controller\\AmazonRedirectController' => 'getAmazonRedirectController2Service',
  190. 'Plugin\\AmazonPayV2_42\\Controller\\AmazonShoppingController' => 'getAmazonShoppingControllerService',
  191. 'Plugin\\AmazonPayV2_42\\Service\\AmazonRequestService' => 'getAmazonRequestServiceService',
  192. 'Plugin\\AmazonPayV2_42\\Service\\Method\\AmazonPay' => 'getAmazonPayService',
  193. 'Plugin\\CouponPro42\\Controller\\Admin\\CouponController' => 'getCouponController2Service',
  194. 'Plugin\\CouponPro42\\Controller\\Admin\\EditController' => 'getEditController2Service',
  195. 'Plugin\\CouponPro42\\Controller\\Block\\CouponBlockController' => 'getCouponBlockControllerService',
  196. 'Plugin\\CouponPro42\\Controller\\MypageController' => 'getMypageController3Service',
  197. 'Plugin\\CouponPro42\\Controller\\Product\\ProductCouponController' => 'getProductCouponControllerService',
  198. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  199. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  200. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  201. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  202. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  203. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  204. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController3Service',
  205. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController3Service',
  206. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  207. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  208. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  209. 'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  210. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  211. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  212. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  213. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  214. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  215. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  216. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  217. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  218. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  219. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  220. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  221. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  222. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  223. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  224. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  225. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  226. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  227. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  228. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  229. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  230. 'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  231. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  232. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  233. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  234. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  235. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  236. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  237. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  238. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  239. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  240. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  241. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  242. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  243. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  244. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  245. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  246. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  247. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  248. 'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  249. 'Plugin\\ReportPdf2Ft\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  250. 'Plugin\\ReportPdf2Ft\\Controller\\ReportPdf2FtController' => 'getReportPdf2FtControllerService',
  251. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  252. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  253. 'cache.app_clearer' => 'getCache_AppClearerService',
  254. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  255. 'cache.system_clearer' => 'getCache_SystemClearerService',
  256. 'cache_warmer' => 'getCacheWarmerService',
  257. 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  258. 'console.command_loader' => 'getConsole_CommandLoaderService',
  259. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  260. 'eccube.logger' => 'getEccube_LoggerService',
  261. 'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  262. 'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  263. 'error_controller' => 'getErrorControllerService',
  264. 'knp_paginator' => 'getKnpPaginatorService',
  265. 'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  266. 'monolog.logger.amazon_pay_v2' => 'getMonolog_Logger_AmazonPayV2Service',
  267. 'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  268. 'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  269. 'routing.loader' => 'getRouting_LoaderService',
  270. 'services_resetter' => 'getServicesResetterService',
  271. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  272. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  273. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  274. ];
  275. $this->aliases = [
  276. 'database_connection' => 'doctrine.dbal.default_connection',
  277. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  278. ];
  279. $this->privates['service_container'] = function () {
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  286. include_once \dirname(__DIR__, 4).'/src/Eccube/Kernel.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  290. include_once \dirname(__DIR__, 4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  291. include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/Query/Queries.php';
  292. include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  293. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Repository/Customizer/AdminSearchOrderCouponQueryCustomizer.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  295. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  296. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/IpAddrListener.php';
  297. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/LogListener.php';
  298. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/MaintenanceListener.php';
  299. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  300. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/RateLimiterListener.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  305. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  306. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/TransactionListener.php';
  307. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  308. include_once \dirname(__DIR__, 4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  315. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/AbstractRepository.php';
  316. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  317. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/BaseInfoRepository.php';
  318. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/BlockPositionRepository.php';
  319. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/BlockRepository.php';
  320. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/CartRepository.php';
  321. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/CategoryRepository.php';
  322. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/LayoutRepository.php';
  323. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  324. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/OrderRepository.php';
  325. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/PageLayoutRepository.php';
  326. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/PageRepository.php';
  327. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/ProductCategoryRepository.php';
  328. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/ProductClassRepository.php';
  329. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/ProductRepository.php';
  330. include_once \dirname(__DIR__, 4).'/src/Eccube/Request/Context.php';
  331. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  332. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  333. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  334. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  335. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/TwoFactorAuthService.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  338. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  339. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  340. include_once \dirname(__DIR__, 4).'/src/Eccube/Common/EccubeConfig.php';
  341. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Repository/CouponRepository.php';
  342. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Repository/Extension/CategoryRepository.php';
  343. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Repository/Extension/OrderRepository.php';
  344. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Repository/OrderCouponRepository.php';
  345. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Service/CharacterConversionService.php';
  346. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Service/CouponHelper.php';
  347. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Service/CategoryService.php';
  348. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Service/OrderService.php';
  349. include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  350. include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  351. include_once \dirname(__DIR__, 4).'/app/Customize/EventListener/RouteBlockListener.php';
  352. include_once \dirname(__DIR__, 4).'/app/Customize/EventListener/TwigInitializeListener.php';
  353. include_once \dirname(__DIR__, 4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  354. include_once \dirname(__DIR__, 4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Transition.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/WorkflowInterface.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Workflow.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/StateMachine.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Definition.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Registry.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  668. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  669. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  670. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  671. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  672. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  673. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  674. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  675. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  676. include_once \dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Service/Twig/Extension/CouponDiscountPriceExtension.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  680. include_once \dirname(__DIR__, 4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  698. };
  699. }
  700. public function compile(): void
  701. {
  702. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  703. }
  704. public function isCompiled(): bool
  705. {
  706. return true;
  707. }
  708. public function getRemovedIds(): array
  709. {
  710. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  711. }
  712. protected function load($file, $lazyLoad = true)
  713. {
  714. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  715. return $class::do($this, $lazyLoad);
  716. }
  717. if ('.' === $file[-4]) {
  718. $class = substr($class, 0, -4);
  719. } else {
  720. $file .= '.php';
  721. }
  722. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  723. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  724. }
  725. protected function createProxy($class, \Closure $factory)
  726. {
  727. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  728. return $factory();
  729. }
  730. /**
  731. * Gets the public '.container.private.profiler' shared service.
  732. *
  733. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  734. */
  735. protected function get_Container_Private_ProfilerService()
  736. {
  737. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  738. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  739. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  740. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  741. $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  742. $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  743. $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  744. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  745. $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  746. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  747. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  748. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  749. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  750. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  751. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  752. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  753. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  754. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  755. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  756. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  757. $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  758. $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  759. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  760. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  761. $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  762. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  763. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  764. $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  765. if ($this->has('kernel')) {
  766. $e->setKernel($b);
  767. }
  768. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  769. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  770. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  771. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  772. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  773. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  774. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  775. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  776. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  777. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  778. $instance->add($d);
  779. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  780. $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));
  781. $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())));
  782. $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([])))));
  783. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  784. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  785. $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  786. $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()))));
  787. $instance->add($e);
  788. $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  789. return $instance;
  790. }
  791. /**
  792. * Gets the public '.container.private.security.authorization_checker' shared service.
  793. *
  794. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  795. */
  796. protected function get_Container_Private_Security_AuthorizationCheckerService()
  797. {
  798. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  799. if (isset($this->services['.container.private.security.authorization_checker'])) {
  800. return $this->services['.container.private.security.authorization_checker'];
  801. }
  802. 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()), $a, false, false, false);
  803. }
  804. /**
  805. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  806. *
  807. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  808. */
  809. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  810. {
  811. 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())));
  812. }
  813. /**
  814. * Gets the public '.container.private.security.token_storage' shared service.
  815. *
  816. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  817. */
  818. protected function get_Container_Private_Security_TokenStorageService()
  819. {
  820. 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, [
  821. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  822. ], [
  823. 'request_stack' => '?',
  824. ]));
  825. }
  826. /**
  827. * Gets the public '.container.private.session' shared service.
  828. *
  829. * @return \Symfony\Component\HttpFoundation\Session\Session
  830. */
  831. protected function get_Container_Private_SessionService()
  832. {
  833. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  834. if (isset($this->services['.container.private.session'])) {
  835. return $this->services['.container.private.session'];
  836. }
  837. return $this->services['.container.private.session'] = $a->createSession();
  838. }
  839. /**
  840. * Gets the public '.container.private.state_machine.order' shared service.
  841. *
  842. * @return \Symfony\Component\Workflow\StateMachine
  843. */
  844. protected function get_Container_Private_StateMachine_OrderService()
  845. {
  846. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  847. if (isset($this->services['.container.private.state_machine.order'])) {
  848. return $this->services['.container.private.state_machine.order'];
  849. }
  850. return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => '1', 1 => '3', 2 => '4', 3 => '5', 4 => '6', 5 => '7', 6 => '8', 7 => '9'], [0 => ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay', '1', '6'))), 1 => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing', '1', '4'))), 2 => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing', '6', '4'))), 3 => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', '1', '3'))), 4 => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', '4', '3'))), 5 => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', '6', '3'))), 6 => ($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'))), 7 => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship', '1', '5'))), 8 => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship', '6', '5'))), 9 => ($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')))], [0 => '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'marking'), $a, 'order', NULL);
  851. }
  852. /**
  853. * Gets the public '.container.private.twig' shared service.
  854. *
  855. * @return \Twig\Environment
  856. */
  857. protected function get_Container_Private_TwigService()
  858. {
  859. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  860. $a->addPath((\dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Resource/template'), 'CouponPro42');
  861. $a->addPath((\dirname(__DIR__, 4).'/app/Plugin/AmazonPayV2_42/Resource/template'), 'AmazonPayV2_42');
  862. $a->addPath((\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  863. $a->addPath((\dirname(__DIR__, 4).'/app/Plugin/ReportPdf2Ft/Resource/template'), 'ReportPdf2Ft');
  864. $a->addPath((\dirname(__DIR__, 4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  865. $a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/default'));
  866. $a->addPath((\dirname(__DIR__, 4).'/app/Plugin'));
  867. $a->addPath((\dirname(__DIR__, 4).'/app/template/admin'), 'admin');
  868. $a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/admin'), 'admin');
  869. $a->addPath((\dirname(__DIR__, 4).'/app/template/user_data'), 'user_data');
  870. $a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  871. $a->addPath((\dirname(__DIR__, 4).'/src/Eccube/Resource/template/common'), 'common');
  872. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  873. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  874. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  875. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  876. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  877. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  878. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  879. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  880. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  881. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  882. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  883. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  884. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  885. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  886. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  887. $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']);
  888. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  889. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  890. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  891. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  892. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  893. $g = ($this->services['router'] ?? $this->getRouterService());
  894. $h = new \Symfony\Component\Workflow\Registry();
  895. $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  896. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  897. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  898. $j = new \Symfony\Bridge\Twig\AppVariable();
  899. $j->setEnvironment('dev');
  900. $j->setDebug(true);
  901. if ($this->has('.container.private.security.token_storage')) {
  902. $j->setTokenStorage($c);
  903. }
  904. if ($this->has('request_stack')) {
  905. $j->setRequestStack($b);
  906. }
  907. $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  908. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  909. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  910. $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)));
  911. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  912. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  913. $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 () {
  914. yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  915. yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  916. yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  917. yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  918. yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  919. yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  920. yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  921. }, 7))));
  922. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  923. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  924. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  925. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  926. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  927. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  928. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $g)));
  929. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  930. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  931. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  932. $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())));
  933. $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  934. $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  935. $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  936. $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  937. $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  938. $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  939. $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  940. $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  941. $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  942. $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  943. $instance->addExtension(new \Plugin\CouponPro42\Service\Twig\Extension\CouponDiscountPriceExtension(($this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'] ?? $this->getCouponHelperService())));
  944. $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  945. $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));
  946. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  947. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  948. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $e)));
  949. $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  950. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  951. $instance->addGlobal('app', $j);
  952. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  953. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  954. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  955. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  956. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  957. 'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates', 'exercise_html_purifier.twig.runtime', 'getExerciseHtmlPurifier_Twig_RuntimeService', true],
  958. ], [
  959. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  960. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  961. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  962. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  963. 'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  964. ])));
  965. $instance->addGlobal('BaseInfo', NULL);
  966. $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  967. $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  968. $instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
  969. $instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
  970. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', $this->getEnv('ECCUBE_TIMEZONE'), 0, '.', ','))->configure($instance);
  971. return $instance;
  972. }
  973. /**
  974. * Gets the public '.container.private.validator' shared service.
  975. *
  976. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  977. */
  978. protected function get_Container_Private_ValidatorService()
  979. {
  980. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  981. if (isset($this->services['.container.private.validator'])) {
  982. return $this->services['.container.private.validator'];
  983. }
  984. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  985. }
  986. /**
  987. * Gets the public 'Detection\MobileDetect' shared autowired service.
  988. *
  989. * @return \Detection\MobileDetect
  990. */
  991. protected function getMobileDetectService()
  992. {
  993. return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  994. }
  995. /**
  996. * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  997. *
  998. * @return \Eccube\Common\EccubeConfig
  999. */
  1000. protected function getEccubeConfigService()
  1001. {
  1002. return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1003. }
  1004. /**
  1005. * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1006. *
  1007. * @return \Eccube\Repository\PluginRepository
  1008. */
  1009. protected function getPluginRepositoryService($lazyLoad = true)
  1010. {
  1011. if ($lazyLoad) {
  1012. return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1013. return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1014. $wrappedInstance = $this->getPluginRepositoryService(false);
  1015. $proxy->setProxyInitializer(null);
  1016. return true;
  1017. });
  1018. });
  1019. }
  1020. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/PluginRepository.php';
  1021. return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1022. }
  1023. /**
  1024. * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1025. *
  1026. * @return \Eccube\Service\SystemService
  1027. */
  1028. protected function getSystemServiceService($lazyLoad = true)
  1029. {
  1030. if ($lazyLoad) {
  1031. return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1032. return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1033. $wrappedInstance = $this->getSystemServiceService(false);
  1034. $proxy->setProxyInitializer(null);
  1035. return true;
  1036. });
  1037. });
  1038. }
  1039. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/SystemService.php';
  1040. return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1041. }
  1042. /**
  1043. * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1044. *
  1045. * @return \Eccube\Service\TaxRuleService
  1046. */
  1047. protected function getTaxRuleServiceService($lazyLoad = true)
  1048. {
  1049. if ($lazyLoad) {
  1050. return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1051. return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1052. $wrappedInstance = $this->getTaxRuleServiceService(false);
  1053. $proxy->setProxyInitializer(null);
  1054. return true;
  1055. });
  1056. });
  1057. }
  1058. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/TaxRuleService.php';
  1059. return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1060. }
  1061. /**
  1062. * Gets the public 'cache.app' shared service.
  1063. *
  1064. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1065. */
  1066. protected function getCache_AppService()
  1067. {
  1068. $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(NULL, true))));
  1069. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1070. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1071. }
  1072. /**
  1073. * Gets the public 'cache.rate_limiter' shared service.
  1074. *
  1075. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1076. */
  1077. protected function getCache_RateLimiterService()
  1078. {
  1079. $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(NULL, true))));
  1080. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1081. return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1082. }
  1083. /**
  1084. * Gets the public 'cache.system' shared service.
  1085. *
  1086. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1087. */
  1088. protected function getCache_SystemService()
  1089. {
  1090. 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())));
  1091. }
  1092. /**
  1093. * Gets the public 'cache.validator_expression_language' shared service.
  1094. *
  1095. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1096. */
  1097. protected function getCache_ValidatorExpressionLanguageService()
  1098. {
  1099. 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())));
  1100. }
  1101. /**
  1102. * Gets the public 'data_collector.dump' shared service.
  1103. *
  1104. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1105. */
  1106. protected function getDataCollector_DumpService()
  1107. {
  1108. 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);
  1109. }
  1110. /**
  1111. * Gets the public 'doctrine' shared service.
  1112. *
  1113. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1114. */
  1115. protected function getDoctrineService()
  1116. {
  1117. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1118. }
  1119. /**
  1120. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1121. *
  1122. * @return \Doctrine\DBAL\Connection
  1123. */
  1124. protected function getDoctrine_Dbal_DefaultConnectionService()
  1125. {
  1126. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1127. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1128. return $this->services['doctrine.dbal.default_connection'];
  1129. }
  1130. $b = new \Doctrine\DBAL\Configuration();
  1131. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1132. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1133. $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1134. $c->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1135. $c->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1136. $c->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  1137. $c->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1138. $c->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1139. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1140. $d = 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))));
  1141. $d->setConnectionName('default');
  1142. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1143. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  1144. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->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']], $b, $a, []);
  1145. }
  1146. /**
  1147. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1148. *
  1149. * @return \Doctrine\ORM\EntityManager
  1150. */
  1151. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1152. {
  1153. if ($lazyLoad) {
  1154. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1155. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1156. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1157. $proxy->setProxyInitializer(null);
  1158. return true;
  1159. });
  1160. });
  1161. }
  1162. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1163. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1164. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1165. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1166. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1167. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1168. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1169. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1170. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1171. include_once \dirname(__DIR__, 4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1172. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1173. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1174. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1175. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1176. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1177. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1178. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1179. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1180. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1181. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1182. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1183. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1184. $a = new \Doctrine\ORM\Configuration();
  1185. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1186. $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1187. $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/src/Eccube/Entity')]);
  1188. $d->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
  1189. $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/AmazonPayV2_42/Entity')]);
  1190. $e->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
  1191. $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/Coupon42/Entity')]);
  1192. $f->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
  1193. $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Entity')]);
  1194. $g->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
  1195. $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1196. $h->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
  1197. $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/MailMagazine42/Entity')]);
  1198. $i->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
  1199. $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Plugin/ReportPdf2Ft/Entity')]);
  1200. $j->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
  1201. $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Eccube/Entity')], false))), 'Eccube\\Entity');
  1202. $b->addDriver($d, 'Eccube\\Entity');
  1203. $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [0 => (\dirname(__DIR__, 4).'/app/Customize/Entity')], false), 'Customize\\Entity');
  1204. $b->addDriver($e, 'Plugin\\AmazonPayV2_42\\Entity');
  1205. $b->addDriver($f, 'Plugin\\Coupon42\\Entity');
  1206. $b->addDriver($g, 'Plugin\\CouponPro42\\Entity');
  1207. $b->addDriver($h, 'Plugin\\EccubePaymentLite42\\Entity');
  1208. $b->addDriver($i, 'Plugin\\MailMagazine42\\Entity');
  1209. $b->addDriver($j, 'Plugin\\ReportPdf2Ft\\Entity');
  1210. $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1211. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1212. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1213. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1214. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1215. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1216. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1217. ], [
  1218. 'doctrine.ulid_generator' => '?',
  1219. 'doctrine.uuid_generator' => '?',
  1220. ])));
  1221. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1222. $a->setProxyNamespace('Proxies');
  1223. $a->setAutoGenerateProxyClasses(true);
  1224. $a->setSchemaIgnoreClasses([]);
  1225. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1226. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1227. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1228. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1229. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1230. $a->setLazyGhostObjectEnabled(false);
  1231. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1232. 'Customize\\Repository\\CampaignRepository' => ['privates', 'Customize\\Repository\\CampaignRepository', 'getCampaignRepositoryService', true],
  1233. 'Customize\\Repository\\CategoryRepository' => ['privates', 'Customize\\Repository\\CategoryRepository', 'getCategoryRepositoryService', true],
  1234. 'Customize\\Repository\\ConfirmDeliveryRepository' => ['privates', 'Customize\\Repository\\ConfirmDeliveryRepository', 'getConfirmDeliveryRepositoryService', true],
  1235. 'Customize\\Repository\\CouponRepository' => ['privates', 'Customize\\Repository\\CouponRepository', 'getCouponRepositoryService', true],
  1236. 'Customize\\Repository\\CustomOrderRepository' => ['privates', 'Customize\\Repository\\CustomOrderRepository', 'getCustomOrderRepositoryService', true],
  1237. 'Customize\\Repository\\CustomPluginCouponRepository' => ['privates', 'Customize\\Repository\\CustomPluginCouponRepository', 'getCustomPluginCouponRepositoryService', true],
  1238. 'Customize\\Repository\\FaqRepository' => ['privates', 'Customize\\Repository\\FaqRepository', 'getFaqRepositoryService', true],
  1239. 'Customize\\Repository\\OrderItemRepository' => ['privates', 'Customize\\Repository\\OrderItemRepository', 'getOrderItemRepositoryService', true],
  1240. 'Customize\\Repository\\OrderOptionRepository' => ['privates', 'Customize\\Repository\\OrderOptionRepository', 'getOrderOptionRepositoryService', true],
  1241. 'Customize\\Repository\\PriceRepository' => ['privates', 'Customize\\Repository\\PriceRepository', 'getPriceRepositoryService', true],
  1242. 'Customize\\Repository\\ProductRepository' => ['privates', 'Customize\\Repository\\ProductRepository', 'getProductRepositoryService', true],
  1243. 'Customize\\Repository\\ProductTypeRepository' => ['privates', 'Customize\\Repository\\ProductTypeRepository', 'getProductTypeRepositoryService', true],
  1244. 'Customize\\Repository\\SeasonRepository' => ['privates', 'Customize\\Repository\\SeasonRepository', 'getSeasonRepositoryService', true],
  1245. 'Customize\\Repository\\SendDataMethodCategoryRepository' => ['privates', 'Customize\\Repository\\SendDataMethodCategoryRepository', 'getSendDataMethodCategoryRepositoryService', true],
  1246. 'Customize\\Repository\\SimulatorLinkRepository' => ['privates', 'Customize\\Repository\\SimulatorLinkRepository', 'getSimulatorLinkRepositoryService', true],
  1247. 'Customize\\Repository\\StepOptionRepository' => ['privates', 'Customize\\Repository\\StepOptionRepository', 'getStepOptionRepositoryService', true],
  1248. 'Customize\\Repository\\TextWarningRepository' => ['privates', 'Customize\\Repository\\TextWarningRepository', 'getTextWarningRepositoryService', true],
  1249. 'Customize\\Repository\\WorkingTimeRepository' => ['privates', 'Customize\\Repository\\WorkingTimeRepository', 'getWorkingTimeRepositoryService', true],
  1250. 'Eccube\\Repository\\AuthorityRoleRepository' => ['privates', 'Eccube\\Repository\\AuthorityRoleRepository', 'getAuthorityRoleRepositoryService', false],
  1251. 'Eccube\\Repository\\BaseInfoRepository' => ['privates', 'Eccube\\Repository\\BaseInfoRepository', 'getBaseInfoRepositoryService', false],
  1252. 'Eccube\\Repository\\BlockPositionRepository' => ['privates', 'Eccube\\Repository\\BlockPositionRepository', 'getBlockPositionRepositoryService', false],
  1253. 'Eccube\\Repository\\BlockRepository' => ['privates', 'Eccube\\Repository\\BlockRepository', 'getBlockRepositoryService', false],
  1254. 'Eccube\\Repository\\CalendarRepository' => ['privates', 'Eccube\\Repository\\CalendarRepository', 'getCalendarRepositoryService', true],
  1255. 'Eccube\\Repository\\CartItemRepository' => ['privates', 'Eccube\\Repository\\CartItemRepository', 'getCartItemRepositoryService', true],
  1256. 'Eccube\\Repository\\CartRepository' => ['privates', 'Eccube\\Repository\\CartRepository', 'getCartRepositoryService', false],
  1257. 'Eccube\\Repository\\CategoryRepository' => ['privates', 'Eccube\\Repository\\CategoryRepository', 'getCategoryRepository2Service', false],
  1258. 'Eccube\\Repository\\ClassCategoryRepository' => ['privates', 'Eccube\\Repository\\ClassCategoryRepository', 'getClassCategoryRepositoryService', true],
  1259. 'Eccube\\Repository\\ClassNameRepository' => ['privates', 'Eccube\\Repository\\ClassNameRepository', 'getClassNameRepositoryService', true],
  1260. 'Eccube\\Repository\\CsvRepository' => ['privates', 'Eccube\\Repository\\CsvRepository', 'getCsvRepositoryService', true],
  1261. 'Eccube\\Repository\\CustomerAddressRepository' => ['privates', 'Eccube\\Repository\\CustomerAddressRepository', 'getCustomerAddressRepositoryService', true],
  1262. 'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates', 'Eccube\\Repository\\CustomerFavoriteProductRepository', 'getCustomerFavoriteProductRepositoryService', true],
  1263. 'Eccube\\Repository\\CustomerRepository' => ['privates', 'Eccube\\Repository\\CustomerRepository', 'getCustomerRepositoryService', true],
  1264. 'Eccube\\Repository\\DeliveryDurationRepository' => ['privates', 'Eccube\\Repository\\DeliveryDurationRepository', 'getDeliveryDurationRepositoryService', true],
  1265. 'Eccube\\Repository\\DeliveryFeeRepository' => ['privates', 'Eccube\\Repository\\DeliveryFeeRepository', 'getDeliveryFeeRepositoryService', true],
  1266. 'Eccube\\Repository\\DeliveryRepository' => ['privates', 'Eccube\\Repository\\DeliveryRepository', 'getDeliveryRepositoryService', true],
  1267. 'Eccube\\Repository\\DeliveryTimeRepository' => ['privates', 'Eccube\\Repository\\DeliveryTimeRepository', 'getDeliveryTimeRepositoryService', true],
  1268. 'Eccube\\Repository\\LayoutRepository' => ['privates', 'Eccube\\Repository\\LayoutRepository', 'getLayoutRepositoryService', false],
  1269. 'Eccube\\Repository\\LoginHistoryRepository' => ['privates', 'Eccube\\Repository\\LoginHistoryRepository', 'getLoginHistoryRepositoryService', true],
  1270. 'Eccube\\Repository\\MailHistoryRepository' => ['privates', 'Eccube\\Repository\\MailHistoryRepository', 'getMailHistoryRepositoryService', true],
  1271. 'Eccube\\Repository\\MailTemplateRepository' => ['privates', 'Eccube\\Repository\\MailTemplateRepository', 'getMailTemplateRepositoryService', true],
  1272. 'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates', 'Eccube\\Repository\\Master\\AuthorityRepository', 'getAuthorityRepositoryService', true],
  1273. 'Eccube\\Repository\\Master\\CountryRepository' => ['privates', 'Eccube\\Repository\\Master\\CountryRepository', 'getCountryRepositoryService', true],
  1274. 'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\CsvTypeRepository', 'getCsvTypeRepositoryService', true],
  1275. 'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\CustomerOrderStatusRepository', 'getCustomerOrderStatusRepositoryService', true],
  1276. 'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\CustomerStatusRepository', 'getCustomerStatusRepositoryService', true],
  1277. 'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\DeviceTypeRepository', 'getDeviceTypeRepositoryService', false],
  1278. 'Eccube\\Repository\\Master\\JobRepository' => ['privates', 'Eccube\\Repository\\Master\\JobRepository', 'getJobRepositoryService', true],
  1279. 'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\LoginHistoryStatusRepository', 'getLoginHistoryStatusRepositoryService', true],
  1280. 'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\OrderItemTypeRepository', 'getOrderItemTypeRepositoryService', true],
  1281. 'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates', 'Eccube\\Repository\\Master\\OrderStatusColorRepository', 'getOrderStatusColorRepositoryService', true],
  1282. 'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\OrderStatusRepository', 'getOrderStatusRepositoryService', true],
  1283. 'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates', 'Eccube\\Repository\\Master\\PageMaxRepository', 'getPageMaxRepositoryService', true],
  1284. 'Eccube\\Repository\\Master\\PrefRepository' => ['privates', 'Eccube\\Repository\\Master\\PrefRepository', 'getPrefRepositoryService', true],
  1285. 'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates', 'Eccube\\Repository\\Master\\ProductListMaxRepository', 'getProductListMaxRepositoryService', true],
  1286. 'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates', 'Eccube\\Repository\\Master\\ProductListOrderByRepository', 'getProductListOrderByRepositoryService', true],
  1287. 'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates', 'Eccube\\Repository\\Master\\ProductStatusRepository', 'getProductStatusRepositoryService', true],
  1288. 'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\RoundingTypeRepository', 'getRoundingTypeRepositoryService', true],
  1289. 'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\SaleTypeRepository', 'getSaleTypeRepositoryService', true],
  1290. 'Eccube\\Repository\\Master\\SexRepository' => ['privates', 'Eccube\\Repository\\Master\\SexRepository', 'getSexRepositoryService', true],
  1291. 'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\TaxDisplayTypeRepository', 'getTaxDisplayTypeRepositoryService', true],
  1292. 'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates', 'Eccube\\Repository\\Master\\TaxTypeRepository', 'getTaxTypeRepositoryService', true],
  1293. 'Eccube\\Repository\\Master\\WorkRepository' => ['privates', 'Eccube\\Repository\\Master\\WorkRepository', 'getWorkRepositoryService', true],
  1294. 'Eccube\\Repository\\MemberRepository' => ['privates', 'Eccube\\Repository\\MemberRepository', 'getMemberRepositoryService', true],
  1295. 'Eccube\\Repository\\NewsRepository' => ['privates', 'Eccube\\Repository\\NewsRepository', 'getNewsRepositoryService', true],
  1296. 'Eccube\\Repository\\OrderItemRepository' => ['privates', 'Eccube\\Repository\\OrderItemRepository', 'getOrderItemRepository2Service', true],
  1297. 'Eccube\\Repository\\OrderPdfRepository' => ['privates', 'Eccube\\Repository\\OrderPdfRepository', 'getOrderPdfRepositoryService', true],
  1298. 'Eccube\\Repository\\OrderRepository' => ['privates', 'Eccube\\Repository\\OrderRepository', 'getOrderRepositoryService', false],
  1299. 'Eccube\\Repository\\PageLayoutRepository' => ['privates', 'Eccube\\Repository\\PageLayoutRepository', 'getPageLayoutRepositoryService', false],
  1300. 'Eccube\\Repository\\PageRepository' => ['privates', 'Eccube\\Repository\\PageRepository', 'getPageRepositoryService', false],
  1301. 'Eccube\\Repository\\PaymentOptionRepository' => ['privates', 'Eccube\\Repository\\PaymentOptionRepository', 'getPaymentOptionRepositoryService', true],
  1302. 'Eccube\\Repository\\PaymentRepository' => ['privates', 'Eccube\\Repository\\PaymentRepository', 'getPaymentRepositoryService', true],
  1303. 'Eccube\\Repository\\PluginRepository' => ['services', 'Eccube\\Repository\\PluginRepository', 'getPluginRepositoryService', false],
  1304. 'Eccube\\Repository\\ProductCategoryRepository' => ['privates', 'Eccube\\Repository\\ProductCategoryRepository', 'getProductCategoryRepositoryService', false],
  1305. 'Eccube\\Repository\\ProductClassRepository' => ['privates', 'Eccube\\Repository\\ProductClassRepository', 'getProductClassRepositoryService', false],
  1306. 'Eccube\\Repository\\ProductImageRepository' => ['privates', 'Eccube\\Repository\\ProductImageRepository', 'getProductImageRepositoryService', true],
  1307. 'Eccube\\Repository\\ProductRepository' => ['privates', 'Eccube\\Repository\\ProductRepository', 'getProductRepository2Service', false],
  1308. 'Eccube\\Repository\\ProductStockRepository' => ['privates', 'Eccube\\Repository\\ProductStockRepository', 'getProductStockRepositoryService', true],
  1309. 'Eccube\\Repository\\ProductTagRepository' => ['privates', 'Eccube\\Repository\\ProductTagRepository', 'getProductTagRepositoryService', true],
  1310. 'Eccube\\Repository\\ShippingRepository' => ['privates', 'Eccube\\Repository\\ShippingRepository', 'getShippingRepositoryService', true],
  1311. 'Eccube\\Repository\\TagRepository' => ['privates', 'Eccube\\Repository\\TagRepository', 'getTagRepositoryService', true],
  1312. 'Eccube\\Repository\\TaxRuleRepository' => ['privates', 'Eccube\\Repository\\TaxRuleRepository', 'getTaxRuleRepositoryService', false],
  1313. 'Eccube\\Repository\\TemplateRepository' => ['privates', 'Eccube\\Repository\\TemplateRepository', 'getTemplateRepositoryService', true],
  1314. 'Eccube\\Repository\\TradeLawRepository' => ['privates', 'Eccube\\Repository\\TradeLawRepository', 'getTradeLawRepositoryService', true],
  1315. 'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => ['privates', 'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository', 'getAmazonBannerRepositoryService', true],
  1316. 'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => ['privates', 'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository', 'getConfigRepositoryService', true],
  1317. 'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => ['privates', 'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository', 'getAmazonStatusRepositoryService', true],
  1318. 'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => ['privates', 'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository', 'getPaymentStatusRepositoryService', true],
  1319. 'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates', 'Plugin\\Coupon42\\Repository\\CouponDetailRepository', 'getCouponDetailRepositoryService', true],
  1320. 'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates', 'Plugin\\Coupon42\\Repository\\CouponOrderRepository', 'getCouponOrderRepositoryService', true],
  1321. 'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates', 'Plugin\\Coupon42\\Repository\\CouponRepository', 'getCouponRepository3Service', true],
  1322. 'Plugin\\CouponPro42\\Repository\\CouponCategoryRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\CouponCategoryRepository', 'getCouponCategoryRepositoryService', true],
  1323. 'Plugin\\CouponPro42\\Repository\\CouponCustomerRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\CouponCustomerRepository', 'getCouponCustomerRepositoryService', true],
  1324. 'Plugin\\CouponPro42\\Repository\\CouponProductRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\CouponProductRepository', 'getCouponProductRepositoryService', true],
  1325. 'Plugin\\CouponPro42\\Repository\\CouponRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\CouponRepository', 'getCouponRepository2Service', false],
  1326. 'Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository', 'getCategoryRepository3Service', false],
  1327. 'Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository', 'getOrderRepository2Service', false],
  1328. 'Plugin\\CouponPro42\\Repository\\Master\\CouponKindRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\Master\\CouponKindRepository', 'getCouponKindRepositoryService', true],
  1329. 'Plugin\\CouponPro42\\Repository\\OrderCouponRepository' => ['privates', 'Plugin\\CouponPro42\\Repository\\OrderCouponRepository', 'getOrderCouponRepositoryService', false],
  1330. 'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository', 'getConfigRepository2Service', false],
  1331. 'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository', 'getConvenienceStoreRepositoryService', true],
  1332. 'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository', 'getCreditAccessLogRepositoryService', true],
  1333. 'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository', 'getCreditBlockRepositoryService', true],
  1334. 'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository', 'getDeliveryCompanyRepositoryService', true],
  1335. 'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository', 'getGmoEpsilonPaymentRepositoryService', true],
  1336. 'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository', 'getIpBlackListRepositoryService', true],
  1337. 'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository', 'getMyPageRegularSettingRepositoryService', true],
  1338. 'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository', 'getPaymentStatusRepository2Service', true],
  1339. 'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository', 'getProductClassRegularCycleRepositoryService', true],
  1340. 'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository', 'getRegularCycleRepositoryService', true],
  1341. 'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository', 'getRegularCycleTypeRepositoryService', true],
  1342. 'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository', 'getRegularDiscountRepositoryService', true],
  1343. 'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository', 'getRegularOrderItemRepositoryService', true],
  1344. 'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository', 'getRegularOrderRepositoryService', true],
  1345. 'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository', 'getRegularShippingRepositoryService', true],
  1346. 'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository', 'getRegularStatusRepositoryService', true],
  1347. 'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates', 'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository', 'getSearchProductRepositoryService', true],
  1348. 'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates', 'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository', 'getMailMagazineSendHistoryRepositoryService', true],
  1349. 'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates', 'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository', 'getMailMagazineTemplateRepositoryService', true],
  1350. 'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtConfigRepository' => ['privates', 'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtConfigRepository', 'getReportPdf2FtConfigRepositoryService', true],
  1351. 'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtRepository' => ['privates', 'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtRepository', 'getReportPdf2FtRepositoryService', true],
  1352. ], [
  1353. 'Customize\\Repository\\CampaignRepository' => '?',
  1354. 'Customize\\Repository\\CategoryRepository' => '?',
  1355. 'Customize\\Repository\\ConfirmDeliveryRepository' => '?',
  1356. 'Customize\\Repository\\CouponRepository' => '?',
  1357. 'Customize\\Repository\\CustomOrderRepository' => '?',
  1358. 'Customize\\Repository\\CustomPluginCouponRepository' => '?',
  1359. 'Customize\\Repository\\FaqRepository' => '?',
  1360. 'Customize\\Repository\\OrderItemRepository' => '?',
  1361. 'Customize\\Repository\\OrderOptionRepository' => '?',
  1362. 'Customize\\Repository\\PriceRepository' => '?',
  1363. 'Customize\\Repository\\ProductRepository' => '?',
  1364. 'Customize\\Repository\\ProductTypeRepository' => '?',
  1365. 'Customize\\Repository\\SeasonRepository' => '?',
  1366. 'Customize\\Repository\\SendDataMethodCategoryRepository' => '?',
  1367. 'Customize\\Repository\\SimulatorLinkRepository' => '?',
  1368. 'Customize\\Repository\\StepOptionRepository' => '?',
  1369. 'Customize\\Repository\\TextWarningRepository' => '?',
  1370. 'Customize\\Repository\\WorkingTimeRepository' => '?',
  1371. 'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1372. 'Eccube\\Repository\\BaseInfoRepository' => '?',
  1373. 'Eccube\\Repository\\BlockPositionRepository' => '?',
  1374. 'Eccube\\Repository\\BlockRepository' => '?',
  1375. 'Eccube\\Repository\\CalendarRepository' => '?',
  1376. 'Eccube\\Repository\\CartItemRepository' => '?',
  1377. 'Eccube\\Repository\\CartRepository' => '?',
  1378. 'Eccube\\Repository\\CategoryRepository' => '?',
  1379. 'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1380. 'Eccube\\Repository\\ClassNameRepository' => '?',
  1381. 'Eccube\\Repository\\CsvRepository' => '?',
  1382. 'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1383. 'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1384. 'Eccube\\Repository\\CustomerRepository' => '?',
  1385. 'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1386. 'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1387. 'Eccube\\Repository\\DeliveryRepository' => '?',
  1388. 'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1389. 'Eccube\\Repository\\LayoutRepository' => '?',
  1390. 'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1391. 'Eccube\\Repository\\MailHistoryRepository' => '?',
  1392. 'Eccube\\Repository\\MailTemplateRepository' => '?',
  1393. 'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1394. 'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1395. 'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1396. 'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1397. 'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1398. 'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1399. 'Eccube\\Repository\\Master\\JobRepository' => '?',
  1400. 'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1401. 'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1402. 'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1403. 'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1404. 'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1405. 'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1406. 'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1407. 'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1408. 'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1409. 'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1410. 'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1411. 'Eccube\\Repository\\Master\\SexRepository' => '?',
  1412. 'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1413. 'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1414. 'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1415. 'Eccube\\Repository\\MemberRepository' => '?',
  1416. 'Eccube\\Repository\\NewsRepository' => '?',
  1417. 'Eccube\\Repository\\OrderItemRepository' => '?',
  1418. 'Eccube\\Repository\\OrderPdfRepository' => '?',
  1419. 'Eccube\\Repository\\OrderRepository' => '?',
  1420. 'Eccube\\Repository\\PageLayoutRepository' => '?',
  1421. 'Eccube\\Repository\\PageRepository' => '?',
  1422. 'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1423. 'Eccube\\Repository\\PaymentRepository' => '?',
  1424. 'Eccube\\Repository\\PluginRepository' => '?',
  1425. 'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1426. 'Eccube\\Repository\\ProductClassRepository' => '?',
  1427. 'Eccube\\Repository\\ProductImageRepository' => '?',
  1428. 'Eccube\\Repository\\ProductRepository' => '?',
  1429. 'Eccube\\Repository\\ProductStockRepository' => '?',
  1430. 'Eccube\\Repository\\ProductTagRepository' => '?',
  1431. 'Eccube\\Repository\\ShippingRepository' => '?',
  1432. 'Eccube\\Repository\\TagRepository' => '?',
  1433. 'Eccube\\Repository\\TaxRuleRepository' => '?',
  1434. 'Eccube\\Repository\\TemplateRepository' => '?',
  1435. 'Eccube\\Repository\\TradeLawRepository' => '?',
  1436. 'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => '?',
  1437. 'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => '?',
  1438. 'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => '?',
  1439. 'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => '?',
  1440. 'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1441. 'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1442. 'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1443. 'Plugin\\CouponPro42\\Repository\\CouponCategoryRepository' => '?',
  1444. 'Plugin\\CouponPro42\\Repository\\CouponCustomerRepository' => '?',
  1445. 'Plugin\\CouponPro42\\Repository\\CouponProductRepository' => '?',
  1446. 'Plugin\\CouponPro42\\Repository\\CouponRepository' => '?',
  1447. 'Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository' => '?',
  1448. 'Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository' => '?',
  1449. 'Plugin\\CouponPro42\\Repository\\Master\\CouponKindRepository' => '?',
  1450. 'Plugin\\CouponPro42\\Repository\\OrderCouponRepository' => '?',
  1451. 'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1452. 'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1453. 'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1454. 'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1455. 'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1456. 'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1457. 'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1458. 'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1459. 'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1460. 'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1461. 'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1462. 'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1463. 'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1464. 'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1465. 'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1466. 'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1467. 'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1468. 'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1469. 'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1470. 'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1471. 'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtConfigRepository' => '?',
  1472. 'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtRepository' => '?',
  1473. ])));
  1474. $a->addCustomStringFunction('NORMALIZE', 'Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1475. $a->addCustomNumericFunction('EXTRACT', 'Eccube\\Doctrine\\ORM\\Query\\Extract');
  1476. $a->addFilter('option_nostock_hidden', 'Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1477. $a->addFilter('incomplete_order_status_hidden', 'Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1478. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1479. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1480. return $instance;
  1481. }
  1482. /**
  1483. * Gets the public 'event_dispatcher' shared service.
  1484. *
  1485. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1486. */
  1487. protected function getEventDispatcherService()
  1488. {
  1489. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1490. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1491. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1492. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1493. $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1494. $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  1495. $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1496. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1497. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1498. $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())));
  1499. $instance->addListener('kernel.request', [0 => function () {
  1500. return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1501. }, 1 => 'onKernelRequest'], 1024);
  1502. $instance->addListener('kernel.controller', [0 => function () {
  1503. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1504. }, 1 => 'onKernelController'], 0);
  1505. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1506. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1507. }, 1 => 'checkPassport'], 1024);
  1508. $instance->addListener('kernel.response', [0 => function () {
  1509. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1510. }, 1 => 'onKernelResponse'], 0);
  1511. $instance->addListener('kernel.response', [0 => function () {
  1512. return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1513. }, 1 => 'onKernelResponse'], 0);
  1514. $instance->addListener('kernel.request', [0 => function () {
  1515. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1516. }, 1 => 'onKernelRequest'], 0);
  1517. $instance->addListener('kernel.controller', [0 => function () {
  1518. return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1519. }, 1 => 'onController'], 0);
  1520. $instance->addListener('kernel.request', [0 => function () {
  1521. return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1522. }, 1 => 'onKernelRequest'], 512);
  1523. $instance->addListener('kernel.request', [0 => function () {
  1524. return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1525. }, 1 => 'onKernelRequestEarly'], 500);
  1526. $instance->addListener('kernel.request', [0 => function () {
  1527. return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1528. }, 1 => 'onKernelRequest'], 6);
  1529. $instance->addListener('kernel.response', [0 => function () {
  1530. return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1531. }, 1 => 'onKernelResponse'], 0);
  1532. $instance->addListener('kernel.controller', [0 => function () {
  1533. return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1534. }, 1 => 'onKernelController'], 0);
  1535. $instance->addListener('kernel.terminate', [0 => function () {
  1536. return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1537. }, 1 => 'onKernelTerminate'], 0);
  1538. $instance->addListener('kernel.exception', [0 => function () {
  1539. return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1540. }, 1 => 'onKernelException'], -4);
  1541. $instance->addListener('security.interactive_login', [0 => function () {
  1542. return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1543. }, 1 => 'onInteractiveLogin'], 0);
  1544. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  1545. return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1546. }, 1 => 'onAuthenticationFailure'], 0);
  1547. $instance->addListener('kernel.response', [0 => function () {
  1548. return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1549. }, 1 => 'onResponse'], 0);
  1550. $instance->addListener('kernel.request', [0 => function () {
  1551. return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1552. }, 1 => 'onKernelRequest'], 512);
  1553. $instance->addListener('kernel.controller', [0 => function () {
  1554. return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1555. }, 1 => 'onController'], 0);
  1556. $instance->addListener('kernel.request', [0 => function () {
  1557. return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1558. }, 1 => 'onKernelRequest'], 7);
  1559. $instance->addListener('security.interactive_login', [0 => function () {
  1560. return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1561. }, 1 => 'onInteractiveLogin'], 0);
  1562. $instance->addListener('security.authentication.failure', [0 => function () {
  1563. return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1564. }, 1 => 'onAuthenticationFailure'], 0);
  1565. $instance->addListener('kernel.request', [0 => function () {
  1566. return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1567. }, 1 => 'onKernelRequest'], 0);
  1568. $instance->addListener('kernel.exception', [0 => function () {
  1569. return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1570. }, 1 => 'onKernelException'], 0);
  1571. $instance->addListener('kernel.terminate', [0 => function () {
  1572. return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1573. }, 1 => 'onKernelTerminate'], 0);
  1574. $instance->addListener('kernel.request', [0 => function () {
  1575. return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListener2Service());
  1576. }, 1 => 'onKernelRequest'], 6);
  1577. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1578. return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1579. }, 1 => 'onKernelController'], 7);
  1580. $instance->addListener('form.pre_submit', [0 => function () {
  1581. return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1582. }, 1 => 'onPreSubmit'], 0);
  1583. $instance->addListener('form.pre_submit', [0 => function () {
  1584. return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1585. }, 1 => 'purifySubmittedData'], 1000001);
  1586. $instance->addListener('form.pre_submit', [0 => function () {
  1587. return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1588. }, 1 => 'onPreSubmit'], 0);
  1589. $instance->addListener('workflow.order.completed', [0 => function () {
  1590. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1591. }, 1 => 'onCompleted'], 0);
  1592. $instance->addListener('workflow.order.transition.pay', [0 => function () {
  1593. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1594. }, 1 => 'updatePaymentDate'], 0);
  1595. $instance->addListener('workflow.order.transition.cancel', [0 => function () {
  1596. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1597. }, 1 => 'rollbackStock'], 0);
  1598. $instance->addListener('workflow.order.transition.cancel', [0 => function () {
  1599. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1600. }, 1 => 'rollbackUsePoint'], 0);
  1601. $instance->addListener('workflow.order.transition.back_to_in_progress', [0 => function () {
  1602. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1603. }, 1 => 'commitStock'], 0);
  1604. $instance->addListener('workflow.order.transition.back_to_in_progress', [0 => function () {
  1605. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1606. }, 1 => 'commitUsePoint'], 0);
  1607. $instance->addListener('workflow.order.transition.ship', [0 => function () {
  1608. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1609. }, 1 => 'commitAddPoint'], 0);
  1610. $instance->addListener('workflow.order.transition.return', [0 => function () {
  1611. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1612. }, 1 => 'rollbackUsePoint'], 0);
  1613. $instance->addListener('workflow.order.transition.return', [0 => function () {
  1614. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1615. }, 1 => 'rollbackAddPoint'], 0);
  1616. $instance->addListener('workflow.order.transition.cancel_return', [0 => function () {
  1617. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1618. }, 1 => 'commitUsePoint'], 0);
  1619. $instance->addListener('workflow.order.transition.cancel_return', [0 => function () {
  1620. return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1621. }, 1 => 'commitAddPoint'], 0);
  1622. $instance->addListener('kernel.terminate', [0 => function () {
  1623. return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1624. }, 1 => 'disableMaintenanceEvent'], 0);
  1625. $instance->addListener('kernel.terminate', [0 => function () {
  1626. return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel', 1)), $this)));
  1627. }, 1 => 'forceClearCache'], 0);
  1628. $instance->addListener('front.cart.buystep.complete', [0 => function () {
  1629. return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1630. }, 1 => 'amazon_cart_buystep'], 0);
  1631. $instance->addListener('Cart/index.twig', [0 => function () {
  1632. return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1633. }, 1 => 'cart'], 0);
  1634. $instance->addListener('Shopping/index.twig', [0 => function () {
  1635. return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1636. }, 1 => 'amazon_pay_shopping'], 0);
  1637. $instance->addListener('Mypage/login.twig', [0 => function () {
  1638. return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1639. }, 1 => 'mypage_login'], 0);
  1640. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1641. return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1642. }, 1 => 'amazon_pay_shopping_confirm'], 0);
  1643. $instance->addListener('index.twig', [0 => function () {
  1644. return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1645. }, 1 => 'add_banner_on_top'], 0);
  1646. $instance->addListener('Mypage/index.twig', [0 => function () {
  1647. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1648. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1649. $instance->addListener('Mypage/history.twig', [0 => function () {
  1650. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1651. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1652. $instance->addListener('Mypage/history.twig', [0 => function () {
  1653. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1654. }, 1 => 'onDefaultMypageHistoryNaviTwig'], 0);
  1655. $instance->addListener('Mypage/favorite.twig', [0 => function () {
  1656. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1657. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1658. $instance->addListener('Mypage/change.twig', [0 => function () {
  1659. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1660. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1661. $instance->addListener('Mypage/change_complete.twig', [0 => function () {
  1662. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1663. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1664. $instance->addListener('Mypage/delivery.twig', [0 => function () {
  1665. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1666. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1667. $instance->addListener('Mypage/delivery_edit.twig', [0 => function () {
  1668. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1669. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1670. $instance->addListener('Mypage/withdraw.twig', [0 => function () {
  1671. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1672. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1673. $instance->addListener('Mypage/coupon_list.twig', [0 => function () {
  1674. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1675. }, 1 => 'onDefaultMypageNaviTwig'], 0);
  1676. $instance->addListener('Product/detail.twig', [0 => function () {
  1677. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1678. }, 1 => 'onDefaultProductNaviTwig'], 0);
  1679. $instance->addListener('Shopping/index.twig', [0 => function () {
  1680. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1681. }, 1 => 'onDefaultShoppingIndexNaviTwig'], 0);
  1682. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1683. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1684. }, 1 => 'onDefaultShoppingConfirmNaviTwig'], 0);
  1685. $instance->addListener('@admin/Order/edit.twig', [0 => function () {
  1686. return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1687. }, 1 => 'onDefaultOrderEditNaviTwig'], 0);
  1688. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1689. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1690. }, 1 => 'onKernelController'], 0);
  1691. $instance->addListener('@admin/Order/edit.twig', [0 => function () {
  1692. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddCompletePaymentButtonEventSubscriber()));
  1693. }, 1 => 'edit'], 0);
  1694. $instance->addListener('@admin/Order/edit.twig', [0 => function () {
  1695. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddPaymentStatusFormEventSubscriber($this)));
  1696. }, 1 => 'edit'], 0);
  1697. $instance->addListener('admin.order.edit.index.complete', [0 => function () {
  1698. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1699. }, 1 => 'adminOrderEditIndexComplete'], 0);
  1700. $instance->addListener('admin.order.edit.index.complete', [0 => function () {
  1701. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1702. }, 1 => 'adminOrderEditIndexComplete'], 0);
  1703. $instance->addListener('@admin/Order/index.twig', [0 => function () {
  1704. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1705. }, 1 => 'index'], 0);
  1706. $instance->addListener('admin.order.edit.index.complete', [0 => function () {
  1707. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1708. }, 1 => 'adminOrderEditIndexComplete'], 0);
  1709. $instance->addListener('@admin/Product/product.twig', [0 => function () {
  1710. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1711. }, 1 => 'product'], 0);
  1712. $instance->addListener('@admin/Product/product_class.twig', [0 => function () {
  1713. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1714. }, 1 => 'index'], 0);
  1715. $instance->addListener('@admin/Product/product.twig', [0 => function () {
  1716. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1717. }, 1 => 'product'], 0);
  1718. $instance->addListener('@admin/Product/product_class.twig', [0 => function () {
  1719. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1720. }, 1 => 'index'], 0);
  1721. $instance->addListener('@admin/Product/product.twig', [0 => function () {
  1722. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1723. }, 1 => 'product'], 0);
  1724. $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [0 => function () {
  1725. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Setting\AddDeliveryCompanyFormEventSubscriber()));
  1726. }, 1 => 'deliveryEdit'], 0);
  1727. $instance->addListener('front.mypage.change.index.complete', [0 => function () {
  1728. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1729. }, 1 => 'frontMypageChangeIndexComplete'], 0);
  1730. $instance->addListener('front.mypage.delivery.edit.complete', [0 => function () {
  1731. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1732. }, 1 => 'frontMypageDeliveryEditComplete'], 0);
  1733. $instance->addListener('Mypage/delivery.twig', [0 => function () {
  1734. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1735. }, 1 => 'delivery'], 0);
  1736. $instance->addListener('Mypage/change_complete.twig', [0 => function () {
  1737. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1738. }, 1 => 'change_complete'], 0);
  1739. $instance->addListener('Mypage/index.twig', [0 => function () {
  1740. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1741. }, 1 => 'index'], 0);
  1742. $instance->addListener('Mypage/history.twig', [0 => function () {
  1743. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1744. }, 1 => 'index'], 0);
  1745. $instance->addListener('Mypage/favorite.twig', [0 => function () {
  1746. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1747. }, 1 => 'index'], 0);
  1748. $instance->addListener('Mypage/change.twig', [0 => function () {
  1749. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1750. }, 1 => 'index'], 0);
  1751. $instance->addListener('Mypage/change_complete.twig', [0 => function () {
  1752. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1753. }, 1 => 'index'], 0);
  1754. $instance->addListener('Mypage/delivery.twig', [0 => function () {
  1755. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1756. }, 1 => 'index'], 0);
  1757. $instance->addListener('Mypage/withdraw.twig', [0 => function () {
  1758. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1759. }, 1 => 'index'], 0);
  1760. $instance->addListener('Mypage/delivery_edit.twig', [0 => function () {
  1761. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1762. }, 1 => 'index'], 0);
  1763. $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [0 => function () {
  1764. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1765. }, 1 => 'index'], 0);
  1766. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [0 => function () {
  1767. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1768. }, 1 => 'index'], 0);
  1769. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [0 => function () {
  1770. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1771. }, 1 => 'index'], 0);
  1772. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [0 => function () {
  1773. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1774. }, 1 => 'index'], 0);
  1775. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [0 => function () {
  1776. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1777. }, 1 => 'index'], 0);
  1778. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [0 => function () {
  1779. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1780. }, 1 => 'index'], 0);
  1781. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [0 => function () {
  1782. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1783. }, 1 => 'index'], 0);
  1784. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [0 => function () {
  1785. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1786. }, 1 => 'index'], 0);
  1787. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [0 => function () {
  1788. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1789. }, 1 => 'index'], 0);
  1790. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [0 => function () {
  1791. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1792. }, 1 => 'index'], 0);
  1793. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [0 => function () {
  1794. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1795. }, 1 => 'index'], 0);
  1796. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [0 => function () {
  1797. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1798. }, 1 => 'index'], 0);
  1799. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [0 => function () {
  1800. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1801. }, 1 => 'index'], 0);
  1802. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [0 => function () {
  1803. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1804. }, 1 => 'index'], 0);
  1805. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [0 => function () {
  1806. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1807. }, 1 => 'index'], 0);
  1808. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [0 => function () {
  1809. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1810. }, 1 => 'index'], 0);
  1811. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [0 => function () {
  1812. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1813. }, 1 => 'index'], 0);
  1814. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [0 => function () {
  1815. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1816. }, 1 => 'index'], 0);
  1817. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [0 => function () {
  1818. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1819. }, 1 => 'index'], 0);
  1820. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [0 => function () {
  1821. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1822. }, 1 => 'index'], 0);
  1823. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [0 => function () {
  1824. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1825. }, 1 => 'index'], 0);
  1826. $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [0 => function () {
  1827. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1828. }, 1 => 'index'], 0);
  1829. $instance->addListener('front.mypage.change.index.complete', [0 => function () {
  1830. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  1831. }, 1 => 'index'], 0);
  1832. $instance->addListener('Mypage/withdraw.twig', [0 => function () {
  1833. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  1834. }, 1 => 'index'], 0);
  1835. $instance->addListener('front.mypage.withdraw.index.initialize', [0 => function () {
  1836. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  1837. }, 1 => 'index'], 0);
  1838. $instance->addListener('Shopping/index.twig', [0 => function () {
  1839. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1840. }, 1 => 'index'], 0);
  1841. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1842. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1843. }, 1 => 'confirm2'], 0);
  1844. $instance->addListener('user_data/cart_confirm.twig', [0 => function () {
  1845. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1846. }, 1 => 'confirm'], 0);
  1847. $instance->addListener('Shopping/index.twig', [0 => function () {
  1848. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  1849. }, 1 => 'index'], 0);
  1850. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1851. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  1852. }, 1 => 'confirm2'], 0);
  1853. $instance->addListener('user_data/cart_confirm.twig', [0 => function () {
  1854. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  1855. }, 1 => 'confirm'], 0);
  1856. $instance->addListener('Shopping/index.twig', [0 => function () {
  1857. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1858. }, 1 => 'index'], 0);
  1859. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1860. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1861. }, 1 => 'confirm2'], 0);
  1862. $instance->addListener('user_data/cart_confirm.twig', [0 => function () {
  1863. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1864. }, 1 => 'confirm'], 0);
  1865. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1866. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\ChangeButtonTextSubscriber()));
  1867. }, 1 => 'confirm2'], 0);
  1868. $instance->addListener('user_data/cart_confirm.twig', [0 => function () {
  1869. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\ChangeButtonTextSubscriber()));
  1870. }, 1 => 'confirm'], 0);
  1871. $instance->addListener('user_data/cart_confirm.twig', [0 => function () {
  1872. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  1873. }, 1 => 'confirm'], 0);
  1874. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1875. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  1876. }, 1 => 'confirm2'], 0);
  1877. $instance->addListener('Shopping/index.twig', [0 => function () {
  1878. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  1879. }, 1 => 'index'], 0);
  1880. $instance->addListener('Shopping/index.twig', [0 => function () {
  1881. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\HideAddDeliveryBtnEventSubscriber()));
  1882. }, 1 => 'index'], 0);
  1883. $instance->addListener('Shopping/login.twig', [0 => function () {
  1884. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  1885. }, 1 => 'index'], 0);
  1886. $instance->addListener('Shopping/index.twig', [0 => function () {
  1887. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  1888. }, 1 => 'index'], 0);
  1889. $instance->addListener('front.shopping.complete.initialize', [0 => function () {
  1890. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  1891. }, 1 => 'index'], 0);
  1892. $instance->addListener('Shopping/shipping_multiple.twig', [0 => function () {
  1893. return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  1894. }, 1 => 'index'], 0);
  1895. $instance->addListener('@admin/Order/index.twig', [0 => function () {
  1896. return ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] ?? ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] = new \Plugin\ReportPdf2Ft\ReportPdf2FtEvent()));
  1897. }, 1 => 'onRenderAdminOrder'], 0);
  1898. $instance->addListener('@admin/Order/edit.twig', [0 => function () {
  1899. return ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] ?? ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] = new \Plugin\ReportPdf2Ft\ReportPdf2FtEvent()));
  1900. }, 1 => 'onRenderAdminOrderEdit'], 0);
  1901. $instance->addListener('@admin/Order/shipping.twig', [0 => function () {
  1902. return ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] ?? ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] = new \Plugin\ReportPdf2Ft\ReportPdf2FtEvent()));
  1903. }, 1 => 'onRenderAdminOrderShipping'], 0);
  1904. $instance->addListener('front.cart.buystep.complete', [0 => function () {
  1905. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1906. }, 1 => 'amazon_cart_buystep'], 0);
  1907. $instance->addListener('@user_data/cart_index.twig', [0 => function () {
  1908. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1909. }, 1 => 'cart'], 0);
  1910. $instance->addListener('Cart/index.twig', [0 => function () {
  1911. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1912. }, 1 => 'cart'], 0);
  1913. $instance->addListener('Shopping/index.twig', [0 => function () {
  1914. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1915. }, 1 => 'amazon_pay_shopping'], 0);
  1916. $instance->addListener('@user_data/cart_input.twig', [0 => function () {
  1917. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1918. }, 1 => 'amazon_pay_shopping'], 0);
  1919. $instance->addListener('Mypage/login.twig', [0 => function () {
  1920. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1921. }, 1 => 'mypage_login'], 0);
  1922. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1923. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1924. }, 1 => 'amazon_pay_shopping_confirm'], 0);
  1925. $instance->addListener('index.twig', [0 => function () {
  1926. return ($this->privates['Customize\\EventListener\\AmazonPayCustomEvent'] ?? $this->load('getAmazonPayCustomEventService'));
  1927. }, 1 => 'add_banner_on_top'], 0);
  1928. $instance->addListener('kernel.request', [0 => function () {
  1929. return ($this->privates['Customize\\EventListener\\RouteBlockListener'] ?? ($this->privates['Customize\\EventListener\\RouteBlockListener'] = new \Customize\EventListener\RouteBlockListener()));
  1930. }, 1 => 'onKernelRequest'], 20);
  1931. $instance->addListener('kernel.request', [0 => function () {
  1932. return ($this->privates['Customize\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1933. }, 1 => 'onKernelRequest'], 20);
  1934. $instance->addListener('kernel.request', [0 => function () {
  1935. return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1936. }, 1 => 'onKernelRequest'], 4096);
  1937. $instance->addListener('front.cart.buystep.complete', [0 => function () {
  1938. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1939. }, 1 => 'amazon_cart_buystep'], 0);
  1940. $instance->addListener('@user_data/cart_index.twig', [0 => function () {
  1941. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1942. }, 1 => 'cart'], 0);
  1943. $instance->addListener('Cart/index.twig', [0 => function () {
  1944. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1945. }, 1 => 'cart'], 0);
  1946. $instance->addListener('Shopping/index.twig', [0 => function () {
  1947. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1948. }, 1 => 'amazon_pay_shopping'], 0);
  1949. $instance->addListener('@user_data/cart_input.twig', [0 => function () {
  1950. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1951. }, 1 => 'amazon_pay_shopping'], 0);
  1952. $instance->addListener('Mypage/login.twig', [0 => function () {
  1953. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1954. }, 1 => 'mypage_login'], 0);
  1955. $instance->addListener('Shopping/confirm.twig', [0 => function () {
  1956. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1957. }, 1 => 'amazon_pay_shopping_confirm'], 0);
  1958. $instance->addListener('index.twig', [0 => function () {
  1959. return ($this->privates['Amazonpayment'] ?? $this->load('getAmazonpaymentService'));
  1960. }, 1 => 'add_banner_on_top'], 0);
  1961. $instance->addListener('kernel.response', [0 => function () {
  1962. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1963. }, 1 => 'onKernelResponse'], 0);
  1964. $instance->addListener('kernel.response', [0 => function () {
  1965. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1966. }, 1 => 'onKernelResponse'], -1024);
  1967. $instance->addListener('kernel.request', [0 => function () {
  1968. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1969. }, 1 => 'setDefaultLocale'], 100);
  1970. $instance->addListener('kernel.request', [0 => function () {
  1971. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1972. }, 1 => 'onKernelRequest'], 16);
  1973. $instance->addListener('kernel.finish_request', [0 => function () {
  1974. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1975. }, 1 => 'onKernelFinishRequest'], 0);
  1976. $instance->addListener('kernel.request', [0 => function () {
  1977. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1978. }, 1 => 'onKernelRequest'], 256);
  1979. $instance->addListener('kernel.response', [0 => function () {
  1980. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1981. }, 1 => 'onResponse'], -255);
  1982. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1983. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1984. }, 1 => 'onControllerArguments'], 0);
  1985. $instance->addListener('kernel.exception', [0 => function () {
  1986. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1987. }, 1 => 'logKernelException'], 0);
  1988. $instance->addListener('kernel.exception', [0 => function () {
  1989. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1990. }, 1 => 'onKernelException'], -128);
  1991. $instance->addListener('kernel.response', [0 => function () {
  1992. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1993. }, 1 => 'removeCspHeader'], -128);
  1994. $instance->addListener('kernel.request', [0 => function () {
  1995. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1996. }, 1 => 'onKernelRequest'], 15);
  1997. $instance->addListener('kernel.finish_request', [0 => function () {
  1998. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1999. }, 1 => 'onKernelFinishRequest'], -15);
  2000. $instance->addListener('console.error', [0 => function () {
  2001. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2002. }, 1 => 'onConsoleError'], -128);
  2003. $instance->addListener('console.terminate', [0 => function () {
  2004. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2005. }, 1 => 'onConsoleTerminate'], -128);
  2006. $instance->addListener('console.error', [0 => function () {
  2007. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2008. }, 1 => 'onConsoleError'], 0);
  2009. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  2010. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  2011. }, 1 => 'onMessage'], -255);
  2012. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  2013. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2014. }, 1 => 'onMessage'], -255);
  2015. $instance->addListener('kernel.response', [0 => function () {
  2016. return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2017. }, 1 => 'onKernelResponse'], 0);
  2018. $instance->addListener('kernel.request', [0 => function () {
  2019. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2020. }, 1 => 'onKernelRequest'], 48);
  2021. $instance->addListener('kernel.request', [0 => function () {
  2022. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2023. }, 1 => 'configure'], 2048);
  2024. $instance->addListener('console.command', [0 => function () {
  2025. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2026. }, 1 => 'configure'], 2048);
  2027. $instance->addListener('kernel.request', [0 => function () {
  2028. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2029. }, 1 => 'onKernelRequest'], 32);
  2030. $instance->addListener('kernel.finish_request', [0 => function () {
  2031. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2032. }, 1 => 'onKernelFinishRequest'], 0);
  2033. $instance->addListener('kernel.exception', [0 => function () {
  2034. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2035. }, 1 => 'onKernelException'], -64);
  2036. $instance->addListener('kernel.request', [0 => function () {
  2037. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2038. }, 1 => 'onKernelRequest'], 128);
  2039. $instance->addListener('kernel.response', [0 => function () {
  2040. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2041. }, 1 => 'onKernelResponse'], -1000);
  2042. $instance->addListener('kernel.finish_request', [0 => function () {
  2043. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2044. }, 1 => 'onFinishRequest'], 0);
  2045. $instance->addListener('kernel.response', [0 => function () {
  2046. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2047. }, 1 => 'onKernelResponse'], -100);
  2048. $instance->addListener('kernel.exception', [0 => function () {
  2049. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2050. }, 1 => 'onKernelException'], 0);
  2051. $instance->addListener('kernel.terminate', [0 => function () {
  2052. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2053. }, 1 => 'onKernelTerminate'], -1024);
  2054. $instance->addListener('kernel.controller', [0 => function () {
  2055. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2056. }, 1 => 'onKernelController'], 0);
  2057. $instance->addListener('kernel.response', [0 => function () {
  2058. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2059. }, 1 => 'onKernelResponse'], 0);
  2060. $instance->addListener('kernel.response', [0 => function () {
  2061. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2062. }, 1 => 'onKernelResponse'], 0);
  2063. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2064. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2065. }, 1 => 'checkPassport'], 0);
  2066. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2067. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2068. }, 1 => 'onLoginSuccess'], 0);
  2069. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  2070. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2071. }, 1 => 'onVoterVote'], 0);
  2072. $instance->addListener('kernel.request', [0 => function () {
  2073. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2074. }, 1 => 'configureLogoutUrlGenerator'], 8);
  2075. $instance->addListener('kernel.request', [0 => function () {
  2076. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2077. }, 1 => 'onKernelRequest'], 8);
  2078. $instance->addListener('kernel.finish_request', [0 => function () {
  2079. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2080. }, 1 => 'onKernelFinishRequest'], 0);
  2081. $instance->addListener('kernel.controller', [0 => function () {
  2082. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2083. }, 1 => 'onKernelController'], 0);
  2084. $instance->addListener('kernel.controller', [0 => function () {
  2085. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2086. }, 1 => 'onKernelController'], 0);
  2087. $instance->addListener('kernel.controller', [0 => function () {
  2088. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2089. }, 1 => 'onKernelController'], -128);
  2090. $instance->addListener('kernel.view', [0 => function () {
  2091. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2092. }, 1 => 'onKernelView'], 0);
  2093. $instance->addListener('kernel.controller', [0 => function () {
  2094. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2095. }, 1 => 'onKernelController'], 0);
  2096. $instance->addListener('kernel.response', [0 => function () {
  2097. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2098. }, 1 => 'onKernelResponse'], 0);
  2099. $instance->addListener('kernel.controller_arguments', [0 => function () {
  2100. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2101. }, 1 => 'onKernelControllerArguments'], 0);
  2102. $instance->addListener('kernel.controller_arguments', [0 => function () {
  2103. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2104. }, 1 => 'onKernelControllerArguments'], 0);
  2105. $instance->addListener('console.command', [0 => function () {
  2106. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2107. }, 1 => 'onCommand'], 255);
  2108. $instance->addListener('console.terminate', [0 => function () {
  2109. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2110. }, 1 => 'onTerminate'], -255);
  2111. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  2112. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2113. }, 1 => 'onMessage'], 0);
  2114. $instance->addListener('console.command', [0 => function () {
  2115. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2116. }, 1 => 'configure'], 1024);
  2117. $instance->addListener('kernel.response', [0 => function () {
  2118. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2119. }, 1 => 'onKernelResponse'], -128);
  2120. $instance->addListener('console.error', [0 => function () {
  2121. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2122. }, 1 => 'onConsoleError'], 0);
  2123. $instance->addListener('console.terminate', [0 => function () {
  2124. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2125. }, 1 => 'onConsoleTerminate'], 0);
  2126. $instance->addListener('knp_pager.before', [0 => function () {
  2127. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2128. }, 1 => 'before'], 0);
  2129. $instance->addListener('knp_pager.pagination', [0 => function () {
  2130. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2131. }, 1 => 'pagination'], 0);
  2132. $instance->addListener('knp_pager.before', [0 => function () {
  2133. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2134. }, 1 => 'before'], 1);
  2135. $instance->addListener('knp_pager.before', [0 => function () {
  2136. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2137. }, 1 => 'before'], 1);
  2138. $instance->addListener('knp_pager.pagination', [0 => function () {
  2139. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2140. }, 1 => 'pagination'], 1);
  2141. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2142. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2143. }, 1 => 'checkPassport'], 512);
  2144. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2145. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2146. }, 1 => 'onLogout'], 0);
  2147. return $instance;
  2148. }
  2149. /**
  2150. * Gets the public 'http_kernel' shared service.
  2151. *
  2152. * @return \Symfony\Component\HttpKernel\HttpKernel
  2153. */
  2154. protected function getHttpKernelService()
  2155. {
  2156. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2157. if (isset($this->services['http_kernel'])) {
  2158. return $this->services['http_kernel'];
  2159. }
  2160. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2161. 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 () {
  2162. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2163. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2164. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2165. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2166. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2167. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2168. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2169. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2170. }, 8)), $b));
  2171. }
  2172. /**
  2173. * Gets the public 'request_stack' shared service.
  2174. *
  2175. * @return \Symfony\Component\HttpFoundation\RequestStack
  2176. */
  2177. protected function getRequestStackService()
  2178. {
  2179. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2180. }
  2181. /**
  2182. * Gets the public 'router' shared service.
  2183. *
  2184. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2185. */
  2186. protected function getRouterService()
  2187. {
  2188. $a = new \Symfony\Bridge\Monolog\Logger('router');
  2189. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2190. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2191. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2192. $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2193. $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  2194. $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2195. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2196. $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2197. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2198. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2199. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  2200. ], [
  2201. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2202. ]))->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'));
  2203. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2204. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2205. return $instance;
  2206. }
  2207. /**
  2208. * Gets the public 'translator' shared service.
  2209. *
  2210. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2211. */
  2212. protected function getTranslatorService()
  2213. {
  2214. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2215. }
  2216. /**
  2217. * Gets the public 'var_dumper.cloner' shared service.
  2218. *
  2219. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2220. */
  2221. protected function getVarDumper_ClonerService()
  2222. {
  2223. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2224. $instance->setMaxItems(2500);
  2225. $instance->setMinDepth(1);
  2226. $instance->setMaxString(-1);
  2227. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2228. return $instance;
  2229. }
  2230. /**
  2231. * Gets the private '.service_locator.HDnBBSZ' shared service.
  2232. *
  2233. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2234. */
  2235. protected function get_ServiceLocator_HDnBBSZService()
  2236. {
  2237. return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2238. 'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
  2239. 'security.firewall.map.context.customer' => ['privates', 'security.firewall.map.context.customer', 'getSecurity_Firewall_Map_Context_CustomerService', true],
  2240. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  2241. ], [
  2242. 'security.firewall.map.context.admin' => '?',
  2243. 'security.firewall.map.context.customer' => '?',
  2244. 'security.firewall.map.context.dev' => '?',
  2245. ]);
  2246. }
  2247. /**
  2248. * Gets the private 'Customize\EventListener\TwigInitializeListener' shared autowired service.
  2249. *
  2250. * @return \Customize\EventListener\TwigInitializeListener
  2251. */
  2252. protected function getTwigInitializeListenerService()
  2253. {
  2254. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2255. if (isset($this->privates['Customize\\EventListener\\TwigInitializeListener'])) {
  2256. return $this->privates['Customize\\EventListener\\TwigInitializeListener'];
  2257. }
  2258. return $this->privates['Customize\\EventListener\\TwigInitializeListener'] = new \Customize\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Eccube\\Repository\\CategoryRepository'] ?? $this->getCategoryRepository2Service()), ($this->privates['Eccube\\Repository\\ProductCategoryRepository'] ?? $this->getProductCategoryRepositoryService()));
  2259. }
  2260. /**
  2261. * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2262. *
  2263. * @return \Eccube\DataCollector\EccubeDataCollector
  2264. */
  2265. protected function getEccubeDataCollectorService()
  2266. {
  2267. return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2268. }
  2269. /**
  2270. * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2271. *
  2272. * @return \Eccube\Doctrine\Query\Queries
  2273. */
  2274. protected function getQueriesService()
  2275. {
  2276. $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2277. $instance->addCustomizer(new \Plugin\CouponPro42\Repository\Customizer\AdminSearchOrderCouponQueryCustomizer(($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] ?? ($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] = new \Plugin\CouponPro42\Service\CharacterConversionService()))));
  2278. return $instance;
  2279. }
  2280. /**
  2281. * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2282. *
  2283. * @return \Eccube\EventListener\IpAddrListener
  2284. */
  2285. protected function getIpAddrListenerService()
  2286. {
  2287. 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()));
  2288. }
  2289. /**
  2290. * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2291. *
  2292. * @return \Eccube\EventListener\LogListener
  2293. */
  2294. protected function getLogListenerService()
  2295. {
  2296. return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2297. }
  2298. /**
  2299. * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2300. *
  2301. * @return \Eccube\EventListener\MaintenanceListener
  2302. */
  2303. protected function getMaintenanceListenerService()
  2304. {
  2305. $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2306. if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2307. return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2308. }
  2309. return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2310. }
  2311. /**
  2312. * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2313. *
  2314. * @return \Eccube\EventListener\MobileTemplatePathListener
  2315. */
  2316. protected function getMobileTemplatePathListenerService()
  2317. {
  2318. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2319. if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2320. return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2321. }
  2322. 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))));
  2323. }
  2324. /**
  2325. * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2326. *
  2327. * @return \Eccube\EventListener\RateLimiterListener
  2328. */
  2329. protected function getRateLimiterListenerService()
  2330. {
  2331. return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2332. 'limiter._login_global_admin' => ['privates', 'limiter._login_global_admin', 'getLimiter_LoginGlobalAdminService', true],
  2333. 'limiter._login_global_customer' => ['privates', 'limiter._login_global_customer', 'getLimiter_LoginGlobalCustomerService', true],
  2334. 'limiter._login_local_admin' => ['privates', 'limiter._login_local_admin', 'getLimiter_LoginLocalAdminService', true],
  2335. 'limiter._login_local_customer' => ['privates', 'limiter._login_local_customer', 'getLimiter_LoginLocalCustomerService', true],
  2336. 'limiter.shopping_checkout_customer' => ['privates', 'limiter.shopping_checkout_customer', 'getLimiter_ShoppingCheckoutCustomerService', true],
  2337. 'limiter.shopping_checkout_ip' => ['privates', 'limiter.shopping_checkout_ip', 'getLimiter_ShoppingCheckoutIpService', true],
  2338. 'limiter.shopping_confirm_customer' => ['privates', 'limiter.shopping_confirm_customer', 'getLimiter_ShoppingConfirmCustomerService', true],
  2339. 'limiter.shopping_confirm_ip' => ['privates', 'limiter.shopping_confirm_ip', 'getLimiter_ShoppingConfirmIpService', true],
  2340. ], [
  2341. 'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2342. 'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2343. 'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2344. 'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2345. 'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2346. 'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2347. 'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2348. 'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2349. ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2350. }
  2351. /**
  2352. * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2353. *
  2354. * @return \Eccube\EventListener\RestrictFileUploadListener
  2355. */
  2356. protected function getRestrictFileUploadListenerService()
  2357. {
  2358. 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()));
  2359. }
  2360. /**
  2361. * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2362. *
  2363. * @return \Eccube\EventListener\TransactionListener
  2364. */
  2365. protected function getTransactionListenerService()
  2366. {
  2367. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2368. if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2369. return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2370. }
  2371. return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2372. }
  2373. /**
  2374. * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2375. *
  2376. * @return \Eccube\EventListener\TwigInitializeListener
  2377. */
  2378. protected function getTwigInitializeListener2Service()
  2379. {
  2380. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2381. if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2382. return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2383. }
  2384. $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2385. if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2386. return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2387. }
  2388. 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);
  2389. }
  2390. /**
  2391. * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2392. *
  2393. * @return \Eccube\EventListener\TwoFactorAuthListener
  2394. */
  2395. protected function getTwoFactorAuthListenerService()
  2396. {
  2397. 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()));
  2398. }
  2399. /**
  2400. * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2401. *
  2402. * @return \Eccube\Log\Processor\SessionProcessor
  2403. */
  2404. protected function getSessionProcessorService()
  2405. {
  2406. $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2407. if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2408. return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2409. }
  2410. return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2411. }
  2412. /**
  2413. * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2414. *
  2415. * @return \Eccube\Log\Processor\TokenProcessor
  2416. */
  2417. protected function getTokenProcessorService()
  2418. {
  2419. 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()));
  2420. }
  2421. /**
  2422. * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2423. *
  2424. * @return \Eccube\Repository\AuthorityRoleRepository
  2425. */
  2426. protected function getAuthorityRoleRepositoryService()
  2427. {
  2428. return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2429. }
  2430. /**
  2431. * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2432. *
  2433. * @return \Eccube\Repository\BaseInfoRepository
  2434. */
  2435. protected function getBaseInfoRepositoryService()
  2436. {
  2437. return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2438. }
  2439. /**
  2440. * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2441. *
  2442. * @return \Eccube\Repository\BlockPositionRepository
  2443. */
  2444. protected function getBlockPositionRepositoryService()
  2445. {
  2446. return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2447. }
  2448. /**
  2449. * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2450. *
  2451. * @return \Eccube\Repository\BlockRepository
  2452. */
  2453. protected function getBlockRepositoryService()
  2454. {
  2455. 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))));
  2456. }
  2457. /**
  2458. * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2459. *
  2460. * @return \Eccube\Repository\CartRepository
  2461. */
  2462. protected function getCartRepositoryService()
  2463. {
  2464. return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2465. }
  2466. /**
  2467. * Gets the private 'Eccube\Repository\CategoryRepository' shared autowired service.
  2468. *
  2469. * @return \Eccube\Repository\CategoryRepository
  2470. */
  2471. protected function getCategoryRepository2Service()
  2472. {
  2473. return $this->privates['Eccube\\Repository\\CategoryRepository'] = new \Eccube\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2474. }
  2475. /**
  2476. * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2477. *
  2478. * @return \Eccube\Repository\LayoutRepository
  2479. */
  2480. protected function getLayoutRepositoryService()
  2481. {
  2482. return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2483. }
  2484. /**
  2485. * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2486. *
  2487. * @return \Eccube\Repository\Master\DeviceTypeRepository
  2488. */
  2489. protected function getDeviceTypeRepositoryService()
  2490. {
  2491. return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2492. }
  2493. /**
  2494. * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2495. *
  2496. * @return \Eccube\Repository\OrderRepository
  2497. */
  2498. protected function getOrderRepositoryService()
  2499. {
  2500. return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2501. }
  2502. /**
  2503. * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2504. *
  2505. * @return \Eccube\Repository\PageLayoutRepository
  2506. */
  2507. protected function getPageLayoutRepositoryService()
  2508. {
  2509. return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2510. }
  2511. /**
  2512. * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2513. *
  2514. * @return \Eccube\Repository\PageRepository
  2515. */
  2516. protected function getPageRepositoryService()
  2517. {
  2518. 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);
  2519. }
  2520. /**
  2521. * Gets the private 'Eccube\Repository\ProductCategoryRepository' shared autowired service.
  2522. *
  2523. * @return \Eccube\Repository\ProductCategoryRepository
  2524. */
  2525. protected function getProductCategoryRepositoryService()
  2526. {
  2527. return $this->privates['Eccube\\Repository\\ProductCategoryRepository'] = new \Eccube\Repository\ProductCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2528. }
  2529. /**
  2530. * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2531. *
  2532. * @return \Eccube\Repository\ProductClassRepository
  2533. */
  2534. protected function getProductClassRepositoryService()
  2535. {
  2536. return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2537. }
  2538. /**
  2539. * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2540. *
  2541. * @return \Eccube\Repository\ProductRepository
  2542. */
  2543. protected function getProductRepository2Service()
  2544. {
  2545. return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2546. }
  2547. /**
  2548. * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2549. *
  2550. * @return \Eccube\Repository\TaxRuleRepository
  2551. */
  2552. protected function getTaxRuleRepositoryService($lazyLoad = true)
  2553. {
  2554. if ($lazyLoad) {
  2555. return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2556. return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2557. $wrappedInstance = $this->getTaxRuleRepositoryService(false);
  2558. $proxy->setProxyInitializer(null);
  2559. return true;
  2560. });
  2561. });
  2562. }
  2563. include_once \dirname(__DIR__, 4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2564. 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))));
  2565. }
  2566. /**
  2567. * Gets the private 'Eccube\Request\Context' shared autowired service.
  2568. *
  2569. * @return \Eccube\Request\Context
  2570. */
  2571. protected function getContextService()
  2572. {
  2573. 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()));
  2574. }
  2575. /**
  2576. * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2577. *
  2578. * @return \Eccube\Service\CartService
  2579. */
  2580. protected function getCartServiceService($lazyLoad = true)
  2581. {
  2582. if ($lazyLoad) {
  2583. return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2584. return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2585. $wrappedInstance = $this->getCartServiceService(false);
  2586. $proxy->setProxyInitializer(null);
  2587. return true;
  2588. });
  2589. });
  2590. }
  2591. include_once \dirname(__DIR__, 4).'/src/Eccube/Service/CartService.php';
  2592. return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] = new \Eccube\Service\Cart\ProductClassComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2593. }
  2594. /**
  2595. * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2596. *
  2597. * @return \Eccube\Service\TwoFactorAuthService
  2598. */
  2599. protected function getTwoFactorAuthServiceService()
  2600. {
  2601. 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())));
  2602. }
  2603. /**
  2604. * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2605. *
  2606. * @return \Eccube\Twig\Extension\EccubeExtension
  2607. */
  2608. protected function getEccubeExtensionService()
  2609. {
  2610. 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->getProductRepository2Service()));
  2611. }
  2612. /**
  2613. * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2614. *
  2615. * @return \Eccube\Twig\Extension\TaxExtension
  2616. */
  2617. protected function getTaxExtensionService()
  2618. {
  2619. $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2620. if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2621. return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2622. }
  2623. return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2624. }
  2625. /**
  2626. * Gets the private 'Plugin\CouponPro42\Repository\CouponRepository' shared autowired service.
  2627. *
  2628. * @return \Plugin\CouponPro42\Repository\CouponRepository
  2629. */
  2630. protected function getCouponRepository2Service()
  2631. {
  2632. return $this->privates['Plugin\\CouponPro42\\Repository\\CouponRepository'] = new \Plugin\CouponPro42\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] ?? ($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] = new \Plugin\CouponPro42\Service\CharacterConversionService())));
  2633. }
  2634. /**
  2635. * Gets the private 'Plugin\CouponPro42\Repository\Extension\CategoryRepository' shared autowired service.
  2636. *
  2637. * @return \Plugin\CouponPro42\Repository\Extension\CategoryRepository
  2638. */
  2639. protected function getCategoryRepository3Service()
  2640. {
  2641. return $this->privates['Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository'] = new \Plugin\CouponPro42\Repository\Extension\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2642. }
  2643. /**
  2644. * Gets the private 'Plugin\CouponPro42\Repository\Extension\OrderRepository' shared autowired service.
  2645. *
  2646. * @return \Plugin\CouponPro42\Repository\Extension\OrderRepository
  2647. */
  2648. protected function getOrderRepository2Service()
  2649. {
  2650. return $this->privates['Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository'] = new \Plugin\CouponPro42\Repository\Extension\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2651. }
  2652. /**
  2653. * Gets the private 'Plugin\CouponPro42\Repository\OrderCouponRepository' shared autowired service.
  2654. *
  2655. * @return \Plugin\CouponPro42\Repository\OrderCouponRepository
  2656. */
  2657. protected function getOrderCouponRepositoryService()
  2658. {
  2659. return $this->privates['Plugin\\CouponPro42\\Repository\\OrderCouponRepository'] = new \Plugin\CouponPro42\Repository\OrderCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2660. }
  2661. /**
  2662. * Gets the private 'Plugin\CouponPro42\Service\CouponHelper' shared autowired service.
  2663. *
  2664. * @return \Plugin\CouponPro42\Service\CouponHelper
  2665. */
  2666. protected function getCouponHelperService()
  2667. {
  2668. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2669. if (isset($this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'])) {
  2670. return $this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'];
  2671. }
  2672. $b = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2673. if (isset($this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'])) {
  2674. return $this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'];
  2675. }
  2676. return $this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'] = new \Plugin\CouponPro42\Service\CouponHelper(($this->privates['Plugin\\CouponPro42\\Repository\\CouponRepository'] ?? $this->getCouponRepository2Service()), new \Plugin\CouponPro42\Service\CategoryService(($this->privates['Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository'] ?? $this->getCategoryRepository3Service())), ($this->privates['Plugin\\CouponPro42\\Repository\\OrderCouponRepository'] ?? $this->getOrderCouponRepositoryService()), new \Plugin\CouponPro42\Service\OrderService(($this->privates['Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository'] ?? $this->getOrderRepository2Service())), $a, $b, ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService()));
  2677. }
  2678. /**
  2679. * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2680. *
  2681. * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2682. */
  2683. protected function getAddRegularNavService()
  2684. {
  2685. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2686. if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  2687. return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  2688. }
  2689. return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service()), $a);
  2690. }
  2691. /**
  2692. * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2693. *
  2694. * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2695. */
  2696. protected function getConfigRepository2Service()
  2697. {
  2698. return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2699. }
  2700. /**
  2701. * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2702. *
  2703. * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2704. */
  2705. protected function getWebProcessorService()
  2706. {
  2707. 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']);
  2708. }
  2709. /**
  2710. * Gets the private 'annotations.cache_adapter' shared service.
  2711. *
  2712. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2713. */
  2714. protected function getAnnotations_CacheAdapterService()
  2715. {
  2716. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2717. }
  2718. /**
  2719. * Gets the private 'annotations.cached_reader' shared service.
  2720. *
  2721. * @return \Doctrine\Common\Annotations\PsrCachedReader
  2722. */
  2723. protected function getAnnotations_CachedReaderService()
  2724. {
  2725. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2726. }
  2727. /**
  2728. * Gets the private 'annotations.reader' shared service.
  2729. *
  2730. * @return \Doctrine\Common\Annotations\AnnotationReader
  2731. */
  2732. protected function getAnnotations_ReaderService()
  2733. {
  2734. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2735. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2736. $a->registerUniqueLoader('class_exists');
  2737. $instance->addGlobalIgnoredName('required', $a);
  2738. return $instance;
  2739. }
  2740. /**
  2741. * Gets the private 'assets.context' shared service.
  2742. *
  2743. * @return \Symfony\Component\Asset\Context\RequestStackContext
  2744. */
  2745. protected function getAssets_ContextService()
  2746. {
  2747. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2748. 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());
  2749. }
  2750. /**
  2751. * Gets the private 'cache.annotations' shared service.
  2752. *
  2753. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2754. */
  2755. protected function getCache_AnnotationsService()
  2756. {
  2757. 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())));
  2758. }
  2759. /**
  2760. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2761. *
  2762. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2763. */
  2764. protected function getCache_Doctrine_Orm_Default_QueryService()
  2765. {
  2766. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2767. }
  2768. /**
  2769. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2770. *
  2771. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2772. */
  2773. protected function getCache_Doctrine_Orm_Default_ResultService()
  2774. {
  2775. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2776. }
  2777. /**
  2778. * Gets the private 'cache.property_info' shared service.
  2779. *
  2780. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2781. */
  2782. protected function getCache_PropertyInfoService()
  2783. {
  2784. 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())));
  2785. }
  2786. /**
  2787. * Gets the private 'cache.security_expression_language' shared service.
  2788. *
  2789. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2790. */
  2791. protected function getCache_SecurityExpressionLanguageService()
  2792. {
  2793. 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())));
  2794. }
  2795. /**
  2796. * Gets the private 'cache.security_token_verifier' shared service.
  2797. *
  2798. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2799. */
  2800. protected function getCache_SecurityTokenVerifierService()
  2801. {
  2802. 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())));
  2803. }
  2804. /**
  2805. * Gets the private 'cache.serializer' shared service.
  2806. *
  2807. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2808. */
  2809. protected function getCache_SerializerService()
  2810. {
  2811. 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())));
  2812. }
  2813. /**
  2814. * Gets the private 'cache.validator' shared service.
  2815. *
  2816. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2817. */
  2818. protected function getCache_ValidatorService()
  2819. {
  2820. 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())));
  2821. }
  2822. /**
  2823. * Gets the private 'config_cache_factory' shared service.
  2824. *
  2825. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2826. */
  2827. protected function getConfigCacheFactoryService()
  2828. {
  2829. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2830. yield 0 => ($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)));
  2831. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2832. }, 2));
  2833. }
  2834. /**
  2835. * Gets the private 'data_collector.form' shared service.
  2836. *
  2837. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2838. */
  2839. protected function getDataCollector_FormService()
  2840. {
  2841. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2842. }
  2843. /**
  2844. * Gets the private 'data_collector.request' shared service.
  2845. *
  2846. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2847. */
  2848. protected function getDataCollector_RequestService()
  2849. {
  2850. 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())));
  2851. }
  2852. /**
  2853. * Gets the private 'debug.debug_handlers_listener' shared service.
  2854. *
  2855. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2856. */
  2857. protected function getDebug_DebugHandlersListenerService()
  2858. {
  2859. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2860. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2861. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2862. $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2863. $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2864. $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  2865. $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2866. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2867. $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2868. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2869. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  2870. }
  2871. /**
  2872. * Gets the private 'debug.file_link_formatter' shared service.
  2873. *
  2874. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2875. */
  2876. protected function getDebug_FileLinkFormatterService()
  2877. {
  2878. 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 () {
  2879. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2880. });
  2881. }
  2882. /**
  2883. * Gets the private 'debug.log_processor' shared service.
  2884. *
  2885. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2886. */
  2887. protected function getDebug_LogProcessorService()
  2888. {
  2889. 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())));
  2890. }
  2891. /**
  2892. * Gets the private 'debug.security.access.decision_manager' shared service.
  2893. *
  2894. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2895. */
  2896. protected function getDebug_Security_Access_DecisionManagerService()
  2897. {
  2898. 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 () {
  2899. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2900. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2901. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2902. yield 3 => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2903. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2904. }
  2905. /**
  2906. * Gets the private 'debug.security.firewall' shared service.
  2907. *
  2908. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2909. */
  2910. protected function getDebug_Security_FirewallService()
  2911. {
  2912. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2913. if (isset($this->privates['debug.security.firewall'])) {
  2914. return $this->privates['debug.security.firewall'];
  2915. }
  2916. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2917. if (isset($this->privates['debug.security.firewall'])) {
  2918. return $this->privates['debug.security.firewall'];
  2919. }
  2920. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2921. }
  2922. /**
  2923. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2924. *
  2925. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2926. */
  2927. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2928. {
  2929. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2930. 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates', 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber', 'getInitSubscriberService', true],
  2931. 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates', 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber', 'getSaveEventSubscriberService', true],
  2932. 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates', 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber', 'getTaxRuleEventSubscriberService', true],
  2933. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2934. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2935. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2936. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2937. ], [
  2938. 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  2939. 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  2940. 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  2941. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2942. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2943. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2944. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2945. ]), [0 => 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber', 1 => 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber', 2 => 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber', 3 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 4 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2946. }
  2947. /**
  2948. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2949. *
  2950. * @return \Doctrine\Migrations\DependencyFactory
  2951. */
  2952. protected function getDoctrine_Migrations_DependencyFactoryService()
  2953. {
  2954. $a = new \Doctrine\Migrations\Configuration\Configuration();
  2955. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/app/DoctrineMigrations'));
  2956. $a->setAllOrNothing(false);
  2957. $a->setCheckDatabasePlatform(true);
  2958. $a->setTransactional(true);
  2959. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2960. $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()));
  2961. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2962. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2963. });
  2964. return $instance;
  2965. }
  2966. /**
  2967. * Gets the private 'eccube.collector.core' shared autowired service.
  2968. *
  2969. * @return \Eccube\DataCollector\EccubeDataCollector
  2970. */
  2971. protected function getEccube_Collector_CoreService()
  2972. {
  2973. return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2974. }
  2975. /**
  2976. * Gets the private 'esi_listener' shared service.
  2977. *
  2978. * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2979. */
  2980. protected function getEsiListenerService()
  2981. {
  2982. return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2983. }
  2984. /**
  2985. * Gets the private 'exception_listener' shared service.
  2986. *
  2987. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2988. */
  2989. protected function getExceptionListenerService()
  2990. {
  2991. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2992. }
  2993. /**
  2994. * Gets the private 'fragment.listener' shared service.
  2995. *
  2996. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2997. */
  2998. protected function getFragment_ListenerService()
  2999. {
  3000. 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');
  3001. }
  3002. /**
  3003. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3004. *
  3005. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3006. */
  3007. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3008. {
  3009. 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())));
  3010. }
  3011. /**
  3012. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3013. *
  3014. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3015. */
  3016. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3017. {
  3018. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3019. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3020. return $this->privates['framework_extra_bundle.event.is_granted'];
  3021. }
  3022. 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);
  3023. }
  3024. /**
  3025. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3026. *
  3027. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3028. */
  3029. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3030. {
  3031. 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]);
  3032. }
  3033. /**
  3034. * Gets the private 'locale_aware_listener' shared service.
  3035. *
  3036. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3037. */
  3038. protected function getLocaleAwareListenerService()
  3039. {
  3040. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3041. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3042. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3043. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3044. }
  3045. /**
  3046. * Gets the private 'locale_listener' shared service.
  3047. *
  3048. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3049. */
  3050. protected function getLocaleListenerService()
  3051. {
  3052. 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, []);
  3053. }
  3054. /**
  3055. * Gets the private 'monolog.handler.buffered' shared service.
  3056. *
  3057. * @return \Monolog\Handler\BufferHandler
  3058. */
  3059. protected function getMonolog_Handler_BufferedService()
  3060. {
  3061. return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__, 3).'/log/dev/site.log')), 0, 'debug', true, false);
  3062. }
  3063. /**
  3064. * Gets the private 'monolog.handler.console' shared service.
  3065. *
  3066. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3067. */
  3068. protected function getMonolog_Handler_ConsoleService()
  3069. {
  3070. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  3071. }
  3072. /**
  3073. * Gets the private 'monolog.logger' shared service.
  3074. *
  3075. * @return \Symfony\Bridge\Monolog\Logger
  3076. */
  3077. protected function getMonolog_LoggerService()
  3078. {
  3079. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3080. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3081. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3082. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3083. $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3084. $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  3085. $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3086. $instance->useMicrosecondTimestamps(true);
  3087. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3088. $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3089. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3090. return $instance;
  3091. }
  3092. /**
  3093. * Gets the private 'monolog.logger.cache' shared service.
  3094. *
  3095. * @return \Symfony\Bridge\Monolog\Logger
  3096. */
  3097. protected function getMonolog_Logger_CacheService()
  3098. {
  3099. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3100. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3101. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3102. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3103. $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3104. $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  3105. $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3106. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3107. $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3108. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3109. return $instance;
  3110. }
  3111. /**
  3112. * Gets the private 'monolog.logger.request' shared service.
  3113. *
  3114. * @return \Symfony\Bridge\Monolog\Logger
  3115. */
  3116. protected function getMonolog_Logger_RequestService()
  3117. {
  3118. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3119. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3120. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3121. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3122. $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3123. $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  3124. $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3125. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3126. $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3127. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3128. return $instance;
  3129. }
  3130. /**
  3131. * Gets the private 'monolog.logger.security' shared service.
  3132. *
  3133. * @return \Symfony\Bridge\Monolog\Logger
  3134. */
  3135. protected function getMonolog_Logger_SecurityService()
  3136. {
  3137. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3138. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3139. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3140. $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3141. $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3142. $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [0 => 'Eccube\\\\Log', 1 => 'Psr\\\\Log']))));
  3143. $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3144. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3145. $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3146. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3147. return $instance;
  3148. }
  3149. /**
  3150. * Gets the private 'parameter_bag' shared service.
  3151. *
  3152. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3153. */
  3154. protected function getParameterBagService()
  3155. {
  3156. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3157. }
  3158. /**
  3159. * Gets the private 'profiler_listener' shared service.
  3160. *
  3161. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3162. */
  3163. protected function getProfilerListenerService()
  3164. {
  3165. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3166. if (isset($this->privates['profiler_listener'])) {
  3167. return $this->privates['profiler_listener'];
  3168. }
  3169. 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())), NULL, false, false, NULL);
  3170. }
  3171. /**
  3172. * Gets the private 'property_info' shared service.
  3173. *
  3174. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3175. */
  3176. protected function getPropertyInfoService()
  3177. {
  3178. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3179. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3180. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3181. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3182. }, 3), new RewindableGenerator(function () {
  3183. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3184. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3185. }, 2), new RewindableGenerator(function () {
  3186. return new \EmptyIterator();
  3187. }, 0), new RewindableGenerator(function () {
  3188. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3189. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3190. }, 2), new RewindableGenerator(function () {
  3191. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3192. }, 1));
  3193. }
  3194. /**
  3195. * Gets the private 'rate_limiter.cache' shared service.
  3196. *
  3197. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3198. */
  3199. protected function getRateLimiter_CacheService()
  3200. {
  3201. $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(NULL, true))));
  3202. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3203. return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3204. }
  3205. /**
  3206. * Gets the private 'router.expression_language_provider' shared service.
  3207. *
  3208. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3209. */
  3210. protected function getRouter_ExpressionLanguageProviderService()
  3211. {
  3212. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3213. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  3214. ], [
  3215. 'env' => 'Closure',
  3216. ]));
  3217. }
  3218. /**
  3219. * Gets the private 'router.request_context' shared service.
  3220. *
  3221. * @return \Symfony\Component\Routing\RequestContext
  3222. */
  3223. protected function getRouter_RequestContextService()
  3224. {
  3225. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  3226. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3227. return $instance;
  3228. }
  3229. /**
  3230. * Gets the private 'router_listener' shared service.
  3231. *
  3232. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3233. */
  3234. protected function getRouterListenerService()
  3235. {
  3236. 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);
  3237. }
  3238. /**
  3239. * Gets the private 'security.context_listener.0' shared service.
  3240. *
  3241. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3242. */
  3243. protected function getSecurity_ContextListener_0Service()
  3244. {
  3245. $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3246. if (isset($this->privates['security.context_listener.0'])) {
  3247. return $this->privates['security.context_listener.0'];
  3248. }
  3249. 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 () {
  3250. yield 0 => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3251. yield 1 => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3252. }, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  3253. }
  3254. /**
  3255. * Gets the private 'security.context_listener.1' shared service.
  3256. *
  3257. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3258. */
  3259. protected function getSecurity_ContextListener_1Service()
  3260. {
  3261. $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3262. if (isset($this->privates['security.context_listener.1'])) {
  3263. return $this->privates['security.context_listener.1'];
  3264. }
  3265. 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 () {
  3266. yield 0 => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3267. yield 1 => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3268. }, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  3269. }
  3270. /**
  3271. * Gets the private 'security.csrf.token_storage' shared service.
  3272. *
  3273. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3274. */
  3275. protected function getSecurity_Csrf_TokenStorageService()
  3276. {
  3277. 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())));
  3278. }
  3279. /**
  3280. * Gets the private 'security.event_dispatcher.admin' shared service.
  3281. *
  3282. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3283. */
  3284. protected function getSecurity_EventDispatcher_AdminService()
  3285. {
  3286. $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3287. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3288. return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3289. }, 1 => 'checkPassport'], 2048);
  3290. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3291. return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3292. }, 1 => 'onSuccessfulLogin'], 0);
  3293. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3294. return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3295. }, 1 => 'onLogout'], 0);
  3296. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3297. return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3298. }, 1 => 'onLogout'], 0);
  3299. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3300. return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3301. }, 1 => 'checkPassport'], 2080);
  3302. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3303. return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3304. }, 1 => 'onSuccessfulLogin'], 0);
  3305. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3306. return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3307. }, 1 => 'preCheckCredentials'], 256);
  3308. $instance->addListener('security.authentication.success', [0 => function () {
  3309. return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3310. }, 1 => 'postCheckCredentials'], 256);
  3311. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3312. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3313. }, 1 => 'checkPassport'], 1024);
  3314. $instance->addListener('security.interactive_login', [0 => function () {
  3315. return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3316. }, 1 => 'onInteractiveLogin'], 0);
  3317. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  3318. return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3319. }, 1 => 'onAuthenticationFailure'], 0);
  3320. $instance->addListener('security.interactive_login', [0 => function () {
  3321. return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3322. }, 1 => 'onInteractiveLogin'], 0);
  3323. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3324. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3325. }, 1 => 'checkPassport'], 0);
  3326. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3327. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3328. }, 1 => 'onLoginSuccess'], 0);
  3329. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3330. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3331. }, 1 => 'checkPassport'], 512);
  3332. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3333. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3334. }, 1 => 'onLogout'], 0);
  3335. return $instance;
  3336. }
  3337. /**
  3338. * Gets the private 'security.event_dispatcher.customer' shared service.
  3339. *
  3340. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3341. */
  3342. protected function getSecurity_EventDispatcher_CustomerService()
  3343. {
  3344. $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3345. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3346. return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3347. }, 1 => 'checkPassport'], 2048);
  3348. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3349. return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3350. }, 1 => 'onSuccessfulLogin'], 0);
  3351. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3352. return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3353. }, 1 => 'onLogout'], 64);
  3354. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3355. return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3356. }, 1 => 'onLogout'], 0);
  3357. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3358. return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3359. }, 1 => 'checkPassport'], 2080);
  3360. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3361. return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3362. }, 1 => 'onSuccessfulLogin'], 0);
  3363. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3364. return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3365. }, 1 => 'onSuccessfulLogin'], -32);
  3366. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3367. return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3368. }, 1 => 'onSuccessfulLogin'], -64);
  3369. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  3370. return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3371. }, 1 => 'clearCookie'], 0);
  3372. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3373. return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3374. }, 1 => 'clearCookie'], 0);
  3375. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  3376. return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3377. }, 1 => 'clearCookie'], 0);
  3378. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3379. return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3380. }, 1 => 'preCheckCredentials'], 256);
  3381. $instance->addListener('security.authentication.success', [0 => function () {
  3382. return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3383. }, 1 => 'postCheckCredentials'], 256);
  3384. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3385. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3386. }, 1 => 'checkPassport'], 1024);
  3387. $instance->addListener('security.interactive_login', [0 => function () {
  3388. return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3389. }, 1 => 'onInteractiveLogin'], 0);
  3390. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  3391. return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3392. }, 1 => 'onAuthenticationFailure'], 0);
  3393. $instance->addListener('security.interactive_login', [0 => function () {
  3394. return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3395. }, 1 => 'onInteractiveLogin'], 0);
  3396. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3397. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3398. }, 1 => 'checkPassport'], 0);
  3399. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3400. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3401. }, 1 => 'onLoginSuccess'], 0);
  3402. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3403. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3404. }, 1 => 'checkPassport'], 512);
  3405. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3406. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3407. }, 1 => 'onLogout'], 0);
  3408. return $instance;
  3409. }
  3410. /**
  3411. * Gets the private 'security.firewall.map' shared service.
  3412. *
  3413. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3414. */
  3415. protected function getSecurity_Firewall_MapService()
  3416. {
  3417. $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3418. if (isset($this->privates['security.firewall.map'])) {
  3419. return $this->privates['security.firewall.map'];
  3420. }
  3421. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3422. 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)/')));
  3423. yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.Mdzji6d'] ?? ($this->privates['.security.request_matcher.Mdzji6d'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3424. yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3425. }, 3));
  3426. }
  3427. /**
  3428. * Gets the private 'security.logout_url_generator' shared service.
  3429. *
  3430. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3431. */
  3432. protected function getSecurity_LogoutUrlGeneratorService()
  3433. {
  3434. $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()));
  3435. $instance->registerListener('admin', 'admin_logout', 'logout', '_csrf_token', NULL, NULL);
  3436. $instance->registerListener('customer', 'logout', 'logout', '_csrf_token', NULL, NULL);
  3437. return $instance;
  3438. }
  3439. /**
  3440. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3441. *
  3442. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3443. */
  3444. protected function getSensioFrameworkExtra_Controller_ListenerService()
  3445. {
  3446. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3447. }
  3448. /**
  3449. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3450. *
  3451. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3452. */
  3453. protected function getSensioFrameworkExtra_Converter_ListenerService()
  3454. {
  3455. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3456. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  3457. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  3458. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  3459. }
  3460. /**
  3461. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3462. *
  3463. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3464. */
  3465. protected function getSensioFrameworkExtra_Security_ListenerService()
  3466. {
  3467. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3468. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3469. return $this->privates['sensio_framework_extra.security.listener'];
  3470. }
  3471. 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()));
  3472. }
  3473. /**
  3474. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3475. *
  3476. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3477. */
  3478. protected function getSensioFrameworkExtra_View_ListenerService()
  3479. {
  3480. $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))));
  3481. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3482. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3483. ], [
  3484. 'twig' => '?',
  3485. ]))->withContext('sensio_framework_extra.view.listener', $this));
  3486. return $instance;
  3487. }
  3488. /**
  3489. * Gets the private 'session.factory' shared service.
  3490. *
  3491. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3492. */
  3493. protected function getSession_FactoryService()
  3494. {
  3495. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3496. if (isset($this->privates['session.factory'])) {
  3497. return $this->privates['session.factory'];
  3498. }
  3499. 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'), [0 => $a, 1 => 'onSessionUsage']);
  3500. }
  3501. /**
  3502. * Gets the private 'session_listener' shared service.
  3503. *
  3504. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3505. */
  3506. protected function getSessionListenerService()
  3507. {
  3508. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3509. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  3510. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  3511. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  3512. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  3513. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  3514. ], [
  3515. 'initialized_session' => '?',
  3516. 'logger' => '?',
  3517. 'session' => '?',
  3518. 'session_collector' => '?',
  3519. 'session_factory' => '?',
  3520. ]), true, $this->getParameter('session.storage.options'));
  3521. }
  3522. /**
  3523. * Gets the private 'state_machine.order.metadata_store' shared service.
  3524. *
  3525. * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3526. */
  3527. protected function getStateMachine_Order_MetadataStoreService()
  3528. {
  3529. return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3530. }
  3531. /**
  3532. * Gets the private 'translator.default' shared service.
  3533. *
  3534. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3535. */
  3536. protected function getTranslator_DefaultService()
  3537. {
  3538. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3539. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  3540. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  3541. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  3542. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  3543. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  3544. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  3545. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  3546. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  3547. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  3548. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  3549. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  3550. ], [
  3551. 'translation.loader.csv' => '?',
  3552. 'translation.loader.dat' => '?',
  3553. 'translation.loader.ini' => '?',
  3554. 'translation.loader.json' => '?',
  3555. 'translation.loader.mo' => '?',
  3556. 'translation.loader.php' => '?',
  3557. 'translation.loader.po' => '?',
  3558. 'translation.loader.qt' => '?',
  3559. 'translation.loader.res' => '?',
  3560. 'translation.loader.xliff' => '?',
  3561. 'translation.loader.yml' => '?',
  3562. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Resource/locale/messages.ja.yaml'), 5 => (\dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Resource/locale/validators.ja.yaml'), 6 => (\dirname(__DIR__, 4).'/app/Plugin/AmazonPayV2_42/Resource/locale/messages.ja.yaml'), 7 => (\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), 8 => (\dirname(__DIR__, 4).'/app/Plugin/ReportPdf2Ft/Resource/locale/messages.ja.yml'), 9 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/app/Plugin/CouponPro42/Resource/locale'), 5 => (\dirname(__DIR__, 4).'/app/Plugin/AmazonPayV2_42/Resource/locale'), 6 => (\dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Resource/locale'), 7 => (\dirname(__DIR__, 4).'/app/Plugin/ReportPdf2Ft/Resource/locale'), 8 => (\dirname(__DIR__, 4).'/src/Eccube/Resource/locale/'), 9 => (\dirname(__DIR__, 4).'/app/Customize/Resource/locale/'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/src/Eccube/translations'), 24 => (\dirname(__DIR__, 4).'/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'app/Plugin/CouponPro42/Resource/locale', 5 => 'app/Plugin/AmazonPayV2_42/Resource/locale', 6 => 'app/Plugin/EccubePaymentLite42/Resource/locale', 7 => 'app/Plugin/ReportPdf2Ft/Resource/locale', 8 => 'src/Eccube/Resource/locale/', 9 => 'app/Customize/Resource/locale/', 10 => 'vendor/symfony/framework-bundle/translations', 11 => 'vendor/symfony/security-bundle/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 14 => 'vendor/sensio/framework-extra-bundle/src/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/symfony/twig-bundle/translations', 17 => 'vendor/symfony/debug-bundle/translations', 18 => 'vendor/symfony/web-profiler-bundle/translations', 19 => 'vendor/symfony/maker-bundle/src/translations', 20 => 'vendor/exercise/htmlpurifier-bundle/src/translations', 21 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 22 => 'vendor/twig/extra-bundle/translations', 23 => 'src/Eccube/translations', 24 => 'translations']]], []);
  3563. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3564. $instance->setFallbackLocales([0 => $this->getEnv('ECCUBE_LOCALE'), 1 => $this->getEnv('ECCUBE_LOCALE')]);
  3565. return $instance;
  3566. }
  3567. /**
  3568. * Gets the private 'validator.builder' shared service.
  3569. *
  3570. * @return \Symfony\Component\Validator\ValidatorBuilder
  3571. */
  3572. protected function getValidator_BuilderService()
  3573. {
  3574. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3575. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3576. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3577. 'Eccube\\Form\\Validator\\EmailValidator' => ['privates', 'Eccube\\Form\\Validator\\EmailValidator', 'getEmailValidatorService', true],
  3578. 'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates', 'Eccube\\Form\\Validator\\TwigLintValidator', 'getTwigLintValidatorService', true],
  3579. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3580. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3581. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  3582. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3583. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  3584. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3585. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3586. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3587. ], [
  3588. 'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3589. 'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3590. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3591. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3592. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3593. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3594. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3595. 'doctrine.orm.validator.unique' => '?',
  3596. 'security.validator.user_password' => '?',
  3597. 'validator.expression' => '?',
  3598. ])));
  3599. if ($this->has('translator')) {
  3600. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3601. }
  3602. $instance->setTranslationDomain('validators');
  3603. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3604. $instance->enableAnnotationMapping(true);
  3605. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3606. $instance->addMethodMapping('loadValidatorMetadata');
  3607. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3608. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  3609. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3610. return $instance;
  3611. }
  3612. /**
  3613. * Gets the private 'var_dumper.html_dumper' shared service.
  3614. *
  3615. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3616. */
  3617. protected function getVarDumper_HtmlDumperService()
  3618. {
  3619. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  3620. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3621. return $instance;
  3622. }
  3623. /**
  3624. * Gets the private 'web_profiler.csp.handler' shared service.
  3625. *
  3626. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3627. */
  3628. protected function getWebProfiler_Csp_HandlerService()
  3629. {
  3630. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3631. }
  3632. /**
  3633. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3634. *
  3635. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3636. */
  3637. protected function getWebProfiler_DebugToolbarService()
  3638. {
  3639. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3640. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3641. return $this->privates['web_profiler.debug_toolbar'];
  3642. }
  3643. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($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()));
  3644. }
  3645. /**
  3646. * Gets the public 'cache_clearer' alias.
  3647. *
  3648. * @return object The ".container.private.cache_clearer" service.
  3649. */
  3650. protected function getCacheClearerService()
  3651. {
  3652. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3653. return $this->get('.container.private.cache_clearer');
  3654. }
  3655. /**
  3656. * Gets the public 'filesystem' alias.
  3657. *
  3658. * @return object The ".container.private.filesystem" service.
  3659. */
  3660. protected function getFilesystemService()
  3661. {
  3662. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3663. return $this->get('.container.private.filesystem');
  3664. }
  3665. /**
  3666. * Gets the public 'state_machine.order' alias.
  3667. *
  3668. * @return object The ".container.private.state_machine.order" service.
  3669. */
  3670. protected function getStateMachine_OrderService()
  3671. {
  3672. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3673. return $this->get('.container.private.state_machine.order');
  3674. }
  3675. /**
  3676. * Gets the public 'serializer' alias.
  3677. *
  3678. * @return object The ".container.private.serializer" service.
  3679. */
  3680. protected function getSerializerService()
  3681. {
  3682. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3683. return $this->get('.container.private.serializer');
  3684. }
  3685. /**
  3686. * Gets the public 'security.csrf.token_manager' alias.
  3687. *
  3688. * @return object The ".container.private.security.csrf.token_manager" service.
  3689. */
  3690. protected function getSecurity_Csrf_TokenManagerService()
  3691. {
  3692. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3693. return $this->get('.container.private.security.csrf.token_manager');
  3694. }
  3695. /**
  3696. * Gets the public 'form.factory' alias.
  3697. *
  3698. * @return object The ".container.private.form.factory" service.
  3699. */
  3700. protected function getForm_FactoryService()
  3701. {
  3702. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3703. return $this->get('.container.private.form.factory');
  3704. }
  3705. /**
  3706. * Gets the public 'form.type.file' alias.
  3707. *
  3708. * @return object The ".container.private.form.type.file" service.
  3709. */
  3710. protected function getForm_Type_FileService()
  3711. {
  3712. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3713. return $this->get('.container.private.form.type.file');
  3714. }
  3715. /**
  3716. * Gets the public 'profiler' alias.
  3717. *
  3718. * @return object The ".container.private.profiler" service.
  3719. */
  3720. protected function getProfilerService()
  3721. {
  3722. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3723. return $this->get('.container.private.profiler');
  3724. }
  3725. /**
  3726. * Gets the public 'security.authorization_checker' alias.
  3727. *
  3728. * @return object The ".container.private.security.authorization_checker" service.
  3729. */
  3730. protected function getSecurity_AuthorizationCheckerService()
  3731. {
  3732. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3733. return $this->get('.container.private.security.authorization_checker');
  3734. }
  3735. /**
  3736. * Gets the public 'security.token_storage' alias.
  3737. *
  3738. * @return object The ".container.private.security.token_storage" service.
  3739. */
  3740. protected function getSecurity_TokenStorageService()
  3741. {
  3742. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3743. return $this->get('.container.private.security.token_storage');
  3744. }
  3745. /**
  3746. * Gets the public 'twig' alias.
  3747. *
  3748. * @return object The ".container.private.twig" service.
  3749. */
  3750. protected function getTwigService()
  3751. {
  3752. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3753. return $this->get('.container.private.twig');
  3754. }
  3755. /**
  3756. * Gets the public 'security.password_encoder' alias.
  3757. *
  3758. * @return object The ".container.private.security.password_encoder" service.
  3759. */
  3760. protected function getSecurity_PasswordEncoderService()
  3761. {
  3762. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3763. return $this->get('.container.private.security.password_encoder');
  3764. }
  3765. /**
  3766. * Gets the public 'session' alias.
  3767. *
  3768. * @return object The ".container.private.session" service.
  3769. */
  3770. protected function getSessionService()
  3771. {
  3772. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3773. return $this->get('.container.private.session');
  3774. }
  3775. /**
  3776. * Gets the public 'validator' alias.
  3777. *
  3778. * @return object The ".container.private.validator" service.
  3779. */
  3780. protected function getValidatorService()
  3781. {
  3782. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3783. return $this->get('.container.private.validator');
  3784. }
  3785. /**
  3786. * @return array|bool|float|int|string|\UnitEnum|null
  3787. */
  3788. public function getParameter(string $name)
  3789. {
  3790. if (isset($this->buildParameters[$name])) {
  3791. return $this->buildParameters[$name];
  3792. }
  3793. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3794. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3795. }
  3796. if (isset($this->loadedDynamicParameters[$name])) {
  3797. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3798. }
  3799. return $this->parameters[$name];
  3800. }
  3801. public function hasParameter(string $name): bool
  3802. {
  3803. if (isset($this->buildParameters[$name])) {
  3804. return true;
  3805. }
  3806. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3807. }
  3808. public function setParameter(string $name, $value): void
  3809. {
  3810. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3811. }
  3812. public function getParameterBag(): ParameterBagInterface
  3813. {
  3814. if (null === $this->parameterBag) {
  3815. $parameters = $this->parameters;
  3816. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3817. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3818. }
  3819. foreach ($this->buildParameters as $name => $value) {
  3820. $parameters[$name] = $value;
  3821. }
  3822. $this->parameterBag = new FrozenParameterBag($parameters);
  3823. }
  3824. return $this->parameterBag;
  3825. }
  3826. private $loadedDynamicParameters = [
  3827. 'kernel.runtime_environment' => false,
  3828. 'kernel.build_dir' => false,
  3829. 'kernel.cache_dir' => false,
  3830. 'locale' => false,
  3831. 'timezone' => false,
  3832. 'currency' => false,
  3833. 'eccube_database_url' => false,
  3834. 'eccube_mailer_dsn' => false,
  3835. 'eccube_admin_route' => false,
  3836. 'eccube_user_data_route' => false,
  3837. 'eccube_front_allow_hosts' => false,
  3838. 'eccube_front_deny_hosts' => false,
  3839. 'eccube_admin_allow_hosts' => false,
  3840. 'eccube_admin_deny_hosts' => false,
  3841. 'eccube_force_ssl' => false,
  3842. 'eccube.theme' => false,
  3843. 'eccube_theme_code' => false,
  3844. 'eccube_auth_magic' => false,
  3845. 'eccube_theme_front_dir' => false,
  3846. 'eccube_html_front_dir' => false,
  3847. 'eccube_csv_temp_realdir' => false,
  3848. 'eccube_owners_store_url' => false,
  3849. 'eccube_package_api_url' => false,
  3850. 'eccube_content_maintenance_file_path' => false,
  3851. 'eccube_2fa_enabled' => false,
  3852. 'eccube_2fa_cookie_name' => false,
  3853. 'eccube_2fa_expire' => false,
  3854. 'eccube_restrict_file_upload' => false,
  3855. 'kernel.secret' => false,
  3856. 'kernel.default_locale' => false,
  3857. 'debug.container.dump' => false,
  3858. 'serializer.mapping.cache.file' => false,
  3859. 'session.storage.options' => false,
  3860. 'validator.mapping.cache.file' => false,
  3861. 'profiler.storage.dsn' => false,
  3862. 'doctrine.orm.proxy_dir' => false,
  3863. ];
  3864. private $dynamicParameters = [];
  3865. private function getDynamicParameter(string $name)
  3866. {
  3867. switch ($name) {
  3868. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3869. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3870. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3871. case 'locale': $value = $this->getEnv('ECCUBE_LOCALE'); break;
  3872. case 'timezone': $value = $this->getEnv('ECCUBE_TIMEZONE'); break;
  3873. case 'currency': $value = $this->getEnv('ECCUBE_CURRENCY'); break;
  3874. case 'eccube_database_url': $value = $this->getEnv('DATABASE_URL'); break;
  3875. case 'eccube_mailer_dsn': $value = $this->getEnv('MAILER_DSN'); break;
  3876. case 'eccube_admin_route': $value = $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3877. case 'eccube_user_data_route': $value = $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3878. case 'eccube_front_allow_hosts': $value = $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3879. case 'eccube_front_deny_hosts': $value = $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3880. case 'eccube_admin_allow_hosts': $value = $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3881. case 'eccube_admin_deny_hosts': $value = $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3882. case 'eccube_force_ssl': $value = $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3883. case 'eccube.theme': $value = $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3884. case 'eccube_theme_code': $value = $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3885. case 'eccube_auth_magic': $value = $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3886. case 'eccube_theme_front_dir': $value = (\dirname(__DIR__, 4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3887. case 'eccube_html_front_dir': $value = (\dirname(__DIR__, 4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3888. case 'eccube_csv_temp_realdir': $value = ($this->targetDir.''.'/dev/eccube'); break;
  3889. case 'eccube_owners_store_url': $value = $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3890. case 'eccube_package_api_url': $value = $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3891. case 'eccube_content_maintenance_file_path': $value = $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3892. case 'eccube_2fa_enabled': $value = $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3893. case 'eccube_2fa_cookie_name': $value = $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3894. case 'eccube_2fa_expire': $value = $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3895. case 'eccube_restrict_file_upload': $value = $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3896. case 'kernel.secret': $value = $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3897. case 'kernel.default_locale': $value = $this->getEnv('ECCUBE_LOCALE'); break;
  3898. case 'debug.container.dump': $value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3899. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3900. case 'session.storage.options': $value = [
  3901. 'cache_limiter' => '0',
  3902. 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3903. 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3904. 'cookie_httponly' => true,
  3905. 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3906. 'gc_probability' => 1,
  3907. ]; break;
  3908. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3909. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3910. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3911. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3912. }
  3913. $this->loadedDynamicParameters[$name] = true;
  3914. return $this->dynamicParameters[$name] = $value;
  3915. }
  3916. protected function getDefaultParameters(): array
  3917. {
  3918. return [
  3919. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3920. 'kernel.environment' => 'dev',
  3921. 'kernel.debug' => true,
  3922. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3923. 'kernel.bundles' => [
  3924. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3925. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3926. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3927. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3928. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3929. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3930. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3931. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3932. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3933. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3934. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3935. 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3936. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3937. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3938. 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3939. ],
  3940. 'kernel.bundles_metadata' => [
  3941. 'FrameworkBundle' => [
  3942. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3943. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3944. ],
  3945. 'SecurityBundle' => [
  3946. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3947. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3948. ],
  3949. 'DoctrineBundle' => [
  3950. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3951. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3952. ],
  3953. 'DoctrineFixturesBundle' => [
  3954. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3955. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3956. ],
  3957. 'SensioFrameworkExtraBundle' => [
  3958. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3959. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3960. ],
  3961. 'MonologBundle' => [
  3962. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3963. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3964. ],
  3965. 'TwigBundle' => [
  3966. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3967. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3968. ],
  3969. 'DebugBundle' => [
  3970. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  3971. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3972. ],
  3973. 'WebProfilerBundle' => [
  3974. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3975. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3976. ],
  3977. 'MakerBundle' => [
  3978. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3979. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3980. ],
  3981. 'KnpPaginatorBundle' => [
  3982. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  3983. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3984. ],
  3985. 'ExerciseHTMLPurifierBundle' => [
  3986. 'path' => (\dirname(__DIR__, 4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3987. 'namespace' => 'Exercise\\HTMLPurifierBundle',
  3988. ],
  3989. 'DoctrineMigrationsBundle' => [
  3990. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3991. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3992. ],
  3993. 'TwigExtraBundle' => [
  3994. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  3995. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3996. ],
  3997. 'EccubeBundle' => [
  3998. 'path' => (\dirname(__DIR__, 4).'/src/Eccube'),
  3999. 'namespace' => 'Eccube',
  4000. ],
  4001. ],
  4002. 'kernel.charset' => 'UTF-8',
  4003. 'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4004. 'container.dumper.inline_class_loader' => true,
  4005. 'env(ECCUBE_LOCALE)' => 'ja',
  4006. 'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4007. 'env(ECCUBE_CURRENCY)' => 'JPY',
  4008. 'env(DATABASE_URL)' => '',
  4009. 'env(DATABASE_SERVER_VERSION)' => NULL,
  4010. 'env(DATABASE_CHARSET)' => 'utf8',
  4011. 'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4012. 'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4013. 'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4014. 'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4015. 'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4016. 'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4017. 'env(ECCUBE_FORCE_SSL)' => '0',
  4018. 'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4019. 'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4020. 'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4021. 'env(ECCUBE_COOKIE_PATH)' => '/',
  4022. 'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4023. 'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4024. 'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4025. 'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4026. 'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__, 4).'/.maintenance'),
  4027. 'env(ECCUBE_2FA_ENABLED)' => '1',
  4028. 'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4029. 'env(ECCUBE_2FA_EXPIRE)' => '14',
  4030. 'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4031. 'eccube_auth_type' => 'HMAC',
  4032. 'eccube_password_hash_algos' => 'SHA256',
  4033. 'eccube_theme_app_dir' => (\dirname(__DIR__, 4).'/app/template'),
  4034. 'eccube_theme_src_dir' => (\dirname(__DIR__, 4).'/src/Eccube/Resource/template'),
  4035. 'eccube_theme_user_data_dir' => (\dirname(__DIR__, 4).'/app/template/user_data'),
  4036. 'eccube_theme_front_default_dir' => (\dirname(__DIR__, 4).'/src/Eccube/Resource/template/default'),
  4037. 'eccube_theme_admin_dir' => (\dirname(__DIR__, 4).'/app/template/admin'),
  4038. 'eccube_theme_admin_default_dir' => (\dirname(__DIR__, 4).'/src/Eccube/Resource/template/admin'),
  4039. 'eccube_html_dir' => (\dirname(__DIR__, 4).'/html'),
  4040. 'eccube_html_plugin_dir' => (\dirname(__DIR__, 4).'/html/plugin'),
  4041. 'eccube_html_admin_dir' => (\dirname(__DIR__, 4).'/html/template/admin'),
  4042. 'eccube_twig_block_templates' => [
  4043. ],
  4044. 'eccube_save_image_dir' => (\dirname(__DIR__, 4).'/html/upload/save_image'),
  4045. 'eccube_temp_image_dir' => (\dirname(__DIR__, 4).'/html/upload/temp_image'),
  4046. 'eccube_csv_size' => 5,
  4047. 'eccube_csv_split_lines' => 100,
  4048. 'eccube_default_password' => 'abc********123',
  4049. 'eccube_deliv_addr_max' => 20,
  4050. 'eccube_deliv_date_end_max' => 21,
  4051. 'eccube_id_max_len' => 50,
  4052. 'eccube_id_min_len' => 4,
  4053. 'eccube_int_len' => 9,
  4054. 'eccube_category_nest_level' => 5,
  4055. 'eccube_lltext_len' => 99999,
  4056. 'eccube_ltext_len' => 3000,
  4057. 'eccube_max_total_fee' => 9999999999,
  4058. 'eccube_mltext_len' => 1000,
  4059. 'eccube_mtext_len' => 200,
  4060. 'plugin_html_realdir' => (\dirname(__DIR__, 4).'/html/plugin/'),
  4061. 'plugin_html_urlpath' => '/plugin/',
  4062. 'plugin_realdir' => (\dirname(__DIR__, 4).'/app/Plugin'),
  4063. 'plugin_data_realdir' => (\dirname(__DIR__, 4).'/app/PluginData'),
  4064. 'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4065. 'eccube_price_len' => 8,
  4066. 'eccube_search_pmax' => 12,
  4067. 'eccube_sitemap_products_per_page' => 1000,
  4068. 'eccube_stext_len' => 255,
  4069. 'eccube_sltext_len' => 500,
  4070. 'eccube_smtext_len' => 100,
  4071. 'eccube_tax_rule_priority' => [
  4072. 0 => 'product_id',
  4073. 1 => 'product_class_id',
  4074. 2 => 'pref_id',
  4075. 3 => 'country_id',
  4076. ],
  4077. 'eccube_url_len' => 1024,
  4078. 'eccube_default_page_count' => 50,
  4079. 'eccube_admin_product_stock_status' => 3,
  4080. 'eccube_customer_reset_expire' => 10,
  4081. 'eccube_csv_export_separator' => ',',
  4082. 'eccube_csv_export_encoding' => 'SJIS-win',
  4083. 'eccube_csv_import_encoding' => [
  4084. 0 => 'UTF-8',
  4085. 1 => 'SJIS-win',
  4086. 2 => 'SJIS',
  4087. 3 => 'EUC-JP',
  4088. 4 => 'ASCII',
  4089. 5 => 'JIS',
  4090. ],
  4091. 'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4092. 'eccube_csv_export_multidata_separator' => ',',
  4093. 'eccube_csv_import_delimiter' => ',',
  4094. 'eccube_csv_import_enclosure' => '"',
  4095. 'eccube_csv_import_escape' => '\\',
  4096. 'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4097. 'eccube_official_site_url' => 'https://www.ec-cube.net',
  4098. 'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4099. 'eccube_document_url' => 'http://doc4.ec-cube.net',
  4100. 'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4101. 'eccube_name_len' => 16,
  4102. 'eccube_kana_len' => 25,
  4103. 'eccube_address1_len' => 32,
  4104. 'eccube_address2_len' => 32,
  4105. 'eccube_birth_max' => 110,
  4106. 'eccube_product_order_price_lower' => 1,
  4107. 'eccube_product_order_newer' => 2,
  4108. 'eccube_product_order_price_higher' => 3,
  4109. 'eccube_price_max' => 2147483647,
  4110. 'eccube_tel_len_max' => 14,
  4111. 'eccube_postal_code' => 8,
  4112. 'eccube_password_min_len' => 12,
  4113. 'eccube_password_max_len' => 50,
  4114. 'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4115. 'eccube_composer_memory_limit' => '1536M',
  4116. 'eccube_order_mail_template_id' => 1,
  4117. 'eccube_entry_confirm_mail_template_id' => 2,
  4118. 'eccube_entry_complete_mail_template_id' => 3,
  4119. 'eccube_customer_withdraw_mail_template_id' => 4,
  4120. 'eccube_contact_mail_template_id' => 5,
  4121. 'eccube_forgot_mail_template_id' => 6,
  4122. 'eccube_reset_complete_mail_template_id' => 7,
  4123. 'eccube_shipping_notify_mail_template_id' => 8,
  4124. 'eccube_rfc_email_check' => false,
  4125. 'eccube_email_len' => 254,
  4126. 'eccube_order_no_format' => '',
  4127. 'eccube_order_pdf_message_len' => 30,
  4128. 'eccube_news_start_year' => 2000,
  4129. 'eccube_result_cache_lifetime' => 3600,
  4130. 'eccube_result_cache_lifetime_short' => 10,
  4131. 'eccube_restrict_file_upload_urls' => [
  4132. 0 => 'admin_content_file',
  4133. 1 => 'admin_store_plugin_install',
  4134. 2 => 'admin_content_page_new',
  4135. 3 => 'admin_content_page_edit',
  4136. 4 => 'admin_content_block_new',
  4137. 5 => 'admin_content_block_edit',
  4138. 6 => 'admin_content_css',
  4139. 7 => 'admin_content_js',
  4140. 8 => 'admin_store_template_install',
  4141. ],
  4142. 'eccube_file_uploadable_extensions' => [
  4143. 0 => 'jpg',
  4144. 1 => 'jpeg',
  4145. 2 => 'png',
  4146. 3 => 'gif',
  4147. 4 => 'webp',
  4148. 5 => 'svg',
  4149. 6 => 'ico',
  4150. 7 => 'html',
  4151. 8 => 'htm',
  4152. 9 => 'js',
  4153. 10 => 'css',
  4154. 11 => 'txt',
  4155. 12 => 'pdf',
  4156. ],
  4157. 'eccube_login_throttling_max_attempts' => 5,
  4158. 'eccube_login_throttling_interval' => '30 minutes',
  4159. 'eccube_nav' => [
  4160. 'product' => [
  4161. 'name' => 'admin.product.product_management',
  4162. 'icon' => 'fa-cube',
  4163. 'children' => [
  4164. 'product_master' => [
  4165. 'name' => 'admin.product.product_list',
  4166. 'url' => 'admin_product',
  4167. ],
  4168. 'text_warning' => [
  4169. 'name' => 'テキスト警告',
  4170. 'url' => 'admin_text_warning',
  4171. ],
  4172. 'product_edit' => [
  4173. 'name' => 'admin.product.product_registration',
  4174. 'url' => 'admin_product_product_new',
  4175. ],
  4176. 'class_name' => [
  4177. 'name' => 'admin.product.class_management',
  4178. 'url' => 'admin_product_class_name',
  4179. ],
  4180. 'price_delivery' => [
  4181. 'name' => 'Prices & Delivery',
  4182. 'url' => 'admin_price_delivery',
  4183. ],
  4184. 'product_simulator' => [
  4185. 'name' => 'Product simulator',
  4186. 'url' => 'product_simulator',
  4187. ],
  4188. 'order_options' => [
  4189. 'name' => 'Order Options',
  4190. 'url' => 'admin_order_options',
  4191. ],
  4192. 'class_category' => [
  4193. 'name' => 'admin.product.category_management',
  4194. 'url' => 'admin_product_category',
  4195. ],
  4196. 'product_tag' => [
  4197. 'name' => 'admin.product.tag_management',
  4198. 'url' => 'admin_product_tag',
  4199. ],
  4200. 'product_csv_import' => [
  4201. 'name' => 'admin.product.product_csv_upload',
  4202. 'url' => 'admin_product_csv_import',
  4203. ],
  4204. 'category_csv_import' => [
  4205. 'name' => 'admin.product.category_csv_upload',
  4206. 'url' => 'admin_product_category_csv_import',
  4207. ],
  4208. ],
  4209. ],
  4210. 'order' => [
  4211. 'name' => 'admin.order.order_management',
  4212. 'icon' => 'fa-shopping-cart',
  4213. 'children' => [
  4214. 'order_master' => [
  4215. 'name' => 'admin.order.order_list',
  4216. 'url' => 'admin_order',
  4217. ],
  4218. 'order_edit' => [
  4219. 'name' => 'admin.order.order_registration',
  4220. 'url' => 'admin_order_new',
  4221. ],
  4222. 'shipping_csv_import' => [
  4223. 'name' => 'admin.order.shipping_csv_upload',
  4224. 'url' => 'admin_shipping_csv_import',
  4225. ],
  4226. 'amazon_pay_v2_admin_payment_status' => [
  4227. 'name' => 'amazon_pay_v2.admin.nav.payment_list',
  4228. 'url' => 'amazon_pay_v2_admin_payment_status',
  4229. ],
  4230. ],
  4231. ],
  4232. 'customer' => [
  4233. 'name' => 'admin.customer.customer_management',
  4234. 'icon' => 'fa-users',
  4235. 'children' => [
  4236. 'customer_master' => [
  4237. 'name' => 'admin.customer.customer_list',
  4238. 'url' => 'admin_customer',
  4239. ],
  4240. 'customer_edit' => [
  4241. 'name' => 'admin.customer.customer_registration',
  4242. 'url' => 'admin_customer_new',
  4243. ],
  4244. ],
  4245. ],
  4246. 'content' => [
  4247. 'name' => 'admin.content.contents_management',
  4248. 'icon' => 'fa-file-text-o',
  4249. 'children' => [
  4250. 'news' => [
  4251. 'name' => 'admin.content.news_management',
  4252. 'url' => 'admin_content_news',
  4253. ],
  4254. 'campaign' => [
  4255. 'name' => 'Campaign',
  4256. 'url' => 'admin_campaign',
  4257. ],
  4258. 'faq' => [
  4259. 'name' => 'よくある質問編集',
  4260. 'url' => 'admin_faq',
  4261. ],
  4262. 'file' => [
  4263. 'name' => 'admin.content.file_management',
  4264. 'url' => 'admin_content_file',
  4265. ],
  4266. 'layout' => [
  4267. 'name' => 'admin.content.layout_management',
  4268. 'url' => 'admin_content_layout',
  4269. ],
  4270. 'page' => [
  4271. 'name' => 'admin.content.page_management',
  4272. 'url' => 'admin_content_page',
  4273. ],
  4274. 'css' => [
  4275. 'name' => 'admin.content.css_management',
  4276. 'url' => 'admin_content_css',
  4277. ],
  4278. 'js' => [
  4279. 'name' => 'admin.content.js_management',
  4280. 'url' => 'admin_content_js',
  4281. ],
  4282. 'block' => [
  4283. 'name' => 'admin.content.block_management',
  4284. 'url' => 'admin_content_block',
  4285. ],
  4286. 'cache' => [
  4287. 'name' => 'admin.content.cache_management',
  4288. 'url' => 'admin_content_cache',
  4289. ],
  4290. 'maintenance' => [
  4291. 'name' => 'admin.content.maintenance_management',
  4292. 'url' => 'admin_content_maintenance',
  4293. ],
  4294. ],
  4295. ],
  4296. 'setting' => [
  4297. 'name' => 'admin.setting',
  4298. 'icon' => 'fa-cog',
  4299. 'children' => [
  4300. 'shop' => [
  4301. 'name' => 'admin.setting.shop',
  4302. 'children' => [
  4303. 'shop_index' => [
  4304. 'name' => 'admin.setting.shop.shop_setting',
  4305. 'url' => 'admin_setting_shop',
  4306. ],
  4307. 'shop_season' => [
  4308. 'name' => 'Season',
  4309. 'url' => 'admin_content_season',
  4310. ],
  4311. 'shop_workingtime' => [
  4312. 'name' => '営業日カレンダー設定',
  4313. 'url' => 'admin_content_workingtime',
  4314. ],
  4315. 'shop_tradelaw' => [
  4316. 'name' => 'admin.setting.shop.tradelaw_setting',
  4317. 'url' => 'admin_setting_shop_tradelaw',
  4318. ],
  4319. 'shop_agreement' => [
  4320. 'name' => 'admin.setting.shop.agreement_setting',
  4321. 'url' => 'admin_content_page_edit',
  4322. 'param' => [
  4323. 'id' => 19,
  4324. 'return' => 'agreement',
  4325. ],
  4326. ],
  4327. 'shop_payment' => [
  4328. 'name' => 'admin.setting.shop.payment_setting',
  4329. 'url' => 'admin_setting_shop_payment',
  4330. ],
  4331. 'shop_delivery' => [
  4332. 'name' => 'admin.setting.shop.delivery_setting',
  4333. 'url' => 'admin_setting_shop_delivery',
  4334. ],
  4335. 'shop_text_delivery' => [
  4336. 'name' => '配送会社選択の警告',
  4337. 'url' => 'admin_text_warning_delivery',
  4338. ],
  4339. 'shop_tax' => [
  4340. 'name' => 'admin.setting.shop.tax_setting',
  4341. 'url' => 'admin_setting_shop_tax',
  4342. ],
  4343. 'shop_mail' => [
  4344. 'name' => 'admin.setting.shop.mail_setting',
  4345. 'url' => 'admin_setting_shop_mail',
  4346. ],
  4347. 'shop_csv' => [
  4348. 'name' => 'admin.setting.shop.csv_setting',
  4349. 'url' => 'admin_setting_shop_csv',
  4350. ],
  4351. 'shop_order_status' => [
  4352. 'name' => 'admin.setting.shop.order_status_setting',
  4353. 'url' => 'admin_setting_shop_order_status',
  4354. ],
  4355. ],
  4356. ],
  4357. 'system' => [
  4358. 'name' => 'admin.setting.system',
  4359. 'children' => [
  4360. 'member' => [
  4361. 'name' => 'admin.setting.system.member_management',
  4362. 'url' => 'admin_setting_system_member',
  4363. ],
  4364. 'authority' => [
  4365. 'name' => 'admin.setting.system.authority_management',
  4366. 'url' => 'admin_setting_system_authority',
  4367. ],
  4368. 'security' => [
  4369. 'name' => 'admin.setting.system.security_management',
  4370. 'url' => 'admin_setting_system_security',
  4371. ],
  4372. 'login_history' => [
  4373. 'name' => 'admin.setting.system.login_history',
  4374. 'url' => 'admin_setting_system_login_history',
  4375. ],
  4376. 'log' => [
  4377. 'name' => 'admin.setting.system.log_display',
  4378. 'url' => 'admin_setting_system_log',
  4379. ],
  4380. 'masterdata' => [
  4381. 'name' => 'admin.setting.system.master_data_management',
  4382. 'url' => 'admin_setting_system_masterdata',
  4383. ],
  4384. 'system_index' => [
  4385. 'name' => 'admin.setting.system.system_info',
  4386. 'url' => 'admin_setting_system_system',
  4387. ],
  4388. ],
  4389. ],
  4390. ],
  4391. ],
  4392. 'store' => [
  4393. 'name' => 'admin.store',
  4394. 'icon' => 'fa-plug',
  4395. 'children' => [
  4396. 'plugin' => [
  4397. 'name' => 'admin.store.plugin',
  4398. 'children' => [
  4399. 'plugin_owners_search' => [
  4400. 'name' => 'admin.store.plugin.plugin_owners_install',
  4401. 'url' => 'admin_store_plugin_owners_search',
  4402. ],
  4403. 'plugin_list' => [
  4404. 'name' => 'admin.store.plugin.plugin_list',
  4405. 'url' => 'admin_store_plugin',
  4406. ],
  4407. ],
  4408. ],
  4409. 'template' => [
  4410. 'name' => 'admin.store.template',
  4411. 'children' => [
  4412. 'template_list' => [
  4413. 'name' => 'admin.store.template.template_list',
  4414. 'url' => 'admin_store_template',
  4415. ],
  4416. 'template_install' => [
  4417. 'name' => 'admin.store.template.template_install',
  4418. 'url' => 'admin_store_template_install',
  4419. ],
  4420. ],
  4421. ],
  4422. 'authentication_setting' => [
  4423. 'name' => 'admin.store.setting',
  4424. 'url' => 'admin_store_authentication_setting',
  4425. ],
  4426. ],
  4427. ],
  4428. 'coupon' => [
  4429. 'name' => 'admin.coupon.coupon_management',
  4430. 'icon' => 'fa-gift',
  4431. 'children' => [
  4432. 'coupon_management' => [
  4433. 'name' => 'admin.coupon.coupon_list',
  4434. 'url' => 'admin_coupon',
  4435. ],
  4436. 'coupon_edit' => [
  4437. 'name' => 'admin.coupon.coupon_edit',
  4438. 'url' => 'admin_coupon_new',
  4439. ],
  4440. ],
  4441. ],
  4442. ],
  4443. 'env(MAILER_DSN)' => 'null://null',
  4444. 'eccube.twig_sandbox.allowed_tags' => [
  4445. 0 => 'apply',
  4446. 1 => 'block',
  4447. 2 => 'deprecated',
  4448. 3 => 'embed',
  4449. 4 => 'extends',
  4450. 5 => 'flush',
  4451. 6 => 'for',
  4452. 7 => 'if',
  4453. 8 => 'set',
  4454. 9 => 'spaceless',
  4455. 10 => 'verbatim',
  4456. 11 => 'with',
  4457. 12 => 'form_theme',
  4458. 13 => 'stopwatch',
  4459. 14 => 'trans',
  4460. 15 => 'trans_default_domain',
  4461. ],
  4462. 'eccube.twig_sandbox.allowed_filters' => [
  4463. 0 => 'abs',
  4464. 1 => 'batch',
  4465. 2 => 'capitalize',
  4466. 3 => 'column',
  4467. 4 => 'convert_encoding',
  4468. 5 => 'country_name',
  4469. 6 => 'currency_name',
  4470. 7 => 'currency_symbol',
  4471. 8 => 'date',
  4472. 9 => 'date_modify',
  4473. 10 => 'default',
  4474. 11 => 'escape',
  4475. 12 => 'first',
  4476. 13 => 'format',
  4477. 14 => 'format_currency',
  4478. 15 => 'format_date',
  4479. 16 => 'format_datetime',
  4480. 17 => 'format_number',
  4481. 18 => 'format_time',
  4482. 19 => 'join',
  4483. 20 => 'json_encode',
  4484. 21 => 'keys',
  4485. 22 => 'language_name',
  4486. 23 => 'last',
  4487. 24 => 'length',
  4488. 25 => 'locale_name',
  4489. 26 => 'lower',
  4490. 27 => 'merge',
  4491. 28 => 'nl2br',
  4492. 29 => 'number_format',
  4493. 30 => 'replace',
  4494. 31 => 'reverse',
  4495. 32 => 'round',
  4496. 33 => 'slice',
  4497. 34 => 'spaceless',
  4498. 35 => 'split',
  4499. 36 => 'striptags',
  4500. 37 => 'timezone_name',
  4501. 38 => 'title',
  4502. 39 => 'trim',
  4503. 40 => 'upper',
  4504. 41 => 'url_encode',
  4505. 42 => 'abbr_class',
  4506. 43 => 'abbr_method',
  4507. 44 => 'file_link',
  4508. 45 => 'file_relative',
  4509. 46 => 'format_args',
  4510. 47 => 'format_args_as_text',
  4511. 48 => 'humanize',
  4512. 49 => 'serialize',
  4513. 50 => 'trans',
  4514. 51 => 'yaml_dump',
  4515. 52 => 'yaml_encode',
  4516. 53 => 'currency_symbol',
  4517. 54 => 'date_day',
  4518. 55 => 'date_day_with_weekday',
  4519. 56 => 'date_format',
  4520. 57 => 'date_min',
  4521. 58 => 'date_sec',
  4522. 59 => 'doctrine_format_sql',
  4523. 60 => 'doctrine_prettify_sql',
  4524. 61 => 'doctrine_pretty_query',
  4525. 62 => 'doctrine_replace_query_parameters',
  4526. 63 => 'e',
  4527. 64 => 'ellipsis',
  4528. 65 => 'file_ext_icon',
  4529. 66 => 'form_encode_currency',
  4530. 67 => 'format_*_number',
  4531. 68 => 'format_log_message',
  4532. 69 => 'no_image_product',
  4533. 70 => 'price',
  4534. 71 => 'purify',
  4535. 72 => 'time_ago',
  4536. ],
  4537. 'eccube.twig_sandbox.allowed_functions' => [
  4538. 0 => 'cycle',
  4539. 1 => 'date',
  4540. 2 => 'max',
  4541. 3 => 'min',
  4542. 4 => 'random',
  4543. 5 => 'range',
  4544. 6 => 'country_timezones',
  4545. 7 => 'absolute_url',
  4546. 8 => 'asset',
  4547. 9 => 'asset_version',
  4548. 10 => 'csrf_token',
  4549. 11 => 'form_parent',
  4550. 12 => 'fragment_uri',
  4551. 13 => 'impersonation_exit_path',
  4552. 14 => 'impersonation_exit_url',
  4553. 15 => 'is_granted',
  4554. 16 => 'logout_path',
  4555. 17 => 'logout_url',
  4556. 18 => 'path',
  4557. 19 => 'relative_path',
  4558. 20 => 't',
  4559. 21 => 'url',
  4560. 22 => 'active_menus',
  4561. 23 => 'class_categories_as_json',
  4562. 24 => 'country_names',
  4563. 25 => 'csrf_token_for_anchor',
  4564. 26 => 'currency_names',
  4565. 27 => 'currency_symbol',
  4566. 28 => 'field_choices',
  4567. 29 => 'field_errors',
  4568. 30 => 'field_help',
  4569. 31 => 'field_label',
  4570. 32 => 'field_name',
  4571. 33 => 'field_value',
  4572. 34 => 'get_all_carts',
  4573. 35 => 'get_cart',
  4574. 36 => 'get_carts_total_price',
  4575. 37 => 'get_carts_total_quantity',
  4576. 38 => 'has_errors',
  4577. 39 => 'is_reduced_tax_rate',
  4578. 40 => 'language_names',
  4579. 41 => 'product',
  4580. 42 => 'workflow_can',
  4581. 43 => 'workflow_has_marked_place',
  4582. 44 => 'workflow_marked_places',
  4583. 45 => 'workflow_metadata',
  4584. 46 => 'workflow_transition',
  4585. 47 => 'workflow_transition_blockers',
  4586. 48 => 'workflow_transitions',
  4587. ],
  4588. 'eccube.twig_sandbox.allowed_methods' => [
  4589. 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4590. 0 => 'getrequest',
  4591. ],
  4592. 'Symfony\\Component\\HttpFoundation\\Request' => [
  4593. 0 => 'geturi',
  4594. ],
  4595. ],
  4596. 'eccube.twig_sandbox.allowed_properties' => [
  4597. ],
  4598. 'amazon_pay_v2' => [
  4599. 'test_account' => [
  4600. 'seller_id' => 'A2A80MN1XQCQBA',
  4601. 'public_key_id' => 'AGWGWRKYSUOV4KUBKCQNV4UB',
  4602. 'private_key_path' => 'app/Plugin/AmazonPayV2_42/Resource/key/Test_Eccube_Demo_AmazonPay.pem',
  4603. ],
  4604. 'max_billable_amount' => 70000,
  4605. 'amazon_sc_url' => 'https://sellercentral.amazon.co.jp/hz/me/pmd/payment-details?orderReferenceId=',
  4606. 'toggle' => [
  4607. 'off' => 0,
  4608. 'on' => 1,
  4609. ],
  4610. 'account_mode' => [
  4611. 'shared' => 1,
  4612. 'owned' => 2,
  4613. ],
  4614. 'env' => [
  4615. 'sandbox' => 1,
  4616. 'prod' => 2,
  4617. ],
  4618. 'sale' => [
  4619. 'authori' => 1,
  4620. 'capture' => 2,
  4621. ],
  4622. 'button_place' => [
  4623. 'auto' => 1,
  4624. 'manual' => 2,
  4625. ],
  4626. 'api' => [
  4627. 'config' => [
  4628. 'thlottle_err_limit' => 5,
  4629. 'thlottle_sleep' => 2,
  4630. 'authorize_limit' => 3,
  4631. ],
  4632. 'payload' => [
  4633. 'currency_code' => 'JPY',
  4634. ],
  4635. 'prod' => [
  4636. 'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  4637. ],
  4638. 'sandbox' => [
  4639. 'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  4640. ],
  4641. 'error' => [
  4642. 'payment_method_not_allowed' => 1,
  4643. 'invalid_payment_method' => 2,
  4644. 'amazon_rejected' => 3,
  4645. 'transaction_timeout' => 4,
  4646. ],
  4647. ],
  4648. ],
  4649. 'gmo_epsilon' => [
  4650. 'pay_id' => [
  4651. 'credit' => '1',
  4652. 'reg_credit' => '2',
  4653. 'conveni' => '3',
  4654. 'netbank_jnb' => '4',
  4655. 'netbank_rakuten' => '5',
  4656. 'payeasy' => '7',
  4657. 'webmoney' => '8',
  4658. 'ywallet' => '9',
  4659. 'paypal' => '11',
  4660. 'bitcash' => '12',
  4661. 'chocom' => '13',
  4662. 'sphone' => '15',
  4663. 'jcb' => '16',
  4664. 'sumishin' => '17',
  4665. 'deferred' => '18',
  4666. 'virtual_account' => '22',
  4667. 'paypay' => '25',
  4668. 'maillink' => '99',
  4669. ],
  4670. 'pay_name' => [
  4671. 'credit' => 'クレジットカード決済',
  4672. 'reg_credit' => '登録済みのクレジットカードで決済',
  4673. 'conveni' => 'コンビニ決済',
  4674. 'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4675. 'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4676. 'payeasy' => 'ペイジー決済',
  4677. 'webmoney' => 'WebMoney決済',
  4678. 'ywallet' => 'Yahoo!ウォレット決済サービス',
  4679. 'paypal' => 'Paypal決済',
  4680. 'bitcash' => 'Bitcash決済',
  4681. 'chocom' => '電子マネーちょコム決済',
  4682. 'sphone' => 'スマートフォンキャリア決済',
  4683. 'jcb' => 'JCB PREMO',
  4684. 'sumishin' => '住信SBIネット銀行決済',
  4685. 'deferred' => 'GMO後払い',
  4686. 'virtual_account' => 'バーチャル口座',
  4687. 'paypay' => 'Paypay',
  4688. 'maillink' => 'メールリンク決済',
  4689. ],
  4690. 'st_code' => [
  4691. 'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4692. 'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4693. 'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4694. 'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4695. 'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4696. 'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4697. 'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4698. 'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4699. 'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4700. 'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4701. 'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4702. 'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4703. 'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4704. 'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4705. 'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4706. 'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4707. 'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4708. 'maillink' => 'maillink',
  4709. ],
  4710. 'mission_code' => [
  4711. 'every_month' => '21',
  4712. 'every_other' => '25',
  4713. 'every_three_month' => '27',
  4714. 'every_six_month' => '29',
  4715. 'every_year' => '31',
  4716. ],
  4717. 'regular_pay_id' => [
  4718. 'every_month' => '101',
  4719. 'every_other_month' => '102',
  4720. 'every_three_month' => '103',
  4721. 'every_six_month' => '104',
  4722. 'every_year' => '105',
  4723. ],
  4724. 'regular_pay_name' => [
  4725. 'every_month' => '定期的なクレジットカード決済(毎月)',
  4726. 'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4727. 'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4728. 'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4729. 'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4730. ],
  4731. 'regular' => [
  4732. 'rule_max' => '9999999',
  4733. 'st_code' => '10000-0000-00000',
  4734. 'sale_type' => '定期購入商品',
  4735. ],
  4736. 'rule_max' => [
  4737. 'credit' => '9999999',
  4738. 'reg_credit' => '9999999',
  4739. 'conveni' => '299999',
  4740. 'netbank_jnb' => '9999999',
  4741. 'netbank_rakuten' => '9999999',
  4742. 'payeasy' => '9999999',
  4743. 'webmoney' => '199999',
  4744. 'ywallet' => '499999',
  4745. 'paypal' => '499999',
  4746. 'bitcash' => '199999',
  4747. 'chocom' => '99999',
  4748. 'sphone' => '50000',
  4749. 'jcb' => '500000',
  4750. 'sumishin' => '9999999',
  4751. 'deferred' => '49999',
  4752. 'virtual_account' => '9999999',
  4753. 'paypay' => '9999999',
  4754. 'maillink' => '9999999',
  4755. ],
  4756. 'url' => [
  4757. 'dev' => [
  4758. 'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4759. 'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4760. 'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4761. 'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4762. 'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4763. 'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4764. 'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4765. 'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4766. 'token' => 'https://beta.epsilon.jp/js/token.js',
  4767. 'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4768. ],
  4769. 'prod' => [
  4770. 'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4771. 'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4772. 'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4773. 'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4774. 'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4775. 'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4776. 'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4777. 'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4778. 'token' => 'https://secure.epsilon.jp/js/token.js',
  4779. 'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4780. ],
  4781. ],
  4782. 'conveni_id' => [
  4783. 'seveneleven' => '11',
  4784. 'familymart' => '21',
  4785. 'lawson' => '31',
  4786. 'seicomart' => '32',
  4787. 'ministop' => '33',
  4788. ],
  4789. 'conveni_name' => [
  4790. 'seveneleven' => 'セブンイレブン',
  4791. 'familymart' => 'ファミリーマート',
  4792. 'lawson' => 'ローソン',
  4793. 'seicomart' => 'セイコーマート',
  4794. 'ministop' => 'ミニストップ',
  4795. ],
  4796. 'conveni_pre_message' => [
  4797. 'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  4798. 'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  4799. 'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  4800. 'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  4801. 'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  4802. ],
  4803. 'conveni_message' => [
  4804. 'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4805. 'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4806. 'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4807. 'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4808. 'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4809. ],
  4810. 'receive_parameters' => [
  4811. 'result' => [
  4812. 'ok' => 1,
  4813. 'ng' => 9,
  4814. '3ds' => 5,
  4815. '3ds2' => 6,
  4816. ],
  4817. ],
  4818. 'payment' => [
  4819. 'gmo_epsilon4' => 'GmoEpsilon4',
  4820. 'ec_payment_lite4' => 'EccubePaymentLite42',
  4821. ],
  4822. ],
  4823. 'mail_magazine_dir' => (\dirname(__DIR__, 4).'/app/mail_magazine'),
  4824. 'eccube_rate_limiter_configs' => [
  4825. ],
  4826. 'eccube.plugins.enabled' => [
  4827. 0 => 'CouponPro42',
  4828. 1 => 'AmazonPayV2_42',
  4829. 2 => 'EccubePaymentLite42',
  4830. 3 => 'ReportPdf2Ft',
  4831. ],
  4832. 'eccube.plugins.disabled' => [
  4833. 0 => 'Coupon42',
  4834. 1 => 'MailMagazine42',
  4835. ],
  4836. 'event_dispatcher.event_aliases' => [
  4837. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4838. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4839. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4840. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4841. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4842. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4843. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4844. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4845. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4846. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4847. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4848. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4849. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4850. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4851. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4852. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4853. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4854. 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4855. 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4856. 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4857. 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4858. 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4859. 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4860. 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4861. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4862. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4863. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4864. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4865. ],
  4866. 'fragment.renderer.hinclude.global_template' => NULL,
  4867. 'fragment.path' => '/_fragment',
  4868. 'kernel.http_method_override' => true,
  4869. 'kernel.trusted_hosts' => [
  4870. ],
  4871. 'kernel.enabled_locales' => [
  4872. ],
  4873. 'kernel.error_controller' => 'error_controller',
  4874. 'debug.file_link_format' => NULL,
  4875. 'asset.request_context.base_path' => NULL,
  4876. 'asset.request_context.secure' => NULL,
  4877. 'translator.logging' => false,
  4878. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  4879. 'debug.error_handler.throw_at' => -1,
  4880. 'router.request_context.host' => 'localhost',
  4881. 'router.request_context.scheme' => 'http',
  4882. 'router.request_context.base_url' => '',
  4883. 'router.resource' => 'kernel::loadRoutes',
  4884. 'request_listener.http_port' => 80,
  4885. 'request_listener.https_port' => 443,
  4886. 'session.metadata.storage_key' => '_sf2_meta',
  4887. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  4888. 'session.metadata.update_threshold' => 0,
  4889. 'form.type_extension.csrf.enabled' => true,
  4890. 'form.type_extension.csrf.field_name' => '_token',
  4891. 'validator.translation_domain' => 'validators',
  4892. 'profiler_listener.only_exceptions' => false,
  4893. 'profiler_listener.only_main_requests' => false,
  4894. 'security.role_hierarchy.roles' => [
  4895. ],
  4896. 'security.access.denied_url' => NULL,
  4897. 'security.authentication.manager.erase_credentials' => true,
  4898. 'security.authentication.session_strategy.strategy' => 'migrate',
  4899. 'security.access.always_authenticate_before_granting' => false,
  4900. 'security.authentication.hide_user_not_found' => true,
  4901. 'security.firewalls' => [
  4902. 0 => 'dev',
  4903. 1 => 'admin',
  4904. 2 => 'customer',
  4905. ],
  4906. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4907. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4908. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4909. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4910. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4911. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4912. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4913. 'doctrine.entity_managers' => [
  4914. 'default' => 'doctrine.orm.default_entity_manager',
  4915. ],
  4916. 'doctrine.default_entity_manager' => 'default',
  4917. 'doctrine.dbal.connection_factory.types' => [
  4918. 'datetime' => [
  4919. 'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4920. ],
  4921. 'datetimetz' => [
  4922. 'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4923. ],
  4924. ],
  4925. 'doctrine.connections' => [
  4926. 'default' => 'doctrine.dbal.default_connection',
  4927. ],
  4928. 'doctrine.default_connection' => 'default',
  4929. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4930. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4931. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4932. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4933. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4934. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4935. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4936. 'doctrine.orm.cache.memcache_port' => 11211,
  4937. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4938. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4939. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4940. 'doctrine.orm.cache.memcached_port' => 11211,
  4941. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4942. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4943. 'doctrine.orm.cache.redis_host' => 'localhost',
  4944. 'doctrine.orm.cache.redis_port' => 6379,
  4945. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4946. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4947. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4948. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4949. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4950. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4951. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4952. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4953. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4954. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4955. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4956. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4957. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4958. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4959. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4960. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4961. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4962. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4963. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4964. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4965. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4966. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4967. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4968. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4969. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4970. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4971. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4972. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4973. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4974. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4975. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4976. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4977. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4978. 'monolog.use_microseconds' => true,
  4979. 'monolog.swift_mailer.handlers' => [
  4980. ],
  4981. 'monolog.handlers_to_channels' => [
  4982. 'monolog.handler.gmo_epsilon' => [
  4983. 'type' => 'inclusive',
  4984. 'elements' => [
  4985. 0 => 'gmo_epsilon',
  4986. ],
  4987. ],
  4988. 'monolog.handler.amazon_pay' => [
  4989. 'type' => 'inclusive',
  4990. 'elements' => [
  4991. 0 => 'amazon_pay_v2',
  4992. ],
  4993. ],
  4994. 'monolog.handler.console' => [
  4995. 'type' => 'exclusive',
  4996. 'elements' => [
  4997. 0 => 'event',
  4998. 1 => 'doctrine',
  4999. 2 => 'console',
  5000. ],
  5001. ],
  5002. 'monolog.handler.buffered' => [
  5003. 'type' => 'exclusive',
  5004. 'elements' => [
  5005. 0 => 'event',
  5006. ],
  5007. ],
  5008. ],
  5009. 'twig.form.resources' => [
  5010. 0 => 'form_div_layout.html.twig',
  5011. 1 => 'bootstrap_5_layout.html.twig',
  5012. ],
  5013. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  5014. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5015. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  5016. 'web_profiler.debug_toolbar.mode' => 2,
  5017. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5018. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5019. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5020. 'knp_paginator.page_range' => 5,
  5021. 'knp_paginator.page_limit' => NULL,
  5022. 'doctrine.migrations.preferred_em' => NULL,
  5023. 'doctrine.migrations.preferred_connection' => NULL,
  5024. 'data_collector.templates' => [
  5025. 'data_collector.request' => [
  5026. 0 => 'request',
  5027. 1 => '@WebProfiler/Collector/request.html.twig',
  5028. ],
  5029. 'data_collector.time' => [
  5030. 0 => 'time',
  5031. 1 => '@WebProfiler/Collector/time.html.twig',
  5032. ],
  5033. 'data_collector.memory' => [
  5034. 0 => 'memory',
  5035. 1 => '@WebProfiler/Collector/memory.html.twig',
  5036. ],
  5037. 'data_collector.validator' => [
  5038. 0 => 'validator',
  5039. 1 => '@WebProfiler/Collector/validator.html.twig',
  5040. ],
  5041. 'data_collector.ajax' => [
  5042. 0 => 'ajax',
  5043. 1 => '@WebProfiler/Collector/ajax.html.twig',
  5044. ],
  5045. 'data_collector.form' => [
  5046. 0 => 'form',
  5047. 1 => '@WebProfiler/Collector/form.html.twig',
  5048. ],
  5049. 'data_collector.exception' => [
  5050. 0 => 'exception',
  5051. 1 => '@WebProfiler/Collector/exception.html.twig',
  5052. ],
  5053. 'data_collector.logger' => [
  5054. 0 => 'logger',
  5055. 1 => '@WebProfiler/Collector/logger.html.twig',
  5056. ],
  5057. 'data_collector.events' => [
  5058. 0 => 'events',
  5059. 1 => '@WebProfiler/Collector/events.html.twig',
  5060. ],
  5061. 'data_collector.router' => [
  5062. 0 => 'router',
  5063. 1 => '@WebProfiler/Collector/router.html.twig',
  5064. ],
  5065. 'data_collector.cache' => [
  5066. 0 => 'cache',
  5067. 1 => '@WebProfiler/Collector/cache.html.twig',
  5068. ],
  5069. 'data_collector.translation' => [
  5070. 0 => 'translation',
  5071. 1 => '@WebProfiler/Collector/translation.html.twig',
  5072. ],
  5073. 'data_collector.security' => [
  5074. 0 => 'security',
  5075. 1 => '@Security/Collector/security.html.twig',
  5076. ],
  5077. 'data_collector.twig' => [
  5078. 0 => 'twig',
  5079. 1 => '@WebProfiler/Collector/twig.html.twig',
  5080. ],
  5081. 'data_collector.doctrine' => [
  5082. 0 => 'db',
  5083. 1 => '@Doctrine/Collector/db.html.twig',
  5084. ],
  5085. 'doctrine_migrations.migrations_collector' => [
  5086. 0 => 'doctrine_migrations',
  5087. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  5088. ],
  5089. 'data_collector.dump' => [
  5090. 0 => 'dump',
  5091. 1 => '@Debug/Profiler/dump.html.twig',
  5092. ],
  5093. 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5094. 'mailer.data_collector' => [
  5095. 0 => 'mailer',
  5096. 1 => '@WebProfiler/Collector/mailer.html.twig',
  5097. ],
  5098. 'data_collector.config' => [
  5099. 0 => 'config',
  5100. 1 => '@WebProfiler/Collector/config.html.twig',
  5101. ],
  5102. 'eccube.collector.core' => [
  5103. 0 => 'eccube_core',
  5104. 1 => '@toolbar/eccube.html.twig',
  5105. ],
  5106. ],
  5107. 'console.command.ids' => [
  5108. 0 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5109. ],
  5110. ];
  5111. }
  5112. protected function throw($message)
  5113. {
  5114. throw new RuntimeException($message);
  5115. }
  5116. }