var/cache/dev/Container333Hpw6/App_KernelDevDebugContainer.php line 778

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