var/cache/dev/ContainerZ5uU1yU/App_KernelDevDebugContainer.php line 516

Open in your IDE?
  1. <?php
  2. namespace ContainerZ5uU1yU;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38. '.container.private.session' => 'get_Container_Private_SessionService',
  39. '.container.private.twig' => 'get_Container_Private_TwigService',
  40. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41. 'cache.app' => 'getCache_AppService',
  42. 'cache.system' => 'getCache_SystemService',
  43. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44. 'doctrine' => 'getDoctrineService',
  45. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47. 'event_dispatcher' => 'getEventDispatcherService',
  48. 'http_kernel' => 'getHttpKernelService',
  49. 'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  50. 'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  51. 'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  52. 'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  53. 'request_stack' => 'getRequestStackService',
  54. 'router' => 'getRouterService',
  55. 'translator' => 'getTranslatorService',
  56. 'cache_clearer' => 'getCacheClearerService',
  57. 'filesystem' => 'getFilesystemService',
  58. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  59. 'form.factory' => 'getForm_FactoryService',
  60. 'form.type.file' => 'getForm_Type_FileService',
  61. 'profiler' => 'getProfilerService',
  62. 'twig' => 'getTwigService',
  63. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  64. 'security.token_storage' => 'getSecurity_TokenStorageService',
  65. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  66. 'session' => 'getSessionService',
  67. 'validator' => 'getValidatorService',
  68. ];
  69. $this->fileMap = [
  70. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  71. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74. 'App\\Controller\\AboutController' => 'getAboutControllerService',
  75. 'App\\Controller\\AbscenceController' => 'getAbscenceControllerService',
  76. 'App\\Controller\\AbscenceSheetController' => 'getAbscenceSheetControllerService',
  77. 'App\\Controller\\AccountController' => 'getAccountControllerService',
  78. 'App\\Controller\\AnnouncementController' => 'getAnnouncementControllerService',
  79. 'App\\Controller\\AttributionController' => 'getAttributionControllerService',
  80. 'App\\Controller\\ClassRoomController' => 'getClassRoomControllerService',
  81. 'App\\Controller\\ContactController' => 'getContactControllerService',
  82. 'App\\Controller\\CourseController' => 'getCourseControllerService',
  83. 'App\\Controller\\CycleController' => 'getCycleControllerService',
  84. 'App\\Controller\\DomainController' => 'getDomainControllerService',
  85. 'App\\Controller\\EvaluationController' => 'getEvaluationControllerService',
  86. 'App\\Controller\\LevelController' => 'getLevelControllerService',
  87. 'App\\Controller\\ModuleController' => 'getModuleControllerService',
  88. 'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  89. 'App\\Controller\\PaymentPlanController' => 'getPaymentPlanControllerService',
  90. 'App\\Controller\\ProgramController' => 'getProgramControllerService',
  91. 'App\\Controller\\QuaterController' => 'getQuaterControllerService',
  92. 'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  93. 'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  94. 'App\\Controller\\SchoolController' => 'getSchoolControllerService',
  95. 'App\\Controller\\SchoolYearController' => 'getSchoolYearControllerService',
  96. 'App\\Controller\\SectionController' => 'getSectionControllerService',
  97. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  98. 'App\\Controller\\SequenceController' => 'getSequenceControllerService',
  99. 'App\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  100. 'App\\Controller\\StudentController' => 'getStudentControllerService',
  101. 'App\\Controller\\SubscriptionController' => 'getSubscriptionControllerService',
  102. 'App\\Controller\\UserController' => 'getUserControllerService',
  103. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  104. 'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  105. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  106. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  107. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  108. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  109. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  110. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  111. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  112. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  113. 'Vich\\UploaderBundle\\Naming\\PropertyNamer.student_image' => 'getPropertyNamer_StudentImageService',
  114. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  115. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  116. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  117. 'cache.app_clearer' => 'getCache_AppClearerService',
  118. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  119. 'cache.system_clearer' => 'getCache_SystemClearerService',
  120. 'cache_warmer' => 'getCacheWarmerService',
  121. 'console.command_loader' => 'getConsole_CommandLoaderService',
  122. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  123. 'error_controller' => 'getErrorControllerService',
  124. 'knp_paginator' => 'getKnpPaginatorService',
  125. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  126. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  127. 'lexik_form_filter.filter_prepare' => 'getLexikFormFilter_FilterPrepareService',
  128. 'lexik_form_filter.query_builder_updater' => 'getLexikFormFilter_QueryBuilderUpdaterService',
  129. 'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  130. 'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  131. 'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  132. 'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  133. 'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  134. 'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  135. 'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  136. 'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  137. 'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  138. 'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  139. 'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  140. 'routing.loader' => 'getRouting_LoaderService',
  141. 'services_resetter' => 'getServicesResetterService',
  142. 'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  143. 'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  144. 'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  145. 'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  146. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  147. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  148. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  149. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  150. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  151. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  152. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  153. ];
  154. $this->aliases = [
  155. 'App\\Kernel' => 'kernel',
  156. 'database_connection' => 'doctrine.dbal.default_connection',
  157. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  158. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  159. 'mailer' => 'swiftmailer.mailer.default',
  160. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  161. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  162. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  163. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  164. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  165. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  166. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  167. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  168. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  169. ];
  170. $this->privates['service_container'] = function () {
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  177. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  178. include_once \dirname(__DIR__, 4).'/src/Service/SchoolYearService.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  185. include_once \dirname(__DIR__, 4).'/src/Repository/ClassRoomRepository.php';
  186. include_once \dirname(__DIR__, 4).'/src/Repository/SchoolYearRepository.php';
  187. include_once \dirname(__DIR__, 4).'/src/Repository/SubscriptionRepository.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  189. include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  503. include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
  504. include_once \dirname(__DIR__, 4).'/src/Twig/KeysExtension.php';
  505. include_once \dirname(__DIR__, 4).'/src/Twig/StatExtension.php';
  506. include_once \dirname(__DIR__, 4).'/src/Service/StatistiquesService.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs/src/Twig/ChartExtension.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  537. };
  538. }
  539. public function compile(): void
  540. {
  541. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  542. }
  543. public function isCompiled(): bool
  544. {
  545. return true;
  546. }
  547. public function getRemovedIds(): array
  548. {
  549. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  550. }
  551. protected function load($file, $lazyLoad = true)
  552. {
  553. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  554. return $class::do($this, $lazyLoad);
  555. }
  556. if ('.' === $file[-4]) {
  557. $class = substr($class, 0, -4);
  558. } else {
  559. $file .= '.php';
  560. }
  561. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  562. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  563. }
  564. protected function createProxy($class, \Closure $factory)
  565. {
  566. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  567. return $factory();
  568. }
  569. /**
  570. * Gets the public '.container.private.filesystem' shared service.
  571. *
  572. * @return \Symfony\Component\Filesystem\Filesystem
  573. */
  574. protected function get_Container_Private_FilesystemService()
  575. {
  576. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  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.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  601. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  602. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  603. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  604. $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  605. if ($this->has('kernel')) {
  606. $e->setKernel($b);
  607. }
  608. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  609. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  610. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  611. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  612. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  613. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  614. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  615. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  616. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  617. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  618. $instance->add($d);
  619. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  620. $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->getSecurity_RoleHierarchyService()), ($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()), false));
  621. $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())));
  622. $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([])))));
  623. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  624. $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  625. $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()))));
  626. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  627. $instance->add($e);
  628. return $instance;
  629. }
  630. /**
  631. * Gets the public '.container.private.security.authorization_checker' shared service.
  632. *
  633. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  634. */
  635. protected function get_Container_Private_Security_AuthorizationCheckerService()
  636. {
  637. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  638. if (isset($this->services['.container.private.security.authorization_checker'])) {
  639. return $this->services['.container.private.security.authorization_checker'];
  640. }
  641. 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);
  642. }
  643. /**
  644. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  645. *
  646. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  647. */
  648. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  649. {
  650. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  651. }
  652. /**
  653. * Gets the public '.container.private.security.token_storage' shared service.
  654. *
  655. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  656. */
  657. protected function get_Container_Private_Security_TokenStorageService()
  658. {
  659. 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, [
  660. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  661. ], [
  662. 'request_stack' => '?',
  663. ]));
  664. }
  665. /**
  666. * Gets the public '.container.private.session' shared service.
  667. *
  668. * @return \Symfony\Component\HttpFoundation\Session\Session
  669. */
  670. protected function get_Container_Private_SessionService()
  671. {
  672. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  673. if (isset($this->services['.container.private.session'])) {
  674. return $this->services['.container.private.session'];
  675. }
  676. return $this->services['.container.private.session'] = $a->createSession();
  677. }
  678. /**
  679. * Gets the public '.container.private.twig' shared service.
  680. *
  681. * @return \Twig\Environment
  682. */
  683. protected function get_Container_Private_TwigService()
  684. {
  685. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  686. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  687. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  688. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  689. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  690. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  691. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  692. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  693. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  694. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  695. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  696. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  697. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  698. $a->addPath((\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/views'), 'LexikFormFilter');
  699. $a->addPath((\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/views'), '!LexikFormFilter');
  700. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  701. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  702. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  703. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  704. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  705. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  706. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  707. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  708. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  709. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  710. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  711. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  712. $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  713. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  714. $g = ($this->services['router'] ?? $this->getRouterService());
  715. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  716. $i = ($this->privates['App\\Service\\SchoolYearService'] ?? $this->getSchoolYearServiceService());
  717. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  718. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  719. $k = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($instance);
  720. $l = new \Symfony\Bridge\Twig\AppVariable();
  721. $l->setEnvironment('dev');
  722. $l->setDebug(true);
  723. if ($this->has('.container.private.security.token_storage')) {
  724. $l->setTokenStorage($h);
  725. }
  726. if ($this->has('request_stack')) {
  727. $l->setRequestStack($d);
  728. }
  729. $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  730. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  731. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  732. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  733. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, $e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  734. return new \EmptyIterator();
  735. }, 0))));
  736. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  737. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  738. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  739. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  740. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  741. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $g)));
  742. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  743. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  744. $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  745. $instance->addExtension(new \App\Twig\AppExtension($i));
  746. $instance->addExtension(new \App\Twig\KeysExtension());
  747. $instance->addExtension(new \App\Twig\StatExtension(new \App\Service\StatistiquesService($i, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\SchoolYearRepository'] ?? $this->getSchoolYearRepositoryService()), ($this->privates['App\\Repository\\ClassRoomRepository'] ?? $this->getClassRoomRepositoryService()), ($this->privates['App\\Repository\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()))));
  748. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $c)));
  749. $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  750. $instance->addExtension(new \Twig\Extension\DebugExtension());
  751. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  752. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  753. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  754. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  755. $instance->addExtension(new \Symfony\UX\Chartjs\Twig\ChartExtension($k));
  756. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension($k));
  757. $instance->addGlobal('app', $l);
  758. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  759. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  760. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  761. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  762. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  763. ], [
  764. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  765. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  766. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  767. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  768. ])));
  769. $instance->addGlobal('pathToWeb', (\dirname(__DIR__, 4).'/public'));
  770. $instance->addGlobal('imagePath', 'assets/images/student/');
  771. $instance->addGlobal('sess1_color', NULL);
  772. $instance->addGlobal('sess2_color', NULL);
  773. $instance->addGlobal('sess3_color', NULL);
  774. $instance->addGlobal('sess4_color', NULL);
  775. $instance->addGlobal('sess5_color', NULL);
  776. $instance->addGlobal('sess6_color', NULL);
  777. $instance->registerUndefinedFilterCallback([0 => $m, 1 => 'suggestFilter']);
  778. $instance->registerUndefinedFunctionCallback([0 => $m, 1 => 'suggestFunction']);
  779. $instance->registerUndefinedTokenParserCallback([0 => $m, 1 => 'suggestTag']);
  780. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  781. return $instance;
  782. }
  783. /**
  784. * Gets the public '.container.private.validator' shared service.
  785. *
  786. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  787. */
  788. protected function get_Container_Private_ValidatorService()
  789. {
  790. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  791. if (isset($this->services['.container.private.validator'])) {
  792. return $this->services['.container.private.validator'];
  793. }
  794. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  795. }
  796. /**
  797. * Gets the public 'cache.app' shared service.
  798. *
  799. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  800. */
  801. protected function getCache_AppService()
  802. {
  803. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('G0NSZMhZbn', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  804. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  805. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  806. }
  807. /**
  808. * Gets the public 'cache.system' shared service.
  809. *
  810. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  811. */
  812. protected function getCache_SystemService()
  813. {
  814. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WVeilAfUR1', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  815. }
  816. /**
  817. * Gets the public 'cache.validator_expression_language' shared service.
  818. *
  819. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  820. */
  821. protected function getCache_ValidatorExpressionLanguageService()
  822. {
  823. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xyfNYRg5i1', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  824. }
  825. /**
  826. * Gets the public 'doctrine' shared service.
  827. *
  828. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  829. */
  830. protected function getDoctrineService()
  831. {
  832. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  833. }
  834. /**
  835. * Gets the public 'doctrine.dbal.default_connection' shared service.
  836. *
  837. * @return \Doctrine\DBAL\Connection
  838. */
  839. protected function getDoctrine_Dbal_DefaultConnectionService()
  840. {
  841. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  842. if (isset($this->services['doctrine.dbal.default_connection'])) {
  843. return $this->services['doctrine.dbal.default_connection'];
  844. }
  845. $b = new \Doctrine\DBAL\Configuration();
  846. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  847. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  848. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  849. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  850. $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))));
  851. $d->setConnectionName('default');
  852. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  853. $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')))]));
  854. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  855. 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' => [], 'serverVersion' => 'mariadb-10.4.13', 'defaultTableOptions' => []], $b, $a, ['enum' => 'string']);
  856. }
  857. /**
  858. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  859. *
  860. * @return \Doctrine\ORM\EntityManager
  861. */
  862. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  863. {
  864. if ($lazyLoad) {
  865. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  866. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  867. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  868. $proxy->setProxyInitializer(null);
  869. return true;
  870. });
  871. });
  872. }
  873. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  895. $a = new \Doctrine\ORM\Configuration();
  896. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  897. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  898. $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  899. $a->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  900. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  901. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  902. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  903. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  904. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  905. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  906. ], [
  907. 'doctrine.ulid_generator' => '?',
  908. 'doctrine.uuid_generator' => '?',
  909. ])));
  910. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  911. $a->setProxyNamespace('Proxies');
  912. $a->setAutoGenerateProxyClasses(true);
  913. $a->setSchemaIgnoreClasses([]);
  914. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  915. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  916. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  917. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  918. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  919. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  920. $a->setLazyGhostObjectEnabled(false);
  921. $a->setIdentityGenerationPreferences([]);
  922. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  923. 'App\\Repository\\AbscenceRepository' => ['privates', 'App\\Repository\\AbscenceRepository', 'getAbscenceRepositoryService', true],
  924. 'App\\Repository\\AbscenceSheetRepository' => ['privates', 'App\\Repository\\AbscenceSheetRepository', 'getAbscenceSheetRepositoryService', true],
  925. 'App\\Repository\\AnnouncementRepository' => ['privates', 'App\\Repository\\AnnouncementRepository', 'getAnnouncementRepositoryService', true],
  926. 'App\\Repository\\AttributionRepository' => ['privates', 'App\\Repository\\AttributionRepository', 'getAttributionRepositoryService', true],
  927. 'App\\Repository\\ClassRoomRepository' => ['privates', 'App\\Repository\\ClassRoomRepository', 'getClassRoomRepositoryService', false],
  928. 'App\\Repository\\CourseRepository' => ['privates', 'App\\Repository\\CourseRepository', 'getCourseRepositoryService', true],
  929. 'App\\Repository\\CycleRepository' => ['privates', 'App\\Repository\\CycleRepository', 'getCycleRepositoryService', true],
  930. 'App\\Repository\\DomainRepository' => ['privates', 'App\\Repository\\DomainRepository', 'getDomainRepositoryService', true],
  931. 'App\\Repository\\EmailRepository' => ['privates', 'App\\Repository\\EmailRepository', 'getEmailRepositoryService', true],
  932. 'App\\Repository\\EvaluationRepository' => ['privates', 'App\\Repository\\EvaluationRepository', 'getEvaluationRepositoryService', true],
  933. 'App\\Repository\\InstallmentRepository' => ['privates', 'App\\Repository\\InstallmentRepository', 'getInstallmentRepositoryService', true],
  934. 'App\\Repository\\LevelRepository' => ['privates', 'App\\Repository\\LevelRepository', 'getLevelRepositoryService', true],
  935. 'App\\Repository\\MainTeacherRepository' => ['privates', 'App\\Repository\\MainTeacherRepository', 'getMainTeacherRepositoryService', true],
  936. 'App\\Repository\\MarkRepository' => ['privates', 'App\\Repository\\MarkRepository', 'getMarkRepositoryService', true],
  937. 'App\\Repository\\ModuleRepository' => ['privates', 'App\\Repository\\ModuleRepository', 'getModuleRepositoryService', true],
  938. 'App\\Repository\\PaymentPlanRepository' => ['privates', 'App\\Repository\\PaymentPlanRepository', 'getPaymentPlanRepositoryService', true],
  939. 'App\\Repository\\PaymentRepository' => ['privates', 'App\\Repository\\PaymentRepository', 'getPaymentRepositoryService', true],
  940. 'App\\Repository\\ProgramRepository' => ['privates', 'App\\Repository\\ProgramRepository', 'getProgramRepositoryService', true],
  941. 'App\\Repository\\QuaterRepository' => ['privates', 'App\\Repository\\QuaterRepository', 'getQuaterRepositoryService', true],
  942. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  943. 'App\\Repository\\SchoolYearRepository' => ['privates', 'App\\Repository\\SchoolYearRepository', 'getSchoolYearRepositoryService', false],
  944. 'App\\Repository\\SectionRepository' => ['privates', 'App\\Repository\\SectionRepository', 'getSectionRepositoryService', true],
  945. 'App\\Repository\\SequenceRepository' => ['privates', 'App\\Repository\\SequenceRepository', 'getSequenceRepositoryService', true],
  946. 'App\\Repository\\SettingsPaymentsRepository' => ['privates', 'App\\Repository\\SettingsPaymentsRepository', 'getSettingsPaymentsRepositoryService', true],
  947. 'App\\Repository\\StudentRepository' => ['privates', 'App\\Repository\\StudentRepository', 'getStudentRepositoryService', true],
  948. 'App\\Repository\\SubscriptionRepository' => ['privates', 'App\\Repository\\SubscriptionRepository', 'getSubscriptionRepositoryService', false],
  949. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  950. ], [
  951. 'App\\Repository\\AbscenceRepository' => '?',
  952. 'App\\Repository\\AbscenceSheetRepository' => '?',
  953. 'App\\Repository\\AnnouncementRepository' => '?',
  954. 'App\\Repository\\AttributionRepository' => '?',
  955. 'App\\Repository\\ClassRoomRepository' => '?',
  956. 'App\\Repository\\CourseRepository' => '?',
  957. 'App\\Repository\\CycleRepository' => '?',
  958. 'App\\Repository\\DomainRepository' => '?',
  959. 'App\\Repository\\EmailRepository' => '?',
  960. 'App\\Repository\\EvaluationRepository' => '?',
  961. 'App\\Repository\\InstallmentRepository' => '?',
  962. 'App\\Repository\\LevelRepository' => '?',
  963. 'App\\Repository\\MainTeacherRepository' => '?',
  964. 'App\\Repository\\MarkRepository' => '?',
  965. 'App\\Repository\\ModuleRepository' => '?',
  966. 'App\\Repository\\PaymentPlanRepository' => '?',
  967. 'App\\Repository\\PaymentRepository' => '?',
  968. 'App\\Repository\\ProgramRepository' => '?',
  969. 'App\\Repository\\QuaterRepository' => '?',
  970. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  971. 'App\\Repository\\SchoolYearRepository' => '?',
  972. 'App\\Repository\\SectionRepository' => '?',
  973. 'App\\Repository\\SequenceRepository' => '?',
  974. 'App\\Repository\\SettingsPaymentsRepository' => '?',
  975. 'App\\Repository\\StudentRepository' => '?',
  976. 'App\\Repository\\SubscriptionRepository' => '?',
  977. 'App\\Repository\\UserRepository' => '?',
  978. ])));
  979. $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()));
  980. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  981. return $instance;
  982. }
  983. /**
  984. * Gets the public 'event_dispatcher' shared service.
  985. *
  986. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  987. */
  988. protected function getEventDispatcherService()
  989. {
  990. $a = new \Symfony\Bridge\Monolog\Logger('event');
  991. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  992. $a->pushHandler(new \Monolog\Handler\NullHandler());
  993. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  994. $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())));
  995. $instance->addListener('kernel.controller', [0 => function () {
  996. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  997. }, 1 => 'onKernelController'], 0);
  998. $instance->addListener('kernel.request', [0 => function () {
  999. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1000. }, 1 => 'onKernelRequest'], 0);
  1001. $instance->addListener('console.command', [0 => function () {
  1002. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1003. }, 1 => 'onConsoleCommand'], 0);
  1004. $instance->addListener('lexik_filter.prepare', [0 => function () {
  1005. return ($this->services['lexik_form_filter.filter_prepare'] ?? ($this->services['lexik_form_filter.filter_prepare'] = new \Lexik\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  1006. }, 1 => 'onFilterBuilderPrepare'], 0);
  1007. $instance->addListener('lexik_filter.apply_filters.orm', [0 => function () {
  1008. return ($this->privates['lexik_form_filter.apply_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.apply_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Listener\DoctrineApplyFilterListener('and')));
  1009. }, 1 => 'onApplyFilterCondition'], 0);
  1010. $instance->addListener('kernel.response', [0 => function () {
  1011. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1012. }, 1 => 'onKernelResponse'], 0);
  1013. $instance->addListener('kernel.response', [0 => function () {
  1014. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1015. }, 1 => 'onKernelResponse'], -1024);
  1016. $instance->addListener('kernel.request', [0 => function () {
  1017. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1018. }, 1 => 'setDefaultLocale'], 100);
  1019. $instance->addListener('kernel.request', [0 => function () {
  1020. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1021. }, 1 => 'onKernelRequest'], 16);
  1022. $instance->addListener('kernel.finish_request', [0 => function () {
  1023. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1024. }, 1 => 'onKernelFinishRequest'], 0);
  1025. $instance->addListener('kernel.request', [0 => function () {
  1026. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1027. }, 1 => 'onKernelRequest'], 256);
  1028. $instance->addListener('kernel.response', [0 => function () {
  1029. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1030. }, 1 => 'onResponse'], -255);
  1031. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1032. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1033. }, 1 => 'onControllerArguments'], 0);
  1034. $instance->addListener('kernel.exception', [0 => function () {
  1035. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1036. }, 1 => 'logKernelException'], 0);
  1037. $instance->addListener('kernel.exception', [0 => function () {
  1038. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1039. }, 1 => 'onKernelException'], -128);
  1040. $instance->addListener('kernel.response', [0 => function () {
  1041. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1042. }, 1 => 'removeCspHeader'], -128);
  1043. $instance->addListener('kernel.request', [0 => function () {
  1044. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1045. }, 1 => 'onKernelRequest'], 15);
  1046. $instance->addListener('kernel.finish_request', [0 => function () {
  1047. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1048. }, 1 => 'onKernelFinishRequest'], -15);
  1049. $instance->addListener('console.error', [0 => function () {
  1050. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1051. }, 1 => 'onConsoleError'], -128);
  1052. $instance->addListener('console.terminate', [0 => function () {
  1053. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1054. }, 1 => 'onConsoleTerminate'], -128);
  1055. $instance->addListener('console.error', [0 => function () {
  1056. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1057. }, 1 => 'onConsoleError'], 0);
  1058. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1059. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1060. }, 1 => 'onMessage'], -255);
  1061. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1062. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1063. }, 1 => 'onMessage'], -255);
  1064. $instance->addListener('kernel.request', [0 => function () {
  1065. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1066. }, 1 => 'configure'], 2048);
  1067. $instance->addListener('console.command', [0 => function () {
  1068. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1069. }, 1 => 'configure'], 2048);
  1070. $instance->addListener('kernel.request', [0 => function () {
  1071. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1072. }, 1 => 'onKernelRequest'], 32);
  1073. $instance->addListener('kernel.finish_request', [0 => function () {
  1074. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1075. }, 1 => 'onKernelFinishRequest'], 0);
  1076. $instance->addListener('kernel.exception', [0 => function () {
  1077. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1078. }, 1 => 'onKernelException'], -64);
  1079. $instance->addListener('kernel.request', [0 => function () {
  1080. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1081. }, 1 => 'onKernelRequest'], 128);
  1082. $instance->addListener('kernel.response', [0 => function () {
  1083. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1084. }, 1 => 'onKernelResponse'], -1000);
  1085. $instance->addListener('kernel.finish_request', [0 => function () {
  1086. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1087. }, 1 => 'onFinishRequest'], 0);
  1088. $instance->addListener('kernel.response', [0 => function () {
  1089. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1090. }, 1 => 'onKernelResponse'], -100);
  1091. $instance->addListener('kernel.exception', [0 => function () {
  1092. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1093. }, 1 => 'onKernelException'], 0);
  1094. $instance->addListener('kernel.terminate', [0 => function () {
  1095. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1096. }, 1 => 'onKernelTerminate'], -1024);
  1097. $instance->addListener('kernel.controller', [0 => function () {
  1098. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1099. }, 1 => 'onKernelController'], 0);
  1100. $instance->addListener('kernel.response', [0 => function () {
  1101. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1102. }, 1 => 'onKernelResponse'], 0);
  1103. $instance->addListener('knp_pager.before', [0 => function () {
  1104. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1105. }, 1 => 'before'], 0);
  1106. $instance->addListener('knp_pager.pagination', [0 => function () {
  1107. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1108. }, 1 => 'pagination'], 0);
  1109. $instance->addListener('knp_pager.before', [0 => function () {
  1110. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1111. }, 1 => 'before'], 1);
  1112. $instance->addListener('knp_pager.before', [0 => function () {
  1113. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1114. }, 1 => 'before'], 1);
  1115. $instance->addListener('knp_pager.pagination', [0 => function () {
  1116. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1117. }, 1 => 'pagination'], 1);
  1118. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1119. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1120. }, 1 => 'onMessage'], 0);
  1121. $instance->addListener('kernel.response', [0 => function () {
  1122. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1123. }, 1 => 'onKernelResponse'], 0);
  1124. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1125. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1126. }, 1 => 'onVoterVote'], 0);
  1127. $instance->addListener('kernel.request', [0 => function () {
  1128. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1129. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1130. $instance->addListener('kernel.request', [0 => function () {
  1131. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1132. }, 1 => 'onKernelRequest'], 8);
  1133. $instance->addListener('kernel.finish_request', [0 => function () {
  1134. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1135. }, 1 => 'onKernelFinishRequest'], 0);
  1136. $instance->addListener('kernel.exception', [0 => function () {
  1137. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1138. }, 1 => 'onException'], 0);
  1139. $instance->addListener('kernel.terminate', [0 => function () {
  1140. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1141. }, 1 => 'onTerminate'], 0);
  1142. $instance->addListener('console.error', [0 => function () {
  1143. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1144. }, 1 => 'onException'], 0);
  1145. $instance->addListener('console.terminate', [0 => function () {
  1146. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1147. }, 1 => 'onTerminate'], 0);
  1148. $instance->addListener('kernel.controller', [0 => function () {
  1149. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1150. }, 1 => 'onKernelController'], 0);
  1151. $instance->addListener('kernel.controller', [0 => function () {
  1152. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1153. }, 1 => 'onKernelController'], 0);
  1154. $instance->addListener('kernel.controller', [0 => function () {
  1155. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1156. }, 1 => 'onKernelController'], -128);
  1157. $instance->addListener('kernel.view', [0 => function () {
  1158. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1159. }, 1 => 'onKernelView'], 0);
  1160. $instance->addListener('kernel.controller', [0 => function () {
  1161. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1162. }, 1 => 'onKernelController'], 0);
  1163. $instance->addListener('kernel.response', [0 => function () {
  1164. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1165. }, 1 => 'onKernelResponse'], 0);
  1166. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1167. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1168. }, 1 => 'onKernelControllerArguments'], 0);
  1169. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1170. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1171. }, 1 => 'onKernelControllerArguments'], 0);
  1172. $instance->addListener('lexik_form_filter.apply.orm.filter_boolean', [0 => function () {
  1173. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1174. }, 1 => 'filterBoolean'], 0);
  1175. $instance->addListener('lexik_form_filter.apply.orm.filter_checkbox', [0 => function () {
  1176. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1177. }, 1 => 'filterCheckbox'], 0);
  1178. $instance->addListener('lexik_form_filter.apply.orm.filter_choice', [0 => function () {
  1179. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1180. }, 1 => 'filterValue'], 0);
  1181. $instance->addListener('lexik_form_filter.apply.orm.filter_date', [0 => function () {
  1182. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1183. }, 1 => 'filterDate'], 0);
  1184. $instance->addListener('lexik_form_filter.apply.orm.filter_date_range', [0 => function () {
  1185. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1186. }, 1 => 'filterDateRange'], 0);
  1187. $instance->addListener('lexik_form_filter.apply.orm.filter_datetime', [0 => function () {
  1188. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1189. }, 1 => 'filterDateTime'], 0);
  1190. $instance->addListener('lexik_form_filter.apply.orm.filter_datetime_range', [0 => function () {
  1191. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1192. }, 1 => 'filterDateTimeRange'], 0);
  1193. $instance->addListener('lexik_form_filter.apply.orm.filter_entity', [0 => function () {
  1194. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1195. }, 1 => 'filterEntity'], 0);
  1196. $instance->addListener('lexik_form_filter.apply.orm.filter_number', [0 => function () {
  1197. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1198. }, 1 => 'filterNumber'], 0);
  1199. $instance->addListener('lexik_form_filter.apply.orm.filter_number_range', [0 => function () {
  1200. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1201. }, 1 => 'filterNumberRange'], 0);
  1202. $instance->addListener('lexik_form_filter.apply.orm.filter_text', [0 => function () {
  1203. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1204. }, 1 => 'filterText'], 0);
  1205. $instance->addListener('lexik_form_filter.apply.orm.text', [0 => function () {
  1206. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1207. }, 1 => 'filterText'], 0);
  1208. $instance->addListener('lexik_form_filter.apply.orm.email', [0 => function () {
  1209. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1210. }, 1 => 'filterValue'], 0);
  1211. $instance->addListener('lexik_form_filter.apply.orm.integer', [0 => function () {
  1212. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1213. }, 1 => 'filterValue'], 0);
  1214. $instance->addListener('lexik_form_filter.apply.orm.money', [0 => function () {
  1215. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1216. }, 1 => 'filterValue'], 0);
  1217. $instance->addListener('lexik_form_filter.apply.orm.number', [0 => function () {
  1218. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1219. }, 1 => 'filterValue'], 0);
  1220. $instance->addListener('lexik_form_filter.apply.orm.percent', [0 => function () {
  1221. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1222. }, 1 => 'filterValue'], 0);
  1223. $instance->addListener('lexik_form_filter.apply.orm.search', [0 => function () {
  1224. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1225. }, 1 => 'filterValue'], 0);
  1226. $instance->addListener('lexik_form_filter.apply.orm.url', [0 => function () {
  1227. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1228. }, 1 => 'filterValue'], 0);
  1229. $instance->addListener('lexik_form_filter.apply.orm.choice', [0 => function () {
  1230. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1231. }, 1 => 'filterValue'], 0);
  1232. $instance->addListener('lexik_form_filter.apply.orm.entity', [0 => function () {
  1233. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1234. }, 1 => 'filterEntity'], 0);
  1235. $instance->addListener('lexik_form_filter.apply.orm.country', [0 => function () {
  1236. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1237. }, 1 => 'filterValue'], 0);
  1238. $instance->addListener('lexik_form_filter.apply.orm.language', [0 => function () {
  1239. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1240. }, 1 => 'filterValue'], 0);
  1241. $instance->addListener('lexik_form_filter.apply.orm.locale', [0 => function () {
  1242. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1243. }, 1 => 'filterValue'], 0);
  1244. $instance->addListener('lexik_form_filter.apply.orm.timezone', [0 => function () {
  1245. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1246. }, 1 => 'filterValue'], 0);
  1247. $instance->addListener('lexik_form_filter.apply.orm.date', [0 => function () {
  1248. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1249. }, 1 => 'filterDate'], 0);
  1250. $instance->addListener('lexik_form_filter.apply.orm.datetime', [0 => function () {
  1251. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1252. }, 1 => 'filterDate'], 0);
  1253. $instance->addListener('lexik_form_filter.apply.orm.birthday', [0 => function () {
  1254. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1255. }, 1 => 'filterDate'], 0);
  1256. $instance->addListener('lexik_form_filter.apply.orm.checkbox', [0 => function () {
  1257. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1258. }, 1 => 'filterValue'], 0);
  1259. $instance->addListener('lexik_form_filter.apply.orm.radio', [0 => function () {
  1260. return ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['lexik_form_filter.get_filter.doctrine_orm'] = new \Lexik\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  1261. }, 1 => 'filterValue'], 0);
  1262. $instance->addListener('console.command', [0 => function () {
  1263. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1264. }, 1 => 'onCommand'], 255);
  1265. $instance->addListener('console.terminate', [0 => function () {
  1266. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1267. }, 1 => 'onTerminate'], -255);
  1268. $instance->addListener('console.error', [0 => function () {
  1269. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1270. }, 1 => 'onConsoleError'], 0);
  1271. $instance->addListener('console.terminate', [0 => function () {
  1272. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1273. }, 1 => 'onConsoleTerminate'], 0);
  1274. $instance->addListener('kernel.response', [0 => function () {
  1275. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1276. }, 1 => 'onKernelResponse'], -128);
  1277. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1278. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1279. }, 1 => 'onLogout'], 0);
  1280. return $instance;
  1281. }
  1282. /**
  1283. * Gets the public 'http_kernel' shared service.
  1284. *
  1285. * @return \Symfony\Component\HttpKernel\HttpKernel
  1286. */
  1287. protected function getHttpKernelService()
  1288. {
  1289. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1290. if (isset($this->services['http_kernel'])) {
  1291. return $this->services['http_kernel'];
  1292. }
  1293. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1294. 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 () {
  1295. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1296. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1297. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1298. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1299. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1300. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1301. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1302. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1303. }, 8)), $b));
  1304. }
  1305. /**
  1306. * Gets the public 'liip_imagine.cache.manager' shared service.
  1307. *
  1308. * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1309. */
  1310. protected function getLiipImagine_Cache_ManagerService()
  1311. {
  1312. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1313. if (isset($this->services['liip_imagine.cache.manager'])) {
  1314. return $this->services['liip_imagine.cache.manager'];
  1315. }
  1316. $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a, 'default', false);
  1317. $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1318. $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1319. return $instance;
  1320. }
  1321. /**
  1322. * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1323. *
  1324. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1325. */
  1326. protected function getLiipImagine_Cache_Resolver_DefaultService()
  1327. {
  1328. return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
  1329. }
  1330. /**
  1331. * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1332. *
  1333. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1334. */
  1335. protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1336. {
  1337. return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1338. }
  1339. /**
  1340. * Gets the public 'liip_imagine.cache.signer' shared service.
  1341. *
  1342. * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1343. */
  1344. protected function getLiipImagine_Cache_SignerService()
  1345. {
  1346. return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1347. }
  1348. /**
  1349. * Gets the public 'request_stack' shared service.
  1350. *
  1351. * @return \Symfony\Component\HttpFoundation\RequestStack
  1352. */
  1353. protected function getRequestStackService()
  1354. {
  1355. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1356. }
  1357. /**
  1358. * Gets the public 'router' shared service.
  1359. *
  1360. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1361. */
  1362. protected function getRouterService()
  1363. {
  1364. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1365. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1366. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1367. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1368. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1369. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1370. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1371. ], [
  1372. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1373. ]))->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, 'en');
  1374. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1375. return $instance;
  1376. }
  1377. /**
  1378. * Gets the public 'translator' shared service.
  1379. *
  1380. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1381. */
  1382. protected function getTranslatorService()
  1383. {
  1384. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1385. }
  1386. /**
  1387. * Gets the private '.service_locator.zJyh7qS' shared service.
  1388. *
  1389. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1390. */
  1391. protected function get_ServiceLocator_ZJyh7qSService()
  1392. {
  1393. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1394. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1395. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1396. ], [
  1397. 'security.firewall.map.context.dev' => '?',
  1398. 'security.firewall.map.context.main' => '?',
  1399. ]);
  1400. }
  1401. /**
  1402. * Gets the private 'App\Repository\ClassRoomRepository' shared autowired service.
  1403. *
  1404. * @return \App\Repository\ClassRoomRepository
  1405. */
  1406. protected function getClassRoomRepositoryService()
  1407. {
  1408. return $this->privates['App\\Repository\\ClassRoomRepository'] = new \App\Repository\ClassRoomRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1409. }
  1410. /**
  1411. * Gets the private 'App\Repository\SchoolYearRepository' shared autowired service.
  1412. *
  1413. * @return \App\Repository\SchoolYearRepository
  1414. */
  1415. protected function getSchoolYearRepositoryService()
  1416. {
  1417. return $this->privates['App\\Repository\\SchoolYearRepository'] = new \App\Repository\SchoolYearRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1418. }
  1419. /**
  1420. * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  1421. *
  1422. * @return \App\Repository\SubscriptionRepository
  1423. */
  1424. protected function getSubscriptionRepositoryService()
  1425. {
  1426. return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1427. }
  1428. /**
  1429. * Gets the private 'App\Repository\UserRepository' shared autowired service.
  1430. *
  1431. * @return \App\Repository\UserRepository
  1432. */
  1433. protected function getUserRepositoryService()
  1434. {
  1435. return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1436. }
  1437. /**
  1438. * Gets the private 'App\Service\SchoolYearService' shared autowired service.
  1439. *
  1440. * @return \App\Service\SchoolYearService
  1441. */
  1442. protected function getSchoolYearServiceService()
  1443. {
  1444. return $this->privates['App\\Service\\SchoolYearService'] = new \App\Service\SchoolYearService(($this->privates['App\\Repository\\SchoolYearRepository'] ?? $this->getSchoolYearRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1445. }
  1446. /**
  1447. * Gets the private 'annotations.cache_adapter' shared service.
  1448. *
  1449. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1450. */
  1451. protected function getAnnotations_CacheAdapterService()
  1452. {
  1453. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1454. }
  1455. /**
  1456. * Gets the private 'annotations.cached_reader' shared service.
  1457. *
  1458. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1459. */
  1460. protected function getAnnotations_CachedReaderService()
  1461. {
  1462. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1463. }
  1464. /**
  1465. * Gets the private 'annotations.reader' shared service.
  1466. *
  1467. * @return \Doctrine\Common\Annotations\AnnotationReader
  1468. */
  1469. protected function getAnnotations_ReaderService()
  1470. {
  1471. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1472. $instance->addGlobalIgnoredName('required', NULL);
  1473. return $instance;
  1474. }
  1475. /**
  1476. * Gets the private 'cache.annotations' shared service.
  1477. *
  1478. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1479. */
  1480. protected function getCache_AnnotationsService()
  1481. {
  1482. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZViKg9+yPx', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1483. }
  1484. /**
  1485. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1486. *
  1487. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1488. */
  1489. protected function getCache_Doctrine_Orm_Default_QueryService()
  1490. {
  1491. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1492. }
  1493. /**
  1494. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1495. *
  1496. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1497. */
  1498. protected function getCache_Doctrine_Orm_Default_ResultService()
  1499. {
  1500. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1501. }
  1502. /**
  1503. * Gets the private 'cache.property_info' shared service.
  1504. *
  1505. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1506. */
  1507. protected function getCache_PropertyInfoService()
  1508. {
  1509. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('87dj5DMNZX', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1510. }
  1511. /**
  1512. * Gets the private 'cache.security_expression_language' shared service.
  1513. *
  1514. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1515. */
  1516. protected function getCache_SecurityExpressionLanguageService()
  1517. {
  1518. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BssqAIScBK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1519. }
  1520. /**
  1521. * Gets the private 'cache.serializer' shared service.
  1522. *
  1523. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1524. */
  1525. protected function getCache_SerializerService()
  1526. {
  1527. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('72yWj7fZ22', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1528. }
  1529. /**
  1530. * Gets the private 'cache.validator' shared service.
  1531. *
  1532. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1533. */
  1534. protected function getCache_ValidatorService()
  1535. {
  1536. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oPfmvw5L6S', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1537. }
  1538. /**
  1539. * Gets the private 'config_cache_factory' shared service.
  1540. *
  1541. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1542. */
  1543. protected function getConfigCacheFactoryService()
  1544. {
  1545. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1546. 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)));
  1547. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1548. }, 2));
  1549. }
  1550. /**
  1551. * Gets the private 'data_collector.form' shared service.
  1552. *
  1553. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1554. */
  1555. protected function getDataCollector_FormService()
  1556. {
  1557. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1558. }
  1559. /**
  1560. * Gets the private 'data_collector.request' shared service.
  1561. *
  1562. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1563. */
  1564. protected function getDataCollector_RequestService()
  1565. {
  1566. 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())));
  1567. }
  1568. /**
  1569. * Gets the private 'debug.debug_handlers_listener' shared service.
  1570. *
  1571. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1572. */
  1573. protected function getDebug_DebugHandlersListenerService()
  1574. {
  1575. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1576. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1577. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1578. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1579. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1580. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1581. }
  1582. /**
  1583. * Gets the private 'debug.file_link_formatter' shared service.
  1584. *
  1585. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1586. */
  1587. protected function getDebug_FileLinkFormatterService()
  1588. {
  1589. 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 () {
  1590. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1591. });
  1592. }
  1593. /**
  1594. * Gets the private 'debug.log_processor' shared service.
  1595. *
  1596. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1597. */
  1598. protected function getDebug_LogProcessorService()
  1599. {
  1600. 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())));
  1601. }
  1602. /**
  1603. * Gets the private 'debug.security.access.decision_manager' shared service.
  1604. *
  1605. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1606. */
  1607. protected function getDebug_Security_Access_DecisionManagerService()
  1608. {
  1609. 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 () {
  1610. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1611. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1612. }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1613. }
  1614. /**
  1615. * Gets the private 'debug.security.firewall' shared service.
  1616. *
  1617. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1618. */
  1619. protected function getDebug_Security_FirewallService()
  1620. {
  1621. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1622. if (isset($this->privates['debug.security.firewall'])) {
  1623. return $this->privates['debug.security.firewall'];
  1624. }
  1625. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1626. if (isset($this->privates['debug.security.firewall'])) {
  1627. return $this->privates['debug.security.firewall'];
  1628. }
  1629. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1630. }
  1631. /**
  1632. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1633. *
  1634. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1635. */
  1636. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1637. {
  1638. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1639. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1640. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1641. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1642. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1643. 'vich_uploader.listener.clean.student_image' => ['privates', 'vich_uploader.listener.clean.student_image', 'getVichUploader_Listener_Clean_StudentImageService', true],
  1644. 'vich_uploader.listener.remove.student_image' => ['privates', 'vich_uploader.listener.remove.student_image', 'getVichUploader_Listener_Remove_StudentImageService', true],
  1645. 'vich_uploader.listener.upload.student_image' => ['privates', 'vich_uploader.listener.upload.student_image', 'getVichUploader_Listener_Upload_StudentImageService', true],
  1646. ], [
  1647. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1648. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1649. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1650. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1651. 'vich_uploader.listener.clean.student_image' => '?',
  1652. 'vich_uploader.listener.remove.student_image' => '?',
  1653. 'vich_uploader.listener.upload.student_image' => '?',
  1654. ]), [0 => 'vich_uploader.listener.clean.student_image', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => 'vich_uploader.listener.remove.student_image', 5 => 'vich_uploader.listener.upload.student_image', 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1655. }
  1656. /**
  1657. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1658. *
  1659. * @return \Doctrine\Migrations\DependencyFactory
  1660. */
  1661. protected function getDoctrine_Migrations_DependencyFactoryService()
  1662. {
  1663. $a = new \Doctrine\Migrations\Configuration\Configuration();
  1664. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  1665. $a->setAllOrNothing(false);
  1666. $a->setCheckDatabasePlatform(true);
  1667. $a->setTransactional(true);
  1668. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1669. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1670. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1671. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1672. });
  1673. return $instance;
  1674. }
  1675. /**
  1676. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1677. *
  1678. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1679. */
  1680. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1681. {
  1682. 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);
  1683. }
  1684. /**
  1685. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  1686. *
  1687. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  1688. */
  1689. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  1690. {
  1691. $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
  1692. $instance->setGlobalBasename('mapping');
  1693. return $instance;
  1694. }
  1695. /**
  1696. * Gets the private 'exception_listener' shared service.
  1697. *
  1698. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1699. */
  1700. protected function getExceptionListenerService()
  1701. {
  1702. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1703. }
  1704. /**
  1705. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1706. *
  1707. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1708. */
  1709. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1710. {
  1711. 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())));
  1712. }
  1713. /**
  1714. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1715. *
  1716. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1717. */
  1718. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1719. {
  1720. 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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1721. }
  1722. /**
  1723. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1724. *
  1725. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1726. */
  1727. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1728. {
  1729. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  1730. }
  1731. /**
  1732. * Gets the private 'liip_imagine.filter.configuration' shared service.
  1733. *
  1734. * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  1735. */
  1736. protected function getLiipImagine_Filter_ConfigurationService()
  1737. {
  1738. return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  1739. }
  1740. /**
  1741. * Gets the private 'locale_aware_listener' shared service.
  1742. *
  1743. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1744. */
  1745. protected function getLocaleAwareListenerService()
  1746. {
  1747. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1748. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1749. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1750. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1751. }
  1752. /**
  1753. * Gets the private 'locale_listener' shared service.
  1754. *
  1755. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1756. */
  1757. protected function getLocaleListenerService()
  1758. {
  1759. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1760. }
  1761. /**
  1762. * Gets the private 'monolog.handler.console' shared service.
  1763. *
  1764. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1765. */
  1766. protected function getMonolog_Handler_ConsoleService()
  1767. {
  1768. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1769. }
  1770. /**
  1771. * Gets the private 'monolog.handler.main' shared service.
  1772. *
  1773. * @return \Monolog\Handler\StreamHandler
  1774. */
  1775. protected function getMonolog_Handler_MainService()
  1776. {
  1777. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1778. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1779. return $instance;
  1780. }
  1781. /**
  1782. * Gets the private 'monolog.logger' shared service.
  1783. *
  1784. * @return \Symfony\Bridge\Monolog\Logger
  1785. */
  1786. protected function getMonolog_LoggerService()
  1787. {
  1788. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1789. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1790. $instance->useMicrosecondTimestamps(true);
  1791. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1792. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1793. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1794. return $instance;
  1795. }
  1796. /**
  1797. * Gets the private 'monolog.logger.cache' shared service.
  1798. *
  1799. * @return \Symfony\Bridge\Monolog\Logger
  1800. */
  1801. protected function getMonolog_Logger_CacheService()
  1802. {
  1803. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1804. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1805. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1806. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1807. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1808. return $instance;
  1809. }
  1810. /**
  1811. * Gets the private 'monolog.logger.request' shared service.
  1812. *
  1813. * @return \Symfony\Bridge\Monolog\Logger
  1814. */
  1815. protected function getMonolog_Logger_RequestService()
  1816. {
  1817. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1818. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1819. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1820. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1821. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1822. return $instance;
  1823. }
  1824. /**
  1825. * Gets the private 'parameter_bag' shared service.
  1826. *
  1827. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1828. */
  1829. protected function getParameterBagService()
  1830. {
  1831. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1832. }
  1833. /**
  1834. * Gets the private 'profiler_listener' shared service.
  1835. *
  1836. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1837. */
  1838. protected function getProfilerListenerService()
  1839. {
  1840. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1841. if (isset($this->privates['profiler_listener'])) {
  1842. return $this->privates['profiler_listener'];
  1843. }
  1844. 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);
  1845. }
  1846. /**
  1847. * Gets the private 'router.request_context' shared service.
  1848. *
  1849. * @return \Symfony\Component\Routing\RequestContext
  1850. */
  1851. protected function getRouter_RequestContextService()
  1852. {
  1853. return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1854. }
  1855. /**
  1856. * Gets the private 'router_listener' shared service.
  1857. *
  1858. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1859. */
  1860. protected function getRouterListenerService()
  1861. {
  1862. 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);
  1863. }
  1864. /**
  1865. * Gets the private 'security.csrf.token_storage' shared service.
  1866. *
  1867. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1868. */
  1869. protected function getSecurity_Csrf_TokenStorageService()
  1870. {
  1871. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1872. }
  1873. /**
  1874. * Gets the private 'security.firewall.map' shared service.
  1875. *
  1876. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1877. */
  1878. protected function getSecurity_Firewall_MapService()
  1879. {
  1880. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1881. if (isset($this->privates['security.firewall.map'])) {
  1882. return $this->privates['security.firewall.map'];
  1883. }
  1884. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1885. 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)/')));
  1886. yield 'security.firewall.map.context.main' => NULL;
  1887. }, 2));
  1888. }
  1889. /**
  1890. * Gets the private 'security.logout_url_generator' shared service.
  1891. *
  1892. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1893. */
  1894. protected function getSecurity_LogoutUrlGeneratorService()
  1895. {
  1896. $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()));
  1897. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), NULL);
  1898. return $instance;
  1899. }
  1900. /**
  1901. * Gets the private 'security.role_hierarchy' shared service.
  1902. *
  1903. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1904. */
  1905. protected function getSecurity_RoleHierarchyService()
  1906. {
  1907. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1908. }
  1909. /**
  1910. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1911. *
  1912. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1913. */
  1914. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1915. {
  1916. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1917. }
  1918. /**
  1919. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1920. *
  1921. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1922. */
  1923. protected function getSensioFrameworkExtra_Converter_ListenerService()
  1924. {
  1925. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1926. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0, 'doctrine.orm');
  1927. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  1928. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  1929. }
  1930. /**
  1931. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1932. *
  1933. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1934. */
  1935. protected function getSensioFrameworkExtra_Security_ListenerService()
  1936. {
  1937. 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()), NULL, ($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->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1938. }
  1939. /**
  1940. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1941. *
  1942. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1943. */
  1944. protected function getSensioFrameworkExtra_View_ListenerService()
  1945. {
  1946. $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))));
  1947. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1948. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1949. ], [
  1950. 'twig' => '?',
  1951. ]))->withContext('sensio_framework_extra.view.listener', $this));
  1952. return $instance;
  1953. }
  1954. /**
  1955. * Gets the private 'session.factory' shared service.
  1956. *
  1957. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  1958. */
  1959. protected function getSession_FactoryService()
  1960. {
  1961. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1962. if (isset($this->privates['session.factory'])) {
  1963. return $this->privates['session.factory'];
  1964. }
  1965. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [0 => $a, 1 => 'onSessionUsage']);
  1966. }
  1967. /**
  1968. * Gets the private 'session_listener' shared service.
  1969. *
  1970. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1971. */
  1972. protected function getSessionListenerService()
  1973. {
  1974. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1975. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  1976. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  1977. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1978. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  1979. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  1980. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  1981. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  1982. ], [
  1983. 'initialized_session' => '?',
  1984. 'logger' => '?',
  1985. 'request_stack' => '?',
  1986. 'session' => '?',
  1987. 'session_collector' => '?',
  1988. 'session_factory' => '?',
  1989. 'session_storage' => '?',
  1990. ]), true, $this->parameters['session.storage.options']);
  1991. }
  1992. /**
  1993. * Gets the private 'translator.default' shared service.
  1994. *
  1995. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1996. */
  1997. protected function getTranslator_DefaultService()
  1998. {
  1999. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2000. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2001. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2002. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2003. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2004. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2005. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2006. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2007. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2008. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2009. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2010. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2011. ], [
  2012. 'translation.loader.csv' => '?',
  2013. 'translation.loader.dat' => '?',
  2014. 'translation.loader.ini' => '?',
  2015. 'translation.loader.json' => '?',
  2016. 'translation.loader.mo' => '?',
  2017. 'translation.loader.php' => '?',
  2018. 'translation.loader.po' => '?',
  2019. 'translation.loader.qt' => '?',
  2020. 'translation.loader.res' => '?',
  2021. 'translation.loader.xliff' => '?',
  2022. 'translation.loader.yml' => '?',
  2023. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.cs.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.it.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.pt_BR.yml')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.sk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')], 'ua' => [0 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations/LexikFormFilterBundle.ua.yml')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 5 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 6 => 'vendor/lexik/form-filter-bundle/Resources/translations', 7 => 'vendor/vich/uploader-bundle/translations', 8 => 'translations', 9 => 'vendor/symfony/framework-bundle/translations', 10 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 11 => 'vendor/liip/imagine-bundle/translations', 12 => 'vendor/symfony/twig-bundle/translations', 13 => 'vendor/doctrine/doctrine-bundle/translations', 14 => 'vendor/symfony/security-bundle/translations', 15 => 'vendor/symfony/swiftmailer-bundle/translations', 16 => 'vendor/sensio/framework-extra-bundle/src/translations', 17 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 18 => 'vendor/symfony/monolog-bundle/translations', 19 => 'vendor/twig/extra-bundle/translations', 20 => 'vendor/symfony/maker-bundle/src/translations', 21 => 'vendor/symfony/web-profiler-bundle/translations', 22 => 'vendor/symfony/stimulus-bundle/translations', 23 => 'vendor/symfony/ux-chartjs/translations']]], []);
  2024. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2025. $instance->setFallbackLocales([0 => 'en']);
  2026. return $instance;
  2027. }
  2028. /**
  2029. * Gets the private 'validator.builder' shared service.
  2030. *
  2031. * @return \Symfony\Component\Validator\ValidatorBuilder
  2032. */
  2033. protected function getValidator_BuilderService()
  2034. {
  2035. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2036. $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2037. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2038. yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2039. }, 2), new RewindableGenerator(function () {
  2040. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2041. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2042. }, 2), new RewindableGenerator(function () {
  2043. return new \EmptyIterator();
  2044. }, 0), new RewindableGenerator(function () {
  2045. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2046. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2047. }, 2), new RewindableGenerator(function () {
  2048. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2049. }, 1));
  2050. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2051. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2052. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2053. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2054. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2055. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2056. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2057. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2058. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2059. ], [
  2060. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2061. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2062. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2063. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2064. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2065. 'doctrine.orm.validator.unique' => '?',
  2066. 'security.validator.user_password' => '?',
  2067. 'validator.expression' => '?',
  2068. ])));
  2069. if ($this->has('translator')) {
  2070. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2071. }
  2072. $instance->setTranslationDomain('validators');
  2073. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2074. $instance->enableAnnotationMapping(true);
  2075. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2076. $instance->addMethodMapping('loadValidatorMetadata');
  2077. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2078. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2079. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2080. return $instance;
  2081. }
  2082. /**
  2083. * Gets the private 'vich_uploader.metadata_reader' shared service.
  2084. *
  2085. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2086. */
  2087. protected function getVichUploader_MetadataReaderService()
  2088. {
  2089. $a = new \Metadata\Driver\FileLocator([]);
  2090. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
  2091. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2092. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2093. }
  2094. /**
  2095. * Gets the private 'web_profiler.csp.handler' shared service.
  2096. *
  2097. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2098. */
  2099. protected function getWebProfiler_Csp_HandlerService()
  2100. {
  2101. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2102. }
  2103. /**
  2104. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2105. *
  2106. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2107. */
  2108. protected function getWebProfiler_DebugToolbarService()
  2109. {
  2110. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2111. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2112. return $this->privates['web_profiler.debug_toolbar'];
  2113. }
  2114. 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()), NULL);
  2115. }
  2116. /**
  2117. * Gets the public 'cache_clearer' alias.
  2118. *
  2119. * @return object The ".container.private.cache_clearer" service.
  2120. */
  2121. protected function getCacheClearerService()
  2122. {
  2123. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2124. return $this->get('.container.private.cache_clearer');
  2125. }
  2126. /**
  2127. * Gets the public 'filesystem' alias.
  2128. *
  2129. * @return object The ".container.private.filesystem" service.
  2130. */
  2131. protected function getFilesystemService()
  2132. {
  2133. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2134. return $this->get('.container.private.filesystem');
  2135. }
  2136. /**
  2137. * Gets the public 'security.csrf.token_manager' alias.
  2138. *
  2139. * @return object The ".container.private.security.csrf.token_manager" service.
  2140. */
  2141. protected function getSecurity_Csrf_TokenManagerService()
  2142. {
  2143. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2144. return $this->get('.container.private.security.csrf.token_manager');
  2145. }
  2146. /**
  2147. * Gets the public 'form.factory' alias.
  2148. *
  2149. * @return object The ".container.private.form.factory" service.
  2150. */
  2151. protected function getForm_FactoryService()
  2152. {
  2153. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2154. return $this->get('.container.private.form.factory');
  2155. }
  2156. /**
  2157. * Gets the public 'form.type.file' alias.
  2158. *
  2159. * @return object The ".container.private.form.type.file" service.
  2160. */
  2161. protected function getForm_Type_FileService()
  2162. {
  2163. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2164. return $this->get('.container.private.form.type.file');
  2165. }
  2166. /**
  2167. * Gets the public 'profiler' alias.
  2168. *
  2169. * @return object The ".container.private.profiler" service.
  2170. */
  2171. protected function getProfilerService()
  2172. {
  2173. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2174. return $this->get('.container.private.profiler');
  2175. }
  2176. /**
  2177. * Gets the public 'twig' alias.
  2178. *
  2179. * @return object The ".container.private.twig" service.
  2180. */
  2181. protected function getTwigService()
  2182. {
  2183. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2184. return $this->get('.container.private.twig');
  2185. }
  2186. /**
  2187. * Gets the public 'security.authorization_checker' alias.
  2188. *
  2189. * @return object The ".container.private.security.authorization_checker" service.
  2190. */
  2191. protected function getSecurity_AuthorizationCheckerService()
  2192. {
  2193. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2194. return $this->get('.container.private.security.authorization_checker');
  2195. }
  2196. /**
  2197. * Gets the public 'security.token_storage' alias.
  2198. *
  2199. * @return object The ".container.private.security.token_storage" service.
  2200. */
  2201. protected function getSecurity_TokenStorageService()
  2202. {
  2203. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2204. return $this->get('.container.private.security.token_storage');
  2205. }
  2206. /**
  2207. * Gets the public 'security.password_encoder' alias.
  2208. *
  2209. * @return object The ".container.private.security.password_encoder" service.
  2210. */
  2211. protected function getSecurity_PasswordEncoderService()
  2212. {
  2213. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2214. return $this->get('.container.private.security.password_encoder');
  2215. }
  2216. /**
  2217. * Gets the public 'session' alias.
  2218. *
  2219. * @return object The ".container.private.session" service.
  2220. */
  2221. protected function getSessionService()
  2222. {
  2223. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2224. return $this->get('.container.private.session');
  2225. }
  2226. /**
  2227. * Gets the public 'validator' alias.
  2228. *
  2229. * @return object The ".container.private.validator" service.
  2230. */
  2231. protected function getValidatorService()
  2232. {
  2233. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2234. return $this->get('.container.private.validator');
  2235. }
  2236. /**
  2237. * @return array|bool|float|int|string|\UnitEnum|null
  2238. */
  2239. public function getParameter(string $name)
  2240. {
  2241. if (isset($this->buildParameters[$name])) {
  2242. return $this->buildParameters[$name];
  2243. }
  2244. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2245. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2246. }
  2247. if (isset($this->loadedDynamicParameters[$name])) {
  2248. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2249. }
  2250. return $this->parameters[$name];
  2251. }
  2252. public function hasParameter(string $name): bool
  2253. {
  2254. if (isset($this->buildParameters[$name])) {
  2255. return true;
  2256. }
  2257. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2258. }
  2259. public function setParameter(string $name, $value): void
  2260. {
  2261. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2262. }
  2263. public function getParameterBag(): ParameterBagInterface
  2264. {
  2265. if (null === $this->parameterBag) {
  2266. $parameters = $this->parameters;
  2267. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2268. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2269. }
  2270. foreach ($this->buildParameters as $name => $value) {
  2271. $parameters[$name] = $value;
  2272. }
  2273. $this->parameterBag = new FrozenParameterBag($parameters);
  2274. }
  2275. return $this->parameterBag;
  2276. }
  2277. private $loadedDynamicParameters = [
  2278. 'kernel.runtime_environment' => false,
  2279. 'kernel.build_dir' => false,
  2280. 'kernel.cache_dir' => false,
  2281. 'app_mail_from_address' => false,
  2282. 'app_mail_from_name' => false,
  2283. 'kernel.secret' => false,
  2284. 'debug.container.dump' => false,
  2285. 'validator.mapping.cache.file' => false,
  2286. 'profiler.storage.dsn' => false,
  2287. 'knp_snappy.pdf.binary' => false,
  2288. 'knp_snappy.image.binary' => false,
  2289. 'doctrine.orm.proxy_dir' => false,
  2290. 'swiftmailer.spool.default.memory.path' => false,
  2291. ];
  2292. private $dynamicParameters = [];
  2293. private function getDynamicParameter(string $name)
  2294. {
  2295. switch ($name) {
  2296. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2297. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2298. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2299. case 'app_mail_from_address': $value = $this->getEnv('MAILER_FROM_ADDRESS'); break;
  2300. case 'app_mail_from_name': $value = $this->getEnv('MAILER_FROM_NAME'); break;
  2301. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2302. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2303. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2304. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2305. case 'knp_snappy.pdf.binary': $value = $this->getEnv('LINUX_WKHTMLTOPDF_PATH'); break;
  2306. case 'knp_snappy.image.binary': $value = $this->getEnv('LINUX_WKHTMLTOPDF_PATH'); break;
  2307. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2308. case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2309. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2310. }
  2311. $this->loadedDynamicParameters[$name] = true;
  2312. return $this->dynamicParameters[$name] = $value;
  2313. }
  2314. protected function getDefaultParameters(): array
  2315. {
  2316. return [
  2317. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2318. 'kernel.environment' => 'dev',
  2319. 'kernel.debug' => true,
  2320. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2321. 'kernel.bundles' => [
  2322. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2323. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2324. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2325. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2326. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2327. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2328. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2329. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2330. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  2331. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2332. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2333. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2334. 'LexikFormFilterBundle' => 'Lexik\\Bundle\\FormFilterBundle\\LexikFormFilterBundle',
  2335. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2336. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2337. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2338. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2339. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2340. 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  2341. 'ChartjsBundle' => 'Symfony\\UX\\Chartjs\\ChartjsBundle',
  2342. ],
  2343. 'kernel.bundles_metadata' => [
  2344. 'FrameworkBundle' => [
  2345. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2346. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2347. ],
  2348. 'KnpPaginatorBundle' => [
  2349. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  2350. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2351. ],
  2352. 'KnpSnappyBundle' => [
  2353. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2354. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2355. ],
  2356. 'LiipImagineBundle' => [
  2357. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  2358. 'namespace' => 'Liip\\ImagineBundle',
  2359. ],
  2360. 'TwigBundle' => [
  2361. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2362. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2363. ],
  2364. 'SymfonyCastsResetPasswordBundle' => [
  2365. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2366. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2367. ],
  2368. 'DoctrineBundle' => [
  2369. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2370. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2371. ],
  2372. 'SecurityBundle' => [
  2373. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2374. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2375. ],
  2376. 'SymfonyCastsVerifyEmailBundle' => [
  2377. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  2378. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  2379. ],
  2380. 'SwiftmailerBundle' => [
  2381. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
  2382. 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2383. ],
  2384. 'SensioFrameworkExtraBundle' => [
  2385. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2386. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2387. ],
  2388. 'DoctrineMigrationsBundle' => [
  2389. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2390. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2391. ],
  2392. 'LexikFormFilterBundle' => [
  2393. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/form-filter-bundle'),
  2394. 'namespace' => 'Lexik\\Bundle\\FormFilterBundle',
  2395. ],
  2396. 'MonologBundle' => [
  2397. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2398. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2399. ],
  2400. 'TwigExtraBundle' => [
  2401. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2402. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2403. ],
  2404. 'VichUploaderBundle' => [
  2405. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  2406. 'namespace' => 'Vich\\UploaderBundle',
  2407. ],
  2408. 'MakerBundle' => [
  2409. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2410. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2411. ],
  2412. 'WebProfilerBundle' => [
  2413. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2414. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2415. ],
  2416. 'StimulusBundle' => [
  2417. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle'),
  2418. 'namespace' => 'Symfony\\UX\\StimulusBundle',
  2419. ],
  2420. 'ChartjsBundle' => [
  2421. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-chartjs'),
  2422. 'namespace' => 'Symfony\\UX\\Chartjs',
  2423. ],
  2424. ],
  2425. 'kernel.charset' => 'UTF-8',
  2426. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2427. 'student_profile_path' => '/assets/images/student',
  2428. 'event_dispatcher.event_aliases' => [
  2429. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2430. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2431. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2432. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2433. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2434. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2435. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2436. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2437. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2438. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2439. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2440. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2441. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2442. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2443. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2444. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2445. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2446. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2447. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2448. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2449. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2450. ],
  2451. 'fragment.renderer.hinclude.global_template' => NULL,
  2452. 'fragment.path' => '/_fragment',
  2453. 'kernel.http_method_override' => true,
  2454. 'kernel.trusted_hosts' => [
  2455. ],
  2456. 'kernel.default_locale' => 'en',
  2457. 'kernel.enabled_locales' => [
  2458. ],
  2459. 'kernel.error_controller' => 'error_controller',
  2460. 'debug.file_link_format' => NULL,
  2461. 'asset.request_context.base_path' => NULL,
  2462. 'asset.request_context.secure' => NULL,
  2463. 'translator.logging' => false,
  2464. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2465. 'debug.error_handler.throw_at' => -1,
  2466. 'router.request_context.host' => 'localhost',
  2467. 'router.request_context.scheme' => 'http',
  2468. 'router.request_context.base_url' => '',
  2469. 'router.resource' => 'kernel::loadRoutes',
  2470. 'request_listener.http_port' => 80,
  2471. 'request_listener.https_port' => 443,
  2472. 'session.metadata.storage_key' => '_sf2_meta',
  2473. 'session.storage.options' => [
  2474. 'cache_limiter' => '0',
  2475. 'cookie_secure' => 'auto',
  2476. 'cookie_httponly' => true,
  2477. 'cookie_samesite' => 'lax',
  2478. 'gc_probability' => 1,
  2479. ],
  2480. 'session.save_path' => NULL,
  2481. 'session.metadata.update_threshold' => 0,
  2482. 'form.type_extension.csrf.enabled' => true,
  2483. 'form.type_extension.csrf.field_name' => '_token',
  2484. 'validator.translation_domain' => 'validators',
  2485. 'profiler_listener.only_exceptions' => false,
  2486. 'profiler_listener.only_main_requests' => false,
  2487. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  2488. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2489. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  2490. 'knp_paginator.page_range' => 5,
  2491. 'knp_paginator.page_limit' => NULL,
  2492. 'knp_snappy.pdf.options' => [
  2493. ],
  2494. 'knp_snappy.pdf.env' => [
  2495. ],
  2496. 'knp_snappy.image.options' => [
  2497. ],
  2498. 'knp_snappy.image.env' => [
  2499. ],
  2500. 'liip_imagine.resolvers' => [
  2501. 'default' => [
  2502. 'web_path' => [
  2503. 'web_root' => (\dirname(__DIR__, 4).'/public'),
  2504. 'cache_prefix' => 'media/cache',
  2505. ],
  2506. ],
  2507. ],
  2508. 'liip_imagine.loaders' => [
  2509. 'default' => [
  2510. 'filesystem' => [
  2511. 'locator' => 'filesystem',
  2512. 'data_root' => [
  2513. 0 => (\dirname(__DIR__, 4).'/public'),
  2514. ],
  2515. 'allow_unresolvable_data_roots' => false,
  2516. 'bundle_resources' => [
  2517. 'enabled' => false,
  2518. 'access_control_type' => 'blacklist',
  2519. 'access_control_list' => [
  2520. ],
  2521. ],
  2522. ],
  2523. ],
  2524. ],
  2525. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  2526. 'liip_imagine.jpegoptim.stripAll' => true,
  2527. 'liip_imagine.jpegoptim.max' => NULL,
  2528. 'liip_imagine.jpegoptim.progressive' => true,
  2529. 'liip_imagine.jpegoptim.tempDir' => NULL,
  2530. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  2531. 'liip_imagine.optipng.level' => 7,
  2532. 'liip_imagine.optipng.stripAll' => true,
  2533. 'liip_imagine.optipng.tempDir' => NULL,
  2534. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  2535. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  2536. 'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  2537. 'liip_imagine.cwebp.tempDir' => NULL,
  2538. 'liip_imagine.cwebp.q' => 75,
  2539. 'liip_imagine.cwebp.alphaQ' => 100,
  2540. 'liip_imagine.cwebp.m' => 4,
  2541. 'liip_imagine.cwebp.alphaFilter' => 'fast',
  2542. 'liip_imagine.cwebp.alphaMethod' => 1,
  2543. 'liip_imagine.cwebp.exact' => false,
  2544. 'liip_imagine.cwebp.metadata' => [
  2545. 0 => 'none',
  2546. ],
  2547. 'liip_imagine.driver_service' => 'liip_imagine.gd',
  2548. 'liip_imagine.cache.resolver.default' => 'default',
  2549. 'liip_imagine.default_image' => NULL,
  2550. 'liip_imagine.filter_sets' => [
  2551. 'user_filter_square_medium' => [
  2552. 'quality' => 100,
  2553. 'jpeg_quality' => NULL,
  2554. 'png_compression_level' => NULL,
  2555. 'png_compression_filter' => NULL,
  2556. 'format' => NULL,
  2557. 'animated' => false,
  2558. 'cache' => NULL,
  2559. 'data_loader' => NULL,
  2560. 'default_image' => NULL,
  2561. 'filters' => [
  2562. 'thumbnail' => [
  2563. 'size' => [
  2564. 0 => 300,
  2565. 1 => 300,
  2566. ],
  2567. 'mode' => 'outbound',
  2568. 'upscale' => true,
  2569. 'position' => 'center',
  2570. ],
  2571. ],
  2572. 'post_processors' => [
  2573. ],
  2574. ],
  2575. 'student_filter_square_medium' => [
  2576. 'quality' => 100,
  2577. 'jpeg_quality' => NULL,
  2578. 'png_compression_level' => NULL,
  2579. 'png_compression_filter' => NULL,
  2580. 'format' => NULL,
  2581. 'animated' => false,
  2582. 'cache' => NULL,
  2583. 'data_loader' => NULL,
  2584. 'default_image' => NULL,
  2585. 'filters' => [
  2586. 'thumbnail' => [
  2587. 'size' => [
  2588. 0 => 200,
  2589. 1 => 200,
  2590. ],
  2591. 'mode' => 'outbound',
  2592. 'upscale' => true,
  2593. 'position' => 'center',
  2594. ],
  2595. 'background' => [
  2596. 'size' => [
  2597. 0 => 204,
  2598. 1 => 204,
  2599. ],
  2600. 'position' => 'center',
  2601. 'color' => '#000000',
  2602. ],
  2603. ],
  2604. 'post_processors' => [
  2605. ],
  2606. ],
  2607. 'room_filter_square_small' => [
  2608. 'quality' => 100,
  2609. 'jpeg_quality' => NULL,
  2610. 'png_compression_level' => NULL,
  2611. 'png_compression_filter' => NULL,
  2612. 'format' => NULL,
  2613. 'animated' => false,
  2614. 'cache' => NULL,
  2615. 'data_loader' => NULL,
  2616. 'default_image' => NULL,
  2617. 'filters' => [
  2618. 'thumbnail' => [
  2619. 'size' => [
  2620. 0 => 200,
  2621. 1 => 200,
  2622. ],
  2623. 'mode' => 'outbound',
  2624. 'upscale' => true,
  2625. 'position' => 'center',
  2626. ],
  2627. ],
  2628. 'post_processors' => [
  2629. ],
  2630. ],
  2631. 'twig.mode' => [
  2632. 'quality' => 100,
  2633. 'jpeg_quality' => NULL,
  2634. 'png_compression_level' => NULL,
  2635. 'png_compression_filter' => NULL,
  2636. 'format' => NULL,
  2637. 'animated' => false,
  2638. 'cache' => NULL,
  2639. 'data_loader' => NULL,
  2640. 'default_image' => NULL,
  2641. 'filters' => [
  2642. ],
  2643. 'post_processors' => [
  2644. ],
  2645. ],
  2646. ],
  2647. 'liip_imagine.binary.loader.default' => 'default',
  2648. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  2649. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  2650. 'liip_imagine.webp.generate' => false,
  2651. 'liip_imagine.webp.options' => [
  2652. 'quality' => 100,
  2653. 'cache' => NULL,
  2654. 'data_loader' => NULL,
  2655. 'post_processors' => [
  2656. ],
  2657. ],
  2658. 'twig.form.resources' => [
  2659. 0 => '@VichUploader/Form/fields.html.twig',
  2660. 1 => 'form_div_layout.html.twig',
  2661. 2 => '@LiipImagine/Form/form_div_layout.html.twig',
  2662. ],
  2663. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2664. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2665. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2666. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2667. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2668. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2669. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2670. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2671. 'doctrine.entity_managers' => [
  2672. 'default' => 'doctrine.orm.default_entity_manager',
  2673. ],
  2674. 'doctrine.default_entity_manager' => 'default',
  2675. 'doctrine.dbal.connection_factory.types' => [
  2676. ],
  2677. 'doctrine.connections' => [
  2678. 'default' => 'doctrine.dbal.default_connection',
  2679. ],
  2680. 'doctrine.default_connection' => 'default',
  2681. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2682. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2683. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2684. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2685. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2686. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2687. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2688. 'doctrine.orm.cache.memcache_port' => 11211,
  2689. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2690. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2691. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2692. 'doctrine.orm.cache.memcached_port' => 11211,
  2693. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2694. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2695. 'doctrine.orm.cache.redis_host' => 'localhost',
  2696. 'doctrine.orm.cache.redis_port' => 6379,
  2697. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2698. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2699. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2700. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2701. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2702. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2703. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2704. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2705. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2706. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2707. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2708. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2709. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2710. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2711. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2712. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2713. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2714. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2715. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2716. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2717. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2718. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2719. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2720. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2721. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2722. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2723. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2724. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2725. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2726. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2727. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2728. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2729. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2730. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2731. 'security.role_hierarchy.roles' => [
  2732. 'ROLE_FINANCIAL' => [
  2733. 0 => 'ROLE_USER',
  2734. ],
  2735. 'ROLE_DISCIPLINE' => [
  2736. 0 => 'ROLE_USER',
  2737. ],
  2738. 'ROLE_ADMIN' => [
  2739. 0 => 'ROLE_USER',
  2740. 1 => 'ROLE_FINANCIAL',
  2741. 2 => 'ROLE_DISCIPLINE',
  2742. ],
  2743. 'ROLE_SUPER_ADMIN' => [
  2744. 0 => 'ROLE_ADMIN',
  2745. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  2746. ],
  2747. ],
  2748. 'security.access.denied_url' => NULL,
  2749. 'security.authentication.manager.erase_credentials' => true,
  2750. 'security.authentication.session_strategy.strategy' => 'migrate',
  2751. 'security.access.always_authenticate_before_granting' => false,
  2752. 'security.authentication.hide_user_not_found' => true,
  2753. 'security.firewalls' => [
  2754. 0 => 'dev',
  2755. 1 => 'main',
  2756. ],
  2757. 'security.main._indexed_authenticators' => [
  2758. ],
  2759. 'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2760. 'swiftmailer.mailer.default.spool.enabled' => true,
  2761. 'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2762. 'swiftmailer.mailer.default.single_address' => NULL,
  2763. 'swiftmailer.mailer.default.delivery.enabled' => true,
  2764. 'swiftmailer.spool.enabled' => true,
  2765. 'swiftmailer.delivery.enabled' => true,
  2766. 'swiftmailer.single_address' => NULL,
  2767. 'swiftmailer.mailers' => [
  2768. 'default' => 'swiftmailer.mailer.default',
  2769. ],
  2770. 'swiftmailer.default_mailer' => 'default',
  2771. 'doctrine.migrations.preferred_em' => NULL,
  2772. 'doctrine.migrations.preferred_connection' => NULL,
  2773. 'lexik_form_filter.query_builder_updater.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  2774. 'lexik_form_filter.form_data_extractor.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  2775. 'lexik_form_filter.data_extraction_method.default.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  2776. 'lexik_form_filter.data_extraction_method.text.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  2777. 'lexik_form_filter.data_extraction_method.key_values.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  2778. 'lexik_form_filter.filter_prepare.class' => 'Lexik\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  2779. 'lexik_form_filter.type.filter_text.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  2780. 'lexik_form_filter.type.filter_number.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  2781. 'lexik_form_filter.type.filter_number_range.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  2782. 'lexik_form_filter.type.filter_checkbox.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  2783. 'lexik_form_filter.type.filter_boolean.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  2784. 'lexik_form_filter.type.filter_choice.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  2785. 'lexik_form_filter.type.filter_date.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  2786. 'lexik_form_filter.type.filter_date_range.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  2787. 'lexik_form_filter.type.filter_datetime.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  2788. 'lexik_form_filter.type.filter_datetime_range.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  2789. 'lexik_form_filter.type.filter_collection_adapter.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  2790. 'lexik_form_filter.type.filter_sharedable.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  2791. 'lexik_form_filter.type_extension.filter_extension.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  2792. 'lexik_form_filter.get_filter.doctrine_orm.class' => 'Lexik\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  2793. 'lexik_form_filter.apply_filter.doctrine_orm.class' => 'Lexik\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  2794. 'lexik_form_filter.type.filter_entity.class' => 'Lexik\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  2795. 'lexik_form_filter.where_method' => 'and',
  2796. 'lexik_form_filter.text.condition_pattern' => 1,
  2797. 'monolog.use_microseconds' => true,
  2798. 'monolog.swift_mailer.handlers' => [
  2799. ],
  2800. 'monolog.handlers_to_channels' => [
  2801. 'monolog.handler.console' => [
  2802. 'type' => 'exclusive',
  2803. 'elements' => [
  2804. 0 => 'event',
  2805. 1 => 'doctrine',
  2806. 2 => 'console',
  2807. ],
  2808. ],
  2809. 'monolog.handler.main' => [
  2810. 'type' => 'exclusive',
  2811. 'elements' => [
  2812. 0 => 'event',
  2813. ],
  2814. ],
  2815. ],
  2816. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  2817. 'vich_uploader.mappings' => [
  2818. 'student_image' => [
  2819. 'uri_prefix' => '/assets/images/student',
  2820. 'upload_destination' => (\dirname(__DIR__, 4).'/public/assets/images/student'),
  2821. 'namer' => [
  2822. 'service' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer.student_image',
  2823. 'options' => [
  2824. 'property' => 'matricule',
  2825. ],
  2826. ],
  2827. 'inject_on_load' => false,
  2828. 'delete_on_update' => true,
  2829. 'delete_on_remove' => true,
  2830. 'directory_namer' => [
  2831. 'service' => NULL,
  2832. 'options' => NULL,
  2833. ],
  2834. 'db_driver' => 'orm',
  2835. ],
  2836. ],
  2837. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2838. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2839. 'web_profiler.debug_toolbar.mode' => 2,
  2840. 'data_collector.templates' => [
  2841. 'data_collector.request' => [
  2842. 0 => 'request',
  2843. 1 => '@WebProfiler/Collector/request.html.twig',
  2844. ],
  2845. 'data_collector.time' => [
  2846. 0 => 'time',
  2847. 1 => '@WebProfiler/Collector/time.html.twig',
  2848. ],
  2849. 'data_collector.memory' => [
  2850. 0 => 'memory',
  2851. 1 => '@WebProfiler/Collector/memory.html.twig',
  2852. ],
  2853. 'data_collector.validator' => [
  2854. 0 => 'validator',
  2855. 1 => '@WebProfiler/Collector/validator.html.twig',
  2856. ],
  2857. 'data_collector.ajax' => [
  2858. 0 => 'ajax',
  2859. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2860. ],
  2861. 'data_collector.form' => [
  2862. 0 => 'form',
  2863. 1 => '@WebProfiler/Collector/form.html.twig',
  2864. ],
  2865. 'data_collector.exception' => [
  2866. 0 => 'exception',
  2867. 1 => '@WebProfiler/Collector/exception.html.twig',
  2868. ],
  2869. 'data_collector.logger' => [
  2870. 0 => 'logger',
  2871. 1 => '@WebProfiler/Collector/logger.html.twig',
  2872. ],
  2873. 'data_collector.events' => [
  2874. 0 => 'events',
  2875. 1 => '@WebProfiler/Collector/events.html.twig',
  2876. ],
  2877. 'data_collector.router' => [
  2878. 0 => 'router',
  2879. 1 => '@WebProfiler/Collector/router.html.twig',
  2880. ],
  2881. 'data_collector.cache' => [
  2882. 0 => 'cache',
  2883. 1 => '@WebProfiler/Collector/cache.html.twig',
  2884. ],
  2885. 'data_collector.translation' => [
  2886. 0 => 'translation',
  2887. 1 => '@WebProfiler/Collector/translation.html.twig',
  2888. ],
  2889. 'data_collector.security' => [
  2890. 0 => 'security',
  2891. 1 => '@Security/Collector/security.html.twig',
  2892. ],
  2893. 'data_collector.twig' => [
  2894. 0 => 'twig',
  2895. 1 => '@WebProfiler/Collector/twig.html.twig',
  2896. ],
  2897. 'data_collector.doctrine' => [
  2898. 0 => 'db',
  2899. 1 => '@Doctrine/Collector/db.html.twig',
  2900. ],
  2901. 'doctrine_migrations.migrations_collector' => [
  2902. 0 => 'doctrine_migrations',
  2903. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  2904. ],
  2905. 'swiftmailer.data_collector' => [
  2906. 0 => 'swiftmailer',
  2907. 1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2908. ],
  2909. 'mailer.data_collector' => [
  2910. 0 => 'mailer',
  2911. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2912. ],
  2913. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  2914. 0 => 'vich_uploader.mapping_collector',
  2915. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  2916. ],
  2917. 'data_collector.config' => [
  2918. 0 => 'config',
  2919. 1 => '@WebProfiler/Collector/config.html.twig',
  2920. ],
  2921. ],
  2922. 'console.command.ids' => [
  2923. ],
  2924. ];
  2925. }
  2926. protected function throw($message)
  2927. {
  2928. throw new RuntimeException($message);
  2929. }
  2930. }