var/cache/dev/ContainerWqAJScb/App_KernelDevDebugContainer.php line 1976

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