var/cache/dev/ContainerKgQixU4/App_KernelDevDebugContainer.php line 1791

Open in your IDE?
  1. <?php
  2. namespace ContainerKgQixU4;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37. '.container.private.session' => 'get_Container_Private_SessionService',
  38. '.container.private.twig' => 'get_Container_Private_TwigService',
  39. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40. 'cache.app' => 'getCache_AppService',
  41. 'cache.system' => 'getCache_SystemService',
  42. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43. 'data_collector.dump' => 'getDataCollector_DumpService',
  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. 'fos_http_cache.cache_manager' => 'getFosHttpCache_CacheManagerService',
  49. 'fos_http_cache.event_listener.cache_control' => 'getFosHttpCache_EventListener_CacheControlService',
  50. 'fos_http_cache.http.symfony_response_tagger' => 'getFosHttpCache_Http_SymfonyResponseTaggerService',
  51. 'fos_http_cache.proxy_client.varnish' => 'getFosHttpCache_ProxyClient_VarnishService',
  52. 'http_kernel' => 'getHttpKernelService',
  53. 'request_stack' => 'getRequestStackService',
  54. 'router' => 'getRouterService',
  55. 'translator' => 'getTranslatorService',
  56. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57. 'cache_clearer' => 'getCacheClearerService',
  58. 'filesystem' => 'getFilesystemService',
  59. 'serializer' => 'getSerializerService',
  60. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61. 'form.factory' => 'getForm_FactoryService',
  62. 'form.type.file' => 'getForm_Type_FileService',
  63. 'profiler' => 'getProfilerService',
  64. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65. 'security.token_storage' => 'getSecurity_TokenStorageService',
  66. 'twig' => 'getTwigService',
  67. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68. 'session' => 'getSessionService',
  69. 'validator' => 'getValidatorService',
  70. ];
  71. $this->fileMap = [
  72. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  77. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  78. 'App\\Controller\\Admin\\ActualiteCrudController' => 'getActualiteCrudControllerService',
  79. 'App\\Controller\\Admin\\ArticleCrudController' => 'getArticleCrudControllerService',
  80. 'App\\Controller\\Admin\\BlogCrudController' => 'getBlogCrudControllerService',
  81. 'App\\Controller\\Admin\\CategorieRealisationCrudController' => 'getCategorieRealisationCrudControllerService',
  82. 'App\\Controller\\Admin\\ChatAssistantCrudController' => 'getChatAssistantCrudControllerService',
  83. 'App\\Controller\\Admin\\ClientCrudController' => 'getClientCrudControllerService',
  84. 'App\\Controller\\Admin\\CompositionAccueilCrudController' => 'getCompositionAccueilCrudControllerService',
  85. 'App\\Controller\\Admin\\CompteurCrudController' => 'getCompteurCrudControllerService',
  86. 'App\\Controller\\Admin\\CookiesCrudController' => 'getCookiesCrudControllerService',
  87. 'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  88. 'App\\Controller\\Admin\\EmplacementCrudController' => 'getEmplacementCrudControllerService',
  89. 'App\\Controller\\Admin\\GeneralCrudController' => 'getGeneralCrudControllerService',
  90. 'App\\Controller\\Admin\\HorairesDouvertureCrudController' => 'getHorairesDouvertureCrudControllerService',
  91. 'App\\Controller\\Admin\\IconesColoreesCrudController' => 'getIconesColoreesCrudControllerService',
  92. 'App\\Controller\\Admin\\ImagesAccueilCrudController' => 'getImagesAccueilCrudControllerService',
  93. 'App\\Controller\\Admin\\MentionsLegalesCrudController' => 'getMentionsLegalesCrudControllerService',
  94. 'App\\Controller\\Admin\\MenuActionsCrudController' => 'getMenuActionsCrudControllerService',
  95. 'App\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudControllerService',
  96. 'App\\Controller\\Admin\\NosChiffresClesCrudController' => 'getNosChiffresClesCrudControllerService',
  97. 'App\\Controller\\Admin\\NosGarantiesCrudController' => 'getNosGarantiesCrudControllerService',
  98. 'App\\Controller\\Admin\\NosTarifsCrudController' => 'getNosTarifsCrudControllerService',
  99. 'App\\Controller\\Admin\\PageQuiSommesNousCrudController' => 'getPageQuiSommesNousCrudControllerService',
  100. 'App\\Controller\\Admin\\PolitiqueDeConfidentialiteCrudController' => 'getPolitiqueDeConfidentialiteCrudControllerService',
  101. 'App\\Controller\\Admin\\PresentationCrudController' => 'getPresentationCrudControllerService',
  102. 'App\\Controller\\Admin\\QuiSommesNousCrudController' => 'getQuiSommesNousCrudControllerService',
  103. 'App\\Controller\\Admin\\RealisationCrudController' => 'getRealisationCrudControllerService',
  104. 'App\\Controller\\Admin\\ReseauxSociauxCrudController' => 'getReseauxSociauxCrudControllerService',
  105. 'App\\Controller\\Admin\\SectionIconeColoreeCrudController' => 'getSectionIconeColoreeCrudControllerService',
  106. 'App\\Controller\\Admin\\SectionZoneDinterventionCrudController' => 'getSectionZoneDinterventionCrudControllerService',
  107. 'App\\Controller\\Admin\\ServiceCrudController' => 'getServiceCrudControllerService',
  108. 'App\\Controller\\Admin\\TarifCrudController' => 'getTarifCrudControllerService',
  109. 'App\\Controller\\Admin\\TemoignageCrudController' => 'getTemoignageCrudControllerService',
  110. 'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  111. 'App\\Controller\\Admin\\ZoneDinterventionCrudController' => 'getZoneDinterventionCrudControllerService',
  112. 'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  113. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  114. 'App\\Controller\\WebsiteController' => 'getWebsiteControllerService',
  115. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  116. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  117. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  118. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  119. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  120. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  121. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  122. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  123. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  124. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  125. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  126. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  127. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  128. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  129. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  130. 'cache.app_clearer' => 'getCache_AppClearerService',
  131. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  132. 'cache.system_clearer' => 'getCache_SystemClearerService',
  133. 'cache_warmer' => 'getCacheWarmerService',
  134. 'console.command.public_alias.App\\Command\\ConvertImagesCommand' => 'getConvertImagesCommandService',
  135. 'console.command_loader' => 'getConsole_CommandLoaderService',
  136. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  137. 'error_controller' => 'getErrorControllerService',
  138. 'routing.loader' => 'getRouting_LoaderService',
  139. 'services_resetter' => 'getServicesResetterService',
  140. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  141. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  142. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  143. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  144. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  145. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  146. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  147. ];
  148. $this->aliases = [
  149. 'App\\Kernel' => 'kernel',
  150. 'FOS\\HttpCacheBundle\\CacheManager' => 'fos_http_cache.cache_manager',
  151. 'FOS\\HttpCacheBundle\\EventListener\\CacheControlListener' => 'fos_http_cache.event_listener.cache_control',
  152. 'FOS\\HttpCacheBundle\\Http\\SymfonyResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  153. 'FOS\\HttpCache\\ResponseTagger' => 'fos_http_cache.http.symfony_response_tagger',
  154. 'database_connection' => 'doctrine.dbal.default_connection',
  155. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  156. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  157. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  158. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  159. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  160. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  161. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  162. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  163. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  164. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  165. ];
  166. $this->privates['service_container'] = function () {
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  173. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  180. include_once \dirname(__DIR__, 4).'/src/Repository/ChatAssistantRepository.php';
  181. include_once \dirname(__DIR__, 4).'/src/Repository/CompositionAccueilRepository.php';
  182. include_once \dirname(__DIR__, 4).'/src/Repository/CompteurRepository.php';
  183. include_once \dirname(__DIR__, 4).'/src/Repository/EmplacementRepository.php';
  184. include_once \dirname(__DIR__, 4).'/src/Repository/GeneralRepository.php';
  185. include_once \dirname(__DIR__, 4).'/src/Repository/HorairesDouvertureRepository.php';
  186. include_once \dirname(__DIR__, 4).'/src/Repository/IconesColoreesRepository.php';
  187. include_once \dirname(__DIR__, 4).'/src/Repository/ImagesAccueilRepository.php';
  188. include_once \dirname(__DIR__, 4).'/src/Repository/MenuActionsRepository.php';
  189. include_once \dirname(__DIR__, 4).'/src/Repository/MenuRepository.php';
  190. include_once \dirname(__DIR__, 4).'/src/Repository/NosChiffresClesRepository.php';
  191. include_once \dirname(__DIR__, 4).'/src/Repository/NosTarifsRepository.php';
  192. include_once \dirname(__DIR__, 4).'/src/Repository/PageQuiSommesNousRepository.php';
  193. include_once \dirname(__DIR__, 4).'/src/Repository/PresentationRepository.php';
  194. include_once \dirname(__DIR__, 4).'/src/Repository/QuiSommesNousRepository.php';
  195. include_once \dirname(__DIR__, 4).'/src/Repository/RealisationRepository.php';
  196. include_once \dirname(__DIR__, 4).'/src/Repository/ReseauxSociauxRepository.php';
  197. include_once \dirname(__DIR__, 4).'/src/Repository/SectionIconeColoreeRepository.php';
  198. include_once \dirname(__DIR__, 4).'/src/Repository/SectionZoneDinterventionRepository.php';
  199. include_once \dirname(__DIR__, 4).'/src/Repository/ServiceRepository.php';
  200. include_once \dirname(__DIR__, 4).'/src/Repository/ZoneDinterventionRepository.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcherInterface.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RuleMatcher.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/UnsafeRequestMatcher.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/ResponseMatcherInterface.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/NonErrorResponseMatcher.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/CacheControlListener.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/ProxyClient.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/BanCapable.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/PurgeCapable.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/RefreshCapable.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Invalidation/TagCapable.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Varnish.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/Dispatcher.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpDispatcher.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/CacheInvalidator.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/CacheManager.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/ResponseTagger.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/SymfonyResponseTagger.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderFormatter.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/TagHeaderParser.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/TagHeaderFormatter/CommaSeparatedTagHeaderFormatter.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AbstractRuleListener.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/TagListener.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/RequestMatcher/CacheableRequestMatcher.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Http/ResponseMatcher/CacheableResponseMatcher.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/UserContextListener.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/UserContext/RequestMatcher.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/UserContext/HashGenerator.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/UserContext/DefaultHashGenerator.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/UserContext/ContextProvider.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/UserContext/RoleProvider.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache/src/UserContext/AnonymousRequestMatcher.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/FlashMessageListener.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/Php8AttributesListener.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  575. include_once \dirname(__DIR__, 4).'/src/Twig/ImageRenderExtension.php';
  576. include_once \dirname(__DIR__, 4).'/src/Twig/TransExtension.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  578. include_once \dirname(__DIR__, 4).'/src/Twig/TruncateExtension.php';
  579. include_once \dirname(__DIR__, 4).'/src/Twig/UtilsExtension.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/Twig/CacheTagExtension.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  591. include_once \dirname(__DIR__, 4).'/src/General/EmplacementService.php';
  592. include_once \dirname(__DIR__, 4).'/src/General/GeneralService.php';
  593. include_once \dirname(__DIR__, 4).'/src/General/MenuService.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  601. };
  602. }
  603. public function compile(): void
  604. {
  605. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  606. }
  607. public function isCompiled(): bool
  608. {
  609. return true;
  610. }
  611. public function getRemovedIds(): array
  612. {
  613. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  614. }
  615. protected function load($file, $lazyLoad = true)
  616. {
  617. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  618. return $class::do($this, $lazyLoad);
  619. }
  620. if ('.' === $file[-4]) {
  621. $class = substr($class, 0, -4);
  622. } else {
  623. $file .= '.php';
  624. }
  625. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  626. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  627. }
  628. protected function createProxy($class, \Closure $factory)
  629. {
  630. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  631. return $factory();
  632. }
  633. /**
  634. * Gets the public '.container.private.profiler' shared service.
  635. *
  636. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  637. */
  638. protected function get_Container_Private_ProfilerService()
  639. {
  640. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  641. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  642. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  643. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  644. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  645. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  646. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  647. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  648. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  649. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  650. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  651. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  652. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  653. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  654. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  655. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  656. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  657. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  658. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  659. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  660. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  661. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  662. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  663. if ($this->has('kernel')) {
  664. $f->setKernel($b);
  665. }
  666. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  667. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  668. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  669. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  670. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  671. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  672. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  673. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  674. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  675. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  676. $instance->add($d);
  677. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  678. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  679. $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())));
  680. $instance->add($e);
  681. $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([])))));
  682. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  683. $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()))));
  684. $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  685. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  686. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  687. $instance->add($f);
  688. return $instance;
  689. }
  690. /**
  691. * Gets the public '.container.private.security.authorization_checker' shared service.
  692. *
  693. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  694. */
  695. protected function get_Container_Private_Security_AuthorizationCheckerService()
  696. {
  697. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  698. if (isset($this->services['.container.private.security.authorization_checker'])) {
  699. return $this->services['.container.private.security.authorization_checker'];
  700. }
  701. 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);
  702. }
  703. /**
  704. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  705. *
  706. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  707. */
  708. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  709. {
  710. 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())));
  711. }
  712. /**
  713. * Gets the public '.container.private.security.token_storage' shared service.
  714. *
  715. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  716. */
  717. protected function get_Container_Private_Security_TokenStorageService()
  718. {
  719. 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, [
  720. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  721. ], [
  722. 'request_stack' => '?',
  723. ]));
  724. }
  725. /**
  726. * Gets the public '.container.private.session' shared service.
  727. *
  728. * @return \Symfony\Component\HttpFoundation\Session\Session
  729. */
  730. protected function get_Container_Private_SessionService()
  731. {
  732. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  733. if (isset($this->services['.container.private.session'])) {
  734. return $this->services['.container.private.session'];
  735. }
  736. return $this->services['.container.private.session'] = $a->createSession();
  737. }
  738. /**
  739. * Gets the public '.container.private.twig' shared service.
  740. *
  741. * @return \Twig\Environment
  742. */
  743. protected function get_Container_Private_TwigService()
  744. {
  745. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  746. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  747. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  748. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  749. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  750. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  751. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  752. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  753. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  754. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  755. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  756. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  757. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  758. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  759. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  760. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  761. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  762. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  763. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  764. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  765. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  766. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  767. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  768. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  769. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  770. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  771. $g = ($this->services['router'] ?? $this->getRouterService());
  772. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  773. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  774. $i = new \Symfony\Bridge\Twig\AppVariable();
  775. $i->setEnvironment('dev');
  776. $i->setDebug(true);
  777. if ($this->has('.container.private.security.token_storage')) {
  778. $i->setTokenStorage($c);
  779. }
  780. if ($this->has('request_stack')) {
  781. $i->setRequestStack($b);
  782. }
  783. $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  784. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  785. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  786. $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  787. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  788. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  789. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  790. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  791. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  792. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  793. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  794. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  795. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  796. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $g)));
  797. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  798. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  799. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  800. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  801. $instance->addExtension(new \App\Twig\ImageRenderExtension());
  802. $instance->addExtension(new \App\Twig\TransExtension($e, NULL, new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  803. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  804. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  805. ], [
  806. 'security.authorization_checker' => '?',
  807. 'security.token_storage' => '?',
  808. ])), $instance));
  809. $instance->addExtension(new \App\Twig\TruncateExtension());
  810. $instance->addExtension(new \App\Twig\UtilsExtension());
  811. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  812. $instance->addExtension(new \Twig\Extra\String\StringExtension());
  813. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  814. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  815. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  816. ], [
  817. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  818. ])));
  819. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  820. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  821. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  822. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  823. ], [
  824. 'webpack_encore.entrypoint_lookup_collection' => '?',
  825. 'webpack_encore.tag_renderer' => '?',
  826. ])));
  827. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  828. $instance->addExtension(new \FOS\HttpCacheBundle\Twig\CacheTagExtension(($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService())));
  829. $instance->addGlobal('app', $i);
  830. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  831. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  832. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  833. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  834. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  835. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  836. ], [
  837. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  838. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  839. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  840. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  841. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  842. ])));
  843. $instance->addGlobal('emplacementS', new \App\General\EmplacementService(($this->privates['App\\Repository\\EmplacementRepository'] ?? $this->getEmplacementRepositoryService())));
  844. $instance->addGlobal('generalS', new \App\General\GeneralService(($this->privates['App\\Repository\\GeneralRepository'] ?? $this->getGeneralRepositoryService()), ($this->privates['App\\Repository\\ImagesAccueilRepository'] ?? $this->getImagesAccueilRepositoryService()), ($this->privates['App\\Repository\\NosChiffresClesRepository'] ?? $this->getNosChiffresClesRepositoryService()), ($this->privates['App\\Repository\\QuiSommesNousRepository'] ?? $this->getQuiSommesNousRepositoryService()), ($this->privates['App\\Repository\\NosTarifsRepository'] ?? $this->getNosTarifsRepositoryService()), ($this->privates['App\\Repository\\HorairesDouvertureRepository'] ?? $this->getHorairesDouvertureRepositoryService()), ($this->privates['App\\Repository\\CompteurRepository'] ?? $this->getCompteurRepositoryService()), ($this->privates['App\\Repository\\PageQuiSommesNousRepository'] ?? $this->getPageQuiSommesNousRepositoryService()), ($this->privates['App\\Repository\\SectionZoneDinterventionRepository'] ?? $this->getSectionZoneDinterventionRepositoryService()), ($this->privates['App\\Repository\\ZoneDinterventionRepository'] ?? $this->getZoneDinterventionRepositoryService()), ($this->privates['App\\Repository\\ReseauxSociauxRepository'] ?? $this->getReseauxSociauxRepositoryService()), ($this->privates['App\\Repository\\SectionIconeColoreeRepository'] ?? $this->getSectionIconeColoreeRepositoryService()), ($this->privates['App\\Repository\\IconesColoreesRepository'] ?? $this->getIconesColoreesRepositoryService()), ($this->privates['App\\Repository\\PresentationRepository'] ?? $this->getPresentationRepositoryService()), ($this->privates['App\\Repository\\RealisationRepository'] ?? $this->getRealisationRepositoryService()), ($this->privates['App\\Repository\\ChatAssistantRepository'] ?? $this->getChatAssistantRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  845. $instance->addGlobal('menuS', new \App\General\MenuService(($this->privates['App\\Repository\\MenuRepository'] ?? $this->getMenuRepositoryService()), ($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()), ($this->privates['App\\Repository\\CompositionAccueilRepository'] ?? $this->getCompositionAccueilRepositoryService()), ($this->privates['App\\Repository\\MenuActionsRepository'] ?? $this->getMenuActionsRepositoryService())));
  846. $instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
  847. $instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
  848. $instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
  849. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  850. return $instance;
  851. }
  852. /**
  853. * Gets the public '.container.private.validator' shared service.
  854. *
  855. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  856. */
  857. protected function get_Container_Private_ValidatorService()
  858. {
  859. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  860. if (isset($this->services['.container.private.validator'])) {
  861. return $this->services['.container.private.validator'];
  862. }
  863. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  864. }
  865. /**
  866. * Gets the public 'cache.app' shared service.
  867. *
  868. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  869. */
  870. protected function getCache_AppService()
  871. {
  872. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mRcv9E0-kf', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  873. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  874. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  875. }
  876. /**
  877. * Gets the public 'cache.system' shared service.
  878. *
  879. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  880. */
  881. protected function getCache_SystemService()
  882. {
  883. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YlBTYMwQaz', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  884. }
  885. /**
  886. * Gets the public 'cache.validator_expression_language' shared service.
  887. *
  888. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  889. */
  890. protected function getCache_ValidatorExpressionLanguageService()
  891. {
  892. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TagoJAeOVx', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  893. }
  894. /**
  895. * Gets the public 'data_collector.dump' shared service.
  896. *
  897. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  898. */
  899. protected function getDataCollector_DumpService()
  900. {
  901. return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  902. }
  903. /**
  904. * Gets the public 'doctrine' shared service.
  905. *
  906. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  907. */
  908. protected function getDoctrineService()
  909. {
  910. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  911. }
  912. /**
  913. * Gets the public 'doctrine.dbal.default_connection' shared service.
  914. *
  915. * @return \Doctrine\DBAL\Connection
  916. */
  917. protected function getDoctrine_Dbal_DefaultConnectionService()
  918. {
  919. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  920. if (isset($this->services['doctrine.dbal.default_connection'])) {
  921. return $this->services['doctrine.dbal.default_connection'];
  922. }
  923. $b = new \Doctrine\DBAL\Configuration();
  924. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  925. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  926. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  927. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  928. $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))));
  929. $d->setConnectionName('default');
  930. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  931. $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')))]));
  932. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  933. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  934. }
  935. /**
  936. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  937. *
  938. * @return \Doctrine\ORM\EntityManager
  939. */
  940. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  941. {
  942. if ($lazyLoad) {
  943. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  944. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  945. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  946. $proxy->setProxyInitializer(null);
  947. return true;
  948. });
  949. });
  950. }
  951. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  952. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  953. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  954. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  955. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  956. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  957. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  958. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  959. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  960. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  961. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  962. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  963. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  964. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  965. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  966. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  967. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  968. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  969. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  970. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  971. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  972. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  973. $a = new \Doctrine\ORM\Configuration();
  974. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  975. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  976. $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  977. $a->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  978. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  979. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  980. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  981. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  982. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  983. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  984. ], [
  985. 'doctrine.ulid_generator' => '?',
  986. 'doctrine.uuid_generator' => '?',
  987. ])));
  988. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  989. $a->setProxyNamespace('Proxies');
  990. $a->setAutoGenerateProxyClasses(true);
  991. $a->setSchemaIgnoreClasses([]);
  992. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  993. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  994. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  995. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  996. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  997. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  998. $a->setLazyGhostObjectEnabled(false);
  999. $a->setIdentityGenerationPreferences([]);
  1000. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1001. 'App\\Repository\\ActualiteRepository' => ['privates', 'App\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', true],
  1002. 'App\\Repository\\ArticleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', true],
  1003. 'App\\Repository\\BlogRepository' => ['privates', 'App\\Repository\\BlogRepository', 'getBlogRepositoryService', true],
  1004. 'App\\Repository\\CategorieRealisationRepository' => ['privates', 'App\\Repository\\CategorieRealisationRepository', 'getCategorieRealisationRepositoryService', true],
  1005. 'App\\Repository\\ChatAssistantRepository' => ['privates', 'App\\Repository\\ChatAssistantRepository', 'getChatAssistantRepositoryService', false],
  1006. 'App\\Repository\\ClientRepository' => ['privates', 'App\\Repository\\ClientRepository', 'getClientRepositoryService', true],
  1007. 'App\\Repository\\CompositionAccueilRepository' => ['privates', 'App\\Repository\\CompositionAccueilRepository', 'getCompositionAccueilRepositoryService', false],
  1008. 'App\\Repository\\CompteurRepository' => ['privates', 'App\\Repository\\CompteurRepository', 'getCompteurRepositoryService', false],
  1009. 'App\\Repository\\CookiesRepository' => ['privates', 'App\\Repository\\CookiesRepository', 'getCookiesRepositoryService', true],
  1010. 'App\\Repository\\EmplacementRepository' => ['privates', 'App\\Repository\\EmplacementRepository', 'getEmplacementRepositoryService', false],
  1011. 'App\\Repository\\GeneralRepository' => ['privates', 'App\\Repository\\GeneralRepository', 'getGeneralRepositoryService', false],
  1012. 'App\\Repository\\HorairesDouvertureRepository' => ['privates', 'App\\Repository\\HorairesDouvertureRepository', 'getHorairesDouvertureRepositoryService', false],
  1013. 'App\\Repository\\IconesColoreesRepository' => ['privates', 'App\\Repository\\IconesColoreesRepository', 'getIconesColoreesRepositoryService', false],
  1014. 'App\\Repository\\ImageRepository' => ['privates', 'App\\Repository\\ImageRepository', 'getImageRepositoryService', true],
  1015. 'App\\Repository\\ImagesAccueilRepository' => ['privates', 'App\\Repository\\ImagesAccueilRepository', 'getImagesAccueilRepositoryService', false],
  1016. 'App\\Repository\\MentionsLegalesRepository' => ['privates', 'App\\Repository\\MentionsLegalesRepository', 'getMentionsLegalesRepositoryService', true],
  1017. 'App\\Repository\\MenuActionsRepository' => ['privates', 'App\\Repository\\MenuActionsRepository', 'getMenuActionsRepositoryService', false],
  1018. 'App\\Repository\\MenuRepository' => ['privates', 'App\\Repository\\MenuRepository', 'getMenuRepositoryService', false],
  1019. 'App\\Repository\\NosChiffresClesRepository' => ['privates', 'App\\Repository\\NosChiffresClesRepository', 'getNosChiffresClesRepositoryService', false],
  1020. 'App\\Repository\\NosGarantiesRepository' => ['privates', 'App\\Repository\\NosGarantiesRepository', 'getNosGarantiesRepositoryService', true],
  1021. 'App\\Repository\\NosTarifsRepository' => ['privates', 'App\\Repository\\NosTarifsRepository', 'getNosTarifsRepositoryService', false],
  1022. 'App\\Repository\\PageQuiSommesNousRepository' => ['privates', 'App\\Repository\\PageQuiSommesNousRepository', 'getPageQuiSommesNousRepositoryService', false],
  1023. 'App\\Repository\\PolitiqueDeConfidentialiteRepository' => ['privates', 'App\\Repository\\PolitiqueDeConfidentialiteRepository', 'getPolitiqueDeConfidentialiteRepositoryService', true],
  1024. 'App\\Repository\\PresentationRepository' => ['privates', 'App\\Repository\\PresentationRepository', 'getPresentationRepositoryService', false],
  1025. 'App\\Repository\\QuiSommesNousRepository' => ['privates', 'App\\Repository\\QuiSommesNousRepository', 'getQuiSommesNousRepositoryService', false],
  1026. 'App\\Repository\\RealisationRepository' => ['privates', 'App\\Repository\\RealisationRepository', 'getRealisationRepositoryService', false],
  1027. 'App\\Repository\\ReseauxSociauxRepository' => ['privates', 'App\\Repository\\ReseauxSociauxRepository', 'getReseauxSociauxRepositoryService', false],
  1028. 'App\\Repository\\SectionIconeColoreeRepository' => ['privates', 'App\\Repository\\SectionIconeColoreeRepository', 'getSectionIconeColoreeRepositoryService', false],
  1029. 'App\\Repository\\SectionZoneDinterventionRepository' => ['privates', 'App\\Repository\\SectionZoneDinterventionRepository', 'getSectionZoneDinterventionRepositoryService', false],
  1030. 'App\\Repository\\ServiceRepository' => ['privates', 'App\\Repository\\ServiceRepository', 'getServiceRepositoryService', false],
  1031. 'App\\Repository\\TarifRepository' => ['privates', 'App\\Repository\\TarifRepository', 'getTarifRepositoryService', true],
  1032. 'App\\Repository\\TemoignageRepository' => ['privates', 'App\\Repository\\TemoignageRepository', 'getTemoignageRepositoryService', true],
  1033. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  1034. 'App\\Repository\\ZoneDinterventionRepository' => ['privates', 'App\\Repository\\ZoneDinterventionRepository', 'getZoneDinterventionRepositoryService', false],
  1035. ], [
  1036. 'App\\Repository\\ActualiteRepository' => '?',
  1037. 'App\\Repository\\ArticleRepository' => '?',
  1038. 'App\\Repository\\BlogRepository' => '?',
  1039. 'App\\Repository\\CategorieRealisationRepository' => '?',
  1040. 'App\\Repository\\ChatAssistantRepository' => '?',
  1041. 'App\\Repository\\ClientRepository' => '?',
  1042. 'App\\Repository\\CompositionAccueilRepository' => '?',
  1043. 'App\\Repository\\CompteurRepository' => '?',
  1044. 'App\\Repository\\CookiesRepository' => '?',
  1045. 'App\\Repository\\EmplacementRepository' => '?',
  1046. 'App\\Repository\\GeneralRepository' => '?',
  1047. 'App\\Repository\\HorairesDouvertureRepository' => '?',
  1048. 'App\\Repository\\IconesColoreesRepository' => '?',
  1049. 'App\\Repository\\ImageRepository' => '?',
  1050. 'App\\Repository\\ImagesAccueilRepository' => '?',
  1051. 'App\\Repository\\MentionsLegalesRepository' => '?',
  1052. 'App\\Repository\\MenuActionsRepository' => '?',
  1053. 'App\\Repository\\MenuRepository' => '?',
  1054. 'App\\Repository\\NosChiffresClesRepository' => '?',
  1055. 'App\\Repository\\NosGarantiesRepository' => '?',
  1056. 'App\\Repository\\NosTarifsRepository' => '?',
  1057. 'App\\Repository\\PageQuiSommesNousRepository' => '?',
  1058. 'App\\Repository\\PolitiqueDeConfidentialiteRepository' => '?',
  1059. 'App\\Repository\\PresentationRepository' => '?',
  1060. 'App\\Repository\\QuiSommesNousRepository' => '?',
  1061. 'App\\Repository\\RealisationRepository' => '?',
  1062. 'App\\Repository\\ReseauxSociauxRepository' => '?',
  1063. 'App\\Repository\\SectionIconeColoreeRepository' => '?',
  1064. 'App\\Repository\\SectionZoneDinterventionRepository' => '?',
  1065. 'App\\Repository\\ServiceRepository' => '?',
  1066. 'App\\Repository\\TarifRepository' => '?',
  1067. 'App\\Repository\\TemoignageRepository' => '?',
  1068. 'App\\Repository\\UserRepository' => '?',
  1069. 'App\\Repository\\ZoneDinterventionRepository' => '?',
  1070. ])));
  1071. $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()));
  1072. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1073. return $instance;
  1074. }
  1075. /**
  1076. * Gets the public 'event_dispatcher' shared service.
  1077. *
  1078. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1079. */
  1080. protected function getEventDispatcherService()
  1081. {
  1082. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1083. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1084. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1085. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1086. $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())));
  1087. $instance->addListener('kernel.controller', [0 => function () {
  1088. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1089. }, 1 => 'onKernelController'], 0);
  1090. $instance->addListener('console.command', [0 => function () {
  1091. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1092. }, 1 => 'onConsoleCommand'], 0);
  1093. $instance->addListener('kernel.exception', [0 => function () {
  1094. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1095. }, 1 => 'onKernelException'], -64);
  1096. $instance->addListener('kernel.view', [0 => function () {
  1097. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1098. }, 1 => 'onKernelView'], 0);
  1099. $instance->addListener('kernel.exception', [0 => function () {
  1100. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1101. }, 1 => 'onKernelException'], 0);
  1102. $instance->addListener('console.command', [0 => function () {
  1103. return ($this->privates['App\\EventSubscriber\\VarnishCacheClearSubscriber'] ?? $this->load('getVarnishCacheClearSubscriberService'));
  1104. }, 1 => 'onConsoleCommand'], 255);
  1105. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityPersistedEvent', [0 => function () {
  1106. return ($this->privates['App\\Subscriber\\ArticleSubscriber'] ?? $this->load('getArticleSubscriberService'));
  1107. }, 1 => 'updateSitemap'], 0);
  1108. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [0 => function () {
  1109. return ($this->privates['App\\Subscriber\\ArticleSubscriber'] ?? $this->load('getArticleSubscriberService'));
  1110. }, 1 => 'updateSitemap'], 0);
  1111. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityDeletedEvent', [0 => function () {
  1112. return ($this->privates['App\\Subscriber\\ArticleSubscriber'] ?? $this->load('getArticleSubscriberService'));
  1113. }, 1 => 'updateSitemap'], 0);
  1114. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityPersistedEvent', [0 => function () {
  1115. return ($this->privates['App\\Subscriber\\BlogSubscriber'] ?? $this->load('getBlogSubscriberService'));
  1116. }, 1 => 'updateSitemap'], 0);
  1117. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [0 => function () {
  1118. return ($this->privates['App\\Subscriber\\BlogSubscriber'] ?? $this->load('getBlogSubscriberService'));
  1119. }, 1 => 'updateSitemap'], 0);
  1120. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityDeletedEvent', [0 => function () {
  1121. return ($this->privates['App\\Subscriber\\BlogSubscriber'] ?? $this->load('getBlogSubscriberService'));
  1122. }, 1 => 'updateSitemap'], 0);
  1123. $instance->addListener('kernel.response', [0 => function () {
  1124. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1125. }, 1 => 'onKernelResponse'], 0);
  1126. $instance->addListener('kernel.response', [0 => function () {
  1127. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1128. }, 1 => 'onKernelResponse'], -1024);
  1129. $instance->addListener('kernel.request', [0 => function () {
  1130. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1131. }, 1 => 'setDefaultLocale'], 100);
  1132. $instance->addListener('kernel.request', [0 => function () {
  1133. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1134. }, 1 => 'onKernelRequest'], 16);
  1135. $instance->addListener('kernel.finish_request', [0 => function () {
  1136. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1137. }, 1 => 'onKernelFinishRequest'], 0);
  1138. $instance->addListener('kernel.request', [0 => function () {
  1139. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1140. }, 1 => 'onKernelRequest'], 256);
  1141. $instance->addListener('kernel.response', [0 => function () {
  1142. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1143. }, 1 => 'onResponse'], -255);
  1144. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1145. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1146. }, 1 => 'onControllerArguments'], 0);
  1147. $instance->addListener('kernel.exception', [0 => function () {
  1148. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1149. }, 1 => 'logKernelException'], 0);
  1150. $instance->addListener('kernel.exception', [0 => function () {
  1151. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1152. }, 1 => 'onKernelException'], -128);
  1153. $instance->addListener('kernel.response', [0 => function () {
  1154. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1155. }, 1 => 'removeCspHeader'], -128);
  1156. $instance->addListener('kernel.request', [0 => function () {
  1157. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1158. }, 1 => 'onKernelRequest'], 15);
  1159. $instance->addListener('kernel.finish_request', [0 => function () {
  1160. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1161. }, 1 => 'onKernelFinishRequest'], -15);
  1162. $instance->addListener('console.error', [0 => function () {
  1163. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1164. }, 1 => 'onConsoleError'], -128);
  1165. $instance->addListener('console.terminate', [0 => function () {
  1166. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1167. }, 1 => 'onConsoleTerminate'], -128);
  1168. $instance->addListener('console.error', [0 => function () {
  1169. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1170. }, 1 => 'onConsoleError'], 0);
  1171. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1172. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1173. }, 1 => 'onMessage'], -255);
  1174. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1175. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1176. }, 1 => 'onMessage'], -255);
  1177. $instance->addListener('kernel.request', [0 => function () {
  1178. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1179. }, 1 => 'configure'], 2048);
  1180. $instance->addListener('console.command', [0 => function () {
  1181. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1182. }, 1 => 'configure'], 2048);
  1183. $instance->addListener('kernel.request', [0 => function () {
  1184. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1185. }, 1 => 'onKernelRequest'], 32);
  1186. $instance->addListener('kernel.finish_request', [0 => function () {
  1187. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1188. }, 1 => 'onKernelFinishRequest'], 0);
  1189. $instance->addListener('kernel.exception', [0 => function () {
  1190. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1191. }, 1 => 'onKernelException'], -64);
  1192. $instance->addListener('kernel.response', [0 => function () {
  1193. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1194. }, 1 => 'onKernelResponse'], 0);
  1195. $instance->addListener('kernel.request', [0 => function () {
  1196. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1197. }, 1 => 'onKernelRequest'], 128);
  1198. $instance->addListener('kernel.response', [0 => function () {
  1199. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1200. }, 1 => 'onKernelResponse'], -1000);
  1201. $instance->addListener('kernel.finish_request', [0 => function () {
  1202. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1203. }, 1 => 'onFinishRequest'], 0);
  1204. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1205. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1206. }, 1 => 'onNotification'], -255);
  1207. $instance->addListener('kernel.response', [0 => function () {
  1208. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1209. }, 1 => 'onKernelResponse'], -100);
  1210. $instance->addListener('kernel.exception', [0 => function () {
  1211. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1212. }, 1 => 'onKernelException'], 0);
  1213. $instance->addListener('kernel.terminate', [0 => function () {
  1214. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1215. }, 1 => 'onKernelTerminate'], -1024);
  1216. $instance->addListener('kernel.controller', [0 => function () {
  1217. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1218. }, 1 => 'onKernelController'], 0);
  1219. $instance->addListener('kernel.response', [0 => function () {
  1220. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1221. }, 1 => 'onKernelResponse'], 0);
  1222. $instance->addListener('kernel.controller', [0 => function () {
  1223. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1224. }, 1 => 'onKernelController'], 0);
  1225. $instance->addListener('kernel.controller', [0 => function () {
  1226. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1227. }, 1 => 'onKernelController'], 0);
  1228. $instance->addListener('kernel.controller', [0 => function () {
  1229. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1230. }, 1 => 'onKernelController'], -128);
  1231. $instance->addListener('kernel.view', [0 => function () {
  1232. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1233. }, 1 => 'onKernelView'], 0);
  1234. $instance->addListener('kernel.controller', [0 => function () {
  1235. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1236. }, 1 => 'onKernelController'], 0);
  1237. $instance->addListener('kernel.response', [0 => function () {
  1238. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1239. }, 1 => 'onKernelResponse'], 0);
  1240. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1241. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1242. }, 1 => 'onKernelControllerArguments'], 0);
  1243. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1244. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1245. }, 1 => 'onKernelControllerArguments'], 0);
  1246. $instance->addListener('kernel.response', [0 => function () {
  1247. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1248. }, 1 => 'onKernelResponse'], 0);
  1249. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1250. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1251. }, 1 => 'onVoterVote'], 0);
  1252. $instance->addListener('kernel.request', [0 => function () {
  1253. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1254. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1255. $instance->addListener('kernel.request', [0 => function () {
  1256. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1257. }, 1 => 'onKernelRequest'], 8);
  1258. $instance->addListener('kernel.finish_request', [0 => function () {
  1259. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1260. }, 1 => 'onKernelFinishRequest'], 0);
  1261. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1262. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1263. }, 1 => 'onMessage'], 0);
  1264. $instance->addListener('kernel.response', [0 => function () {
  1265. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1266. }, 1 => 'onKernelResponse'], -128);
  1267. $instance->addListener('console.command', [0 => function () {
  1268. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1269. }, 1 => 'onCommand'], 255);
  1270. $instance->addListener('console.terminate', [0 => function () {
  1271. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1272. }, 1 => 'onTerminate'], -255);
  1273. $instance->addListener('console.command', [0 => function () {
  1274. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1275. }, 1 => 'configure'], 1024);
  1276. $instance->addListener('console.error', [0 => function () {
  1277. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1278. }, 1 => 'onConsoleError'], 0);
  1279. $instance->addListener('console.terminate', [0 => function () {
  1280. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1281. }, 1 => 'onConsoleTerminate'], 0);
  1282. $instance->addListener('kernel.request', [0 => function () {
  1283. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1284. }, 1 => 'handleLegacyEaContext'], 10);
  1285. $instance->addListener('kernel.request', [0 => function () {
  1286. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1287. }, 1 => 'onKernelRequest'], 0);
  1288. $instance->addListener('kernel.controller', [0 => function () {
  1289. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1290. }, 1 => 'onKernelController'], 128);
  1291. $instance->addListener('kernel.finish_request', [0 => function () {
  1292. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1293. }, 1 => 'resetAssets'], 0);
  1294. $instance->addListener('kernel.response', [0 => function () {
  1295. return ($this->services['fos_http_cache.event_listener.cache_control'] ?? ($this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug')));
  1296. }, 1 => 'onKernelResponse'], 10);
  1297. $instance->addListener('fos_http_cache.error.proxy_unreachable', [0 => function () {
  1298. return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1299. }, 1 => 'onProxyUnreachableError'], 0);
  1300. $instance->addListener('fos_http_cache.error.response', [0 => function () {
  1301. return ($this->privates['fos_http_cache.event_listener.log'] ?? $this->load('getFosHttpCache_EventListener_LogService'));
  1302. }, 1 => 'onProxyResponseError'], 0);
  1303. $instance->addListener('kernel.response', [0 => function () {
  1304. return ($this->privates['fos_http_cache.event_listener.tag'] ?? $this->getFosHttpCache_EventListener_TagService());
  1305. }, 1 => 'onKernelResponse'], 0);
  1306. $instance->addListener('kernel.terminate', [0 => function () {
  1307. return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1308. }, 1 => 'onKernelTerminate'], 0);
  1309. $instance->addListener('kernel.exception', [0 => function () {
  1310. return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1311. }, 1 => 'onKernelException'], 0);
  1312. $instance->addListener('console.terminate', [0 => function () {
  1313. return ($this->privates['fos_http_cache.event_listener.invalidation'] ?? $this->load('getFosHttpCache_EventListener_InvalidationService'));
  1314. }, 1 => 'onConsoleTerminate'], 0);
  1315. $instance->addListener('kernel.response', [0 => function () {
  1316. return ($this->privates['fos_http_cache.event_listener.user_context'] ?? $this->getFosHttpCache_EventListener_UserContextService());
  1317. }, 1 => 'onKernelResponse'], 0);
  1318. $instance->addListener('kernel.request', [0 => function () {
  1319. return ($this->privates['fos_http_cache.event_listener.user_context'] ?? $this->getFosHttpCache_EventListener_UserContextService());
  1320. }, 1 => 'onKernelRequest'], 7);
  1321. $instance->addListener('security.switch_user', [0 => function () {
  1322. return ($this->privates['fos_http_cache.user_context.switch_user_listener'] ?? $this->load('getFosHttpCache_UserContext_SwitchUserListenerService'));
  1323. }, 1 => 'onSwitchUser'], 0);
  1324. $instance->addListener('kernel.response', [0 => function () {
  1325. return ($this->privates['fos_http_cache.event_listener.flash_message'] ?? $this->getFosHttpCache_EventListener_FlashMessageService());
  1326. }, 1 => 'onKernelResponse'], 0);
  1327. $instance->addListener('kernel.request', [0 => function () {
  1328. return ($this->privates['fos_http_cache.event_listener.php8_attributes'] ?? $this->getFosHttpCache_EventListener_Php8AttributesService());
  1329. }, 1 => 'onKernelRequest'], 0);
  1330. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1331. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1332. }, 1 => 'onLogout'], 0);
  1333. return $instance;
  1334. }
  1335. /**
  1336. * Gets the public 'fos_http_cache.cache_manager' shared service.
  1337. *
  1338. * @return \FOS\HttpCacheBundle\CacheManager
  1339. */
  1340. protected function getFosHttpCache_CacheManagerService()
  1341. {
  1342. $this->services['fos_http_cache.cache_manager'] = $instance = new \FOS\HttpCacheBundle\CacheManager(($this->services['fos_http_cache.proxy_client.varnish'] ?? $this->getFosHttpCache_ProxyClient_VarnishService()), ($this->services['router'] ?? $this->getRouterService()));
  1343. if ($this->has('event_dispatcher')) {
  1344. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1345. }
  1346. $instance->setGenerateUrlType(0);
  1347. return $instance;
  1348. }
  1349. /**
  1350. * Gets the public 'fos_http_cache.event_listener.cache_control' shared service.
  1351. *
  1352. * @return \FOS\HttpCacheBundle\EventListener\CacheControlListener
  1353. */
  1354. protected function getFosHttpCache_EventListener_CacheControlService()
  1355. {
  1356. return $this->services['fos_http_cache.event_listener.cache_control'] = new \FOS\HttpCacheBundle\EventListener\CacheControlListener('X-Cache-Debug');
  1357. }
  1358. /**
  1359. * Gets the public 'fos_http_cache.http.symfony_response_tagger' shared service.
  1360. *
  1361. * @return \FOS\HttpCacheBundle\Http\SymfonyResponseTagger
  1362. */
  1363. protected function getFosHttpCache_Http_SymfonyResponseTaggerService()
  1364. {
  1365. return $this->services['fos_http_cache.http.symfony_response_tagger'] = new \FOS\HttpCacheBundle\Http\SymfonyResponseTagger(['header_formatter' => new \FOS\HttpCache\TagHeaderFormatter\CommaSeparatedTagHeaderFormatter('X-Cache-Tags', ','), 'strict' => false]);
  1366. }
  1367. /**
  1368. * Gets the public 'fos_http_cache.proxy_client.varnish' shared service.
  1369. *
  1370. * @return \FOS\HttpCache\ProxyClient\Varnish
  1371. */
  1372. protected function getFosHttpCache_ProxyClient_VarnishService()
  1373. {
  1374. return $this->services['fos_http_cache.proxy_client.varnish'] = new \FOS\HttpCache\ProxyClient\Varnish(new \FOS\HttpCache\ProxyClient\HttpDispatcher([0 => $this->getEnv('VARNISH_SERVER')], $this->getEnv('DOMAIN_NAME'), NULL), $this->parameters['fos_http_cache.proxy_client.varnish.options'], NULL);
  1375. }
  1376. /**
  1377. * Gets the public 'http_kernel' shared service.
  1378. *
  1379. * @return \Symfony\Component\HttpKernel\HttpKernel
  1380. */
  1381. protected function getHttpKernelService()
  1382. {
  1383. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1384. if (isset($this->services['http_kernel'])) {
  1385. return $this->services['http_kernel'];
  1386. }
  1387. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  1388. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1389. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1390. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1391. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1392. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1393. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1394. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1395. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1396. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1397. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1398. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1399. }
  1400. /**
  1401. * Gets the public 'request_stack' shared service.
  1402. *
  1403. * @return \Symfony\Component\HttpFoundation\RequestStack
  1404. */
  1405. protected function getRequestStackService()
  1406. {
  1407. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1408. }
  1409. /**
  1410. * Gets the public 'router' shared service.
  1411. *
  1412. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1413. */
  1414. protected function getRouterService()
  1415. {
  1416. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1417. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1418. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1419. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1420. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1421. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1422. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1423. ], [
  1424. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1425. ]))->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, 'fr');
  1426. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1427. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1428. return $instance;
  1429. }
  1430. /**
  1431. * Gets the public 'translator' shared service.
  1432. *
  1433. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1434. */
  1435. protected function getTranslatorService()
  1436. {
  1437. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1438. }
  1439. /**
  1440. * Gets the public 'var_dumper.cloner' shared service.
  1441. *
  1442. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1443. */
  1444. protected function getVarDumper_ClonerService()
  1445. {
  1446. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1447. $instance->setMaxItems(2500);
  1448. $instance->setMinDepth(1);
  1449. $instance->setMaxString(-1);
  1450. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1451. return $instance;
  1452. }
  1453. /**
  1454. * Gets the private '.debug.http_client' shared service.
  1455. *
  1456. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1457. */
  1458. protected function get_Debug_HttpClientService()
  1459. {
  1460. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1461. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1462. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1463. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1464. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1465. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1466. $a->setLogger($b);
  1467. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1468. }
  1469. /**
  1470. * Gets the private '.service_locator.zJyh7qS' shared service.
  1471. *
  1472. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1473. */
  1474. protected function get_ServiceLocator_ZJyh7qSService()
  1475. {
  1476. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1477. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1478. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1479. ], [
  1480. 'security.firewall.map.context.dev' => '?',
  1481. 'security.firewall.map.context.main' => '?',
  1482. ]);
  1483. }
  1484. /**
  1485. * Gets the private 'App\Repository\ChatAssistantRepository' shared autowired service.
  1486. *
  1487. * @return \App\Repository\ChatAssistantRepository
  1488. */
  1489. protected function getChatAssistantRepositoryService()
  1490. {
  1491. return $this->privates['App\\Repository\\ChatAssistantRepository'] = new \App\Repository\ChatAssistantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1492. }
  1493. /**
  1494. * Gets the private 'App\Repository\CompositionAccueilRepository' shared autowired service.
  1495. *
  1496. * @return \App\Repository\CompositionAccueilRepository
  1497. */
  1498. protected function getCompositionAccueilRepositoryService()
  1499. {
  1500. return $this->privates['App\\Repository\\CompositionAccueilRepository'] = new \App\Repository\CompositionAccueilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1501. }
  1502. /**
  1503. * Gets the private 'App\Repository\CompteurRepository' shared autowired service.
  1504. *
  1505. * @return \App\Repository\CompteurRepository
  1506. */
  1507. protected function getCompteurRepositoryService()
  1508. {
  1509. return $this->privates['App\\Repository\\CompteurRepository'] = new \App\Repository\CompteurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1510. }
  1511. /**
  1512. * Gets the private 'App\Repository\EmplacementRepository' shared autowired service.
  1513. *
  1514. * @return \App\Repository\EmplacementRepository
  1515. */
  1516. protected function getEmplacementRepositoryService()
  1517. {
  1518. return $this->privates['App\\Repository\\EmplacementRepository'] = new \App\Repository\EmplacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1519. }
  1520. /**
  1521. * Gets the private 'App\Repository\GeneralRepository' shared autowired service.
  1522. *
  1523. * @return \App\Repository\GeneralRepository
  1524. */
  1525. protected function getGeneralRepositoryService()
  1526. {
  1527. return $this->privates['App\\Repository\\GeneralRepository'] = new \App\Repository\GeneralRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1528. }
  1529. /**
  1530. * Gets the private 'App\Repository\HorairesDouvertureRepository' shared autowired service.
  1531. *
  1532. * @return \App\Repository\HorairesDouvertureRepository
  1533. */
  1534. protected function getHorairesDouvertureRepositoryService()
  1535. {
  1536. return $this->privates['App\\Repository\\HorairesDouvertureRepository'] = new \App\Repository\HorairesDouvertureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1537. }
  1538. /**
  1539. * Gets the private 'App\Repository\IconesColoreesRepository' shared autowired service.
  1540. *
  1541. * @return \App\Repository\IconesColoreesRepository
  1542. */
  1543. protected function getIconesColoreesRepositoryService()
  1544. {
  1545. return $this->privates['App\\Repository\\IconesColoreesRepository'] = new \App\Repository\IconesColoreesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1546. }
  1547. /**
  1548. * Gets the private 'App\Repository\ImagesAccueilRepository' shared autowired service.
  1549. *
  1550. * @return \App\Repository\ImagesAccueilRepository
  1551. */
  1552. protected function getImagesAccueilRepositoryService()
  1553. {
  1554. return $this->privates['App\\Repository\\ImagesAccueilRepository'] = new \App\Repository\ImagesAccueilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1555. }
  1556. /**
  1557. * Gets the private 'App\Repository\MenuActionsRepository' shared autowired service.
  1558. *
  1559. * @return \App\Repository\MenuActionsRepository
  1560. */
  1561. protected function getMenuActionsRepositoryService()
  1562. {
  1563. return $this->privates['App\\Repository\\MenuActionsRepository'] = new \App\Repository\MenuActionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1564. }
  1565. /**
  1566. * Gets the private 'App\Repository\MenuRepository' shared autowired service.
  1567. *
  1568. * @return \App\Repository\MenuRepository
  1569. */
  1570. protected function getMenuRepositoryService()
  1571. {
  1572. return $this->privates['App\\Repository\\MenuRepository'] = new \App\Repository\MenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1573. }
  1574. /**
  1575. * Gets the private 'App\Repository\NosChiffresClesRepository' shared autowired service.
  1576. *
  1577. * @return \App\Repository\NosChiffresClesRepository
  1578. */
  1579. protected function getNosChiffresClesRepositoryService()
  1580. {
  1581. return $this->privates['App\\Repository\\NosChiffresClesRepository'] = new \App\Repository\NosChiffresClesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1582. }
  1583. /**
  1584. * Gets the private 'App\Repository\NosTarifsRepository' shared autowired service.
  1585. *
  1586. * @return \App\Repository\NosTarifsRepository
  1587. */
  1588. protected function getNosTarifsRepositoryService()
  1589. {
  1590. return $this->privates['App\\Repository\\NosTarifsRepository'] = new \App\Repository\NosTarifsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1591. }
  1592. /**
  1593. * Gets the private 'App\Repository\PageQuiSommesNousRepository' shared autowired service.
  1594. *
  1595. * @return \App\Repository\PageQuiSommesNousRepository
  1596. */
  1597. protected function getPageQuiSommesNousRepositoryService()
  1598. {
  1599. return $this->privates['App\\Repository\\PageQuiSommesNousRepository'] = new \App\Repository\PageQuiSommesNousRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1600. }
  1601. /**
  1602. * Gets the private 'App\Repository\PresentationRepository' shared autowired service.
  1603. *
  1604. * @return \App\Repository\PresentationRepository
  1605. */
  1606. protected function getPresentationRepositoryService()
  1607. {
  1608. return $this->privates['App\\Repository\\PresentationRepository'] = new \App\Repository\PresentationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1609. }
  1610. /**
  1611. * Gets the private 'App\Repository\QuiSommesNousRepository' shared autowired service.
  1612. *
  1613. * @return \App\Repository\QuiSommesNousRepository
  1614. */
  1615. protected function getQuiSommesNousRepositoryService()
  1616. {
  1617. return $this->privates['App\\Repository\\QuiSommesNousRepository'] = new \App\Repository\QuiSommesNousRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1618. }
  1619. /**
  1620. * Gets the private 'App\Repository\RealisationRepository' shared autowired service.
  1621. *
  1622. * @return \App\Repository\RealisationRepository
  1623. */
  1624. protected function getRealisationRepositoryService()
  1625. {
  1626. return $this->privates['App\\Repository\\RealisationRepository'] = new \App\Repository\RealisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1627. }
  1628. /**
  1629. * Gets the private 'App\Repository\ReseauxSociauxRepository' shared autowired service.
  1630. *
  1631. * @return \App\Repository\ReseauxSociauxRepository
  1632. */
  1633. protected function getReseauxSociauxRepositoryService()
  1634. {
  1635. return $this->privates['App\\Repository\\ReseauxSociauxRepository'] = new \App\Repository\ReseauxSociauxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1636. }
  1637. /**
  1638. * Gets the private 'App\Repository\SectionIconeColoreeRepository' shared autowired service.
  1639. *
  1640. * @return \App\Repository\SectionIconeColoreeRepository
  1641. */
  1642. protected function getSectionIconeColoreeRepositoryService()
  1643. {
  1644. return $this->privates['App\\Repository\\SectionIconeColoreeRepository'] = new \App\Repository\SectionIconeColoreeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1645. }
  1646. /**
  1647. * Gets the private 'App\Repository\SectionZoneDinterventionRepository' shared autowired service.
  1648. *
  1649. * @return \App\Repository\SectionZoneDinterventionRepository
  1650. */
  1651. protected function getSectionZoneDinterventionRepositoryService()
  1652. {
  1653. return $this->privates['App\\Repository\\SectionZoneDinterventionRepository'] = new \App\Repository\SectionZoneDinterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1654. }
  1655. /**
  1656. * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  1657. *
  1658. * @return \App\Repository\ServiceRepository
  1659. */
  1660. protected function getServiceRepositoryService()
  1661. {
  1662. return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1663. }
  1664. /**
  1665. * Gets the private 'App\Repository\ZoneDinterventionRepository' shared autowired service.
  1666. *
  1667. * @return \App\Repository\ZoneDinterventionRepository
  1668. */
  1669. protected function getZoneDinterventionRepositoryService()
  1670. {
  1671. return $this->privates['App\\Repository\\ZoneDinterventionRepository'] = new \App\Repository\ZoneDinterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1672. }
  1673. /**
  1674. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1675. *
  1676. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1677. */
  1678. protected function getAdminRouterSubscriberService()
  1679. {
  1680. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1681. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1682. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1683. }
  1684. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1685. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1686. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1687. }
  1688. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1689. $d = ($this->services['router'] ?? $this->getRouterService());
  1690. $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1691. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', $c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c, $d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e, $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d, $d, $b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1692. }
  1693. /**
  1694. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1695. *
  1696. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1697. */
  1698. protected function getActionFactoryService()
  1699. {
  1700. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1701. }
  1702. /**
  1703. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1704. *
  1705. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1706. */
  1707. protected function getControllerFactoryService()
  1708. {
  1709. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1710. }
  1711. /**
  1712. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1713. *
  1714. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1715. */
  1716. protected function getEntityFactoryService()
  1717. {
  1718. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1719. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1720. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1721. }
  1722. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1723. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1724. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1725. yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1726. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1727. yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1728. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1729. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1730. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1731. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1732. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1733. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1734. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1735. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1736. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1737. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
  1738. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1739. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1740. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1741. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1742. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1743. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1744. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1745. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1746. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1747. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1748. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1749. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1750. yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1751. yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1752. }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1753. }
  1754. /**
  1755. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1756. *
  1757. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1758. */
  1759. protected function getAdminContextProviderService()
  1760. {
  1761. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1762. }
  1763. /**
  1764. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1765. *
  1766. * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1767. */
  1768. protected function getCrudControllerRegistryService()
  1769. {
  1770. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [0 => 'App\\Controller\\Admin\\ActualiteCrudController', 1 => 'App\\Controller\\Admin\\ArticleCrudController', 2 => 'App\\Controller\\Admin\\BlogCrudController', 3 => 'App\\Controller\\Admin\\CategorieRealisationCrudController', 4 => 'App\\Controller\\Admin\\ChatAssistantCrudController', 5 => 'App\\Controller\\Admin\\ClientCrudController', 6 => 'App\\Controller\\Admin\\CompositionAccueilCrudController', 7 => 'App\\Controller\\Admin\\CompteurCrudController', 8 => 'App\\Controller\\Admin\\CookiesCrudController', 9 => 'App\\Controller\\Admin\\EmplacementCrudController', 10 => 'App\\Controller\\Admin\\GeneralCrudController', 11 => 'App\\Controller\\Admin\\HorairesDouvertureCrudController', 12 => 'App\\Controller\\Admin\\IconesColoreesCrudController', 13 => 'App\\Controller\\Admin\\ImagesAccueilCrudController', 14 => 'App\\Controller\\Admin\\MentionsLegalesCrudController', 15 => 'App\\Controller\\Admin\\MenuActionsCrudController', 16 => 'App\\Controller\\Admin\\MenuCrudController', 17 => 'App\\Controller\\Admin\\NosChiffresClesCrudController', 18 => 'App\\Controller\\Admin\\NosGarantiesCrudController', 19 => 'App\\Controller\\Admin\\NosTarifsCrudController', 20 => 'App\\Controller\\Admin\\PageQuiSommesNousCrudController', 21 => 'App\\Controller\\Admin\\PolitiqueDeConfidentialiteCrudController', 22 => 'App\\Controller\\Admin\\PresentationCrudController', 23 => 'App\\Controller\\Admin\\QuiSommesNousCrudController', 24 => 'App\\Controller\\Admin\\RealisationCrudController', 25 => 'App\\Controller\\Admin\\ReseauxSociauxCrudController', 26 => 'App\\Controller\\Admin\\SectionIconeColoreeCrudController', 27 => 'App\\Controller\\Admin\\SectionZoneDinterventionCrudController', 28 => 'App\\Controller\\Admin\\ServiceCrudController', 29 => 'App\\Controller\\Admin\\TarifCrudController', 30 => 'App\\Controller\\Admin\\TemoignageCrudController', 31 => 'App\\Controller\\Admin\\UserCrudController', 32 => 'App\\Controller\\Admin\\ZoneDinterventionCrudController']);
  1771. }
  1772. /**
  1773. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1774. *
  1775. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1776. */
  1777. protected function getAdminUrlGeneratorService()
  1778. {
  1779. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1780. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1781. };
  1782. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1783. }
  1784. /**
  1785. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1786. *
  1787. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1788. */
  1789. protected function getAuthorizationCheckerService()
  1790. {
  1791. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1792. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1793. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1794. }
  1795. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1796. }
  1797. /**
  1798. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1799. *
  1800. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1801. */
  1802. protected function getResetAssetsEventListenerService()
  1803. {
  1804. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1805. }
  1806. /**
  1807. * Gets the private 'annotations.cache_adapter' shared service.
  1808. *
  1809. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1810. */
  1811. protected function getAnnotations_CacheAdapterService()
  1812. {
  1813. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1814. }
  1815. /**
  1816. * Gets the private 'annotations.cached_reader' shared service.
  1817. *
  1818. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1819. */
  1820. protected function getAnnotations_CachedReaderService()
  1821. {
  1822. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1823. }
  1824. /**
  1825. * Gets the private 'annotations.reader' shared service.
  1826. *
  1827. * @return \Doctrine\Common\Annotations\AnnotationReader
  1828. */
  1829. protected function getAnnotations_ReaderService()
  1830. {
  1831. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1832. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1833. $a->registerUniqueLoader('class_exists');
  1834. $instance->addGlobalIgnoredName('required', $a);
  1835. return $instance;
  1836. }
  1837. /**
  1838. * Gets the private 'assets.packages' shared service.
  1839. *
  1840. * @return \Symfony\Component\Asset\Packages
  1841. */
  1842. protected function getAssets_PackagesService()
  1843. {
  1844. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1845. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1846. return new \EmptyIterator();
  1847. }, 0));
  1848. }
  1849. /**
  1850. * Gets the private 'cache.annotations' shared service.
  1851. *
  1852. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1853. */
  1854. protected function getCache_AnnotationsService()
  1855. {
  1856. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s2W0w794uW', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1857. }
  1858. /**
  1859. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1860. *
  1861. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1862. */
  1863. protected function getCache_Doctrine_Orm_Default_QueryService()
  1864. {
  1865. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1866. }
  1867. /**
  1868. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1869. *
  1870. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1871. */
  1872. protected function getCache_Doctrine_Orm_Default_ResultService()
  1873. {
  1874. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1875. }
  1876. /**
  1877. * Gets the private 'cache.property_info' shared service.
  1878. *
  1879. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1880. */
  1881. protected function getCache_PropertyInfoService()
  1882. {
  1883. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wjwNoy4qfG', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1884. }
  1885. /**
  1886. * Gets the private 'cache.security_expression_language' shared service.
  1887. *
  1888. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1889. */
  1890. protected function getCache_SecurityExpressionLanguageService()
  1891. {
  1892. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OTTrXt8L1u', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1893. }
  1894. /**
  1895. * Gets the private 'cache.serializer' shared service.
  1896. *
  1897. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1898. */
  1899. protected function getCache_SerializerService()
  1900. {
  1901. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4MrCkdk60q', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1902. }
  1903. /**
  1904. * Gets the private 'cache.validator' shared service.
  1905. *
  1906. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1907. */
  1908. protected function getCache_ValidatorService()
  1909. {
  1910. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y7I-BpMe4t', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1911. }
  1912. /**
  1913. * Gets the private 'cache.webpack_encore' shared service.
  1914. *
  1915. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1916. */
  1917. protected function getCache_WebpackEncoreService()
  1918. {
  1919. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zlOf6pjB5i', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1920. }
  1921. /**
  1922. * Gets the private 'config_cache_factory' shared service.
  1923. *
  1924. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1925. */
  1926. protected function getConfigCacheFactoryService()
  1927. {
  1928. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1929. 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)));
  1930. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1931. }, 2));
  1932. }
  1933. /**
  1934. * Gets the private 'data_collector.form' shared service.
  1935. *
  1936. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1937. */
  1938. protected function getDataCollector_FormService()
  1939. {
  1940. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1941. }
  1942. /**
  1943. * Gets the private 'data_collector.request' shared service.
  1944. *
  1945. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1946. */
  1947. protected function getDataCollector_RequestService()
  1948. {
  1949. 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())));
  1950. }
  1951. /**
  1952. * Gets the private 'debug.controller_resolver' shared service.
  1953. *
  1954. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1955. */
  1956. protected function getDebug_ControllerResolverService()
  1957. {
  1958. return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1959. }
  1960. /**
  1961. * Gets the private 'debug.debug_handlers_listener' shared service.
  1962. *
  1963. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1964. */
  1965. protected function getDebug_DebugHandlersListenerService()
  1966. {
  1967. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1968. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1969. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1970. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1971. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1972. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1973. }
  1974. /**
  1975. * Gets the private 'debug.file_link_formatter' shared service.
  1976. *
  1977. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1978. */
  1979. protected function getDebug_FileLinkFormatterService()
  1980. {
  1981. 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 () {
  1982. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1983. });
  1984. }
  1985. /**
  1986. * Gets the private 'debug.log_processor' shared service.
  1987. *
  1988. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1989. */
  1990. protected function getDebug_LogProcessorService()
  1991. {
  1992. 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())));
  1993. }
  1994. /**
  1995. * Gets the private 'debug.security.access.decision_manager' shared service.
  1996. *
  1997. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1998. */
  1999. protected function getDebug_Security_Access_DecisionManagerService()
  2000. {
  2001. 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 () {
  2002. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2003. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2004. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2005. yield 3 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2006. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2007. }
  2008. /**
  2009. * Gets the private 'debug.security.firewall' shared service.
  2010. *
  2011. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2012. */
  2013. protected function getDebug_Security_FirewallService()
  2014. {
  2015. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2016. if (isset($this->privates['debug.security.firewall'])) {
  2017. return $this->privates['debug.security.firewall'];
  2018. }
  2019. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2020. if (isset($this->privates['debug.security.firewall'])) {
  2021. return $this->privates['debug.security.firewall'];
  2022. }
  2023. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2024. }
  2025. /**
  2026. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2027. *
  2028. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2029. */
  2030. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2031. {
  2032. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2033. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2034. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2035. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2036. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2037. 'vich_uploader.listener.clean.imageFile' => ['privates', 'vich_uploader.listener.clean.imageFile', 'getVichUploader_Listener_Clean_ImageFileService', true],
  2038. 'vich_uploader.listener.remove.imageFile' => ['privates', 'vich_uploader.listener.remove.imageFile', 'getVichUploader_Listener_Remove_ImageFileService', true],
  2039. 'vich_uploader.listener.upload.imageFile' => ['privates', 'vich_uploader.listener.upload.imageFile', 'getVichUploader_Listener_Upload_ImageFileService', true],
  2040. ], [
  2041. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2042. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2043. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2044. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2045. 'vich_uploader.listener.clean.imageFile' => '?',
  2046. 'vich_uploader.listener.remove.imageFile' => '?',
  2047. 'vich_uploader.listener.upload.imageFile' => '?',
  2048. ]), [0 => 'vich_uploader.listener.clean.imageFile', 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.imageFile', 5 => 'vich_uploader.listener.upload.imageFile', 6 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2049. }
  2050. /**
  2051. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2052. *
  2053. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2054. */
  2055. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2056. {
  2057. 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);
  2058. }
  2059. /**
  2060. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2061. *
  2062. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2063. */
  2064. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2065. {
  2066. $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);
  2067. $instance->setGlobalBasename('mapping');
  2068. return $instance;
  2069. }
  2070. /**
  2071. * Gets the private 'exception_listener' shared service.
  2072. *
  2073. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2074. */
  2075. protected function getExceptionListener2Service()
  2076. {
  2077. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2078. }
  2079. /**
  2080. * Gets the private 'fos_http_cache.event_listener.flash_message' shared service.
  2081. *
  2082. * @return \FOS\HttpCacheBundle\EventListener\FlashMessageListener
  2083. */
  2084. protected function getFosHttpCache_EventListener_FlashMessageService()
  2085. {
  2086. return $this->privates['fos_http_cache.event_listener.flash_message'] = new \FOS\HttpCacheBundle\EventListener\FlashMessageListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this->parameters['fos_http_cache.event_listener.flash_message.options']);
  2087. }
  2088. /**
  2089. * Gets the private 'fos_http_cache.event_listener.php8_attributes' shared service.
  2090. *
  2091. * @return \FOS\HttpCacheBundle\EventListener\Php8AttributesListener
  2092. */
  2093. protected function getFosHttpCache_EventListener_Php8AttributesService()
  2094. {
  2095. return $this->privates['fos_http_cache.event_listener.php8_attributes'] = new \FOS\HttpCacheBundle\EventListener\Php8AttributesListener(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2096. }
  2097. /**
  2098. * Gets the private 'fos_http_cache.event_listener.tag' shared service.
  2099. *
  2100. * @return \FOS\HttpCacheBundle\EventListener\TagListener
  2101. */
  2102. protected function getFosHttpCache_EventListener_TagService()
  2103. {
  2104. $a = ($this->services['fos_http_cache.cache_manager'] ?? $this->getFosHttpCache_CacheManagerService());
  2105. if (isset($this->privates['fos_http_cache.event_listener.tag'])) {
  2106. return $this->privates['fos_http_cache.event_listener.tag'];
  2107. }
  2108. return $this->privates['fos_http_cache.event_listener.tag'] = new \FOS\HttpCacheBundle\EventListener\TagListener($a, ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\CacheableRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\CacheableResponseMatcher([])), ($this->privates['fos_http_cache.rule_matcher.must_invalidate'] ?? $this->getFosHttpCache_RuleMatcher_MustInvalidateService()), NULL);
  2109. }
  2110. /**
  2111. * Gets the private 'fos_http_cache.event_listener.user_context' shared service.
  2112. *
  2113. * @return \FOS\HttpCacheBundle\EventListener\UserContextListener
  2114. */
  2115. protected function getFosHttpCache_EventListener_UserContextService()
  2116. {
  2117. return $this->privates['fos_http_cache.event_listener.user_context'] = new \FOS\HttpCacheBundle\EventListener\UserContextListener(new \FOS\HttpCacheBundle\UserContext\RequestMatcher('application/vnd.fos.user-context-hash', NULL), new \FOS\HttpCache\UserContext\DefaultHashGenerator([0 => new \FOS\HttpCacheBundle\UserContext\RoleProvider(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()))]), new \FOS\HttpCache\UserContext\AnonymousRequestMatcher(['user_identifier_headers' => [0 => 'cookie', 1 => 'authorization'], 'session_name_prefix' => false]), ($this->services['fos_http_cache.http.symfony_response_tagger'] ?? $this->getFosHttpCache_Http_SymfonyResponseTaggerService()), $this->parameters['fos_http_cache.event_listener.user_context.options'], true);
  2118. }
  2119. /**
  2120. * Gets the private 'fos_http_cache.rule_matcher.must_invalidate' shared service.
  2121. *
  2122. * @return \FOS\HttpCacheBundle\Http\RuleMatcher
  2123. */
  2124. protected function getFosHttpCache_RuleMatcher_MustInvalidateService()
  2125. {
  2126. return $this->privates['fos_http_cache.rule_matcher.must_invalidate'] = new \FOS\HttpCacheBundle\Http\RuleMatcher(new \FOS\HttpCacheBundle\Http\RequestMatcher\UnsafeRequestMatcher(), new \FOS\HttpCacheBundle\Http\ResponseMatcher\NonErrorResponseMatcher());
  2127. }
  2128. /**
  2129. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2130. *
  2131. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2132. */
  2133. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2134. {
  2135. 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())));
  2136. }
  2137. /**
  2138. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2139. *
  2140. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2141. */
  2142. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2143. {
  2144. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2145. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2146. return $this->privates['framework_extra_bundle.event.is_granted'];
  2147. }
  2148. return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2149. }
  2150. /**
  2151. * Gets the private 'locale_aware_listener' shared service.
  2152. *
  2153. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2154. */
  2155. protected function getLocaleAwareListenerService()
  2156. {
  2157. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2158. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2159. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2160. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2161. }
  2162. /**
  2163. * Gets the private 'locale_listener' shared service.
  2164. *
  2165. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2166. */
  2167. protected function getLocaleListenerService()
  2168. {
  2169. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2170. }
  2171. /**
  2172. * Gets the private 'monolog.handler.console' shared service.
  2173. *
  2174. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2175. */
  2176. protected function getMonolog_Handler_ConsoleService()
  2177. {
  2178. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2179. }
  2180. /**
  2181. * Gets the private 'monolog.handler.main' shared service.
  2182. *
  2183. * @return \Monolog\Handler\StreamHandler
  2184. */
  2185. protected function getMonolog_Handler_MainService()
  2186. {
  2187. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2188. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2189. return $instance;
  2190. }
  2191. /**
  2192. * Gets the private 'monolog.logger' shared service.
  2193. *
  2194. * @return \Symfony\Bridge\Monolog\Logger
  2195. */
  2196. protected function getMonolog_LoggerService()
  2197. {
  2198. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2199. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2200. $instance->useMicrosecondTimestamps(true);
  2201. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2202. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2203. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2204. return $instance;
  2205. }
  2206. /**
  2207. * Gets the private 'monolog.logger.cache' shared service.
  2208. *
  2209. * @return \Symfony\Bridge\Monolog\Logger
  2210. */
  2211. protected function getMonolog_Logger_CacheService()
  2212. {
  2213. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2214. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2215. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2216. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2217. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2218. return $instance;
  2219. }
  2220. /**
  2221. * Gets the private 'monolog.logger.request' shared service.
  2222. *
  2223. * @return \Symfony\Bridge\Monolog\Logger
  2224. */
  2225. protected function getMonolog_Logger_RequestService()
  2226. {
  2227. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2228. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2229. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2230. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2231. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2232. return $instance;
  2233. }
  2234. /**
  2235. * Gets the private 'parameter_bag' shared service.
  2236. *
  2237. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2238. */
  2239. protected function getParameterBagService()
  2240. {
  2241. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2242. }
  2243. /**
  2244. * Gets the private 'profiler_listener' shared service.
  2245. *
  2246. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2247. */
  2248. protected function getProfilerListenerService()
  2249. {
  2250. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2251. if (isset($this->privates['profiler_listener'])) {
  2252. return $this->privates['profiler_listener'];
  2253. }
  2254. 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);
  2255. }
  2256. /**
  2257. * Gets the private 'property_info' shared service.
  2258. *
  2259. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2260. */
  2261. protected function getPropertyInfoService()
  2262. {
  2263. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2264. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2265. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2266. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2267. }, 3), new RewindableGenerator(function () {
  2268. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2269. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2270. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2271. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2272. }, 4), new RewindableGenerator(function () {
  2273. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2274. }, 1), new RewindableGenerator(function () {
  2275. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2276. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2277. }, 2), new RewindableGenerator(function () {
  2278. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2279. }, 1));
  2280. }
  2281. /**
  2282. * Gets the private 'router.expression_language_provider' shared service.
  2283. *
  2284. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2285. */
  2286. protected function getRouter_ExpressionLanguageProviderService()
  2287. {
  2288. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2289. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2290. ], [
  2291. 'env' => 'Closure',
  2292. ]));
  2293. }
  2294. /**
  2295. * Gets the private 'router.request_context' shared service.
  2296. *
  2297. * @return \Symfony\Component\Routing\RequestContext
  2298. */
  2299. protected function getRouter_RequestContextService()
  2300. {
  2301. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  2302. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2303. return $instance;
  2304. }
  2305. /**
  2306. * Gets the private 'router_listener' shared service.
  2307. *
  2308. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2309. */
  2310. protected function getRouterListenerService()
  2311. {
  2312. 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);
  2313. }
  2314. /**
  2315. * Gets the private 'security.csrf.token_storage' shared service.
  2316. *
  2317. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2318. */
  2319. protected function getSecurity_Csrf_TokenStorageService()
  2320. {
  2321. 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())));
  2322. }
  2323. /**
  2324. * Gets the private 'security.firewall.map' shared service.
  2325. *
  2326. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2327. */
  2328. protected function getSecurity_Firewall_MapService()
  2329. {
  2330. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2331. if (isset($this->privates['security.firewall.map'])) {
  2332. return $this->privates['security.firewall.map'];
  2333. }
  2334. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2335. 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)/')));
  2336. yield 'security.firewall.map.context.main' => NULL;
  2337. }, 2));
  2338. }
  2339. /**
  2340. * Gets the private 'security.logout_url_generator' shared service.
  2341. *
  2342. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2343. */
  2344. protected function getSecurity_LogoutUrlGeneratorService()
  2345. {
  2346. $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()));
  2347. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  2348. return $instance;
  2349. }
  2350. /**
  2351. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2352. *
  2353. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2354. */
  2355. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2356. {
  2357. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2358. }
  2359. /**
  2360. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2361. *
  2362. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2363. */
  2364. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2365. {
  2366. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2367. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2368. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2369. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2370. }
  2371. /**
  2372. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2373. *
  2374. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2375. */
  2376. protected function getSensioFrameworkExtra_Security_ListenerService()
  2377. {
  2378. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2379. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2380. return $this->privates['sensio_framework_extra.security.listener'];
  2381. }
  2382. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2383. }
  2384. /**
  2385. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2386. *
  2387. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2388. */
  2389. protected function getSensioFrameworkExtra_View_ListenerService()
  2390. {
  2391. $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))));
  2392. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2393. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2394. ], [
  2395. 'twig' => '?',
  2396. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2397. return $instance;
  2398. }
  2399. /**
  2400. * Gets the private 'session.factory' shared service.
  2401. *
  2402. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2403. */
  2404. protected function getSession_FactoryService()
  2405. {
  2406. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2407. if (isset($this->privates['session.factory'])) {
  2408. return $this->privates['session.factory'];
  2409. }
  2410. 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']);
  2411. }
  2412. /**
  2413. * Gets the private 'session_listener' shared service.
  2414. *
  2415. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2416. */
  2417. protected function getSessionListenerService()
  2418. {
  2419. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2420. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  2421. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2422. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2423. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  2424. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2425. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  2426. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  2427. ], [
  2428. 'initialized_session' => '?',
  2429. 'logger' => '?',
  2430. 'request_stack' => '?',
  2431. 'session' => '?',
  2432. 'session_collector' => '?',
  2433. 'session_factory' => '?',
  2434. 'session_storage' => '?',
  2435. ]), true, $this->parameters['session.storage.options']);
  2436. }
  2437. /**
  2438. * Gets the private 'translator.default' shared service.
  2439. *
  2440. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2441. */
  2442. protected function getTranslator_DefaultService()
  2443. {
  2444. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2445. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2446. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2447. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2448. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2449. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2450. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2451. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2452. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2453. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2454. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2455. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2456. ], [
  2457. 'translation.loader.csv' => '?',
  2458. 'translation.loader.dat' => '?',
  2459. 'translation.loader.ini' => '?',
  2460. 'translation.loader.json' => '?',
  2461. 'translation.loader.mo' => '?',
  2462. 'translation.loader.php' => '?',
  2463. 'translation.loader.po' => '?',
  2464. 'translation.loader.qt' => '?',
  2465. 'translation.loader.res' => '?',
  2466. 'translation.loader.xliff' => '?',
  2467. 'translation.loader.yml' => '?',
  2468. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), 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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), 4 => (\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')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), 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')], '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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), 4 => (\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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), 4 => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), 4 => (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src/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/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/doctrine/doctrine-bundle/translations', 9 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 10 => 'vendor/symfony/security-bundle/translations', 11 => 'vendor/symfony/twig-bundle/translations', 12 => 'vendor/twig/extra-bundle/translations', 13 => 'vendor/symfony/web-profiler-bundle/translations', 14 => 'vendor/symfony/monolog-bundle/translations', 15 => 'vendor/symfony/debug-bundle/translations', 16 => 'vendor/symfony/maker-bundle/src/translations', 17 => 'vendor/symfony/webpack-encore-bundle/src/translations', 18 => 'vendor/friendsofsymfony/http-cache-bundle/src/translations']]], []);
  2469. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2470. $instance->setFallbackLocales([0 => 'fr']);
  2471. return $instance;
  2472. }
  2473. /**
  2474. * Gets the private 'validator.builder' shared service.
  2475. *
  2476. * @return \Symfony\Component\Validator\ValidatorBuilder
  2477. */
  2478. protected function getValidator_BuilderService()
  2479. {
  2480. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2481. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2482. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2483. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2484. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2485. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2486. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2487. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2488. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2489. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2490. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2491. ], [
  2492. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2493. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2494. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2495. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2496. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2497. 'doctrine.orm.validator.unique' => '?',
  2498. 'security.validator.user_password' => '?',
  2499. 'validator.expression' => '?',
  2500. ])));
  2501. if ($this->has('translator')) {
  2502. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2503. }
  2504. $instance->setTranslationDomain('validators');
  2505. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2506. $instance->enableAnnotationMapping(true);
  2507. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2508. $instance->addMethodMapping('loadValidatorMetadata');
  2509. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2510. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2511. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2512. return $instance;
  2513. }
  2514. /**
  2515. * Gets the private 'var_dumper.html_dumper' shared service.
  2516. *
  2517. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2518. */
  2519. protected function getVarDumper_HtmlDumperService()
  2520. {
  2521. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2522. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2523. return $instance;
  2524. }
  2525. /**
  2526. * Gets the private 'var_dumper.server_connection' shared service.
  2527. *
  2528. * @return \Symfony\Component\VarDumper\Server\Connection
  2529. */
  2530. protected function getVarDumper_ServerConnectionService()
  2531. {
  2532. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2533. }
  2534. /**
  2535. * Gets the private 'vich_uploader.metadata_reader' shared service.
  2536. *
  2537. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2538. */
  2539. protected function getVichUploader_MetadataReaderService()
  2540. {
  2541. $a = new \Metadata\Driver\FileLocator([]);
  2542. $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);
  2543. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2544. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2545. }
  2546. /**
  2547. * Gets the private 'web_profiler.csp.handler' shared service.
  2548. *
  2549. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2550. */
  2551. protected function getWebProfiler_Csp_HandlerService()
  2552. {
  2553. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2554. }
  2555. /**
  2556. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2557. *
  2558. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2559. */
  2560. protected function getWebProfiler_DebugToolbarService()
  2561. {
  2562. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2563. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2564. return $this->privates['web_profiler.debug_toolbar'];
  2565. }
  2566. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2567. }
  2568. /**
  2569. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2570. *
  2571. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2572. */
  2573. protected function getWebpackEncore_EntrypointLookupCollectionService()
  2574. {
  2575. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2576. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  2577. ], [
  2578. '_default' => '?',
  2579. ]), '_default');
  2580. }
  2581. /**
  2582. * Gets the public 'cache_clearer' alias.
  2583. *
  2584. * @return object The ".container.private.cache_clearer" service.
  2585. */
  2586. protected function getCacheClearerService()
  2587. {
  2588. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2589. return $this->get('.container.private.cache_clearer');
  2590. }
  2591. /**
  2592. * Gets the public 'filesystem' alias.
  2593. *
  2594. * @return object The ".container.private.filesystem" service.
  2595. */
  2596. protected function getFilesystemService()
  2597. {
  2598. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2599. return $this->get('.container.private.filesystem');
  2600. }
  2601. /**
  2602. * Gets the public 'serializer' alias.
  2603. *
  2604. * @return object The ".container.private.serializer" service.
  2605. */
  2606. protected function getSerializerService()
  2607. {
  2608. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2609. return $this->get('.container.private.serializer');
  2610. }
  2611. /**
  2612. * Gets the public 'security.csrf.token_manager' alias.
  2613. *
  2614. * @return object The ".container.private.security.csrf.token_manager" service.
  2615. */
  2616. protected function getSecurity_Csrf_TokenManagerService()
  2617. {
  2618. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2619. return $this->get('.container.private.security.csrf.token_manager');
  2620. }
  2621. /**
  2622. * Gets the public 'form.factory' alias.
  2623. *
  2624. * @return object The ".container.private.form.factory" service.
  2625. */
  2626. protected function getForm_FactoryService()
  2627. {
  2628. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2629. return $this->get('.container.private.form.factory');
  2630. }
  2631. /**
  2632. * Gets the public 'form.type.file' alias.
  2633. *
  2634. * @return object The ".container.private.form.type.file" service.
  2635. */
  2636. protected function getForm_Type_FileService()
  2637. {
  2638. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2639. return $this->get('.container.private.form.type.file');
  2640. }
  2641. /**
  2642. * Gets the public 'profiler' alias.
  2643. *
  2644. * @return object The ".container.private.profiler" service.
  2645. */
  2646. protected function getProfilerService()
  2647. {
  2648. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2649. return $this->get('.container.private.profiler');
  2650. }
  2651. /**
  2652. * Gets the public 'security.authorization_checker' alias.
  2653. *
  2654. * @return object The ".container.private.security.authorization_checker" service.
  2655. */
  2656. protected function getSecurity_AuthorizationCheckerService()
  2657. {
  2658. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2659. return $this->get('.container.private.security.authorization_checker');
  2660. }
  2661. /**
  2662. * Gets the public 'security.token_storage' alias.
  2663. *
  2664. * @return object The ".container.private.security.token_storage" service.
  2665. */
  2666. protected function getSecurity_TokenStorageService()
  2667. {
  2668. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2669. return $this->get('.container.private.security.token_storage');
  2670. }
  2671. /**
  2672. * Gets the public 'twig' alias.
  2673. *
  2674. * @return object The ".container.private.twig" service.
  2675. */
  2676. protected function getTwigService()
  2677. {
  2678. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2679. return $this->get('.container.private.twig');
  2680. }
  2681. /**
  2682. * Gets the public 'security.password_encoder' alias.
  2683. *
  2684. * @return object The ".container.private.security.password_encoder" service.
  2685. */
  2686. protected function getSecurity_PasswordEncoderService()
  2687. {
  2688. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2689. return $this->get('.container.private.security.password_encoder');
  2690. }
  2691. /**
  2692. * Gets the public 'session' alias.
  2693. *
  2694. * @return object The ".container.private.session" service.
  2695. */
  2696. protected function getSessionService()
  2697. {
  2698. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2699. return $this->get('.container.private.session');
  2700. }
  2701. /**
  2702. * Gets the public 'validator' alias.
  2703. *
  2704. * @return object The ".container.private.validator" service.
  2705. */
  2706. protected function getValidatorService()
  2707. {
  2708. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2709. return $this->get('.container.private.validator');
  2710. }
  2711. /**
  2712. * @return array|bool|float|int|string|\UnitEnum|null
  2713. */
  2714. public function getParameter(string $name)
  2715. {
  2716. if (isset($this->buildParameters[$name])) {
  2717. return $this->buildParameters[$name];
  2718. }
  2719. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2720. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2721. }
  2722. if (isset($this->loadedDynamicParameters[$name])) {
  2723. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2724. }
  2725. return $this->parameters[$name];
  2726. }
  2727. public function hasParameter(string $name): bool
  2728. {
  2729. if (isset($this->buildParameters[$name])) {
  2730. return true;
  2731. }
  2732. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2733. }
  2734. public function setParameter(string $name, $value): void
  2735. {
  2736. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2737. }
  2738. public function getParameterBag(): ParameterBagInterface
  2739. {
  2740. if (null === $this->parameterBag) {
  2741. $parameters = $this->parameters;
  2742. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2743. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2744. }
  2745. foreach ($this->buildParameters as $name => $value) {
  2746. $parameters[$name] = $value;
  2747. }
  2748. $this->parameterBag = new FrozenParameterBag($parameters);
  2749. }
  2750. return $this->parameterBag;
  2751. }
  2752. private $loadedDynamicParameters = [
  2753. 'kernel.runtime_environment' => false,
  2754. 'kernel.build_dir' => false,
  2755. 'kernel.cache_dir' => false,
  2756. 'kernel.secret' => false,
  2757. 'debug.container.dump' => false,
  2758. 'serializer.mapping.cache.file' => false,
  2759. 'validator.mapping.cache.file' => false,
  2760. 'profiler.storage.dsn' => false,
  2761. 'doctrine.orm.proxy_dir' => false,
  2762. ];
  2763. private $dynamicParameters = [];
  2764. private function getDynamicParameter(string $name)
  2765. {
  2766. switch ($name) {
  2767. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2768. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2769. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2770. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2771. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2772. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2773. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2774. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2775. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2776. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2777. }
  2778. $this->loadedDynamicParameters[$name] = true;
  2779. return $this->dynamicParameters[$name] = $value;
  2780. }
  2781. protected function getDefaultParameters(): array
  2782. {
  2783. return [
  2784. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2785. 'kernel.environment' => 'dev',
  2786. 'kernel.debug' => true,
  2787. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2788. 'kernel.bundles' => [
  2789. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2790. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2791. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2792. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2793. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2794. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2795. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2796. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2797. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2798. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2799. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2800. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2801. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2802. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2803. 'FOSHttpCacheBundle' => 'FOS\\HttpCacheBundle\\FOSHttpCacheBundle',
  2804. ],
  2805. 'kernel.bundles_metadata' => [
  2806. 'FrameworkBundle' => [
  2807. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2808. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2809. ],
  2810. 'SensioFrameworkExtraBundle' => [
  2811. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2812. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2813. ],
  2814. 'DoctrineBundle' => [
  2815. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2816. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2817. ],
  2818. 'DoctrineMigrationsBundle' => [
  2819. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2820. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2821. ],
  2822. 'SecurityBundle' => [
  2823. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2824. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2825. ],
  2826. 'TwigBundle' => [
  2827. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2828. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2829. ],
  2830. 'TwigExtraBundle' => [
  2831. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2832. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2833. ],
  2834. 'WebProfilerBundle' => [
  2835. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2836. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2837. ],
  2838. 'MonologBundle' => [
  2839. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2840. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2841. ],
  2842. 'DebugBundle' => [
  2843. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2844. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2845. ],
  2846. 'MakerBundle' => [
  2847. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2848. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2849. ],
  2850. 'EasyAdminBundle' => [
  2851. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
  2852. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2853. ],
  2854. 'VichUploaderBundle' => [
  2855. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  2856. 'namespace' => 'Vich\\UploaderBundle',
  2857. ],
  2858. 'WebpackEncoreBundle' => [
  2859. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2860. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2861. ],
  2862. 'FOSHttpCacheBundle' => [
  2863. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/http-cache-bundle/src'),
  2864. 'namespace' => 'FOS\\HttpCacheBundle',
  2865. ],
  2866. ],
  2867. 'kernel.charset' => 'UTF-8',
  2868. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2869. 'api_urlset_authorized_ips' => [
  2870. 0 => '82.165.59.124',
  2871. 1 => '82.165.236.191',
  2872. 2 => '172.31.0.1',
  2873. 3 => '88.169.10.178',
  2874. ],
  2875. 'sites_file' => 'var/sites.json',
  2876. 'event_dispatcher.event_aliases' => [
  2877. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2878. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2879. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2880. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2881. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2882. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2883. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2884. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2885. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2886. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2887. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2888. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2889. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2890. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2891. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2892. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2893. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2894. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2895. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2896. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2897. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2898. ],
  2899. 'fragment.renderer.hinclude.global_template' => NULL,
  2900. 'fragment.path' => '/_fragment',
  2901. 'kernel.http_method_override' => true,
  2902. 'kernel.trusted_hosts' => [
  2903. ],
  2904. 'kernel.default_locale' => 'fr',
  2905. 'kernel.enabled_locales' => [
  2906. ],
  2907. 'kernel.error_controller' => 'error_controller',
  2908. 'kernel.trusted_proxies' => '127.0.0.1,0.0.0.0,172.17.0.0/16,172.18.0.0/15,172.20.0.0/14,172.24.0.0/13,192.168.0.0/16,172.16.0.0/12,10.0.0.0/8',
  2909. 'kernel.trusted_headers' => 26,
  2910. 'debug.file_link_format' => NULL,
  2911. 'asset.request_context.base_path' => NULL,
  2912. 'asset.request_context.secure' => NULL,
  2913. 'translator.logging' => false,
  2914. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2915. 'debug.error_handler.throw_at' => -1,
  2916. 'router.request_context.host' => 'localhost',
  2917. 'router.request_context.scheme' => 'http',
  2918. 'router.request_context.base_url' => '',
  2919. 'router.resource' => 'kernel::loadRoutes',
  2920. 'request_listener.http_port' => 80,
  2921. 'request_listener.https_port' => 443,
  2922. 'session.metadata.storage_key' => '_sf2_meta',
  2923. 'session.storage.options' => [
  2924. 'cache_limiter' => '0',
  2925. 'cookie_secure' => 'auto',
  2926. 'cookie_httponly' => true,
  2927. 'cookie_samesite' => 'lax',
  2928. 'gc_probability' => 1,
  2929. ],
  2930. 'session.save_path' => NULL,
  2931. 'session.metadata.update_threshold' => 0,
  2932. 'form.type_extension.csrf.enabled' => true,
  2933. 'form.type_extension.csrf.field_name' => '_token',
  2934. 'validator.translation_domain' => 'validators',
  2935. 'profiler_listener.only_exceptions' => false,
  2936. 'profiler_listener.only_main_requests' => false,
  2937. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2938. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2939. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2940. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2941. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2942. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2943. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2944. 'doctrine.entity_managers' => [
  2945. 'default' => 'doctrine.orm.default_entity_manager',
  2946. ],
  2947. 'doctrine.default_entity_manager' => 'default',
  2948. 'doctrine.dbal.connection_factory.types' => [
  2949. 'uuid' => [
  2950. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2951. ],
  2952. 'ulid' => [
  2953. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2954. ],
  2955. ],
  2956. 'doctrine.connections' => [
  2957. 'default' => 'doctrine.dbal.default_connection',
  2958. ],
  2959. 'doctrine.default_connection' => 'default',
  2960. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2961. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2962. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2963. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2964. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2965. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2966. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2967. 'doctrine.orm.cache.memcache_port' => 11211,
  2968. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2969. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2970. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2971. 'doctrine.orm.cache.memcached_port' => 11211,
  2972. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2973. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2974. 'doctrine.orm.cache.redis_host' => 'localhost',
  2975. 'doctrine.orm.cache.redis_port' => 6379,
  2976. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2977. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2978. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2979. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2980. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2981. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2982. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2983. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2984. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2985. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2986. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2987. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2988. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2989. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2990. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2991. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2992. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2993. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2994. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2995. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2996. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2997. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2998. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2999. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3000. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3001. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3002. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3003. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3004. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3005. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3006. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3007. 'doctrine.orm.auto_generate_proxy_classes' => true,
  3008. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  3009. 'doctrine.orm.proxy_namespace' => 'Proxies',
  3010. 'doctrine.migrations.preferred_em' => NULL,
  3011. 'doctrine.migrations.preferred_connection' => NULL,
  3012. 'security.role_hierarchy.roles' => [
  3013. ],
  3014. 'security.access.denied_url' => NULL,
  3015. 'security.authentication.manager.erase_credentials' => true,
  3016. 'security.authentication.session_strategy.strategy' => 'migrate',
  3017. 'security.access.always_authenticate_before_granting' => false,
  3018. 'security.authentication.hide_user_not_found' => true,
  3019. 'security.firewalls' => [
  3020. 0 => 'dev',
  3021. 1 => 'main',
  3022. ],
  3023. 'security.main._indexed_authenticators' => [
  3024. ],
  3025. 'twig.form.resources' => [
  3026. 0 => '@VichUploader/Form/fields.html.twig',
  3027. 1 => 'form_div_layout.html.twig',
  3028. ],
  3029. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3030. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3031. 'web_profiler.debug_toolbar.mode' => 2,
  3032. 'monolog.use_microseconds' => true,
  3033. 'monolog.swift_mailer.handlers' => [
  3034. ],
  3035. 'monolog.handlers_to_channels' => [
  3036. 'monolog.handler.console' => [
  3037. 'type' => 'exclusive',
  3038. 'elements' => [
  3039. 0 => 'event',
  3040. 1 => 'doctrine',
  3041. 2 => 'console',
  3042. ],
  3043. ],
  3044. 'monolog.handler.main' => [
  3045. 'type' => 'exclusive',
  3046. 'elements' => [
  3047. 0 => 'event',
  3048. ],
  3049. ],
  3050. ],
  3051. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3052. 'easyadmin.config' => [
  3053. ],
  3054. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  3055. 'vich_uploader.mappings' => [
  3056. 'imageFile' => [
  3057. 'uri_prefix' => '/images/upload',
  3058. 'upload_destination' => (\dirname(__DIR__, 4).'/public/images/upload'),
  3059. 'namer' => [
  3060. 'service' => NULL,
  3061. 'options' => NULL,
  3062. ],
  3063. 'directory_namer' => [
  3064. 'service' => NULL,
  3065. 'options' => NULL,
  3066. ],
  3067. 'delete_on_remove' => true,
  3068. 'delete_on_update' => true,
  3069. 'inject_on_load' => false,
  3070. 'db_driver' => 'orm',
  3071. ],
  3072. ],
  3073. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3074. 'fos_http_cache.debug_header' => 'X-Cache-Debug',
  3075. 'fos_http_cache.cacheable.response.additional_status' => [
  3076. ],
  3077. 'fos_http_cache.proxy_client.varnish.options' => [
  3078. 'tag_mode' => 'ban',
  3079. 'tags_header' => 'X-Cache-Tags',
  3080. ],
  3081. 'fos_http_cache.cache_manager.generate_url_type' => 0,
  3082. 'fos_http_cache.compiler_pass.tag_annotations' => true,
  3083. 'fos_http_cache.tag_handler.response_header' => 'X-Cache-Tags',
  3084. 'fos_http_cache.tag_handler.separator' => ',',
  3085. 'fos_http_cache.tag_handler.strict' => false,
  3086. 'fos_http_cache.event_listener.user_context.options' => [
  3087. 'user_identifier_headers' => [
  3088. 0 => 'cookie',
  3089. 1 => 'authorization',
  3090. ],
  3091. 'user_hash_header' => 'X-User-Context-Hash',
  3092. 'ttl' => 3600,
  3093. 'add_vary_on_hash' => true,
  3094. ],
  3095. 'fos_http_cache.event_listener.flash_message.options' => [
  3096. 'name' => 'flashes',
  3097. 'path' => '/',
  3098. 'host' => NULL,
  3099. 'secure' => false,
  3100. ],
  3101. 'data_collector.templates' => [
  3102. 'data_collector.request' => [
  3103. 0 => 'request',
  3104. 1 => '@WebProfiler/Collector/request.html.twig',
  3105. ],
  3106. 'data_collector.time' => [
  3107. 0 => 'time',
  3108. 1 => '@WebProfiler/Collector/time.html.twig',
  3109. ],
  3110. 'data_collector.memory' => [
  3111. 0 => 'memory',
  3112. 1 => '@WebProfiler/Collector/memory.html.twig',
  3113. ],
  3114. 'data_collector.validator' => [
  3115. 0 => 'validator',
  3116. 1 => '@WebProfiler/Collector/validator.html.twig',
  3117. ],
  3118. 'data_collector.ajax' => [
  3119. 0 => 'ajax',
  3120. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3121. ],
  3122. 'data_collector.form' => [
  3123. 0 => 'form',
  3124. 1 => '@WebProfiler/Collector/form.html.twig',
  3125. ],
  3126. 'data_collector.exception' => [
  3127. 0 => 'exception',
  3128. 1 => '@WebProfiler/Collector/exception.html.twig',
  3129. ],
  3130. 'data_collector.logger' => [
  3131. 0 => 'logger',
  3132. 1 => '@WebProfiler/Collector/logger.html.twig',
  3133. ],
  3134. 'data_collector.events' => [
  3135. 0 => 'events',
  3136. 1 => '@WebProfiler/Collector/events.html.twig',
  3137. ],
  3138. 'data_collector.router' => [
  3139. 0 => 'router',
  3140. 1 => '@WebProfiler/Collector/router.html.twig',
  3141. ],
  3142. 'data_collector.cache' => [
  3143. 0 => 'cache',
  3144. 1 => '@WebProfiler/Collector/cache.html.twig',
  3145. ],
  3146. 'data_collector.translation' => [
  3147. 0 => 'translation',
  3148. 1 => '@WebProfiler/Collector/translation.html.twig',
  3149. ],
  3150. 'data_collector.security' => [
  3151. 0 => 'security',
  3152. 1 => '@Security/Collector/security.html.twig',
  3153. ],
  3154. 'data_collector.twig' => [
  3155. 0 => 'twig',
  3156. 1 => '@WebProfiler/Collector/twig.html.twig',
  3157. ],
  3158. 'data_collector.http_client' => [
  3159. 0 => 'http_client',
  3160. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3161. ],
  3162. 'data_collector.doctrine' => [
  3163. 0 => 'db',
  3164. 1 => '@Doctrine/Collector/db.html.twig',
  3165. ],
  3166. 'data_collector.dump' => [
  3167. 0 => 'dump',
  3168. 1 => '@Debug/Profiler/dump.html.twig',
  3169. ],
  3170. 'mailer.data_collector' => [
  3171. 0 => 'mailer',
  3172. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3173. ],
  3174. 'notifier.data_collector' => [
  3175. 0 => 'notifier',
  3176. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3177. ],
  3178. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3179. 0 => 'easyadmin',
  3180. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  3181. ],
  3182. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3183. 0 => 'vich_uploader.mapping_collector',
  3184. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  3185. ],
  3186. 'data_collector.config' => [
  3187. 0 => 'config',
  3188. 1 => '@WebProfiler/Collector/config.html.twig',
  3189. ],
  3190. ],
  3191. 'console.command.ids' => [
  3192. 0 => 'console.command.public_alias.App\\Command\\ConvertImagesCommand',
  3193. ],
  3194. ];
  3195. }
  3196. protected function throw($message)
  3197. {
  3198. throw new RuntimeException($message);
  3199. }
  3200. }