var/cache/dev/ContainerBIS8ue9/App_KernelDevDebugContainer.php line 599

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