var/cache/dev/ContainerIs1aCrD/App_KernelDevDebugContainer.php line 585

Open in your IDE?
  1. <?php
  2. namespace ContainerIs1aCrD;
  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 App_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.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36. '.container.private.twig' => 'get_Container_Private_TwigService',
  37. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38. 'cache.app' => 'getCache_AppService',
  39. 'cache.system' => 'getCache_SystemService',
  40. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41. 'data_collector.dump' => 'getDataCollector_DumpService',
  42. 'doctrine' => 'getDoctrineService',
  43. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45. 'event_dispatcher' => 'getEventDispatcherService',
  46. 'http_kernel' => 'getHttpKernelService',
  47. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  48. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49. 'request_stack' => 'getRequestStackService',
  50. 'router' => 'getRouterService',
  51. 'translator' => 'getTranslatorService',
  52. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53. 'cache_clearer' => 'getCacheClearerService',
  54. 'filesystem' => 'getFilesystemService',
  55. 'serializer' => 'getSerializerService',
  56. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57. 'form.factory' => 'getForm_FactoryService',
  58. 'form.type.file' => 'getForm_Type_FileService',
  59. 'profiler' => 'getProfilerService',
  60. 'twig' => 'getTwigService',
  61. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62. 'security.token_storage' => 'getSecurity_TokenStorageService',
  63. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64. 'session' => 'getSessionService',
  65. 'validator' => 'getValidatorService',
  66. ];
  67. $this->fileMap = [
  68. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75. '.container.private.session' => 'get_Container_Private_SessionService',
  76. 'App\\Controller\\AdminConfirmationsController' => 'getAdminConfirmationsControllerService',
  77. 'App\\Controller\\AdminController' => 'getAdminControllerService',
  78. 'App\\Controller\\AdminTestController' => 'getAdminTestControllerService',
  79. 'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  80. 'App\\Controller\\Api\\ApiGuardianRegistrationController' => 'getApiGuardianRegistrationControllerService',
  81. 'App\\Controller\\Api\\Auth\\ApiAuthenticationController' => 'getApiAuthenticationControllerService',
  82. 'App\\Controller\\Api\\Chat\\ApiChatValidatorController' => 'getApiChatValidatorControllerService',
  83. 'App\\Controller\\Api\\Lesson\\ApiLessonController' => 'getApiLessonControllerService',
  84. 'App\\Controller\\Api\\Me\\ApiMeController' => 'getApiMeControllerService',
  85. 'App\\Controller\\BugReport\\BugReportController' => 'getBugReportControllerService',
  86. 'App\\Controller\\BugReport\\BugReportDashboardController' => 'getBugReportDashboardControllerService',
  87. 'App\\Controller\\ChatCensorshipJournalController' => 'getChatCensorshipJournalControllerService',
  88. 'App\\Controller\\ChildController' => 'getChildControllerService',
  89. 'App\\Controller\\ChildLessonReviewController' => 'getChildLessonReviewControllerService',
  90. 'App\\Controller\\ChildPreferenceAssignmentController' => 'getChildPreferenceAssignmentControllerService',
  91. 'App\\Controller\\ChildPreferenceController' => 'getChildPreferenceControllerService',
  92. 'App\\Controller\\ChildPreferenceTimeController' => 'getChildPreferenceTimeControllerService',
  93. 'App\\Controller\\ConfigurationControllerIDS' => 'getConfigurationControllerIDSService',
  94. 'App\\Controller\\CustomQuestionnaireController' => 'getCustomQuestionnaireControllerService',
  95. 'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  96. 'App\\Controller\\DisciplineController' => 'getDisciplineControllerService',
  97. 'App\\Controller\\DiscountCouponController' => 'getDiscountCouponControllerService',
  98. 'App\\Controller\\EmailLogController' => 'getEmailLogControllerService',
  99. 'App\\Controller\\FrontController' => 'getFrontControllerService',
  100. 'App\\Controller\\GoogleCalendarController' => 'getGoogleCalendarControllerService',
  101. 'App\\Controller\\GuardianContractController' => 'getGuardianContractControllerService',
  102. 'App\\Controller\\GuardianController' => 'getGuardianControllerService',
  103. 'App\\Controller\\GuardianRegister\\GuardianRegisterAdminController' => 'getGuardianRegisterAdminControllerService',
  104. 'App\\Controller\\GuardianRegister\\GuardianRegisterContractController' => 'getGuardianRegisterContractControllerService',
  105. 'App\\Controller\\GuardianRegister\\GuardianRegisterController' => 'getGuardianRegisterControllerService',
  106. 'App\\Controller\\GuardianRegister\\GuardianShortRegisterController' => 'getGuardianShortRegisterControllerService',
  107. 'App\\Controller\\GuardianRegister\\GuardianShortRegisterUpdatedController' => 'getGuardianShortRegisterUpdatedControllerService',
  108. 'App\\Controller\\GuardianRegister\\GuardianShortRegisterV3Controller' => 'getGuardianShortRegisterV3ControllerService',
  109. 'App\\Controller\\GuardianSMSResponseController' => 'getGuardianSMSResponseControllerService',
  110. 'App\\Controller\\GuardianSurveyResponseController' => 'getGuardianSurveyResponseControllerService',
  111. 'App\\Controller\\Guardian\\GuardianContractPriceController' => 'getGuardianContractPriceControllerService',
  112. 'App\\Controller\\HolidayPeriodController' => 'getHolidayPeriodControllerService',
  113. 'App\\Controller\\ImportantFileController' => 'getImportantFileControllerService',
  114. 'App\\Controller\\IndexController' => 'getIndexControllerService',
  115. 'App\\Controller\\InfoLineController' => 'getInfoLineControllerService',
  116. 'App\\Controller\\LearnCubeController' => 'getLearnCubeControllerService',
  117. 'App\\Controller\\LessonController' => 'getLessonControllerService',
  118. 'App\\Controller\\LessonPriceController' => 'getLessonPriceControllerService',
  119. 'App\\Controller\\LitexpoController' => 'getLitexpoControllerService',
  120. 'App\\Controller\\MeController' => 'getMeControllerService',
  121. 'App\\Controller\\Me\\ChangeLessonsController' => 'getChangeLessonsControllerService',
  122. 'App\\Controller\\Me\\MeChildController' => 'getMeChildControllerService',
  123. 'App\\Controller\\Me\\MeGuardianController' => 'getMeGuardianControllerService',
  124. 'App\\Controller\\Me\\MeStorageController' => 'getMeStorageControllerService',
  125. 'App\\Controller\\Me\\MeTeacherController' => 'getMeTeacherControllerService',
  126. 'App\\Controller\\Me\\TeacherPublicProfileController' => 'getTeacherPublicProfileControllerService',
  127. 'App\\Controller\\Me\\ZendeskController' => 'getZendeskControllerService',
  128. 'App\\Controller\\MonthlyGoalController' => 'getMonthlyGoalControllerService',
  129. 'App\\Controller\\MyFilesController' => 'getMyFilesControllerService',
  130. 'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  131. 'App\\Controller\\Notification\\NotificationConfigurationController' => 'getNotificationConfigurationControllerService',
  132. 'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  133. 'App\\Controller\\QuickPaymentController' => 'getQuickPaymentControllerService',
  134. 'App\\Controller\\ReminderConfigurationController' => 'getReminderConfigurationControllerService',
  135. 'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  136. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  137. 'App\\Controller\\StatsController' => 'getStatsControllerService',
  138. 'App\\Controller\\TabletController' => 'getTabletControllerService',
  139. 'App\\Controller\\TeacherBirthdayController' => 'getTeacherBirthdayControllerService',
  140. 'App\\Controller\\TeacherCommentController' => 'getTeacherCommentControllerService',
  141. 'App\\Controller\\TeacherContractController' => 'getTeacherContractControllerService',
  142. 'App\\Controller\\TeacherController' => 'getTeacherControllerService',
  143. 'App\\Controller\\TeacherQRCodeController' => 'getTeacherQRCodeControllerService',
  144. 'App\\Controller\\TeacherRegister\\CalendlyController' => 'getCalendlyControllerService',
  145. 'App\\Controller\\TeacherRegister\\TeacherRegisterAdminController' => 'getTeacherRegisterAdminControllerService',
  146. 'App\\Controller\\TeacherRegister\\TeacherRegisterController' => 'getTeacherRegisterControllerService',
  147. 'App\\Controller\\TeacherSickLeaveController' => 'getTeacherSickLeaveControllerService',
  148. 'App\\Controller\\TeacherSurveyController' => 'getTeacherSurveyControllerService',
  149. 'App\\Controller\\TeacherSurveyResponseController' => 'getTeacherSurveyResponseControllerService',
  150. 'App\\Controller\\Teacher\\PublicProfileCheckController' => 'getPublicProfileCheckControllerService',
  151. 'App\\Controller\\Test2Controller' => 'getTest2ControllerService',
  152. 'App\\Controller\\TestController' => 'getTestControllerService',
  153. 'App\\Controller\\TestSMSController' => 'getTestSMSControllerService',
  154. 'App\\Controller\\ThreemaController' => 'getThreemaControllerService',
  155. 'App\\Controller\\UnickoController' => 'getUnickoControllerService',
  156. 'App\\Controller\\UserBlacklistController' => 'getUserBlacklistControllerService',
  157. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  158. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
  159. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterControllerService',
  160. 'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  161. 'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  162. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  163. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  164. 'cache.app_clearer' => 'getCache_AppClearerService',
  165. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  166. 'cache.system_clearer' => 'getCache_SystemClearerService',
  167. 'cache_warmer' => 'getCacheWarmerService',
  168. 'console.command_loader' => 'getConsole_CommandLoaderService',
  169. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  170. 'error_controller' => 'getErrorControllerService',
  171. 'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  172. 'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  173. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  174. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  175. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  176. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  177. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  178. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  179. 'routing.loader' => 'getRouting_LoaderService',
  180. 'services_resetter' => 'getServicesResetterService',
  181. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  182. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  183. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  184. ];
  185. $this->aliases = [
  186. 'App\\Kernel' => 'kernel',
  187. 'database_connection' => 'doctrine.dbal.default_connection',
  188. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  189. ];
  190. $this->privates['service_container'] = function () {
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  197. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  199. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/DailyActivitySubscriber.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  206. include_once \dirname(__DIR__, 4).'/src/Repository/LessonRepository.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.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/Processor/PsrLogMessageProcessor.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Hub.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  522. include_once \dirname(__DIR__, 4).'/src/Twig/AdminCountersExtension.php';
  523. include_once \dirname(__DIR__, 4).'/src/Twig/ChildLessonReminderExtension.php';
  524. include_once \dirname(__DIR__, 4).'/src/Twig/HelpExtension.php';
  525. include_once \dirname(__DIR__, 4).'/src/Twig/NotificationsExtension.php';
  526. include_once \dirname(__DIR__, 4).'/src/Twig/RoutesExtension.php';
  527. include_once \dirname(__DIR__, 4).'/src/Twig/TeacherHasLessonsExtension.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubRegistry.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Authorization.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  547. };
  548. }
  549. public function compile(): void
  550. {
  551. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  552. }
  553. public function isCompiled(): bool
  554. {
  555. return true;
  556. }
  557. public function getRemovedIds(): array
  558. {
  559. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  560. }
  561. protected function load($file, $lazyLoad = true)
  562. {
  563. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  564. return $class::do($this, $lazyLoad);
  565. }
  566. if ('.' === $file[-4]) {
  567. $class = substr($class, 0, -4);
  568. } else {
  569. $file .= '.php';
  570. }
  571. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  572. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  573. }
  574. protected function createProxy($class, \Closure $factory)
  575. {
  576. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  577. return $factory();
  578. }
  579. /**
  580. * Gets the public '.container.private.profiler' shared service.
  581. *
  582. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  583. */
  584. protected function get_Container_Private_ProfilerService()
  585. {
  586. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  587. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  588. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  589. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  590. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  591. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  592. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  593. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  594. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  595. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  596. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  597. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  598. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  599. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  600. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  601. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  602. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  603. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  604. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  605. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  606. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  607. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  608. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  609. $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  610. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  611. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  612. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  613. if ($this->has('kernel')) {
  614. $g->setKernel($b);
  615. }
  616. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  617. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  618. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  619. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  620. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  621. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  622. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  623. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  624. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  625. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  626. $instance->add($d);
  627. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  628. $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));
  629. $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())));
  630. $instance->add($e);
  631. $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([])))));
  632. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  633. $instance->add($f);
  634. $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()))));
  635. $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  636. $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  637. yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  638. }, 1)));
  639. $instance->add($g);
  640. return $instance;
  641. }
  642. /**
  643. * Gets the public '.container.private.security.authorization_checker' shared service.
  644. *
  645. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  646. */
  647. protected function get_Container_Private_Security_AuthorizationCheckerService()
  648. {
  649. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  650. if (isset($this->services['.container.private.security.authorization_checker'])) {
  651. return $this->services['.container.private.security.authorization_checker'];
  652. }
  653. 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);
  654. }
  655. /**
  656. * Gets the public '.container.private.security.token_storage' shared service.
  657. *
  658. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  659. */
  660. protected function get_Container_Private_Security_TokenStorageService()
  661. {
  662. 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, [
  663. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  664. ], [
  665. 'request_stack' => '?',
  666. ]));
  667. }
  668. /**
  669. * Gets the public '.container.private.twig' shared service.
  670. *
  671. * @return \Twig\Environment
  672. */
  673. protected function get_Container_Private_TwigService()
  674. {
  675. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  676. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  677. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  678. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  679. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  680. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  681. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  682. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  683. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  684. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  685. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  686. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  687. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  688. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  689. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  690. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  691. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  692. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  693. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  694. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  695. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  696. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  697. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  698. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  699. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  700. $e = ($this->services['router'] ?? $this->getRouterService());
  701. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  702. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  703. $h = ($this->privates['App\\Repository\\LessonRepository'] ?? $this->getLessonRepositoryService());
  704. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  705. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  706. $j = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  707. $k = new \Symfony\Component\Mercure\HubRegistry($j, ['default' => $j]);
  708. $l = new \Symfony\Bridge\Twig\AppVariable();
  709. $l->setEnvironment('dev');
  710. $l->setDebug(true);
  711. if ($this->has('.container.private.security.token_storage')) {
  712. $l->setTokenStorage($g);
  713. }
  714. if ($this->has('request_stack')) {
  715. $l->setRequestStack($f);
  716. }
  717. $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  718. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  719. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  720. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  721. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  722. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  723. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  724. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  725. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  726. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  727. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  728. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  729. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  730. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  731. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  732. $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())));
  733. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  734. $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($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  735. $instance->addExtension(new \Twig\Extensions\ArrayExtension());
  736. $instance->addExtension(new \Twig\Extensions\DateExtension());
  737. $instance->addExtension(new \Twig\Extensions\IntlExtension());
  738. $instance->addExtension(new \Twig\Extensions\TextExtension());
  739. $instance->addExtension(new \App\Twig\AdminCountersExtension());
  740. $instance->addExtension(new \App\Twig\ChildLessonReminderExtension($g, $h));
  741. $instance->addExtension(new \App\Twig\HelpExtension());
  742. $instance->addExtension(new \App\Twig\NotificationsExtension());
  743. $instance->addExtension(new \App\Twig\RoutesExtension());
  744. $instance->addExtension(new \App\Twig\TeacherHasLessonsExtension($g, $h));
  745. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  746. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  747. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  748. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  749. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  750. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  751. ], [
  752. 'webpack_encore.entrypoint_lookup_collection' => '?',
  753. 'webpack_encore.tag_renderer' => '?',
  754. ])));
  755. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  756. $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($k, new \Symfony\Component\Mercure\Authorization($k, 31536000), $f));
  757. $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  758. $instance->addGlobal('app', $l);
  759. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  760. 'App\\Twig\\AdminCountersExtensionRuntime' => ['privates', 'App\\Twig\\AdminCountersExtensionRuntime', 'getAdminCountersExtensionRuntimeService', true],
  761. 'App\\Twig\\NotificationExtensionRuntime' => ['privates', 'App\\Twig\\NotificationExtensionRuntime', 'getNotificationExtensionRuntimeService', true],
  762. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  763. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  764. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  765. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  766. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates', 'hwi_oauth.twig.extension.oauth.runtime', 'getHwiOauth_Twig_Extension_Oauth_RuntimeService', true],
  767. ], [
  768. 'App\\Twig\\AdminCountersExtensionRuntime' => '?',
  769. 'App\\Twig\\NotificationExtensionRuntime' => '?',
  770. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  771. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  772. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  773. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  774. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  775. ])));
  776. $instance->registerUndefinedFilterCallback([0 => $m, 1 => 'suggestFilter']);
  777. $instance->registerUndefinedFunctionCallback([0 => $m, 1 => 'suggestFunction']);
  778. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  779. return $instance;
  780. }
  781. /**
  782. * Gets the public '.container.private.validator' shared service.
  783. *
  784. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  785. */
  786. protected function get_Container_Private_ValidatorService()
  787. {
  788. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  789. if (isset($this->services['.container.private.validator'])) {
  790. return $this->services['.container.private.validator'];
  791. }
  792. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  793. }
  794. /**
  795. * Gets the public 'cache.app' shared service.
  796. *
  797. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  798. */
  799. protected function getCache_AppService()
  800. {
  801. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('W7HPk83kL9', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  802. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  803. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  804. }
  805. /**
  806. * Gets the public 'cache.system' shared service.
  807. *
  808. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  809. */
  810. protected function getCache_SystemService()
  811. {
  812. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1FgyUHsoOw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  813. }
  814. /**
  815. * Gets the public 'cache.validator_expression_language' shared service.
  816. *
  817. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  818. */
  819. protected function getCache_ValidatorExpressionLanguageService()
  820. {
  821. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('79Jw84Sb1Q', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  822. }
  823. /**
  824. * Gets the public 'data_collector.dump' shared service.
  825. *
  826. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  827. */
  828. protected function getDataCollector_DumpService()
  829. {
  830. 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())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  831. }
  832. /**
  833. * Gets the public 'doctrine' shared service.
  834. *
  835. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  836. */
  837. protected function getDoctrineService()
  838. {
  839. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  840. }
  841. /**
  842. * Gets the public 'doctrine.dbal.default_connection' shared service.
  843. *
  844. * @return \Doctrine\DBAL\Connection
  845. */
  846. protected function getDoctrine_Dbal_DefaultConnectionService()
  847. {
  848. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  849. if (isset($this->services['doctrine.dbal.default_connection'])) {
  850. return $this->services['doctrine.dbal.default_connection'];
  851. }
  852. $b = new \Doctrine\DBAL\Configuration();
  853. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  854. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  855. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  856. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  857. $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))));
  858. $d->setConnectionName('default');
  859. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  860. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  861. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  862. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], 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(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  863. }
  864. /**
  865. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  866. *
  867. * @return \Doctrine\ORM\EntityManager
  868. */
  869. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  870. {
  871. if ($lazyLoad) {
  872. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  873. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  874. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  875. $proxy->setProxyInitializer(null);
  876. return true;
  877. });
  878. });
  879. }
  880. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  902. $a = new \Doctrine\ORM\Configuration();
  903. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  904. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  905. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  906. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  907. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  908. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  909. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  910. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  911. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  912. ], [
  913. 'doctrine.ulid_generator' => '?',
  914. 'doctrine.uuid_generator' => '?',
  915. ])));
  916. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  917. $a->setProxyNamespace('Proxies');
  918. $a->setAutoGenerateProxyClasses(true);
  919. $a->setSchemaIgnoreClasses([]);
  920. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  921. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  922. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  923. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  924. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  925. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  926. $a->setLazyGhostObjectEnabled(false);
  927. $a->setIdentityGenerationPreferences([]);
  928. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  929. 'App\\Repository\\AdminConfirmationRepository' => ['privates', 'App\\Repository\\AdminConfirmationRepository', 'getAdminConfirmationRepositoryService', true],
  930. 'App\\Repository\\AdminRepository' => ['privates', 'App\\Repository\\AdminRepository', 'getAdminRepositoryService', true],
  931. 'App\\Repository\\Api\\DeletedUserRepository' => ['privates', 'App\\Repository\\Api\\DeletedUserRepository', 'getDeletedUserRepositoryService', true],
  932. 'App\\Repository\\AuthLogRepository' => ['privates', 'App\\Repository\\AuthLogRepository', 'getAuthLogRepositoryService', true],
  933. 'App\\Repository\\BugReportRepository' => ['privates', 'App\\Repository\\BugReportRepository', 'getBugReportRepositoryService', true],
  934. 'App\\Repository\\ChannelsRepository' => ['privates', 'App\\Repository\\ChannelsRepository', 'getChannelsRepositoryService', true],
  935. 'App\\Repository\\ChatCensorshipJournalRepository' => ['privates', 'App\\Repository\\ChatCensorshipJournalRepository', 'getChatCensorshipJournalRepositoryService', true],
  936. 'App\\Repository\\ChildLessonReviewRepository' => ['privates', 'App\\Repository\\ChildLessonReviewRepository', 'getChildLessonReviewRepositoryService', true],
  937. 'App\\Repository\\ChildPreferenceDeclineHistoryRepository' => ['privates', 'App\\Repository\\ChildPreferenceDeclineHistoryRepository', 'getChildPreferenceDeclineHistoryRepositoryService', true],
  938. 'App\\Repository\\ChildPreferenceHistoryRepository' => ['privates', 'App\\Repository\\ChildPreferenceHistoryRepository', 'getChildPreferenceHistoryRepositoryService', true],
  939. 'App\\Repository\\ChildPreferenceRepository' => ['privates', 'App\\Repository\\ChildPreferenceRepository', 'getChildPreferenceRepositoryService', true],
  940. 'App\\Repository\\ChildPreferenceTimeRepository' => ['privates', 'App\\Repository\\ChildPreferenceTimeRepository', 'getChildPreferenceTimeRepositoryService', true],
  941. 'App\\Repository\\ChildRepository' => ['privates', 'App\\Repository\\ChildRepository', 'getChildRepositoryService', true],
  942. 'App\\Repository\\ChildVacationRepository' => ['privates', 'App\\Repository\\ChildVacationRepository', 'getChildVacationRepositoryService', true],
  943. 'App\\Repository\\ConfigurationRepository' => ['privates', 'App\\Repository\\ConfigurationRepository', 'getConfigurationRepositoryService', true],
  944. 'App\\Repository\\ConsentRepository' => ['privates', 'App\\Repository\\ConsentRepository', 'getConsentRepositoryService', true],
  945. 'App\\Repository\\CustomQuestionnaireGuardianAnswerRepository' => ['privates', 'App\\Repository\\CustomQuestionnaireGuardianAnswerRepository', 'getCustomQuestionnaireGuardianAnswerRepositoryService', true],
  946. 'App\\Repository\\CustomQuestionnaireQuestionRepository' => ['privates', 'App\\Repository\\CustomQuestionnaireQuestionRepository', 'getCustomQuestionnaireQuestionRepositoryService', true],
  947. 'App\\Repository\\CustomQuestionnaireRepository' => ['privates', 'App\\Repository\\CustomQuestionnaireRepository', 'getCustomQuestionnaireRepositoryService', true],
  948. 'App\\Repository\\DisciplineRepository' => ['privates', 'App\\Repository\\DisciplineRepository', 'getDisciplineRepositoryService', true],
  949. 'App\\Repository\\DiscountCouponRepository' => ['privates', 'App\\Repository\\DiscountCouponRepository', 'getDiscountCouponRepositoryService', true],
  950. 'App\\Repository\\EarlyPaymentRepository' => ['privates', 'App\\Repository\\EarlyPaymentRepository', 'getEarlyPaymentRepositoryService', true],
  951. 'App\\Repository\\EmailLogRepository' => ['privates', 'App\\Repository\\EmailLogRepository', 'getEmailLogRepositoryService', true],
  952. 'App\\Repository\\GuardianActionLogRepository' => ['privates', 'App\\Repository\\GuardianActionLogRepository', 'getGuardianActionLogRepositoryService', true],
  953. 'App\\Repository\\GuardianContractRepository' => ['privates', 'App\\Repository\\GuardianContractRepository', 'getGuardianContractRepositoryService', true],
  954. 'App\\Repository\\GuardianRegister\\GuardianRegisterChildPreferenceRepository' => ['privates', 'App\\Repository\\GuardianRegister\\GuardianRegisterChildPreferenceRepository', 'getGuardianRegisterChildPreferenceRepositoryService', true],
  955. 'App\\Repository\\GuardianRegister\\GuardianRegisterChildRepository' => ['privates', 'App\\Repository\\GuardianRegister\\GuardianRegisterChildRepository', 'getGuardianRegisterChildRepositoryService', true],
  956. 'App\\Repository\\GuardianRegister\\GuardianRegisterRepository' => ['privates', 'App\\Repository\\GuardianRegister\\GuardianRegisterRepository', 'getGuardianRegisterRepositoryService', true],
  957. 'App\\Repository\\GuardianRegister\\GuardianRegisterVerificationRepository' => ['privates', 'App\\Repository\\GuardianRegister\\GuardianRegisterVerificationRepository', 'getGuardianRegisterVerificationRepositoryService', true],
  958. 'App\\Repository\\GuardianRepository' => ['privates', 'App\\Repository\\GuardianRepository', 'getGuardianRepositoryService', true],
  959. 'App\\Repository\\GuardianSurveyRepository' => ['privates', 'App\\Repository\\GuardianSurveyRepository', 'getGuardianSurveyRepositoryService', true],
  960. 'App\\Repository\\GuardianSurveyResponseRepository' => ['privates', 'App\\Repository\\GuardianSurveyResponseRepository', 'getGuardianSurveyResponseRepositoryService', true],
  961. 'App\\Repository\\Guardian\\GuardianContractPriceClassAmountPriceRepository' => ['privates', 'App\\Repository\\Guardian\\GuardianContractPriceClassAmountPriceRepository', 'getGuardianContractPriceClassAmountPriceRepositoryService', true],
  962. 'App\\Repository\\Guardian\\GuardianContractPriceDisciplineRepository' => ['privates', 'App\\Repository\\Guardian\\GuardianContractPriceDisciplineRepository', 'getGuardianContractPriceDisciplineRepositoryService', true],
  963. 'App\\Repository\\Guardian\\GuardianContractPriceRepository' => ['privates', 'App\\Repository\\Guardian\\GuardianContractPriceRepository', 'getGuardianContractPriceRepositoryService', true],
  964. 'App\\Repository\\Guardian\\GuardianPriceDiscountRepository' => ['privates', 'App\\Repository\\Guardian\\GuardianPriceDiscountRepository', 'getGuardianPriceDiscountRepositoryService', true],
  965. 'App\\Repository\\Guardian\\GuardianSmsResponseRepository' => ['privates', 'App\\Repository\\Guardian\\GuardianSmsResponseRepository', 'getGuardianSmsResponseRepositoryService', true],
  966. 'App\\Repository\\HolidayPeriodRepository' => ['privates', 'App\\Repository\\HolidayPeriodRepository', 'getHolidayPeriodRepositoryService', true],
  967. 'App\\Repository\\ImportantFileRepository' => ['privates', 'App\\Repository\\ImportantFileRepository', 'getImportantFileRepositoryService', true],
  968. 'App\\Repository\\InfoLineRepository' => ['privates', 'App\\Repository\\InfoLineRepository', 'getInfoLineRepositoryService', true],
  969. 'App\\Repository\\LessonChangeLogRepository' => ['privates', 'App\\Repository\\LessonChangeLogRepository', 'getLessonChangeLogRepositoryService', true],
  970. 'App\\Repository\\LessonDeletedRepository' => ['privates', 'App\\Repository\\LessonDeletedRepository', 'getLessonDeletedRepositoryService', true],
  971. 'App\\Repository\\LessonLearncubeLogRepository' => ['privates', 'App\\Repository\\LessonLearncubeLogRepository', 'getLessonLearncubeLogRepositoryService', true],
  972. 'App\\Repository\\LessonPriceRepository' => ['privates', 'App\\Repository\\LessonPriceRepository', 'getLessonPriceRepositoryService', true],
  973. 'App\\Repository\\LessonRepository' => ['privates', 'App\\Repository\\LessonRepository', 'getLessonRepositoryService', false],
  974. 'App\\Repository\\LitexpoRepository' => ['privates', 'App\\Repository\\LitexpoRepository', 'getLitexpoRepositoryService', true],
  975. 'App\\Repository\\LogActionRepository' => ['privates', 'App\\Repository\\LogActionRepository', 'getLogActionRepositoryService', true],
  976. 'App\\Repository\\LogErrorRepository' => ['privates', 'App\\Repository\\LogErrorRepository', 'getLogErrorRepositoryService', true],
  977. 'App\\Repository\\MonthlyGoalRepository' => ['privates', 'App\\Repository\\MonthlyGoalRepository', 'getMonthlyGoalRepositoryService', true],
  978. 'App\\Repository\\MontonioLogRepository' => ['privates', 'App\\Repository\\MontonioLogRepository', 'getMontonioLogRepositoryService', true],
  979. 'App\\Repository\\MontonioWebhookLogRepository' => ['privates', 'App\\Repository\\MontonioWebhookLogRepository', 'getMontonioWebhookLogRepositoryService', true],
  980. 'App\\Repository\\NotificationQuestionAnswerRepository' => ['privates', 'App\\Repository\\NotificationQuestionAnswerRepository', 'getNotificationQuestionAnswerRepositoryService', true],
  981. 'App\\Repository\\NotificationQuestionRepository' => ['privates', 'App\\Repository\\NotificationQuestionRepository', 'getNotificationQuestionRepositoryService', true],
  982. 'App\\Repository\\NotificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepository2Service', true],
  983. 'App\\Repository\\Notification\\NotificationConfigurationRepository' => ['privates', 'App\\Repository\\Notification\\NotificationConfigurationRepository', 'getNotificationConfigurationRepositoryService', true],
  984. 'App\\Repository\\Notification\\NotificationQuestionAnswerRepository' => ['privates', 'App\\Repository\\Notification\\NotificationQuestionAnswerRepository', 'getNotificationQuestionAnswerRepository2Service', true],
  985. 'App\\Repository\\Notification\\NotificationQuestionRepository' => ['privates', 'App\\Repository\\Notification\\NotificationQuestionRepository', 'getNotificationQuestionRepository2Service', true],
  986. 'App\\Repository\\Notification\\NotificationRepository' => ['privates', 'App\\Repository\\Notification\\NotificationRepository', 'getNotificationRepositoryService', true],
  987. 'App\\Repository\\Notification\\UserNotificationQuestionAnswerRepository' => ['privates', 'App\\Repository\\Notification\\UserNotificationQuestionAnswerRepository', 'getUserNotificationQuestionAnswerRepositoryService', true],
  988. 'App\\Repository\\Notification\\UserNotificationRepository' => ['privates', 'App\\Repository\\Notification\\UserNotificationRepository', 'getUserNotificationRepositoryService', true],
  989. 'App\\Repository\\PaymentBonusRepository' => ['privates', 'App\\Repository\\PaymentBonusRepository', 'getPaymentBonusRepositoryService', true],
  990. 'App\\Repository\\PaymentLogRepository' => ['privates', 'App\\Repository\\PaymentLogRepository', 'getPaymentLogRepositoryService', true],
  991. 'App\\Repository\\PaymentNotificationLogRepository' => ['privates', 'App\\Repository\\PaymentNotificationLogRepository', 'getPaymentNotificationLogRepositoryService', true],
  992. 'App\\Repository\\PaymentRepository' => ['privates', 'App\\Repository\\PaymentRepository', 'getPaymentRepositoryService', true],
  993. 'App\\Repository\\PriceChangeRepository' => ['privates', 'App\\Repository\\PriceChangeRepository', 'getPriceChangeRepositoryService', true],
  994. 'App\\Repository\\ReminderConfigurationRepository' => ['privates', 'App\\Repository\\ReminderConfigurationRepository', 'getReminderConfigurationRepositoryService', true],
  995. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  996. 'App\\Repository\\SMSLogRepository' => ['privates', 'App\\Repository\\SMSLogRepository', 'getSMSLogRepositoryService', true],
  997. 'App\\Repository\\TabletRepository' => ['privates', 'App\\Repository\\TabletRepository', 'getTabletRepositoryService', true],
  998. 'App\\Repository\\TeacherAvailabilityTimeRepository' => ['privates', 'App\\Repository\\TeacherAvailabilityTimeRepository', 'getTeacherAvailabilityTimeRepositoryService', true],
  999. 'App\\Repository\\TeacherCommentRepository' => ['privates', 'App\\Repository\\TeacherCommentRepository', 'getTeacherCommentRepositoryService', true],
  1000. 'App\\Repository\\TeacherContractRepository' => ['privates', 'App\\Repository\\TeacherContractRepository', 'getTeacherContractRepositoryService', true],
  1001. 'App\\Repository\\TeacherDisciplineClassRepository' => ['privates', 'App\\Repository\\TeacherDisciplineClassRepository', 'getTeacherDisciplineClassRepositoryService', true],
  1002. 'App\\Repository\\TeacherHolidayRepository' => ['privates', 'App\\Repository\\TeacherHolidayRepository', 'getTeacherHolidayRepositoryService', true],
  1003. 'App\\Repository\\TeacherHoursBonusRepository' => ['privates', 'App\\Repository\\TeacherHoursBonusRepository', 'getTeacherHoursBonusRepositoryService', true],
  1004. 'App\\Repository\\TeacherPaymentBonusProposalRepository' => ['privates', 'App\\Repository\\TeacherPaymentBonusProposalRepository', 'getTeacherPaymentBonusProposalRepositoryService', true],
  1005. 'App\\Repository\\TeacherPaymentBonusRepository' => ['privates', 'App\\Repository\\TeacherPaymentBonusRepository', 'getTeacherPaymentBonusRepositoryService', true],
  1006. 'App\\Repository\\TeacherPaymentLogRepository' => ['privates', 'App\\Repository\\TeacherPaymentLogRepository', 'getTeacherPaymentLogRepositoryService', true],
  1007. 'App\\Repository\\TeacherPaymentRepository' => ['privates', 'App\\Repository\\TeacherPaymentRepository', 'getTeacherPaymentRepositoryService', true],
  1008. 'App\\Repository\\TeacherPreferenceRepository' => ['privates', 'App\\Repository\\TeacherPreferenceRepository', 'getTeacherPreferenceRepositoryService', true],
  1009. 'App\\Repository\\TeacherPriceChangeRepository' => ['privates', 'App\\Repository\\TeacherPriceChangeRepository', 'getTeacherPriceChangeRepositoryService', true],
  1010. 'App\\Repository\\TeacherPublicProfileRepository' => ['privates', 'App\\Repository\\TeacherPublicProfileRepository', 'getTeacherPublicProfileRepositoryService', true],
  1011. 'App\\Repository\\TeacherQRCodeRepository' => ['privates', 'App\\Repository\\TeacherQRCodeRepository', 'getTeacherQRCodeRepositoryService', true],
  1012. 'App\\Repository\\TeacherRegister\\TeacherRegisterDisciplineClassRepository' => ['privates', 'App\\Repository\\TeacherRegister\\TeacherRegisterDisciplineClassRepository', 'getTeacherRegisterDisciplineClassRepositoryService', true],
  1013. 'App\\Repository\\TeacherRegister\\TeacherRegisterDocumentRepository' => ['privates', 'App\\Repository\\TeacherRegister\\TeacherRegisterDocumentRepository', 'getTeacherRegisterDocumentRepositoryService', true],
  1014. 'App\\Repository\\TeacherRegister\\TeacherRegisterRepository' => ['privates', 'App\\Repository\\TeacherRegister\\TeacherRegisterRepository', 'getTeacherRegisterRepositoryService', true],
  1015. 'App\\Repository\\TeacherRepository' => ['privates', 'App\\Repository\\TeacherRepository', 'getTeacherRepositoryService', true],
  1016. 'App\\Repository\\TeacherSickLeavesRepository' => ['privates', 'App\\Repository\\TeacherSickLeavesRepository', 'getTeacherSickLeavesRepositoryService', true],
  1017. 'App\\Repository\\TeacherSurveyRepository' => ['privates', 'App\\Repository\\TeacherSurveyRepository', 'getTeacherSurveyRepositoryService', true],
  1018. 'App\\Repository\\TeacherSurveyResponseRepository' => ['privates', 'App\\Repository\\TeacherSurveyResponseRepository', 'getTeacherSurveyResponseRepositoryService', true],
  1019. 'App\\Repository\\TeacherTabletRepository' => ['privates', 'App\\Repository\\TeacherTabletRepository', 'getTeacherTabletRepositoryService', true],
  1020. 'App\\Repository\\TeacherUnavailableRangeRepository' => ['privates', 'App\\Repository\\TeacherUnavailableRangeRepository', 'getTeacherUnavailableRangeRepositoryService', true],
  1021. 'App\\Repository\\UserBlacklistRepository' => ['privates', 'App\\Repository\\UserBlacklistRepository', 'getUserBlacklistRepositoryService', true],
  1022. 'App\\Repository\\UserDailyActivityRepository' => ['privates', 'App\\Repository\\UserDailyActivityRepository', 'getUserDailyActivityRepositoryService', true],
  1023. 'App\\Repository\\UserFireBaseTokenRepository' => ['privates', 'App\\Repository\\UserFireBaseTokenRepository', 'getUserFireBaseTokenRepositoryService', true],
  1024. 'App\\Repository\\UserNotificationQuestionAnswerRepository' => ['privates', 'App\\Repository\\UserNotificationQuestionAnswerRepository', 'getUserNotificationQuestionAnswerRepository2Service', true],
  1025. 'App\\Repository\\UserNotificationRepository' => ['privates', 'App\\Repository\\UserNotificationRepository', 'getUserNotificationRepository2Service', true],
  1026. 'App\\Repository\\WoltCouponRepository' => ['privates', 'App\\Repository\\WoltCouponRepository', 'getWoltCouponRepositoryService', true],
  1027. 'App\\Repository\\WoltCouponUploadJobRepository' => ['privates', 'App\\Repository\\WoltCouponUploadJobRepository', 'getWoltCouponUploadJobRepositoryService', true],
  1028. 'App\\Repository\\ZendeskTicketRepository' => ['privates', 'App\\Repository\\ZendeskTicketRepository', 'getZendeskTicketRepositoryService', true],
  1029. 'App\\Repository\\ZendeskTicketThreadRepository' => ['privates', 'App\\Repository\\ZendeskTicketThreadRepository', 'getZendeskTicketThreadRepositoryService', true],
  1030. ], [
  1031. 'App\\Repository\\AdminConfirmationRepository' => '?',
  1032. 'App\\Repository\\AdminRepository' => '?',
  1033. 'App\\Repository\\Api\\DeletedUserRepository' => '?',
  1034. 'App\\Repository\\AuthLogRepository' => '?',
  1035. 'App\\Repository\\BugReportRepository' => '?',
  1036. 'App\\Repository\\ChannelsRepository' => '?',
  1037. 'App\\Repository\\ChatCensorshipJournalRepository' => '?',
  1038. 'App\\Repository\\ChildLessonReviewRepository' => '?',
  1039. 'App\\Repository\\ChildPreferenceDeclineHistoryRepository' => '?',
  1040. 'App\\Repository\\ChildPreferenceHistoryRepository' => '?',
  1041. 'App\\Repository\\ChildPreferenceRepository' => '?',
  1042. 'App\\Repository\\ChildPreferenceTimeRepository' => '?',
  1043. 'App\\Repository\\ChildRepository' => '?',
  1044. 'App\\Repository\\ChildVacationRepository' => '?',
  1045. 'App\\Repository\\ConfigurationRepository' => '?',
  1046. 'App\\Repository\\ConsentRepository' => '?',
  1047. 'App\\Repository\\CustomQuestionnaireGuardianAnswerRepository' => '?',
  1048. 'App\\Repository\\CustomQuestionnaireQuestionRepository' => '?',
  1049. 'App\\Repository\\CustomQuestionnaireRepository' => '?',
  1050. 'App\\Repository\\DisciplineRepository' => '?',
  1051. 'App\\Repository\\DiscountCouponRepository' => '?',
  1052. 'App\\Repository\\EarlyPaymentRepository' => '?',
  1053. 'App\\Repository\\EmailLogRepository' => '?',
  1054. 'App\\Repository\\GuardianActionLogRepository' => '?',
  1055. 'App\\Repository\\GuardianContractRepository' => '?',
  1056. 'App\\Repository\\GuardianRegister\\GuardianRegisterChildPreferenceRepository' => '?',
  1057. 'App\\Repository\\GuardianRegister\\GuardianRegisterChildRepository' => '?',
  1058. 'App\\Repository\\GuardianRegister\\GuardianRegisterRepository' => '?',
  1059. 'App\\Repository\\GuardianRegister\\GuardianRegisterVerificationRepository' => '?',
  1060. 'App\\Repository\\GuardianRepository' => '?',
  1061. 'App\\Repository\\GuardianSurveyRepository' => '?',
  1062. 'App\\Repository\\GuardianSurveyResponseRepository' => '?',
  1063. 'App\\Repository\\Guardian\\GuardianContractPriceClassAmountPriceRepository' => '?',
  1064. 'App\\Repository\\Guardian\\GuardianContractPriceDisciplineRepository' => '?',
  1065. 'App\\Repository\\Guardian\\GuardianContractPriceRepository' => '?',
  1066. 'App\\Repository\\Guardian\\GuardianPriceDiscountRepository' => '?',
  1067. 'App\\Repository\\Guardian\\GuardianSmsResponseRepository' => '?',
  1068. 'App\\Repository\\HolidayPeriodRepository' => '?',
  1069. 'App\\Repository\\ImportantFileRepository' => '?',
  1070. 'App\\Repository\\InfoLineRepository' => '?',
  1071. 'App\\Repository\\LessonChangeLogRepository' => '?',
  1072. 'App\\Repository\\LessonDeletedRepository' => '?',
  1073. 'App\\Repository\\LessonLearncubeLogRepository' => '?',
  1074. 'App\\Repository\\LessonPriceRepository' => '?',
  1075. 'App\\Repository\\LessonRepository' => '?',
  1076. 'App\\Repository\\LitexpoRepository' => '?',
  1077. 'App\\Repository\\LogActionRepository' => '?',
  1078. 'App\\Repository\\LogErrorRepository' => '?',
  1079. 'App\\Repository\\MonthlyGoalRepository' => '?',
  1080. 'App\\Repository\\MontonioLogRepository' => '?',
  1081. 'App\\Repository\\MontonioWebhookLogRepository' => '?',
  1082. 'App\\Repository\\NotificationQuestionAnswerRepository' => '?',
  1083. 'App\\Repository\\NotificationQuestionRepository' => '?',
  1084. 'App\\Repository\\NotificationRepository' => '?',
  1085. 'App\\Repository\\Notification\\NotificationConfigurationRepository' => '?',
  1086. 'App\\Repository\\Notification\\NotificationQuestionAnswerRepository' => '?',
  1087. 'App\\Repository\\Notification\\NotificationQuestionRepository' => '?',
  1088. 'App\\Repository\\Notification\\NotificationRepository' => '?',
  1089. 'App\\Repository\\Notification\\UserNotificationQuestionAnswerRepository' => '?',
  1090. 'App\\Repository\\Notification\\UserNotificationRepository' => '?',
  1091. 'App\\Repository\\PaymentBonusRepository' => '?',
  1092. 'App\\Repository\\PaymentLogRepository' => '?',
  1093. 'App\\Repository\\PaymentNotificationLogRepository' => '?',
  1094. 'App\\Repository\\PaymentRepository' => '?',
  1095. 'App\\Repository\\PriceChangeRepository' => '?',
  1096. 'App\\Repository\\ReminderConfigurationRepository' => '?',
  1097. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1098. 'App\\Repository\\SMSLogRepository' => '?',
  1099. 'App\\Repository\\TabletRepository' => '?',
  1100. 'App\\Repository\\TeacherAvailabilityTimeRepository' => '?',
  1101. 'App\\Repository\\TeacherCommentRepository' => '?',
  1102. 'App\\Repository\\TeacherContractRepository' => '?',
  1103. 'App\\Repository\\TeacherDisciplineClassRepository' => '?',
  1104. 'App\\Repository\\TeacherHolidayRepository' => '?',
  1105. 'App\\Repository\\TeacherHoursBonusRepository' => '?',
  1106. 'App\\Repository\\TeacherPaymentBonusProposalRepository' => '?',
  1107. 'App\\Repository\\TeacherPaymentBonusRepository' => '?',
  1108. 'App\\Repository\\TeacherPaymentLogRepository' => '?',
  1109. 'App\\Repository\\TeacherPaymentRepository' => '?',
  1110. 'App\\Repository\\TeacherPreferenceRepository' => '?',
  1111. 'App\\Repository\\TeacherPriceChangeRepository' => '?',
  1112. 'App\\Repository\\TeacherPublicProfileRepository' => '?',
  1113. 'App\\Repository\\TeacherQRCodeRepository' => '?',
  1114. 'App\\Repository\\TeacherRegister\\TeacherRegisterDisciplineClassRepository' => '?',
  1115. 'App\\Repository\\TeacherRegister\\TeacherRegisterDocumentRepository' => '?',
  1116. 'App\\Repository\\TeacherRegister\\TeacherRegisterRepository' => '?',
  1117. 'App\\Repository\\TeacherRepository' => '?',
  1118. 'App\\Repository\\TeacherSickLeavesRepository' => '?',
  1119. 'App\\Repository\\TeacherSurveyRepository' => '?',
  1120. 'App\\Repository\\TeacherSurveyResponseRepository' => '?',
  1121. 'App\\Repository\\TeacherTabletRepository' => '?',
  1122. 'App\\Repository\\TeacherUnavailableRangeRepository' => '?',
  1123. 'App\\Repository\\UserBlacklistRepository' => '?',
  1124. 'App\\Repository\\UserDailyActivityRepository' => '?',
  1125. 'App\\Repository\\UserFireBaseTokenRepository' => '?',
  1126. 'App\\Repository\\UserNotificationQuestionAnswerRepository' => '?',
  1127. 'App\\Repository\\UserNotificationRepository' => '?',
  1128. 'App\\Repository\\WoltCouponRepository' => '?',
  1129. 'App\\Repository\\WoltCouponUploadJobRepository' => '?',
  1130. 'App\\Repository\\ZendeskTicketRepository' => '?',
  1131. 'App\\Repository\\ZendeskTicketThreadRepository' => '?',
  1132. ])));
  1133. $a->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1134. $a->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1135. $a->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1136. $a->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
  1137. $a->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
  1138. $a->addCustomStringFunction('cast', 'DoctrineExtensions\\Query\\Mysql\\Cast');
  1139. $a->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
  1140. $a->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
  1141. $a->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1142. $a->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
  1143. $a->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
  1144. $a->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1145. $a->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
  1146. $a->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1147. $a->addCustomStringFunction('format', 'DoctrineExtensions\\Query\\Mysql\\Format');
  1148. $a->addCustomStringFunction('from_base64', 'DoctrineExtensions\\Query\\Mysql\\FromBase64');
  1149. $a->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
  1150. $a->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1151. $a->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
  1152. $a->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
  1153. $a->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
  1154. $a->addCustomStringFunction('inet_aton', 'DoctrineExtensions\\Query\\Mysql\\InetAton');
  1155. $a->addCustomStringFunction('inet_ntoa', 'DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1156. $a->addCustomStringFunction('inet6_aton', 'DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1157. $a->addCustomStringFunction('inet6_ntoa', 'DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1158. $a->addCustomStringFunction('instr', 'DoctrineExtensions\\Query\\Mysql\\Instr');
  1159. $a->addCustomStringFunction('is_ipv4', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1160. $a->addCustomStringFunction('is_ipv4_compat', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1161. $a->addCustomStringFunction('is_ipv4_mapped', 'DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1162. $a->addCustomStringFunction('is_ipv6', 'DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1163. $a->addCustomStringFunction('lag', 'DoctrineExtensions\\Query\\Mysql\\Lag');
  1164. $a->addCustomStringFunction('lead', 'DoctrineExtensions\\Query\\Mysql\\Lead');
  1165. $a->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
  1166. $a->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
  1167. $a->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1168. $a->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
  1169. $a->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
  1170. $a->addCustomStringFunction('over', 'DoctrineExtensions\\Query\\Mysql\\Over');
  1171. $a->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1172. $a->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
  1173. $a->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
  1174. $a->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
  1175. $a->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
  1176. $a->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
  1177. $a->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
  1178. $a->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1179. $a->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1180. $a->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
  1181. $a->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1182. $a->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
  1183. $a->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
  1184. $a->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
  1185. $a->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
  1186. $a->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
  1187. $a->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
  1188. $a->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
  1189. $a->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
  1190. $a->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
  1191. $a->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1192. $a->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
  1193. $a->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
  1194. $a->addCustomNumericFunction('json_contains', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
  1195. $a->addCustomNumericFunction('json_depth', 'DoctrineExtensions\\Query\\Mysql\\JsonDepth');
  1196. $a->addCustomNumericFunction('json_length', 'DoctrineExtensions\\Query\\Mysql\\JsonLength');
  1197. $a->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
  1198. $a->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
  1199. $a->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
  1200. $a->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
  1201. $a->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
  1202. $a->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
  1203. $a->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1204. $a->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  1205. $a->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
  1206. $a->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
  1207. $a->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
  1208. $a->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
  1209. $a->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
  1210. $a->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
  1211. $a->addCustomDatetimeFunction('addtime', 'DoctrineExtensions\\Query\\Mysql\\AddTime');
  1212. $a->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1213. $a->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
  1214. $a->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1215. $a->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1216. $a->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
  1217. $a->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1218. $a->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
  1219. $a->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
  1220. $a->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1221. $a->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1222. $a->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
  1223. $a->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1224. $a->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
  1225. $a->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
  1226. $a->addCustomDatetimeFunction('makedate', 'DoctrineExtensions\\Query\\Mysql\\MakeDate');
  1227. $a->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
  1228. $a->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
  1229. $a->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
  1230. $a->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
  1231. $a->addCustomDatetimeFunction('period_diff', 'DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1232. $a->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
  1233. $a->addCustomDatetimeFunction('sectotime', 'DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1234. $a->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1235. $a->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
  1236. $a->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1237. $a->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1238. $a->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1239. $a->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1240. $a->addCustomDatetimeFunction('truncate', 'DoctrineExtensions\\Query\\Mysql\\Truncate');
  1241. $a->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
  1242. $a->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1243. $a->addCustomDatetimeFunction('weekofyear', 'DoctrineExtensions\\Query\\Mysql\\WeekOfYear');
  1244. $a->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
  1245. $a->addCustomDatetimeFunction('yearmonth', 'DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1246. $a->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1247. $a->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1248. $a->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1249. $a->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
  1250. $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()));
  1251. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1252. return $instance;
  1253. }
  1254. /**
  1255. * Gets the public 'event_dispatcher' shared service.
  1256. *
  1257. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1258. */
  1259. protected function getEventDispatcherService()
  1260. {
  1261. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1262. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1263. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1264. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1265. $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())));
  1266. $instance->addListener('kernel.controller', [0 => function () {
  1267. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1268. }, 1 => 'onKernelController'], 0);
  1269. $instance->addListener('console.command', [0 => function () {
  1270. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1271. }, 1 => 'onConsoleCommand'], 0);
  1272. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1273. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1274. }, 1 => 'checkPassport'], 1024);
  1275. $instance->addListener('kernel.response', [0 => function () {
  1276. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1277. }, 1 => 'onKernelResponse'], 0);
  1278. $instance->addListener('kernel.exception', [0 => function () {
  1279. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1280. }, 1 => 'onKernelException'], 0);
  1281. $instance->addListener('kernel.request', [0 => function () {
  1282. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1283. }, 1 => 'onKernelRequest'], 250);
  1284. $instance->addListener('kernel.response', [0 => function () {
  1285. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1286. }, 1 => 'onKernelResponse'], 0);
  1287. $instance->addListener('kernel.response', [0 => function () {
  1288. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1289. }, 1 => 'onResponse'], -10);
  1290. $instance->addListener('kernel.request', [0 => function () {
  1291. return ($this->privates['App\\EventSubscriber\\DailyActivitySubscriber'] ?? $this->getDailyActivitySubscriberService());
  1292. }, 1 => 'onRequest'], 0);
  1293. $instance->addListener('kernel.response', [0 => function () {
  1294. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1295. }, 1 => 'onKernelResponse'], 0);
  1296. $instance->addListener('kernel.response', [0 => function () {
  1297. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1298. }, 1 => 'onKernelResponse'], -1024);
  1299. $instance->addListener('kernel.request', [0 => function () {
  1300. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1301. }, 1 => 'setDefaultLocale'], 100);
  1302. $instance->addListener('kernel.request', [0 => function () {
  1303. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1304. }, 1 => 'onKernelRequest'], 16);
  1305. $instance->addListener('kernel.finish_request', [0 => function () {
  1306. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1307. }, 1 => 'onKernelFinishRequest'], 0);
  1308. $instance->addListener('kernel.request', [0 => function () {
  1309. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1310. }, 1 => 'onKernelRequest'], 256);
  1311. $instance->addListener('kernel.response', [0 => function () {
  1312. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1313. }, 1 => 'onResponse'], -255);
  1314. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1315. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1316. }, 1 => 'onControllerArguments'], 0);
  1317. $instance->addListener('kernel.exception', [0 => function () {
  1318. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1319. }, 1 => 'logKernelException'], 0);
  1320. $instance->addListener('kernel.exception', [0 => function () {
  1321. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1322. }, 1 => 'onKernelException'], -128);
  1323. $instance->addListener('kernel.response', [0 => function () {
  1324. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1325. }, 1 => 'removeCspHeader'], -128);
  1326. $instance->addListener('kernel.request', [0 => function () {
  1327. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1328. }, 1 => 'onKernelRequest'], 15);
  1329. $instance->addListener('kernel.finish_request', [0 => function () {
  1330. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1331. }, 1 => 'onKernelFinishRequest'], -15);
  1332. $instance->addListener('console.error', [0 => function () {
  1333. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1334. }, 1 => 'onConsoleError'], -128);
  1335. $instance->addListener('console.terminate', [0 => function () {
  1336. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1337. }, 1 => 'onConsoleTerminate'], -128);
  1338. $instance->addListener('console.error', [0 => function () {
  1339. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1340. }, 1 => 'onConsoleError'], 0);
  1341. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1342. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1343. }, 1 => 'onMessage'], -255);
  1344. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1345. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1346. }, 1 => 'onMessage'], -255);
  1347. $instance->addListener('kernel.request', [0 => function () {
  1348. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1349. }, 1 => 'configure'], 2048);
  1350. $instance->addListener('console.command', [0 => function () {
  1351. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1352. }, 1 => 'configure'], 2048);
  1353. $instance->addListener('kernel.request', [0 => function () {
  1354. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1355. }, 1 => 'onKernelRequest'], 32);
  1356. $instance->addListener('kernel.finish_request', [0 => function () {
  1357. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1358. }, 1 => 'onKernelFinishRequest'], 0);
  1359. $instance->addListener('kernel.exception', [0 => function () {
  1360. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1361. }, 1 => 'onKernelException'], -64);
  1362. $instance->addListener('kernel.response', [0 => function () {
  1363. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1364. }, 1 => 'onKernelResponse'], 0);
  1365. $instance->addListener('kernel.request', [0 => function () {
  1366. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1367. }, 1 => 'onKernelRequest'], 128);
  1368. $instance->addListener('kernel.response', [0 => function () {
  1369. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1370. }, 1 => 'onKernelResponse'], -1000);
  1371. $instance->addListener('kernel.finish_request', [0 => function () {
  1372. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1373. }, 1 => 'onFinishRequest'], 0);
  1374. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1375. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1376. }, 1 => 'onMessageFailed'], 100);
  1377. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1378. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1379. }, 1 => 'onMessageFailed'], 200);
  1380. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1381. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1382. }, 1 => 'onWorkerStarted'], 0);
  1383. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1384. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1385. }, 1 => 'onWorkerRunning'], 0);
  1386. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1387. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1388. }, 1 => 'onMessageFailed'], 0);
  1389. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1390. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1391. }, 1 => 'onWorkerRunning'], 0);
  1392. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1393. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1394. }, 1 => 'onNotification'], -255);
  1395. $instance->addListener('kernel.response', [0 => function () {
  1396. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1397. }, 1 => 'onKernelResponse'], -100);
  1398. $instance->addListener('kernel.exception', [0 => function () {
  1399. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1400. }, 1 => 'onKernelException'], 0);
  1401. $instance->addListener('kernel.terminate', [0 => function () {
  1402. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1403. }, 1 => 'onKernelTerminate'], -1024);
  1404. $instance->addListener('kernel.controller', [0 => function () {
  1405. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1406. }, 1 => 'onKernelController'], 0);
  1407. $instance->addListener('kernel.response', [0 => function () {
  1408. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1409. }, 1 => 'onKernelResponse'], 0);
  1410. $instance->addListener('kernel.controller', [0 => function () {
  1411. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1412. }, 1 => 'onKernelController'], 0);
  1413. $instance->addListener('kernel.controller', [0 => function () {
  1414. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1415. }, 1 => 'onKernelController'], 0);
  1416. $instance->addListener('kernel.controller', [0 => function () {
  1417. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1418. }, 1 => 'onKernelController'], -128);
  1419. $instance->addListener('kernel.view', [0 => function () {
  1420. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1421. }, 1 => 'onKernelView'], 0);
  1422. $instance->addListener('kernel.controller', [0 => function () {
  1423. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1424. }, 1 => 'onKernelController'], 0);
  1425. $instance->addListener('kernel.response', [0 => function () {
  1426. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1427. }, 1 => 'onKernelResponse'], 0);
  1428. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1429. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1430. }, 1 => 'onKernelControllerArguments'], 0);
  1431. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1432. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1433. }, 1 => 'onKernelControllerArguments'], 0);
  1434. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1435. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1436. }, 1 => 'onMessage'], 0);
  1437. $instance->addListener('kernel.response', [0 => function () {
  1438. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1439. }, 1 => 'onKernelResponse'], -128);
  1440. $instance->addListener('console.command', [0 => function () {
  1441. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1442. }, 1 => 'onCommand'], 255);
  1443. $instance->addListener('console.terminate', [0 => function () {
  1444. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1445. }, 1 => 'onTerminate'], -255);
  1446. $instance->addListener('console.command', [0 => function () {
  1447. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1448. }, 1 => 'configure'], 1024);
  1449. $instance->addListener('console.error', [0 => function () {
  1450. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1451. }, 1 => 'onConsoleError'], 0);
  1452. $instance->addListener('console.terminate', [0 => function () {
  1453. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1454. }, 1 => 'onConsoleTerminate'], 0);
  1455. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1456. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1457. }, 1 => 'onWorkerMessageHandled'], 0);
  1458. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1459. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1460. }, 1 => 'onWorkerMessageFailed'], 0);
  1461. $instance->addListener('kernel.response', [0 => function () {
  1462. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1463. }, 1 => 'onKernelResponse'], 0);
  1464. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1465. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1466. }, 1 => 'checkPassport'], 0);
  1467. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1468. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1469. }, 1 => 'onLoginSuccess'], 0);
  1470. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1471. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1472. }, 1 => 'onVoterVote'], 0);
  1473. $instance->addListener('kernel.request', [0 => function () {
  1474. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1475. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1476. $instance->addListener('kernel.request', [0 => function () {
  1477. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1478. }, 1 => 'onKernelRequest'], 8);
  1479. $instance->addListener('kernel.finish_request', [0 => function () {
  1480. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1481. }, 1 => 'onKernelFinishRequest'], 0);
  1482. $instance->addListener('kernel.finish_request', [0 => function () {
  1483. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1484. }, 1 => 'resetAssets'], 0);
  1485. $instance->addListener('kernel.response', [0 => function () {
  1486. return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  1487. }, 1 => 'onKernelResponse'], 0);
  1488. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1489. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1490. }, 1 => 'checkPassport'], 512);
  1491. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1492. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1493. }, 1 => 'onLogout'], 0);
  1494. return $instance;
  1495. }
  1496. /**
  1497. * Gets the public 'http_kernel' shared service.
  1498. *
  1499. * @return \Symfony\Component\HttpKernel\HttpKernel
  1500. */
  1501. protected function getHttpKernelService()
  1502. {
  1503. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1504. if (isset($this->services['http_kernel'])) {
  1505. return $this->services['http_kernel'];
  1506. }
  1507. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1508. 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 () {
  1509. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1510. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1511. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1512. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1513. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1514. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1515. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1516. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1517. }, 8)), $b));
  1518. }
  1519. /**
  1520. * Gets the public 'messenger.default_bus' shared service.
  1521. *
  1522. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1523. */
  1524. protected function getMessenger_DefaultBusService()
  1525. {
  1526. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1527. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1528. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1529. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1530. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1531. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1532. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1533. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1534. }, 7)));
  1535. }
  1536. /**
  1537. * Gets the public 'monolog.logger.deprecation' shared service.
  1538. *
  1539. * @return \Symfony\Bridge\Monolog\Logger
  1540. */
  1541. protected function getMonolog_Logger_DeprecationService()
  1542. {
  1543. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1544. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1545. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1546. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1547. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1548. return $instance;
  1549. }
  1550. /**
  1551. * Gets the public 'request_stack' shared service.
  1552. *
  1553. * @return \Symfony\Component\HttpFoundation\RequestStack
  1554. */
  1555. protected function getRequestStackService()
  1556. {
  1557. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1558. }
  1559. /**
  1560. * Gets the public 'router' shared service.
  1561. *
  1562. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1563. */
  1564. protected function getRouterService()
  1565. {
  1566. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1567. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1568. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1569. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1570. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1571. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1572. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1573. ], [
  1574. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1575. ]))->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, 'lt');
  1576. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1577. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1578. return $instance;
  1579. }
  1580. /**
  1581. * Gets the public 'translator' shared service.
  1582. *
  1583. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1584. */
  1585. protected function getTranslatorService()
  1586. {
  1587. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1588. }
  1589. /**
  1590. * Gets the public 'var_dumper.cloner' shared service.
  1591. *
  1592. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1593. */
  1594. protected function getVarDumper_ClonerService()
  1595. {
  1596. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1597. $instance->setMaxItems(2500);
  1598. $instance->setMinDepth(1);
  1599. $instance->setMaxString(-1);
  1600. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1601. return $instance;
  1602. }
  1603. /**
  1604. * Gets the private '.debug.http_client' shared service.
  1605. *
  1606. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1607. */
  1608. protected function get_Debug_HttpClientService()
  1609. {
  1610. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1611. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1612. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1613. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1614. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1615. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1616. $a->setLogger($b);
  1617. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1618. }
  1619. /**
  1620. * Gets the private '.debug.hwi_oauth.http_client' shared service.
  1621. *
  1622. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1623. */
  1624. protected function get_Debug_HwiOauth_HttpClientService()
  1625. {
  1626. return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1627. }
  1628. /**
  1629. * Gets the private '.service_locator.fPFDSMP' shared service.
  1630. *
  1631. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1632. */
  1633. protected function get_ServiceLocator_FPFDSMPService()
  1634. {
  1635. return $this->privates['.service_locator.fPFDSMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1636. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  1637. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1638. 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true],
  1639. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1640. ], [
  1641. 'security.firewall.map.context.api' => '?',
  1642. 'security.firewall.map.context.dev' => '?',
  1643. 'security.firewall.map.context.login' => '?',
  1644. 'security.firewall.map.context.main' => '?',
  1645. ]);
  1646. }
  1647. /**
  1648. * Gets the private 'App\EventSubscriber\DailyActivitySubscriber' shared autowired service.
  1649. *
  1650. * @return \App\EventSubscriber\DailyActivitySubscriber
  1651. */
  1652. protected function getDailyActivitySubscriberService()
  1653. {
  1654. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1655. if (isset($this->privates['App\\EventSubscriber\\DailyActivitySubscriber'])) {
  1656. return $this->privates['App\\EventSubscriber\\DailyActivitySubscriber'];
  1657. }
  1658. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1659. if (isset($this->privates['App\\EventSubscriber\\DailyActivitySubscriber'])) {
  1660. return $this->privates['App\\EventSubscriber\\DailyActivitySubscriber'];
  1661. }
  1662. return $this->privates['App\\EventSubscriber\\DailyActivitySubscriber'] = new \App\EventSubscriber\DailyActivitySubscriber($a, $b, ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1663. }
  1664. /**
  1665. * Gets the private 'App\Repository\LessonRepository' shared autowired service.
  1666. *
  1667. * @return \App\Repository\LessonRepository
  1668. */
  1669. protected function getLessonRepositoryService()
  1670. {
  1671. return $this->privates['App\\Repository\\LessonRepository'] = new \App\Repository\LessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1672. }
  1673. /**
  1674. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1675. *
  1676. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1677. */
  1678. protected function getResetAssetsEventListenerService()
  1679. {
  1680. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1681. }
  1682. /**
  1683. * Gets the private 'annotations.cache_adapter' shared service.
  1684. *
  1685. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1686. */
  1687. protected function getAnnotations_CacheAdapterService()
  1688. {
  1689. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1690. }
  1691. /**
  1692. * Gets the private 'annotations.cached_reader' shared service.
  1693. *
  1694. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1695. */
  1696. protected function getAnnotations_CachedReaderService()
  1697. {
  1698. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1699. }
  1700. /**
  1701. * Gets the private 'annotations.reader' shared service.
  1702. *
  1703. * @return \Doctrine\Common\Annotations\AnnotationReader
  1704. */
  1705. protected function getAnnotations_ReaderService()
  1706. {
  1707. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1708. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1709. $a->registerUniqueLoader('class_exists');
  1710. $instance->addGlobalIgnoredName('required', $a);
  1711. return $instance;
  1712. }
  1713. /**
  1714. * Gets the private 'assets.packages' shared service.
  1715. *
  1716. * @return \Symfony\Component\Asset\Packages
  1717. */
  1718. protected function getAssets_PackagesService()
  1719. {
  1720. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1721. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/assets/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1722. return new \EmptyIterator();
  1723. }, 0));
  1724. }
  1725. /**
  1726. * Gets the private 'cache.annotations' shared service.
  1727. *
  1728. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1729. */
  1730. protected function getCache_AnnotationsService()
  1731. {
  1732. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qD0me17TPJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1733. }
  1734. /**
  1735. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1736. *
  1737. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1738. */
  1739. protected function getCache_Doctrine_Orm_Default_QueryService()
  1740. {
  1741. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1742. }
  1743. /**
  1744. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1745. *
  1746. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1747. */
  1748. protected function getCache_Doctrine_Orm_Default_ResultService()
  1749. {
  1750. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1751. }
  1752. /**
  1753. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1754. *
  1755. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1756. */
  1757. protected function getCache_Messenger_RestartWorkersSignalService()
  1758. {
  1759. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('L-lJcR-ueB', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1760. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1761. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1762. }
  1763. /**
  1764. * Gets the private 'cache.property_info' shared service.
  1765. *
  1766. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1767. */
  1768. protected function getCache_PropertyInfoService()
  1769. {
  1770. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EBj02LiVA7', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1771. }
  1772. /**
  1773. * Gets the private 'cache.security_expression_language' shared service.
  1774. *
  1775. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1776. */
  1777. protected function getCache_SecurityExpressionLanguageService()
  1778. {
  1779. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('o5pW6jLqlA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1780. }
  1781. /**
  1782. * Gets the private 'cache.serializer' shared service.
  1783. *
  1784. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1785. */
  1786. protected function getCache_SerializerService()
  1787. {
  1788. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MOQ7akd6AN', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1789. }
  1790. /**
  1791. * Gets the private 'cache.validator' shared service.
  1792. *
  1793. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1794. */
  1795. protected function getCache_ValidatorService()
  1796. {
  1797. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ju9yqEgNeU', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1798. }
  1799. /**
  1800. * Gets the private 'cache.webpack_encore' shared service.
  1801. *
  1802. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1803. */
  1804. protected function getCache_WebpackEncoreService()
  1805. {
  1806. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z9QiT5qmRQ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1807. }
  1808. /**
  1809. * Gets the private 'config_cache_factory' shared service.
  1810. *
  1811. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1812. */
  1813. protected function getConfigCacheFactoryService()
  1814. {
  1815. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1816. 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)));
  1817. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1818. }, 2));
  1819. }
  1820. /**
  1821. * Gets the private 'data_collector.form' shared service.
  1822. *
  1823. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1824. */
  1825. protected function getDataCollector_FormService()
  1826. {
  1827. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1828. }
  1829. /**
  1830. * Gets the private 'data_collector.request' shared service.
  1831. *
  1832. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1833. */
  1834. protected function getDataCollector_RequestService()
  1835. {
  1836. 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())));
  1837. }
  1838. /**
  1839. * Gets the private 'debug.debug_handlers_listener' shared service.
  1840. *
  1841. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1842. */
  1843. protected function getDebug_DebugHandlersListenerService()
  1844. {
  1845. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1846. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1847. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1848. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1849. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1850. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1851. }
  1852. /**
  1853. * Gets the private 'debug.file_link_formatter' shared service.
  1854. *
  1855. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1856. */
  1857. protected function getDebug_FileLinkFormatterService()
  1858. {
  1859. 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 () {
  1860. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1861. });
  1862. }
  1863. /**
  1864. * Gets the private 'debug.log_processor' shared service.
  1865. *
  1866. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1867. */
  1868. protected function getDebug_LogProcessorService()
  1869. {
  1870. 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())));
  1871. }
  1872. /**
  1873. * Gets the private 'debug.security.access.decision_manager' shared service.
  1874. *
  1875. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1876. */
  1877. protected function getDebug_Security_Access_DecisionManagerService()
  1878. {
  1879. 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 () {
  1880. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1881. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1882. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1883. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1884. }
  1885. /**
  1886. * Gets the private 'debug.security.firewall' shared service.
  1887. *
  1888. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1889. */
  1890. protected function getDebug_Security_FirewallService()
  1891. {
  1892. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1893. if (isset($this->privates['debug.security.firewall'])) {
  1894. return $this->privates['debug.security.firewall'];
  1895. }
  1896. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1897. if (isset($this->privates['debug.security.firewall'])) {
  1898. return $this->privates['debug.security.firewall'];
  1899. }
  1900. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1901. }
  1902. /**
  1903. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1904. *
  1905. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1906. */
  1907. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1908. {
  1909. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1910. 'App\\EventSubscriber\\EntitySubscriber' => ['privates', 'App\\EventSubscriber\\EntitySubscriber', 'getEntitySubscriberService', true],
  1911. 'App\\EventSubscriber\\LessonSubscriber' => ['privates', 'App\\EventSubscriber\\LessonSubscriber', 'getLessonSubscriberService', true],
  1912. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1913. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1914. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1915. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1916. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  1917. ], [
  1918. 'App\\EventSubscriber\\EntitySubscriber' => '?',
  1919. 'App\\EventSubscriber\\LessonSubscriber' => '?',
  1920. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1921. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1922. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1923. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1924. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1925. ]), [0 => 'App\\EventSubscriber\\EntitySubscriber', 1 => 'App\\EventSubscriber\\LessonSubscriber', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 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']]);
  1926. }
  1927. /**
  1928. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1929. *
  1930. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1931. */
  1932. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1933. {
  1934. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  1935. }
  1936. /**
  1937. * Gets the private 'exception_listener' shared service.
  1938. *
  1939. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1940. */
  1941. protected function getExceptionListenerService()
  1942. {
  1943. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1944. }
  1945. /**
  1946. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1947. *
  1948. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1949. */
  1950. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1951. {
  1952. 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())));
  1953. }
  1954. /**
  1955. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1956. *
  1957. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1958. */
  1959. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1960. {
  1961. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1962. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1963. return $this->privates['framework_extra_bundle.event.is_granted'];
  1964. }
  1965. 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);
  1966. }
  1967. /**
  1968. * Gets the private 'locale_aware_listener' shared service.
  1969. *
  1970. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1971. */
  1972. protected function getLocaleAwareListenerService()
  1973. {
  1974. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1975. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('lt')));
  1976. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1977. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1978. }
  1979. /**
  1980. * Gets the private 'locale_listener' shared service.
  1981. *
  1982. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1983. */
  1984. protected function getLocaleListenerService()
  1985. {
  1986. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'lt', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1987. }
  1988. /**
  1989. * Gets the private 'mercure.hub.default.traceable' shared service.
  1990. *
  1991. * @return \Symfony\Component\Mercure\Debug\TraceableHub
  1992. */
  1993. protected function getMercure_Hub_Default_TraceableService()
  1994. {
  1995. $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256', NULL, '');
  1996. return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [0 => '*']), $a, $this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1997. }
  1998. /**
  1999. * Gets the private 'monolog.handler.console' shared service.
  2000. *
  2001. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2002. */
  2003. protected function getMonolog_Handler_ConsoleService()
  2004. {
  2005. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2006. }
  2007. /**
  2008. * Gets the private 'monolog.handler.main' shared service.
  2009. *
  2010. * @return \Monolog\Handler\StreamHandler
  2011. */
  2012. protected function getMonolog_Handler_MainService()
  2013. {
  2014. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2015. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2016. return $instance;
  2017. }
  2018. /**
  2019. * Gets the private 'monolog.logger' shared service.
  2020. *
  2021. * @return \Symfony\Bridge\Monolog\Logger
  2022. */
  2023. protected function getMonolog_LoggerService()
  2024. {
  2025. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2026. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2027. $instance->useMicrosecondTimestamps(true);
  2028. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2029. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2030. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2031. return $instance;
  2032. }
  2033. /**
  2034. * Gets the private 'monolog.logger.cache' shared service.
  2035. *
  2036. * @return \Symfony\Bridge\Monolog\Logger
  2037. */
  2038. protected function getMonolog_Logger_CacheService()
  2039. {
  2040. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2041. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2042. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2043. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2044. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2045. return $instance;
  2046. }
  2047. /**
  2048. * Gets the private 'monolog.logger.request' shared service.
  2049. *
  2050. * @return \Symfony\Bridge\Monolog\Logger
  2051. */
  2052. protected function getMonolog_Logger_RequestService()
  2053. {
  2054. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2055. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2056. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2057. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2058. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2059. return $instance;
  2060. }
  2061. /**
  2062. * Gets the private 'monolog.logger.security' shared service.
  2063. *
  2064. * @return \Symfony\Bridge\Monolog\Logger
  2065. */
  2066. protected function getMonolog_Logger_SecurityService()
  2067. {
  2068. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2069. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2070. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2071. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2072. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2073. return $instance;
  2074. }
  2075. /**
  2076. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2077. *
  2078. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2079. */
  2080. protected function getNelmioCors_CorsListenerService()
  2081. {
  2082. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2083. }
  2084. /**
  2085. * Gets the private 'parameter_bag' shared service.
  2086. *
  2087. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2088. */
  2089. protected function getParameterBagService()
  2090. {
  2091. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2092. }
  2093. /**
  2094. * Gets the private 'profiler_listener' shared service.
  2095. *
  2096. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2097. */
  2098. protected function getProfilerListenerService()
  2099. {
  2100. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2101. if (isset($this->privates['profiler_listener'])) {
  2102. return $this->privates['profiler_listener'];
  2103. }
  2104. 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);
  2105. }
  2106. /**
  2107. * Gets the private 'property_info' shared service.
  2108. *
  2109. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2110. */
  2111. protected function getPropertyInfoService()
  2112. {
  2113. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2114. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2115. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2116. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2117. }, 3), new RewindableGenerator(function () {
  2118. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2119. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2120. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2121. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2122. }, 4), new RewindableGenerator(function () {
  2123. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2124. }, 1), new RewindableGenerator(function () {
  2125. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2126. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2127. }, 2), new RewindableGenerator(function () {
  2128. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2129. }, 1));
  2130. }
  2131. /**
  2132. * Gets the private 'router.expression_language_provider' shared service.
  2133. *
  2134. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2135. */
  2136. protected function getRouter_ExpressionLanguageProviderService()
  2137. {
  2138. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2139. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2140. ], [
  2141. 'env' => 'Closure',
  2142. ]));
  2143. }
  2144. /**
  2145. * Gets the private 'router.request_context' shared service.
  2146. *
  2147. * @return \Symfony\Component\Routing\RequestContext
  2148. */
  2149. protected function getRouter_RequestContextService()
  2150. {
  2151. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  2152. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2153. return $instance;
  2154. }
  2155. /**
  2156. * Gets the private 'router_listener' shared service.
  2157. *
  2158. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2159. */
  2160. protected function getRouterListenerService()
  2161. {
  2162. 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);
  2163. }
  2164. /**
  2165. * Gets the private 'security.context_listener.0' shared service.
  2166. *
  2167. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2168. */
  2169. protected function getSecurity_ContextListener_0Service()
  2170. {
  2171. 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 () {
  2172. yield 0 => ($this->privates['security.user.provider.concrete.app_admin_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppAdminProviderService'));
  2173. yield 1 => ($this->privates['security.user.provider.concrete.app_teacher_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppTeacherProviderService'));
  2174. yield 2 => ($this->privates['security.user.provider.concrete.app_guardian_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppGuardianProviderService'));
  2175. yield 3 => ($this->privates['security.user.provider.concrete.app_child_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppChildProviderService'));
  2176. yield 4 => ($this->privates['security.user.provider.concrete.app_child_username_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppChildUsernameProviderService'));
  2177. yield 5 => ($this->privates['security.user.provider.concrete.all_users'] ?? $this->load('getSecurity_User_Provider_Concrete_AllUsersService'));
  2178. }, 6), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($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']);
  2179. }
  2180. /**
  2181. * Gets the private 'security.event_dispatcher.main' shared service.
  2182. *
  2183. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2184. */
  2185. protected function getSecurity_EventDispatcher_MainService()
  2186. {
  2187. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2188. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2189. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2190. }, 1 => 'checkPassport'], 2048);
  2191. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2192. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2193. }, 1 => 'onSuccessfulLogin'], 0);
  2194. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2195. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2196. }, 1 => 'onLogout'], 64);
  2197. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2198. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2199. }, 1 => 'onLogout'], 0);
  2200. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2201. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2202. }, 1 => 'preCheckCredentials'], 256);
  2203. $instance->addListener('security.authentication.success', [0 => function () {
  2204. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2205. }, 1 => 'postCheckCredentials'], 256);
  2206. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2207. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2208. }, 1 => 'checkPassport'], 1024);
  2209. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2210. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2211. }, 1 => 'checkPassport'], 0);
  2212. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2213. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2214. }, 1 => 'onLoginSuccess'], 0);
  2215. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2216. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2217. }, 1 => 'checkPassport'], 512);
  2218. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2219. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2220. }, 1 => 'onLogout'], 0);
  2221. return $instance;
  2222. }
  2223. /**
  2224. * Gets the private 'security.firewall.map' shared service.
  2225. *
  2226. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2227. */
  2228. protected function getSecurity_Firewall_MapService()
  2229. {
  2230. $a = ($this->privates['.service_locator.fPFDSMP'] ?? $this->get_ServiceLocator_FPFDSMPService());
  2231. if (isset($this->privates['security.firewall.map'])) {
  2232. return $this->privates['security.firewall.map'];
  2233. }
  2234. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2235. 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)/')));
  2236. yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2237. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2238. yield 'security.firewall.map.context.main' => NULL;
  2239. }, 4));
  2240. }
  2241. /**
  2242. * Gets the private 'security.helper' shared service.
  2243. *
  2244. * @return \Symfony\Component\Security\Core\Security
  2245. */
  2246. protected function getSecurity_HelperService()
  2247. {
  2248. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2249. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  2250. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  2251. ], [
  2252. 'security.authorization_checker' => '?',
  2253. 'security.token_storage' => '?',
  2254. ]));
  2255. }
  2256. /**
  2257. * Gets the private 'security.logout_url_generator' shared service.
  2258. *
  2259. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2260. */
  2261. protected function getSecurity_LogoutUrlGeneratorService()
  2262. {
  2263. $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()));
  2264. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  2265. return $instance;
  2266. }
  2267. /**
  2268. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2269. *
  2270. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2271. */
  2272. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2273. {
  2274. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2275. }
  2276. /**
  2277. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2278. *
  2279. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2280. */
  2281. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2282. {
  2283. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2284. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2285. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2286. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2287. }
  2288. /**
  2289. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2290. *
  2291. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2292. */
  2293. protected function getSensioFrameworkExtra_Security_ListenerService()
  2294. {
  2295. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2296. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2297. return $this->privates['sensio_framework_extra.security.listener'];
  2298. }
  2299. 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()));
  2300. }
  2301. /**
  2302. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2303. *
  2304. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2305. */
  2306. protected function getSensioFrameworkExtra_View_ListenerService()
  2307. {
  2308. $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))));
  2309. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2310. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2311. ], [
  2312. 'twig' => '?',
  2313. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2314. return $instance;
  2315. }
  2316. /**
  2317. * Gets the private 'session_listener' shared service.
  2318. *
  2319. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2320. */
  2321. protected function getSessionListenerService()
  2322. {
  2323. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2324. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2325. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2326. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2327. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2328. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2329. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2330. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  2331. ], [
  2332. 'initialized_session' => '?',
  2333. 'logger' => '?',
  2334. 'request_stack' => '?',
  2335. 'session' => '?',
  2336. 'session_collector' => '?',
  2337. 'session_factory' => '?',
  2338. 'session_storage' => '?',
  2339. ]), true, $this->parameters['session.storage.options']);
  2340. }
  2341. /**
  2342. * Gets the private 'translator.default' shared service.
  2343. *
  2344. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2345. */
  2346. protected function getTranslator_DefaultService()
  2347. {
  2348. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2349. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2350. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2351. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2352. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2353. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2354. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2355. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2356. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2357. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2358. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2359. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2360. ], [
  2361. 'translation.loader.csv' => '?',
  2362. 'translation.loader.dat' => '?',
  2363. 'translation.loader.ini' => '?',
  2364. 'translation.loader.json' => '?',
  2365. 'translation.loader.mo' => '?',
  2366. 'translation.loader.php' => '?',
  2367. 'translation.loader.po' => '?',
  2368. 'translation.loader.qt' => '?',
  2369. 'translation.loader.res' => '?',
  2370. 'translation.loader.xliff' => '?',
  2371. 'translation.loader.yml' => '?',
  2372. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'lt', ['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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], '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')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml')], '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')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml')], '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')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], '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).'/translations/messages.lt.yaml'), 4 => (\dirname(__DIR__, 4).'/translations/security.lt.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/validators.lt.xlf')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml')], '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')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml')], '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')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')]], '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/symfonycasts/reset-password-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/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/symfonycasts/reset-password-bundle/src/Resources/translations', 4 => 'vendor/hwi/oauth-bundle/src/Resources/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/symfony/web-profiler-bundle/translations', 10 => 'vendor/symfony/monolog-bundle/translations', 11 => 'vendor/symfony/debug-bundle/translations', 12 => 'vendor/symfony/maker-bundle/src/translations', 13 => 'vendor/doctrine/doctrine-bundle/translations', 14 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 15 => 'vendor/symfony/security-bundle/translations', 16 => 'vendor/twig/extra-bundle/translations', 17 => 'vendor/symfony/webpack-encore-bundle/src/translations', 18 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 19 => 'vendor/symfony/mercure-bundle/src/translations', 20 => 'vendor/lexik/jwt-authentication-bundle/translations', 21 => 'vendor/nelmio/cors-bundle/translations']]], []);
  2373. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2374. $instance->setFallbackLocales([0 => 'lt']);
  2375. return $instance;
  2376. }
  2377. /**
  2378. * Gets the private 'validator.builder' shared service.
  2379. *
  2380. * @return \Symfony\Component\Validator\ValidatorBuilder
  2381. */
  2382. protected function getValidator_BuilderService()
  2383. {
  2384. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2385. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2386. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2387. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2388. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2389. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2390. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2391. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2392. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2393. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2394. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2395. ], [
  2396. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2397. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2398. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2399. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2400. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2401. 'doctrine.orm.validator.unique' => '?',
  2402. 'security.validator.user_password' => '?',
  2403. 'validator.expression' => '?',
  2404. ])));
  2405. if ($this->has('translator')) {
  2406. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2407. }
  2408. $instance->setTranslationDomain('validators');
  2409. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2410. $instance->enableAnnotationMapping(true);
  2411. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2412. $instance->addMethodMapping('loadValidatorMetadata');
  2413. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2414. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2415. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2416. return $instance;
  2417. }
  2418. /**
  2419. * Gets the private 'var_dumper.html_dumper' shared service.
  2420. *
  2421. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2422. */
  2423. protected function getVarDumper_HtmlDumperService()
  2424. {
  2425. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2426. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2427. return $instance;
  2428. }
  2429. /**
  2430. * Gets the private 'var_dumper.server_connection' shared service.
  2431. *
  2432. * @return \Symfony\Component\VarDumper\Server\Connection
  2433. */
  2434. protected function getVarDumper_ServerConnectionService()
  2435. {
  2436. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2437. }
  2438. /**
  2439. * Gets the private 'web_profiler.csp.handler' shared service.
  2440. *
  2441. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2442. */
  2443. protected function getWebProfiler_Csp_HandlerService()
  2444. {
  2445. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2446. }
  2447. /**
  2448. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2449. *
  2450. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2451. */
  2452. protected function getWebProfiler_DebugToolbarService()
  2453. {
  2454. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2455. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2456. return $this->privates['web_profiler.debug_toolbar'];
  2457. }
  2458. 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()));
  2459. }
  2460. /**
  2461. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2462. *
  2463. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2464. */
  2465. protected function getWebpackEncore_EntrypointLookupCollectionService()
  2466. {
  2467. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2468. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  2469. ], [
  2470. '_default' => '?',
  2471. ]), '_default');
  2472. }
  2473. /**
  2474. * Gets the public 'cache_clearer' alias.
  2475. *
  2476. * @return object The ".container.private.cache_clearer" service.
  2477. */
  2478. protected function getCacheClearerService()
  2479. {
  2480. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2481. return $this->get('.container.private.cache_clearer');
  2482. }
  2483. /**
  2484. * Gets the public 'filesystem' alias.
  2485. *
  2486. * @return object The ".container.private.filesystem" service.
  2487. */
  2488. protected function getFilesystemService()
  2489. {
  2490. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2491. return $this->get('.container.private.filesystem');
  2492. }
  2493. /**
  2494. * Gets the public 'serializer' alias.
  2495. *
  2496. * @return object The ".container.private.serializer" service.
  2497. */
  2498. protected function getSerializerService()
  2499. {
  2500. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2501. return $this->get('.container.private.serializer');
  2502. }
  2503. /**
  2504. * Gets the public 'security.csrf.token_manager' alias.
  2505. *
  2506. * @return object The ".container.private.security.csrf.token_manager" service.
  2507. */
  2508. protected function getSecurity_Csrf_TokenManagerService()
  2509. {
  2510. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2511. return $this->get('.container.private.security.csrf.token_manager');
  2512. }
  2513. /**
  2514. * Gets the public 'form.factory' alias.
  2515. *
  2516. * @return object The ".container.private.form.factory" service.
  2517. */
  2518. protected function getForm_FactoryService()
  2519. {
  2520. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2521. return $this->get('.container.private.form.factory');
  2522. }
  2523. /**
  2524. * Gets the public 'form.type.file' alias.
  2525. *
  2526. * @return object The ".container.private.form.type.file" service.
  2527. */
  2528. protected function getForm_Type_FileService()
  2529. {
  2530. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2531. return $this->get('.container.private.form.type.file');
  2532. }
  2533. /**
  2534. * Gets the public 'profiler' alias.
  2535. *
  2536. * @return object The ".container.private.profiler" service.
  2537. */
  2538. protected function getProfilerService()
  2539. {
  2540. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2541. return $this->get('.container.private.profiler');
  2542. }
  2543. /**
  2544. * Gets the public 'twig' alias.
  2545. *
  2546. * @return object The ".container.private.twig" service.
  2547. */
  2548. protected function getTwigService()
  2549. {
  2550. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2551. return $this->get('.container.private.twig');
  2552. }
  2553. /**
  2554. * Gets the public 'security.authorization_checker' alias.
  2555. *
  2556. * @return object The ".container.private.security.authorization_checker" service.
  2557. */
  2558. protected function getSecurity_AuthorizationCheckerService()
  2559. {
  2560. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2561. return $this->get('.container.private.security.authorization_checker');
  2562. }
  2563. /**
  2564. * Gets the public 'security.token_storage' alias.
  2565. *
  2566. * @return object The ".container.private.security.token_storage" service.
  2567. */
  2568. protected function getSecurity_TokenStorageService()
  2569. {
  2570. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2571. return $this->get('.container.private.security.token_storage');
  2572. }
  2573. /**
  2574. * Gets the public 'security.password_encoder' alias.
  2575. *
  2576. * @return object The ".container.private.security.password_encoder" service.
  2577. */
  2578. protected function getSecurity_PasswordEncoderService()
  2579. {
  2580. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2581. return $this->get('.container.private.security.password_encoder');
  2582. }
  2583. /**
  2584. * Gets the public 'session' alias.
  2585. *
  2586. * @return object The ".container.private.session" service.
  2587. */
  2588. protected function getSessionService()
  2589. {
  2590. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2591. return $this->get('.container.private.session');
  2592. }
  2593. /**
  2594. * Gets the public 'validator' alias.
  2595. *
  2596. * @return object The ".container.private.validator" service.
  2597. */
  2598. protected function getValidatorService()
  2599. {
  2600. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2601. return $this->get('.container.private.validator');
  2602. }
  2603. /**
  2604. * @return array|bool|float|int|string|\UnitEnum|null
  2605. */
  2606. public function getParameter(string $name)
  2607. {
  2608. if (isset($this->buildParameters[$name])) {
  2609. return $this->buildParameters[$name];
  2610. }
  2611. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2612. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2613. }
  2614. if (isset($this->loadedDynamicParameters[$name])) {
  2615. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2616. }
  2617. return $this->parameters[$name];
  2618. }
  2619. public function hasParameter(string $name): bool
  2620. {
  2621. if (isset($this->buildParameters[$name])) {
  2622. return true;
  2623. }
  2624. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2625. }
  2626. public function setParameter(string $name, $value): void
  2627. {
  2628. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2629. }
  2630. public function getParameterBag(): ParameterBagInterface
  2631. {
  2632. if (null === $this->parameterBag) {
  2633. $parameters = $this->parameters;
  2634. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2635. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2636. }
  2637. foreach ($this->buildParameters as $name => $value) {
  2638. $parameters[$name] = $value;
  2639. }
  2640. $this->parameterBag = new FrozenParameterBag($parameters);
  2641. }
  2642. return $this->parameterBag;
  2643. }
  2644. private $loadedDynamicParameters = [
  2645. 'kernel.runtime_environment' => false,
  2646. 'kernel.build_dir' => false,
  2647. 'kernel.cache_dir' => false,
  2648. 'MONTONIO_MODE' => false,
  2649. 'MONTONIO_LIVE_ACCESS_KEY' => false,
  2650. 'MONTONIO_LIVE_SECRET_KEY' => false,
  2651. 'MONTONIO_SANDBOX_ACCESS_KEY' => false,
  2652. 'MONTONIO_SANDBOX_SECRET_KEY' => false,
  2653. 'kernel.secret' => false,
  2654. 'debug.container.dump' => false,
  2655. 'serializer.mapping.cache.file' => false,
  2656. 'validator.mapping.cache.file' => false,
  2657. 'profiler.storage.dsn' => false,
  2658. 'doctrine.orm.proxy_dir' => false,
  2659. 'knp_snappy.pdf.binary' => false,
  2660. 'knp_snappy.image.binary' => false,
  2661. 'mercure.hubs' => false,
  2662. 'mercure.default_hub' => false,
  2663. 'lexik_jwt_authentication.pass_phrase' => false,
  2664. 'nelmio_cors.defaults' => false,
  2665. ];
  2666. private $dynamicParameters = [];
  2667. private function getDynamicParameter(string $name)
  2668. {
  2669. switch ($name) {
  2670. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2671. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2672. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2673. case 'MONTONIO_MODE': $value = $this->getEnv('MONTONIO_MODE'); break;
  2674. case 'MONTONIO_LIVE_ACCESS_KEY': $value = $this->getEnv('MONTONIO_LIVE_ACCESS_KEY'); break;
  2675. case 'MONTONIO_LIVE_SECRET_KEY': $value = $this->getEnv('MONTONIO_LIVE_SECRET_KEY'); break;
  2676. case 'MONTONIO_SANDBOX_ACCESS_KEY': $value = $this->getEnv('MONTONIO_SANDBOX_ACCESS_KEY'); break;
  2677. case 'MONTONIO_SANDBOX_SECRET_KEY': $value = $this->getEnv('MONTONIO_SANDBOX_SECRET_KEY'); break;
  2678. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2679. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2680. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2681. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2682. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2683. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2684. case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
  2685. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  2686. case 'mercure.hubs': $value = [
  2687. 'default' => $this->getEnv('MERCURE_URL'),
  2688. ]; break;
  2689. case 'mercure.default_hub': $value = $this->getEnv('MERCURE_URL'); break;
  2690. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  2691. case 'nelmio_cors.defaults': $value = [
  2692. 'allow_origin' => [
  2693. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2694. ],
  2695. 'allow_credentials' => false,
  2696. 'allow_headers' => [
  2697. 0 => 'content-type',
  2698. 1 => 'authorization',
  2699. ],
  2700. 'allow_private_network' => false,
  2701. 'expose_headers' => [
  2702. 0 => 'Link',
  2703. ],
  2704. 'allow_methods' => [
  2705. 0 => 'GET',
  2706. 1 => 'OPTIONS',
  2707. 2 => 'POST',
  2708. 3 => 'PUT',
  2709. 4 => 'PATCH',
  2710. 5 => 'DELETE',
  2711. ],
  2712. 'max_age' => 3600,
  2713. 'hosts' => [
  2714. ],
  2715. 'origin_regex' => true,
  2716. 'forced_allow_origin_value' => NULL,
  2717. 'skip_same_as_origin' => true,
  2718. ]; break;
  2719. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2720. }
  2721. $this->loadedDynamicParameters[$name] = true;
  2722. return $this->dynamicParameters[$name] = $value;
  2723. }
  2724. protected function getDefaultParameters(): array
  2725. {
  2726. return [
  2727. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2728. 'kernel.environment' => 'dev',
  2729. 'kernel.debug' => true,
  2730. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2731. 'kernel.bundles' => [
  2732. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2733. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2734. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2735. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2736. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2737. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2738. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2739. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2740. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2741. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2742. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2743. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2744. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2745. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2746. 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  2747. 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  2748. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2749. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2750. ],
  2751. 'kernel.bundles_metadata' => [
  2752. 'FrameworkBundle' => [
  2753. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2754. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2755. ],
  2756. 'SensioFrameworkExtraBundle' => [
  2757. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2758. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2759. ],
  2760. 'TwigBundle' => [
  2761. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2762. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2763. ],
  2764. 'WebProfilerBundle' => [
  2765. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2766. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2767. ],
  2768. 'MonologBundle' => [
  2769. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2770. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2771. ],
  2772. 'DebugBundle' => [
  2773. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2774. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2775. ],
  2776. 'MakerBundle' => [
  2777. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2778. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2779. ],
  2780. 'DoctrineBundle' => [
  2781. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2782. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2783. ],
  2784. 'DoctrineMigrationsBundle' => [
  2785. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2786. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2787. ],
  2788. 'SecurityBundle' => [
  2789. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2790. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2791. ],
  2792. 'TwigExtraBundle' => [
  2793. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2794. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2795. ],
  2796. 'WebpackEncoreBundle' => [
  2797. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2798. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2799. ],
  2800. 'KnpSnappyBundle' => [
  2801. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2802. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2803. ],
  2804. 'SymfonyCastsResetPasswordBundle' => [
  2805. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2806. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2807. ],
  2808. 'MercureBundle' => [
  2809. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src'),
  2810. 'namespace' => 'Symfony\\Bundle\\MercureBundle',
  2811. ],
  2812. 'HWIOAuthBundle' => [
  2813. 'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src'),
  2814. 'namespace' => 'HWI\\Bundle\\OAuthBundle',
  2815. ],
  2816. 'LexikJWTAuthenticationBundle' => [
  2817. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  2818. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2819. ],
  2820. 'NelmioCorsBundle' => [
  2821. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  2822. 'namespace' => 'Nelmio\\CorsBundle',
  2823. ],
  2824. ],
  2825. 'kernel.charset' => 'UTF-8',
  2826. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2827. 'domain' => 'https://app.corepetitus.lt',
  2828. 'event_dispatcher.event_aliases' => [
  2829. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2830. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2831. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2832. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2833. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2834. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2835. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2836. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2837. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2838. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2839. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2840. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2841. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2842. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2843. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2844. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2845. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2846. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2847. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2848. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2849. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2850. ],
  2851. 'fragment.renderer.hinclude.global_template' => NULL,
  2852. 'fragment.path' => '/_fragment',
  2853. 'kernel.http_method_override' => true,
  2854. 'kernel.trusted_hosts' => [
  2855. ],
  2856. 'kernel.default_locale' => 'lt',
  2857. 'kernel.enabled_locales' => [
  2858. ],
  2859. 'kernel.error_controller' => 'error_controller',
  2860. 'debug.file_link_format' => NULL,
  2861. 'asset.request_context.base_path' => NULL,
  2862. 'asset.request_context.secure' => NULL,
  2863. 'translator.logging' => false,
  2864. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2865. 'debug.error_handler.throw_at' => -1,
  2866. 'router.request_context.host' => 'localhost',
  2867. 'router.request_context.scheme' => 'http',
  2868. 'router.request_context.base_url' => '',
  2869. 'router.resource' => 'kernel::loadRoutes',
  2870. 'request_listener.http_port' => 80,
  2871. 'request_listener.https_port' => 443,
  2872. 'session.metadata.storage_key' => '_sf2_meta',
  2873. 'session.storage.options' => [
  2874. 'cache_limiter' => '0',
  2875. 'cookie_lifetime' => 31536000,
  2876. 'cookie_secure' => 'auto',
  2877. 'cookie_httponly' => true,
  2878. 'cookie_samesite' => 'lax',
  2879. 'gc_maxlifetime' => 31536000,
  2880. 'gc_probability' => 0,
  2881. ],
  2882. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  2883. 'session.metadata.update_threshold' => 0,
  2884. 'form.type_extension.csrf.enabled' => true,
  2885. 'form.type_extension.csrf.field_name' => '_token',
  2886. 'validator.translation_domain' => 'validators',
  2887. 'profiler_listener.only_exceptions' => false,
  2888. 'profiler_listener.only_main_requests' => false,
  2889. 'twig.form.resources' => [
  2890. 0 => 'form_div_layout.html.twig',
  2891. 1 => 'bundles/TwigBundle/bootstrap_4_override_layout.html.twig',
  2892. ],
  2893. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2894. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2895. 'web_profiler.debug_toolbar.mode' => 2,
  2896. 'monolog.use_microseconds' => true,
  2897. 'monolog.swift_mailer.handlers' => [
  2898. ],
  2899. 'monolog.handlers_to_channels' => [
  2900. 'monolog.handler.console' => [
  2901. 'type' => 'exclusive',
  2902. 'elements' => [
  2903. 0 => 'event',
  2904. 1 => 'doctrine',
  2905. 2 => 'console',
  2906. ],
  2907. ],
  2908. 'monolog.handler.main' => [
  2909. 'type' => 'exclusive',
  2910. 'elements' => [
  2911. 0 => 'event',
  2912. ],
  2913. ],
  2914. ],
  2915. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2916. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2917. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2918. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2919. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2920. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2921. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2922. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2923. 'doctrine.entity_managers' => [
  2924. 'default' => 'doctrine.orm.default_entity_manager',
  2925. ],
  2926. 'doctrine.default_entity_manager' => 'default',
  2927. 'doctrine.dbal.connection_factory.types' => [
  2928. ],
  2929. 'doctrine.connections' => [
  2930. 'default' => 'doctrine.dbal.default_connection',
  2931. ],
  2932. 'doctrine.default_connection' => 'default',
  2933. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2934. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2935. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2936. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2937. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2938. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2939. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2940. 'doctrine.orm.cache.memcache_port' => 11211,
  2941. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2942. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2943. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2944. 'doctrine.orm.cache.memcached_port' => 11211,
  2945. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2946. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2947. 'doctrine.orm.cache.redis_host' => 'localhost',
  2948. 'doctrine.orm.cache.redis_port' => 6379,
  2949. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2950. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2951. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2952. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2953. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2954. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2955. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2956. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2957. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2958. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2959. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2960. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2961. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2962. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2963. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2964. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2965. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2966. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2967. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2968. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2969. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2970. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2971. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2972. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2973. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2974. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2975. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2976. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2977. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2978. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2979. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2980. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2981. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2982. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2983. 'doctrine.migrations.preferred_em' => NULL,
  2984. 'doctrine.migrations.preferred_connection' => NULL,
  2985. 'security.role_hierarchy.roles' => [
  2986. ],
  2987. 'security.access.denied_url' => NULL,
  2988. 'security.authentication.manager.erase_credentials' => true,
  2989. 'security.authentication.session_strategy.strategy' => 'migrate',
  2990. 'security.access.always_authenticate_before_granting' => false,
  2991. 'security.authentication.hide_user_not_found' => true,
  2992. 'security.firewalls' => [
  2993. 0 => 'dev',
  2994. 1 => 'login',
  2995. 2 => 'api',
  2996. 3 => 'main',
  2997. ],
  2998. 'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  2999. 'hwi_oauth.resource_ownermap.configured.main' => [
  3000. 'facebook' => '/login/check-facebook',
  3001. 'google' => '/login/check-google',
  3002. ],
  3003. 'knp_snappy.pdf.options' => [
  3004. ],
  3005. 'knp_snappy.pdf.env' => [
  3006. ],
  3007. 'knp_snappy.image.options' => [
  3008. ],
  3009. 'knp_snappy.image.env' => [
  3010. ],
  3011. 'hwi_oauth.target_path_parameter' => NULL,
  3012. 'hwi_oauth.target_path_domains_whitelist' => [
  3013. ],
  3014. 'hwi_oauth.use_referer' => false,
  3015. 'hwi_oauth.failed_use_referer' => false,
  3016. 'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  3017. 'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  3018. 'hwi_oauth.resource_owners' => [
  3019. 'facebook' => 'facebook',
  3020. 'google' => 'google',
  3021. ],
  3022. 'hwi_oauth.connect' => false,
  3023. 'hwi_oauth.connect.confirmation' => false,
  3024. 'hwi_oauth.connect.registration_form' => NULL,
  3025. 'lexik_jwt_authentication.token_ttl' => 3600000,
  3026. 'lexik_jwt_authentication.clock_skew' => 0,
  3027. 'lexik_jwt_authentication.user_identity_field' => 'username',
  3028. 'lexik_jwt_authentication.allow_no_expiration' => false,
  3029. 'lexik_jwt_authentication.user_id_claim' => 'username',
  3030. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3031. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3032. 'nelmio_cors.map' => [
  3033. '^/api/' => [
  3034. 'allow_origin' => true,
  3035. 'allow_headers' => true,
  3036. 'allow_methods' => [
  3037. 0 => 'POST',
  3038. 1 => 'PUT',
  3039. 2 => 'GET',
  3040. 3 => 'DELETE',
  3041. ],
  3042. 'max_age' => 3600,
  3043. ],
  3044. ],
  3045. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3046. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3047. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3048. 'maker.compatible_check.doctrine.supports_attributes' => true,
  3049. 'data_collector.templates' => [
  3050. 'data_collector.request' => [
  3051. 0 => 'request',
  3052. 1 => '@WebProfiler/Collector/request.html.twig',
  3053. ],
  3054. 'data_collector.time' => [
  3055. 0 => 'time',
  3056. 1 => '@WebProfiler/Collector/time.html.twig',
  3057. ],
  3058. 'data_collector.memory' => [
  3059. 0 => 'memory',
  3060. 1 => '@WebProfiler/Collector/memory.html.twig',
  3061. ],
  3062. 'data_collector.validator' => [
  3063. 0 => 'validator',
  3064. 1 => '@WebProfiler/Collector/validator.html.twig',
  3065. ],
  3066. 'data_collector.ajax' => [
  3067. 0 => 'ajax',
  3068. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3069. ],
  3070. 'data_collector.form' => [
  3071. 0 => 'form',
  3072. 1 => '@WebProfiler/Collector/form.html.twig',
  3073. ],
  3074. 'data_collector.exception' => [
  3075. 0 => 'exception',
  3076. 1 => '@WebProfiler/Collector/exception.html.twig',
  3077. ],
  3078. 'data_collector.logger' => [
  3079. 0 => 'logger',
  3080. 1 => '@WebProfiler/Collector/logger.html.twig',
  3081. ],
  3082. 'data_collector.events' => [
  3083. 0 => 'events',
  3084. 1 => '@WebProfiler/Collector/events.html.twig',
  3085. ],
  3086. 'data_collector.router' => [
  3087. 0 => 'router',
  3088. 1 => '@WebProfiler/Collector/router.html.twig',
  3089. ],
  3090. 'data_collector.cache' => [
  3091. 0 => 'cache',
  3092. 1 => '@WebProfiler/Collector/cache.html.twig',
  3093. ],
  3094. 'data_collector.translation' => [
  3095. 0 => 'translation',
  3096. 1 => '@WebProfiler/Collector/translation.html.twig',
  3097. ],
  3098. 'data_collector.security' => [
  3099. 0 => 'security',
  3100. 1 => '@Security/Collector/security.html.twig',
  3101. ],
  3102. 'data_collector.twig' => [
  3103. 0 => 'twig',
  3104. 1 => '@WebProfiler/Collector/twig.html.twig',
  3105. ],
  3106. 'data_collector.http_client' => [
  3107. 0 => 'http_client',
  3108. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3109. ],
  3110. 'data_collector.doctrine' => [
  3111. 0 => 'db',
  3112. 1 => '@Doctrine/Collector/db.html.twig',
  3113. ],
  3114. 'data_collector.dump' => [
  3115. 0 => 'dump',
  3116. 1 => '@Debug/Profiler/dump.html.twig',
  3117. ],
  3118. 'data_collector.messenger' => [
  3119. 0 => 'messenger',
  3120. 1 => '@WebProfiler/Collector/messenger.html.twig',
  3121. ],
  3122. 'mailer.data_collector' => [
  3123. 0 => 'mailer',
  3124. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3125. ],
  3126. 'notifier.data_collector' => [
  3127. 0 => 'notifier',
  3128. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3129. ],
  3130. 'data_collector.mercure' => [
  3131. 0 => 'mercure',
  3132. 1 => '@Mercure/Collector/mercure.html.twig',
  3133. ],
  3134. 'data_collector.config' => [
  3135. 0 => 'config',
  3136. 1 => '@WebProfiler/Collector/config.html.twig',
  3137. ],
  3138. ],
  3139. 'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  3140. 'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  3141. 'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  3142. 'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  3143. 'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  3144. 'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  3145. 'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  3146. 'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  3147. 'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  3148. 'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  3149. 'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  3150. 'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  3151. 'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  3152. 'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  3153. 'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  3154. 'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  3155. 'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  3156. 'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  3157. 'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  3158. 'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  3159. 'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  3160. 'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  3161. 'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  3162. 'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  3163. 'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  3164. 'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  3165. 'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  3166. 'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  3167. 'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  3168. 'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  3169. 'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  3170. 'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  3171. 'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  3172. 'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  3173. 'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  3174. 'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  3175. 'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  3176. 'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  3177. 'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  3178. 'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  3179. 'hwi_oauth.resource_owner.telegram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TelegramResourceOwner',
  3180. 'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  3181. 'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  3182. 'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  3183. 'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  3184. 'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  3185. 'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  3186. 'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  3187. 'hwi_oauth.resource_owner.amazon_cognito.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonCognitoResourceOwner',
  3188. 'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  3189. 'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  3190. 'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  3191. 'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  3192. 'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  3193. 'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  3194. 'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  3195. 'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  3196. 'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  3197. 'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  3198. 'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  3199. 'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  3200. 'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  3201. 'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  3202. 'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  3203. 'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  3204. 'hwi_oauth.resource_owner.linkedin_openid.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinOpenIdResourceOwner',
  3205. 'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  3206. 'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  3207. 'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  3208. 'console.command.ids' => [
  3209. ],
  3210. ];
  3211. }
  3212. protected function throw($message)
  3213. {
  3214. throw new RuntimeException($message);
  3215. }
  3216. }