var/cache/dev/ContainerAuatnfE/App_KernelDevDebugContainer.php line 2242

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