var/cache/dev/Container9ix3aBE/App_KernelDevDebugContainer.php line 1131

Open in your IDE?
  1. <?php
  2. namespace Container9ix3aBE;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  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. 'cache.webpack_encore' => 'getCache_WebpackEncoreService',
  44. 'data_collector.dump' => 'getDataCollector_DumpService',
  45. 'doctrine' => 'getDoctrineService',
  46. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48. 'event_dispatcher' => 'getEventDispatcherService',
  49. 'http_kernel' => 'getHttpKernelService',
  50. 'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  51. 'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  52. 'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  53. 'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  54. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  55. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  56. 'request_stack' => 'getRequestStackService',
  57. 'router' => 'getRouterService',
  58. 'translator' => 'getTranslatorService',
  59. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60. 'cache_clearer' => 'getCacheClearerService',
  61. 'filesystem' => 'getFilesystemService',
  62. 'serializer' => 'getSerializerService',
  63. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64. 'form.factory' => 'getForm_FactoryService',
  65. 'form.type.file' => 'getForm_Type_FileService',
  66. 'profiler' => 'getProfilerService',
  67. 'twig' => 'getTwigService',
  68. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69. 'security.token_storage' => 'getSecurity_TokenStorageService',
  70. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71. 'session' => 'getSessionService',
  72. 'validator' => 'getValidatorService',
  73. ];
  74. $this->fileMap = [
  75. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  77. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  78. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  79. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80. '.container.private.session' => 'get_Container_Private_SessionService',
  81. 'App\\Controller\\Api\\AdminPremiumController' => 'getAdminPremiumControllerService',
  82. 'App\\Controller\\Api\\ApplicationController' => 'getApplicationControllerService',
  83. 'App\\Controller\\Api\\DatabaseController' => 'getDatabaseControllerService',
  84. 'App\\Controller\\Api\\FamilyController' => 'getFamilyControllerService',
  85. 'App\\Controller\\Api\\FavoritesController' => 'getFavoritesControllerService',
  86. 'App\\Controller\\Api\\NotificationsController' => 'getNotificationsControllerService',
  87. 'App\\Controller\\Api\\PremiumController' => 'getPremiumControllerService',
  88. 'App\\Controller\\Api\\ProfileController' => 'getProfileControllerService',
  89. 'App\\Controller\\Api\\RegisterController' => 'getRegisterControllerService',
  90. 'App\\Controller\\Api\\RevenueCatWebhookController' => 'getRevenueCatWebhookControllerService',
  91. 'App\\Controller\\Api\\TokenRefreshController' => 'getTokenRefreshControllerService',
  92. 'App\\Controller\\Backoffice\\ArticlesController' => 'getArticlesControllerService',
  93. 'App\\Controller\\Backoffice\\AutomatisationsController' => 'getAutomatisationsControllerService',
  94. 'App\\Controller\\Backoffice\\DashboardController' => 'getDashboardControllerService',
  95. 'App\\Controller\\Backoffice\\DatabaseController' => 'getDatabaseController2Service',
  96. 'App\\Controller\\Backoffice\\Menu\\ParentsController' => 'getParentsControllerService',
  97. 'App\\Controller\\Backoffice\\Menu\\ParentsItemsController' => 'getParentsItemsControllerService',
  98. 'App\\Controller\\Backoffice\\SeoRedirectionController' => 'getSeoRedirectionControllerService',
  99. 'App\\Controller\\Backoffice\\Tools\\ArticlesAuthorsController' => 'getArticlesAuthorsControllerService',
  100. 'App\\Controller\\Backoffice\\Tools\\ArticlesCategoriesController' => 'getArticlesCategoriesControllerService',
  101. 'App\\Controller\\Backoffice\\Tools\\MailsController' => 'getMailsControllerService',
  102. 'App\\Controller\\Backoffice\\Tools\\PagesController' => 'getPagesControllerService',
  103. 'App\\Controller\\Backoffice\\Tools\\ParametersController' => 'getParametersControllerService',
  104. 'App\\Controller\\Backoffice\\Tools\\UploadsController' => 'getUploadsControllerService',
  105. 'App\\Controller\\Backoffice\\TranslationsController' => 'getTranslationsControllerService',
  106. 'App\\Controller\\Backoffice\\UsersController' => 'getUsersControllerService',
  107. 'App\\Controller\\Backoffice\\Vitrine\\PagesController' => 'getPagesController2Service',
  108. 'App\\Controller\\Backoffice\\Vitrine\\PagesHasBlocksComponentsController' => 'getPagesHasBlocksComponentsControllerService',
  109. 'App\\Controller\\Backoffice\\Vitrine\\PagesHasBlocksController' => 'getPagesHasBlocksControllerService',
  110. 'App\\Controller\\Backoffice\\Vitrine\\TemplatesController' => 'getTemplatesControllerService',
  111. 'App\\Controller\\Backoffice\\Vitrine\\TemplatesHasItemsController' => 'getTemplatesHasItemsControllerService',
  112. 'App\\Controller\\Backoffice\\Vitrine\\TemplatesHasSubItemsController' => 'getTemplatesHasSubItemsControllerService',
  113. 'App\\Controller\\Blog\\ArticlesController' => 'getArticlesController2Service',
  114. 'App\\Controller\\Blog\\HomepageController' => 'getHomepageControllerService',
  115. 'App\\Controller\\Blog\\PagesController' => 'getPagesController3Service',
  116. 'App\\Controller\\Blog\\RssController' => 'getRssControllerService',
  117. 'App\\Controller\\Customer\\HomepageController' => 'getHomepageController2Service',
  118. 'App\\Controller\\Login\\FacebookController' => 'getFacebookControllerService',
  119. 'App\\Controller\\Login\\LinkedinController' => 'getLinkedinControllerService',
  120. 'App\\Controller\\Login\\PasswordController' => 'getPasswordControllerService',
  121. 'App\\Controller\\Login\\SecurityController' => 'getSecurityControllerService',
  122. 'App\\Controller\\Login\\VerificationController' => 'getVerificationControllerService',
  123. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  124. 'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  125. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
  126. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterController2Service',
  127. 'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  128. 'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  129. 'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  130. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  131. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  132. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  133. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  134. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  135. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  136. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  137. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  138. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  139. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  140. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  141. 'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  142. 'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  143. 'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  144. 'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  145. 'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  146. 'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  147. 'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  148. 'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  149. 'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  150. 'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  151. 'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  152. 'cache.app_clearer' => 'getCache_AppClearerService',
  153. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  154. 'cache.system_clearer' => 'getCache_SystemClearerService',
  155. 'cache_warmer' => 'getCacheWarmerService',
  156. 'console.command.public_alias.App\\Command\\ArticlesCommand' => 'getArticlesCommandService',
  157. 'console.command.public_alias.App\\Command\\Mailing\\StacksCommand' => 'getStacksCommandService',
  158. 'console.command_loader' => 'getConsole_CommandLoaderService',
  159. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  160. 'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  161. 'error_controller' => 'getErrorControllerService',
  162. 'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  163. 'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  164. 'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  165. 'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  166. 'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  167. 'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  168. 'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  169. 'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  170. 'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  171. 'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  172. 'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  173. 'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  174. 'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService',
  175. 'knp_paginator' => 'getKnpPaginatorService',
  176. 'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  177. 'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  178. 'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  179. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  180. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  181. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  182. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  183. 'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  184. 'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  185. 'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  186. 'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  187. 'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  188. 'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  189. 'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  190. 'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  191. 'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  192. 'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  193. 'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  194. 'phpoffice.spreadsheet' => 'getPhpoffice_SpreadsheetService',
  195. 'routing.loader' => 'getRouting_LoaderService',
  196. 'services_resetter' => 'getServicesResetterService',
  197. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  198. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  199. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  200. 'vich_uploader.namer_uniqid.agencies_files' => 'getVichUploader_NamerUniqid_AgenciesFilesService',
  201. 'vich_uploader.namer_uniqid.articles_files' => 'getVichUploader_NamerUniqid_ArticlesFilesService',
  202. 'vich_uploader.namer_uniqid.authors_files' => 'getVichUploader_NamerUniqid_AuthorsFilesService',
  203. 'vich_uploader.namer_uniqid.avatars_files' => 'getVichUploader_NamerUniqid_AvatarsFilesService',
  204. 'vich_uploader.namer_uniqid.candidates_files' => 'getVichUploader_NamerUniqid_CandidatesFilesService',
  205. 'vich_uploader.namer_uniqid.cvs_files' => 'getVichUploader_NamerUniqid_CvsFilesService',
  206. 'vich_uploader.namer_uniqid.pages_files' => 'getVichUploader_NamerUniqid_PagesFilesService',
  207. 'vich_uploader.namer_uniqid.press_files' => 'getVichUploader_NamerUniqid_PressFilesService',
  208. 'vich_uploader.namer_uniqid.uploads_files' => 'getVichUploader_NamerUniqid_UploadsFilesService',
  209. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  210. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  211. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  212. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  213. ];
  214. $this->aliases = [
  215. 'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  216. 'App\\Kernel' => 'kernel',
  217. 'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  218. 'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  219. 'api_platform.action.get_item' => 'api_platform.action.placeholder',
  220. 'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  221. 'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  222. 'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  223. 'api_platform.action.put_item' => 'api_platform.action.placeholder',
  224. 'database_connection' => 'doctrine.dbal.default_connection',
  225. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  226. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  227. 'oauth2.registry' => 'knpu.oauth2.registry',
  228. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  229. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  230. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  231. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  232. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  233. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  234. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  235. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  236. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  237. ];
  238. $this->privates['service_container'] = function () {
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  245. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  246. include_once \dirname(__DIR__, 4).'/src/EventListener/LocaleListener.php';
  247. include_once \dirname(__DIR__, 4).'/src/EventListener/MinifyHTMLListener.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  249. include_once \dirname(__DIR__, 4).'/src/Listener/RedirectionListener.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformPaginationParametersListener.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformSortingParametersListener.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformFieldsetsParametersListener.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformFilteringParametersListener.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/Serializer/ConstraintViolationListNormalizer.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/Serializer/ReservedAttributeNameConverter.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/Serializer/ErrorNormalizer.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/Serializer/EntrypointNormalizer.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/EntrypointNormalizer.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/Serializer/ItemNormalizer.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/GraphQl/Serializer/ItemNormalizer.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/Serializer/CollectionNormalizer.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/CollectionNormalizer.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonApi/Serializer/ObjectNormalizer.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/ObjectNormalizer.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/GraphQl/Serializer/ObjectNormalizer.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  807. include_once \dirname(__DIR__, 4).'/src/Twig/ArticlesExtension.php';
  808. include_once \dirname(__DIR__, 4).'/src/Twig/CoreExtension.php';
  809. include_once \dirname(__DIR__, 4).'/src/Twig/MenuExtension.php';
  810. include_once \dirname(__DIR__, 4).'/src/Twig/PagesExtension.php';
  811. include_once \dirname(__DIR__, 4).'/src/Twig/ToolsExtension.php';
  812. include_once \dirname(__DIR__, 4).'/src/Twig/TranslationsExtension.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/tgalopin/html-sanitizer-bundle/src/Twig/TwigExtension.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  835. };
  836. }
  837. public function compile(): void
  838. {
  839. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  840. }
  841. public function isCompiled(): bool
  842. {
  843. return true;
  844. }
  845. public function getRemovedIds(): array
  846. {
  847. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  848. }
  849. protected function load($file, $lazyLoad = true)
  850. {
  851. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  852. return $class::do($this, $lazyLoad);
  853. }
  854. if ('.' === $file[-4]) {
  855. $class = substr($class, 0, -4);
  856. } else {
  857. $file .= '.php';
  858. }
  859. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  860. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  861. }
  862. protected function createProxy($class, \Closure $factory)
  863. {
  864. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  865. return $factory();
  866. }
  867. /**
  868. * Gets the public '.container.private.filesystem' shared service.
  869. *
  870. * @return \Symfony\Component\Filesystem\Filesystem
  871. */
  872. protected function get_Container_Private_FilesystemService()
  873. {
  874. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  875. }
  876. /**
  877. * Gets the public '.container.private.profiler' shared service.
  878. *
  879. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  880. */
  881. protected function get_Container_Private_ProfilerService()
  882. {
  883. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  884. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  885. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  886. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  887. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  888. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  889. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  890. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  891. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  892. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  893. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  894. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  895. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  896. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  897. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  898. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  899. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  900. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  901. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  902. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  903. $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  904. $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  905. $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  906. $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  907. $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  908. $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  909. $d->addInstance('cache.webpack_encore', ($this->services['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  910. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  911. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  912. $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  913. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  914. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  915. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  916. if ($this->has('kernel')) {
  917. $g->setKernel($b);
  918. }
  919. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  920. $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  921. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  922. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  923. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  924. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  925. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  926. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  927. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  928. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  929. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  930. $instance->add($d);
  931. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  932. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  933. $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())));
  934. $instance->add($e);
  935. $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([])))));
  936. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  937. $instance->add($f);
  938. $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()))));
  939. $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()))));
  940. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  941. $instance->add($g);
  942. return $instance;
  943. }
  944. /**
  945. * Gets the public '.container.private.security.authorization_checker' shared service.
  946. *
  947. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  948. */
  949. protected function get_Container_Private_Security_AuthorizationCheckerService()
  950. {
  951. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  952. if (isset($this->services['.container.private.security.authorization_checker'])) {
  953. return $this->services['.container.private.security.authorization_checker'];
  954. }
  955. return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
  956. }
  957. /**
  958. * Gets the public '.container.private.security.token_storage' shared service.
  959. *
  960. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  961. */
  962. protected function get_Container_Private_Security_TokenStorageService()
  963. {
  964. 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, [
  965. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  966. ], [
  967. 'request_stack' => '?',
  968. ]));
  969. }
  970. /**
  971. * Gets the public '.container.private.serializer' shared service.
  972. *
  973. * @return \Symfony\Component\Serializer\Serializer
  974. */
  975. protected function get_Container_Private_SerializerService()
  976. {
  977. $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  978. if (isset($this->services['.container.private.serializer'])) {
  979. return $this->services['.container.private.serializer'];
  980. }
  981. $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  982. $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  983. $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
  984. $e = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $b, $c)], [0 => $d]));
  985. $f = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($e);
  986. $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  987. $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  988. $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  989. $j = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  990. $k = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  991. $l = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  992. $m = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g, $h, $i, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, $j, NULL, false, 'oauth2', 'application', '', '', [], $this->parameters['api_platform.swagger.api_keys'], $k, true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], $l, $e));
  993. $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  994. $o = new \ApiPlatform\Core\JsonApi\Serializer\ReservedAttributeNameConverter($n);
  995. $p = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  996. $q = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  997. $r = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  998. $s = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  999. $t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1000. $u = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1001. $v = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($t);
  1002. $w = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($t, $n, $b, $c, $v, NULL, [], $c);
  1003. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), 1 => $f, 2 => $m, 3 => new \ApiPlatform\Core\JsonApi\Serializer\ConstraintViolationListNormalizer($i, $o), 4 => new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $n), 5 => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $n), 6 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), 7 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), 8 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), 9 => $m, 10 => new \ApiPlatform\Core\JsonApi\Serializer\ErrorNormalizer(true), 11 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 12 => $f, 13 => new \ApiPlatform\Core\JsonApi\Serializer\EntrypointNormalizer($g, $q, $p), 14 => new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($g, $h, $i, $r, NULL, $p, $k, $n), 15 => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($g, $q, $p), 16 => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($p, true), 17 => new \ApiPlatform\Core\Hal\Serializer\EntrypointNormalizer($g, $q, $p), 18 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 19 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 21 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 22 => new \ApiPlatform\Core\JsonApi\Serializer\ItemNormalizer($h, $i, $q, $r, $b, $o, $g, [], new RewindableGenerator(function () {
  1004. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1005. }, 1), $a), 23 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($g, $h, $i, $q, $r, $s, $b, $n, $t, [], new RewindableGenerator(function () {
  1006. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1007. }, 1), $a), 24 => new \ApiPlatform\Core\Hal\Serializer\ItemNormalizer($h, $i, $q, $r, $b, $n, $t, NULL, false, [], new RewindableGenerator(function () {
  1008. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1009. }, 1), $g, $a), 25 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($h, $i, $q, $l, $r, $b, $n, $t, $u, false, NULL, new RewindableGenerator(function () {
  1010. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1011. }, 1), $g), 26 => new \ApiPlatform\Core\Serializer\ItemNormalizer($h, $i, $q, $r, $b, $n, $t, $u, false, NULL, new RewindableGenerator(function () {
  1012. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1013. }, 1), $g, $a), 27 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 28 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 29 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t, $n, $c, $v, NULL, [])), 30 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 31 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 32 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 33 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 34 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 35 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 36 => new \ApiPlatform\Core\JsonApi\Serializer\CollectionNormalizer($r, 'page', $g), 37 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($s, $r, $q), 'page', 'pagination', $g, $b), $g, $r, $j), 38 => new \ApiPlatform\Core\Hal\Serializer\CollectionNormalizer($r, 'page', $g), 39 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 40 => new \ApiPlatform\Core\JsonApi\Serializer\ObjectNormalizer($w, $q, $r, $g), 41 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($w, $q, $s), 42 => new \ApiPlatform\Core\Hal\Serializer\ObjectNormalizer($w, $q), 43 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($w, $q, $l), 44 => $w], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $d, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonapi'), 5 => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), 6 => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonhal'), 7 => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  1014. }
  1015. /**
  1016. * Gets the public '.container.private.twig' shared service.
  1017. *
  1018. * @return \Twig\Environment
  1019. */
  1020. protected function get_Container_Private_TwigService()
  1021. {
  1022. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1023. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1024. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  1025. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  1026. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1027. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1028. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1029. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1030. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1031. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1032. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1033. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1034. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1035. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1036. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1037. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1038. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1039. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1040. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1041. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1042. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1043. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1044. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  1045. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  1046. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  1047. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  1048. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  1049. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1050. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1051. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1052. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  1053. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1054. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1055. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1056. $e = ($this->services['router'] ?? $this->getRouterService());
  1057. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1058. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1059. $h = ($this->privates['App\\Services\\Core\\Core'] ?? $this->getCoreService());
  1060. $i = ($this->privates['App\\Services\\Core\\Tools'] ?? $this->getToolsService());
  1061. $j = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1062. $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1063. $k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  1064. $l = new \Symfony\Bridge\Twig\AppVariable();
  1065. $l->setEnvironment('dev');
  1066. $l->setDebug(true);
  1067. if ($this->has('.container.private.security.token_storage')) {
  1068. $l->setTokenStorage($g);
  1069. }
  1070. if ($this->has('request_stack')) {
  1071. $l->setRequestStack($f);
  1072. }
  1073. $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1074. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1075. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1076. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1077. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1078. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  1079. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1080. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1081. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  1082. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1083. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1084. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  1085. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1086. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1087. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1088. $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())));
  1089. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1090. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  1091. $instance->addExtension(new \App\Twig\ArticlesExtension(($this->privates['App\\Services\\Articles\\Articles'] ?? $this->getArticlesService())));
  1092. $instance->addExtension(new \App\Twig\CoreExtension($h, $i, ($this->privates['App\\Services\\Core\\Users'] ?? $this->getUsersService()), $j, ($this->privates['App\\Services\\Seo\\Redir'] ?? $this->getRedirService())));
  1093. $instance->addExtension(new \App\Twig\MenuExtension(($this->privates['App\\Services\\Menu\\Core'] ?? $this->getCore2Service())));
  1094. $instance->addExtension(new \App\Twig\PagesExtension($h, ($this->privates['App\\Services\\Pages\\Templates'] ?? $this->getTemplatesService())));
  1095. $instance->addExtension(new \App\Twig\ToolsExtension($i));
  1096. $instance->addExtension(new \App\Twig\TranslationsExtension($f, ($this->privates['App\\Services\\Core\\Translations'] ?? $this->getTranslationsService()), $j));
  1097. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1098. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1099. $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1100. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e, $c)));
  1101. $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1102. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  1103. $instance->addExtension(new \HtmlSanitizer\Bundle\Twig\TwigExtension(($this->privates['html_sanitizer.registry'] ?? $this->getHtmlSanitizer_RegistryService()), 'default'));
  1104. $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  1105. $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  1106. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1107. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  1108. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  1109. ], [
  1110. 'webpack_encore.entrypoint_lookup_collection' => '?',
  1111. 'webpack_encore.tag_renderer' => '?',
  1112. ])));
  1113. $instance->addGlobal('app', $l);
  1114. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1115. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1116. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1117. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1118. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1119. 'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates', 'twig.runtime.markdown', 'getTwig_Runtime_MarkdownService', true],
  1120. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true],
  1121. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates', 'hwi_oauth.twig.extension.oauth.runtime', 'getHwiOauth_Twig_Extension_Oauth_RuntimeService', true],
  1122. ], [
  1123. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1124. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1125. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1126. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1127. 'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1128. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1129. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  1130. ])));
  1131. $instance->addGlobal('website_name', 'Letsgomino');
  1132. $instance->registerUndefinedFilterCallback([0 => $m, 1 => 'suggestFilter']);
  1133. $instance->registerUndefinedFunctionCallback([0 => $m, 1 => 'suggestFunction']);
  1134. $instance->registerUndefinedTokenParserCallback([0 => $m, 1 => 'suggestTag']);
  1135. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1136. return $instance;
  1137. }
  1138. /**
  1139. * Gets the public '.container.private.validator' shared service.
  1140. *
  1141. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1142. */
  1143. protected function get_Container_Private_ValidatorService()
  1144. {
  1145. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1146. if (isset($this->services['.container.private.validator'])) {
  1147. return $this->services['.container.private.validator'];
  1148. }
  1149. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1150. }
  1151. /**
  1152. * Gets the public 'cache.app' shared service.
  1153. *
  1154. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1155. */
  1156. protected function getCache_AppService()
  1157. {
  1158. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BY4wex54dV', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1159. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1160. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1161. }
  1162. /**
  1163. * Gets the public 'cache.system' shared service.
  1164. *
  1165. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1166. */
  1167. protected function getCache_SystemService()
  1168. {
  1169. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RAo+qr+Hl-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1170. }
  1171. /**
  1172. * Gets the public 'cache.validator_expression_language' shared service.
  1173. *
  1174. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1175. */
  1176. protected function getCache_ValidatorExpressionLanguageService()
  1177. {
  1178. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3jdlo8hYlH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1179. }
  1180. /**
  1181. * Gets the public 'cache.webpack_encore' shared service.
  1182. *
  1183. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1184. */
  1185. protected function getCache_WebpackEncoreService()
  1186. {
  1187. return $this->services['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rhNiPIhf5y', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1188. }
  1189. /**
  1190. * Gets the public 'data_collector.dump' shared service.
  1191. *
  1192. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1193. */
  1194. protected function getDataCollector_DumpService()
  1195. {
  1196. 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()));
  1197. }
  1198. /**
  1199. * Gets the public 'doctrine' shared service.
  1200. *
  1201. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1202. */
  1203. protected function getDoctrineService()
  1204. {
  1205. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1206. }
  1207. /**
  1208. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1209. *
  1210. * @return \Doctrine\DBAL\Connection
  1211. */
  1212. protected function getDoctrine_Dbal_DefaultConnectionService()
  1213. {
  1214. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1215. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1216. return $this->services['doctrine.dbal.default_connection'];
  1217. }
  1218. $b = new \Doctrine\DBAL\Configuration();
  1219. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1220. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1221. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1222. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1223. $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))));
  1224. $d->setConnectionName('default');
  1225. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1226. $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')))]));
  1227. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  1228. 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, []);
  1229. }
  1230. /**
  1231. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1232. *
  1233. * @return \Doctrine\ORM\EntityManager
  1234. */
  1235. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1236. {
  1237. if ($lazyLoad) {
  1238. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1239. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1240. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1241. $proxy->setProxyInitializer(null);
  1242. return true;
  1243. });
  1244. });
  1245. }
  1246. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1247. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1248. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1249. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  1251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1252. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1253. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1254. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1255. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1256. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1257. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1258. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1259. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1260. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1261. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1262. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1266. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1267. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1269. $a = new \Doctrine\ORM\Configuration();
  1270. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1271. $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1272. $b->addDriver($c, 'App\\Entity');
  1273. $b->addDriver($c, 'Vich\\UploaderBundle\\Entity');
  1274. $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1275. $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity')], false))), 'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1276. $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client', true, 'oauth2_'), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1277. $a->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity', 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1278. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1279. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1280. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1281. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1282. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1283. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1284. ], [
  1285. 'doctrine.ulid_generator' => '?',
  1286. 'doctrine.uuid_generator' => '?',
  1287. ])));
  1288. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1289. $a->setProxyNamespace('Proxies');
  1290. $a->setAutoGenerateProxyClasses(true);
  1291. $a->setSchemaIgnoreClasses([]);
  1292. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1293. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1294. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1295. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1296. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1297. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1298. $a->setLazyGhostObjectEnabled(false);
  1299. $a->setIdentityGenerationPreferences([]);
  1300. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1301. 'App\\Repository\\Articles\\ArticlesAuthorsRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesAuthorsRepository', 'getArticlesAuthorsRepositoryService', true],
  1302. 'App\\Repository\\Articles\\ArticlesHasCategoriesRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesHasCategoriesRepository', 'getArticlesHasCategoriesRepositoryService', true],
  1303. 'App\\Repository\\Articles\\ArticlesHasLanguagesRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesHasLanguagesRepository', 'getArticlesHasLanguagesRepositoryService', true],
  1304. 'App\\Repository\\Articles\\ArticlesRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesRepository', 'getArticlesRepositoryService', true],
  1305. 'App\\Repository\\Core\\AccountDeletedRepository' => ['privates', 'App\\Repository\\Core\\AccountDeletedRepository', 'getAccountDeletedRepositoryService', true],
  1306. 'App\\Repository\\Core\\ApiTokenRepository' => ['privates', 'App\\Repository\\Core\\ApiTokenRepository', 'getApiTokenRepositoryService', true],
  1307. 'App\\Repository\\Core\\DatabaseHasCommentsRepository' => ['privates', 'App\\Repository\\Core\\DatabaseHasCommentsRepository', 'getDatabaseHasCommentsRepositoryService', true],
  1308. 'App\\Repository\\Core\\DatabaseHasLikesRepository' => ['privates', 'App\\Repository\\Core\\DatabaseHasLikesRepository', 'getDatabaseHasLikesRepositoryService', true],
  1309. 'App\\Repository\\Core\\DatabaseHasRatingsRepository' => ['privates', 'App\\Repository\\Core\\DatabaseHasRatingsRepository', 'getDatabaseHasRatingsRepositoryService', true],
  1310. 'App\\Repository\\Core\\DatabaseRepository' => ['privates', 'App\\Repository\\Core\\DatabaseRepository', 'getDatabaseRepositoryService', true],
  1311. 'App\\Repository\\Core\\FamilyRepository' => ['privates', 'App\\Repository\\Core\\FamilyRepository', 'getFamilyRepositoryService', true],
  1312. 'App\\Repository\\Core\\FoldersHasDatabaseRepository' => ['privates', 'App\\Repository\\Core\\FoldersHasDatabaseRepository', 'getFoldersHasDatabaseRepositoryService', true],
  1313. 'App\\Repository\\Core\\FoldersRepository' => ['privates', 'App\\Repository\\Core\\FoldersRepository', 'getFoldersRepositoryService', true],
  1314. 'App\\Repository\\Core\\MailsRepository' => ['privates', 'App\\Repository\\Core\\MailsRepository', 'getMailsRepositoryService', true],
  1315. 'App\\Repository\\Core\\MobileIdentifierRepository' => ['privates', 'App\\Repository\\Core\\MobileIdentifierRepository', 'getMobileIdentifierRepositoryService', true],
  1316. 'App\\Repository\\Core\\NotificationsRepository' => ['privates', 'App\\Repository\\Core\\NotificationsRepository', 'getNotificationsRepositoryService', true],
  1317. 'App\\Repository\\Core\\OAuthAccessTokenRepository' => ['privates', 'App\\Repository\\Core\\OAuthAccessTokenRepository', 'getOAuthAccessTokenRepositoryService', true],
  1318. 'App\\Repository\\Core\\OAuthAuthorizationCodeRepository' => ['privates', 'App\\Repository\\Core\\OAuthAuthorizationCodeRepository', 'getOAuthAuthorizationCodeRepositoryService', true],
  1319. 'App\\Repository\\Core\\OAuthClientRepository' => ['privates', 'App\\Repository\\Core\\OAuthClientRepository', 'getOAuthClientRepositoryService', true],
  1320. 'App\\Repository\\Core\\OAuthRefreshTokenRepository' => ['privates', 'App\\Repository\\Core\\OAuthRefreshTokenRepository', 'getOAuthRefreshTokenRepositoryService', true],
  1321. 'App\\Repository\\Core\\PagesRepository' => ['privates', 'App\\Repository\\Core\\PagesRepository', 'getPagesRepositoryService', true],
  1322. 'App\\Repository\\Core\\ToolsRepository' => ['privates', 'App\\Repository\\Core\\ToolsRepository', 'getToolsRepositoryService', true],
  1323. 'App\\Repository\\Core\\TranslationsRepository' => ['privates', 'App\\Repository\\Core\\TranslationsRepository', 'getTranslationsRepositoryService', true],
  1324. 'App\\Repository\\Core\\UploadsRepository' => ['privates', 'App\\Repository\\Core\\UploadsRepository', 'getUploadsRepositoryService', true],
  1325. 'App\\Repository\\Core\\UsersRepository' => ['privates', 'App\\Repository\\Core\\UsersRepository', 'getUsersRepositoryService', true],
  1326. 'App\\Repository\\Mailing\\ArchivesRepository' => ['privates', 'App\\Repository\\Mailing\\ArchivesRepository', 'getArchivesRepositoryService', true],
  1327. 'App\\Repository\\Mailing\\StacksRepository' => ['privates', 'App\\Repository\\Mailing\\StacksRepository', 'getStacksRepositoryService', true],
  1328. 'App\\Repository\\Menu\\ItemsRepository' => ['privates', 'App\\Repository\\Menu\\ItemsRepository', 'getItemsRepositoryService', true],
  1329. 'App\\Repository\\Menu\\ParentsRepository' => ['privates', 'App\\Repository\\Menu\\ParentsRepository', 'getParentsRepositoryService', true],
  1330. 'App\\Repository\\Menu\\WebsiteItemsRepository' => ['privates', 'App\\Repository\\Menu\\WebsiteItemsRepository', 'getWebsiteItemsRepositoryService', true],
  1331. 'App\\Repository\\Menu\\WebsiteParentsRepository' => ['privates', 'App\\Repository\\Menu\\WebsiteParentsRepository', 'getWebsiteParentsRepositoryService', true],
  1332. 'App\\Repository\\Pages\\PagesBlocksRepository' => ['privates', 'App\\Repository\\Pages\\PagesBlocksRepository', 'getPagesBlocksRepositoryService', true],
  1333. 'App\\Repository\\Pages\\PagesHasLanguagesRepository' => ['privates', 'App\\Repository\\Pages\\PagesHasLanguagesRepository', 'getPagesHasLanguagesRepositoryService', true],
  1334. 'App\\Repository\\Pages\\PagesRepository' => ['privates', 'App\\Repository\\Pages\\PagesRepository', 'getPagesRepository2Service', true],
  1335. 'App\\Repository\\Pages\\SaveTemplatesHasItemsRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesHasItemsRepository', 'getSaveTemplatesHasItemsRepositoryService', true],
  1336. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsRepository', 'getSaveTemplatesHasSubItemsRepositoryService', true],
  1337. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsValuesRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsValuesRepository', 'getSaveTemplatesHasSubItemsValuesRepositoryService', true],
  1338. 'App\\Repository\\Pages\\SaveTemplatesRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesRepository', 'getSaveTemplatesRepositoryService', true],
  1339. 'App\\Repository\\Pages\\TemplatesHasItemsRepository' => ['privates', 'App\\Repository\\Pages\\TemplatesHasItemsRepository', 'getTemplatesHasItemsRepositoryService', true],
  1340. 'App\\Repository\\Pages\\TemplatesHasSubItemsRepository' => ['privates', 'App\\Repository\\Pages\\TemplatesHasSubItemsRepository', 'getTemplatesHasSubItemsRepositoryService', true],
  1341. 'App\\Repository\\Pages\\TemplatesRepository' => ['privates', 'App\\Repository\\Pages\\TemplatesRepository', 'getTemplatesRepositoryService', true],
  1342. 'App\\Repository\\Seo\\RedirectionRepository' => ['privates', 'App\\Repository\\Seo\\RedirectionRepository', 'getRedirectionRepositoryService', true],
  1343. ], [
  1344. 'App\\Repository\\Articles\\ArticlesAuthorsRepository' => '?',
  1345. 'App\\Repository\\Articles\\ArticlesHasCategoriesRepository' => '?',
  1346. 'App\\Repository\\Articles\\ArticlesHasLanguagesRepository' => '?',
  1347. 'App\\Repository\\Articles\\ArticlesRepository' => '?',
  1348. 'App\\Repository\\Core\\AccountDeletedRepository' => '?',
  1349. 'App\\Repository\\Core\\ApiTokenRepository' => '?',
  1350. 'App\\Repository\\Core\\DatabaseHasCommentsRepository' => '?',
  1351. 'App\\Repository\\Core\\DatabaseHasLikesRepository' => '?',
  1352. 'App\\Repository\\Core\\DatabaseHasRatingsRepository' => '?',
  1353. 'App\\Repository\\Core\\DatabaseRepository' => '?',
  1354. 'App\\Repository\\Core\\FamilyRepository' => '?',
  1355. 'App\\Repository\\Core\\FoldersHasDatabaseRepository' => '?',
  1356. 'App\\Repository\\Core\\FoldersRepository' => '?',
  1357. 'App\\Repository\\Core\\MailsRepository' => '?',
  1358. 'App\\Repository\\Core\\MobileIdentifierRepository' => '?',
  1359. 'App\\Repository\\Core\\NotificationsRepository' => '?',
  1360. 'App\\Repository\\Core\\OAuthAccessTokenRepository' => '?',
  1361. 'App\\Repository\\Core\\OAuthAuthorizationCodeRepository' => '?',
  1362. 'App\\Repository\\Core\\OAuthClientRepository' => '?',
  1363. 'App\\Repository\\Core\\OAuthRefreshTokenRepository' => '?',
  1364. 'App\\Repository\\Core\\PagesRepository' => '?',
  1365. 'App\\Repository\\Core\\ToolsRepository' => '?',
  1366. 'App\\Repository\\Core\\TranslationsRepository' => '?',
  1367. 'App\\Repository\\Core\\UploadsRepository' => '?',
  1368. 'App\\Repository\\Core\\UsersRepository' => '?',
  1369. 'App\\Repository\\Mailing\\ArchivesRepository' => '?',
  1370. 'App\\Repository\\Mailing\\StacksRepository' => '?',
  1371. 'App\\Repository\\Menu\\ItemsRepository' => '?',
  1372. 'App\\Repository\\Menu\\ParentsRepository' => '?',
  1373. 'App\\Repository\\Menu\\WebsiteItemsRepository' => '?',
  1374. 'App\\Repository\\Menu\\WebsiteParentsRepository' => '?',
  1375. 'App\\Repository\\Pages\\PagesBlocksRepository' => '?',
  1376. 'App\\Repository\\Pages\\PagesHasLanguagesRepository' => '?',
  1377. 'App\\Repository\\Pages\\PagesRepository' => '?',
  1378. 'App\\Repository\\Pages\\SaveTemplatesHasItemsRepository' => '?',
  1379. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsRepository' => '?',
  1380. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsValuesRepository' => '?',
  1381. 'App\\Repository\\Pages\\SaveTemplatesRepository' => '?',
  1382. 'App\\Repository\\Pages\\TemplatesHasItemsRepository' => '?',
  1383. 'App\\Repository\\Pages\\TemplatesHasSubItemsRepository' => '?',
  1384. 'App\\Repository\\Pages\\TemplatesRepository' => '?',
  1385. 'App\\Repository\\Seo\\RedirectionRepository' => '?',
  1386. ])));
  1387. $a->addCustomNumericFunction('Haversine', 'App\\Doctrine\\Functions\\Haversine');
  1388. $a->addCustomNumericFunction('ACOS', 'App\\Doctrine\\DQL\\AcosFunction');
  1389. $a->addCustomNumericFunction('COS', 'App\\Doctrine\\DQL\\CosFunction');
  1390. $a->addCustomNumericFunction('SIN', 'App\\Doctrine\\DQL\\SinFunction');
  1391. $a->addCustomNumericFunction('RADIANS', 'App\\Doctrine\\DQL\\RadiansFunction');
  1392. $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()));
  1393. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1394. return $instance;
  1395. }
  1396. /**
  1397. * Gets the public 'event_dispatcher' shared service.
  1398. *
  1399. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1400. */
  1401. protected function getEventDispatcherService()
  1402. {
  1403. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1404. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1405. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1406. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1407. $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())));
  1408. $instance->addListener('lexik_jwt_authentication.on_authentication_failure', [0 => function () {
  1409. return ($this->privates['App\\EventListener\\AuthenticationFailureListener'] ?? ($this->privates['App\\EventListener\\AuthenticationFailureListener'] = new \App\EventListener\AuthenticationFailureListener()));
  1410. }, 1 => 'onAuthenticationFailure'], 0);
  1411. $instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
  1412. return ($this->privates['App\\EventListener\\AuthenticationSuccessListener'] ?? $this->load('getAuthenticationSuccessListenerService'));
  1413. }, 1 => 'onAuthenticationSuccess'], 0);
  1414. $instance->addListener('kernel.request', [0 => function () {
  1415. return ($this->privates['App\\EventListener\\LocaleListener'] ?? $this->getLocaleListenerService());
  1416. }, 1 => 'onKernelRequest'], 20);
  1417. $instance->addListener('kernel.response', [0 => function () {
  1418. return ($this->privates['App\\EventListener\\MinifyHTMLListener'] ?? ($this->privates['App\\EventListener\\MinifyHTMLListener'] = new \App\EventListener\MinifyHTMLListener()));
  1419. }, 1 => 'onKernelResponse'], 0);
  1420. $instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
  1421. return ($this->privates['acme_api.event.authentication_success_listener'] ?? $this->load('getAcmeApi_Event_AuthenticationSuccessListenerService'));
  1422. }, 1 => 'onAuthenticationSuccessResponse'], 0);
  1423. $instance->addListener('lexik_jwt_authentication.on_jwt_created', [0 => function () {
  1424. return ($this->privates['acme_api.event.authentication_success_listener'] ?? $this->load('getAcmeApi_Event_AuthenticationSuccessListenerService'));
  1425. }, 1 => 'onJWTCreated'], 0);
  1426. $instance->addListener('kernel.controller', [0 => function () {
  1427. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1428. }, 1 => 'onKernelController'], 0);
  1429. $instance->addListener('console.command', [0 => function () {
  1430. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1431. }, 1 => 'onConsoleCommand'], 0);
  1432. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1433. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1434. }, 1 => 'checkPassport'], 1024);
  1435. $instance->addListener('kernel.response', [0 => function () {
  1436. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1437. }, 1 => 'onKernelResponse'], 0);
  1438. $instance->addListener('kernel.request', [0 => function () {
  1439. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1440. }, 1 => 'onKernelRequest'], 0);
  1441. $instance->addListener('kernel.request', [0 => function () {
  1442. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1443. }, 1 => 'onKernelRequest'], 250);
  1444. $instance->addListener('kernel.response', [0 => function () {
  1445. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1446. }, 1 => 'onKernelResponse'], 0);
  1447. $instance->addListener('kernel.response', [0 => function () {
  1448. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1449. }, 1 => 'onResponse'], -10);
  1450. $instance->addListener('kernel.request', [0 => function () {
  1451. return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1452. }, 1 => 'onKernelRequest'], 7);
  1453. $instance->addListener('kernel.request', [0 => function () {
  1454. return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1455. }, 1 => 'onKernelRequest'], 4);
  1456. $instance->addListener('kernel.view', [0 => function () {
  1457. return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1458. }, 1 => 'onKernelView'], 32);
  1459. $instance->addListener('kernel.request', [0 => function () {
  1460. return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1461. }, 1 => 'onKernelRequest'], 2);
  1462. $instance->addListener('kernel.view', [0 => function () {
  1463. return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1464. }, 1 => 'onKernelView'], 16);
  1465. $instance->addListener('kernel.view', [0 => function () {
  1466. return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1467. }, 1 => 'onKernelView'], 8);
  1468. $instance->addListener('kernel.exception', [0 => function () {
  1469. return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1470. }, 1 => 'onKernelException'], 0);
  1471. $instance->addListener('kernel.exception', [0 => function () {
  1472. return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1473. }, 1 => 'onKernelException'], -96);
  1474. $instance->addListener('kernel.request', [0 => function () {
  1475. return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1476. }, 1 => 'onKernelRequest'], 0);
  1477. $instance->addListener('kernel.request', [0 => function () {
  1478. return ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformPaginationParametersListener()));
  1479. }, 1 => 'onKernelRequest'], 5);
  1480. $instance->addListener('kernel.request', [0 => function () {
  1481. return ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformSortingParametersListener('order')));
  1482. }, 1 => 'onKernelRequest'], 5);
  1483. $instance->addListener('kernel.request', [0 => function () {
  1484. return ($this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] ?? $this->getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService());
  1485. }, 1 => 'onKernelRequest'], 5);
  1486. $instance->addListener('kernel.request', [0 => function () {
  1487. return ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformFilteringParametersListener()));
  1488. }, 1 => 'onKernelRequest'], 5);
  1489. $instance->addListener('kernel.response', [0 => function () {
  1490. return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1491. }, 1 => 'onKernelResponse'], 0);
  1492. $instance->addListener('kernel.response', [0 => function () {
  1493. return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1494. }, 1 => 'onKernelResponse'], -1);
  1495. $instance->addListener('kernel.view', [0 => function () {
  1496. return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1497. }, 1 => 'onKernelView'], 64);
  1498. $instance->addListener('kernel.request', [0 => function () {
  1499. return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1500. }, 1 => 'onKernelRequest'], 16);
  1501. $instance->addListener('kernel.request', [0 => function () {
  1502. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1503. }, 1 => 'onSecurity'], 3);
  1504. $instance->addListener('kernel.request', [0 => function () {
  1505. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1506. }, 1 => 'onSecurityPostDenormalize'], 1);
  1507. $instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
  1508. return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1509. }, 1 => 'attachRefreshToken'], 0);
  1510. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1511. return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1512. }, 1 => 'onLogout'], 0);
  1513. $instance->addListener('kernel.exception', [0 => function () {
  1514. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1515. }, 1 => 'onKernelException'], 0);
  1516. $instance->addListener('league.oauth2_server.event.pre_save_client', [0 => function () {
  1517. return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1518. }, 1 => '__invoke'], 0);
  1519. $instance->addListener('kernel.request', [0 => function () {
  1520. return ($this->privates['App\\Listener\\RedirectionListener'] ?? $this->getRedirectionListenerService());
  1521. }, 1 => 'onKernelRequest'], 9999);
  1522. $instance->addListener('kernel.response', [0 => function () {
  1523. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1524. }, 1 => 'onKernelResponse'], 0);
  1525. $instance->addListener('kernel.response', [0 => function () {
  1526. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1527. }, 1 => 'onKernelResponse'], -1024);
  1528. $instance->addListener('kernel.request', [0 => function () {
  1529. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1530. }, 1 => 'setDefaultLocale'], 100);
  1531. $instance->addListener('kernel.request', [0 => function () {
  1532. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1533. }, 1 => 'onKernelRequest'], 16);
  1534. $instance->addListener('kernel.finish_request', [0 => function () {
  1535. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1536. }, 1 => 'onKernelFinishRequest'], 0);
  1537. $instance->addListener('kernel.request', [0 => function () {
  1538. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1539. }, 1 => 'onKernelRequest'], 256);
  1540. $instance->addListener('kernel.response', [0 => function () {
  1541. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1542. }, 1 => 'onResponse'], -255);
  1543. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1544. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1545. }, 1 => 'onControllerArguments'], 0);
  1546. $instance->addListener('kernel.exception', [0 => function () {
  1547. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1548. }, 1 => 'logKernelException'], 0);
  1549. $instance->addListener('kernel.exception', [0 => function () {
  1550. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1551. }, 1 => 'onKernelException'], -128);
  1552. $instance->addListener('kernel.response', [0 => function () {
  1553. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1554. }, 1 => 'removeCspHeader'], -128);
  1555. $instance->addListener('kernel.request', [0 => function () {
  1556. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1557. }, 1 => 'onKernelRequest'], 15);
  1558. $instance->addListener('kernel.finish_request', [0 => function () {
  1559. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1560. }, 1 => 'onKernelFinishRequest'], -15);
  1561. $instance->addListener('console.error', [0 => function () {
  1562. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1563. }, 1 => 'onConsoleError'], -128);
  1564. $instance->addListener('console.terminate', [0 => function () {
  1565. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1566. }, 1 => 'onConsoleTerminate'], -128);
  1567. $instance->addListener('console.error', [0 => function () {
  1568. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1569. }, 1 => 'onConsoleError'], 0);
  1570. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1571. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1572. }, 1 => 'onMessage'], -255);
  1573. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1574. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1575. }, 1 => 'onMessage'], -255);
  1576. $instance->addListener('kernel.response', [0 => function () {
  1577. return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1578. }, 1 => 'onKernelResponse'], 0);
  1579. $instance->addListener('kernel.request', [0 => function () {
  1580. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1581. }, 1 => 'onKernelRequest'], 48);
  1582. $instance->addListener('kernel.request', [0 => function () {
  1583. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1584. }, 1 => 'configure'], 2048);
  1585. $instance->addListener('console.command', [0 => function () {
  1586. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1587. }, 1 => 'configure'], 2048);
  1588. $instance->addListener('kernel.request', [0 => function () {
  1589. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1590. }, 1 => 'onKernelRequest'], 32);
  1591. $instance->addListener('kernel.finish_request', [0 => function () {
  1592. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1593. }, 1 => 'onKernelFinishRequest'], 0);
  1594. $instance->addListener('kernel.exception', [0 => function () {
  1595. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1596. }, 1 => 'onKernelException'], -64);
  1597. $instance->addListener('kernel.response', [0 => function () {
  1598. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1599. }, 1 => 'onKernelResponse'], 0);
  1600. $instance->addListener('kernel.request', [0 => function () {
  1601. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1602. }, 1 => 'onKernelRequest'], 128);
  1603. $instance->addListener('kernel.response', [0 => function () {
  1604. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1605. }, 1 => 'onKernelResponse'], -1000);
  1606. $instance->addListener('kernel.finish_request', [0 => function () {
  1607. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1608. }, 1 => 'onFinishRequest'], 0);
  1609. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1610. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1611. }, 1 => 'onMessageFailed'], 100);
  1612. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1613. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1614. }, 1 => 'onMessageFailed'], 200);
  1615. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1616. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1617. }, 1 => 'onWorkerRunning'], 100);
  1618. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1619. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1620. }, 1 => 'onWorkerStarted'], 0);
  1621. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1622. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1623. }, 1 => 'onWorkerRunning'], 0);
  1624. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1625. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1626. }, 1 => 'onWorkerStarted'], 100);
  1627. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1628. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1629. }, 1 => 'onMessageFailed'], 0);
  1630. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1631. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1632. }, 1 => 'onWorkerRunning'], 0);
  1633. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1634. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1635. }, 1 => 'onNotification'], -255);
  1636. $instance->addListener('kernel.response', [0 => function () {
  1637. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1638. }, 1 => 'onKernelResponse'], -100);
  1639. $instance->addListener('kernel.exception', [0 => function () {
  1640. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1641. }, 1 => 'onKernelException'], 0);
  1642. $instance->addListener('kernel.terminate', [0 => function () {
  1643. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1644. }, 1 => 'onKernelTerminate'], -1024);
  1645. $instance->addListener('kernel.controller', [0 => function () {
  1646. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1647. }, 1 => 'onKernelController'], 0);
  1648. $instance->addListener('kernel.response', [0 => function () {
  1649. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1650. }, 1 => 'onKernelResponse'], 0);
  1651. $instance->addListener('kernel.controller', [0 => function () {
  1652. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1653. }, 1 => 'onKernelController'], 0);
  1654. $instance->addListener('kernel.controller', [0 => function () {
  1655. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1656. }, 1 => 'onKernelController'], 0);
  1657. $instance->addListener('kernel.controller', [0 => function () {
  1658. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1659. }, 1 => 'onKernelController'], -128);
  1660. $instance->addListener('kernel.view', [0 => function () {
  1661. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1662. }, 1 => 'onKernelView'], 0);
  1663. $instance->addListener('kernel.controller', [0 => function () {
  1664. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1665. }, 1 => 'onKernelController'], 0);
  1666. $instance->addListener('kernel.response', [0 => function () {
  1667. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1668. }, 1 => 'onKernelResponse'], 0);
  1669. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1670. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1671. }, 1 => 'onKernelControllerArguments'], 0);
  1672. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1673. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1674. }, 1 => 'onKernelControllerArguments'], 0);
  1675. $instance->addListener('kernel.view', [0 => function () {
  1676. return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->load('getSensioFrameworkExtra_Psr7_Listener_ResponseService'));
  1677. }, 1 => 'onKernelView'], 0);
  1678. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1679. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1680. }, 1 => 'onMessage'], 0);
  1681. $instance->addListener('kernel.response', [0 => function () {
  1682. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1683. }, 1 => 'onKernelResponse'], -128);
  1684. $instance->addListener('console.command', [0 => function () {
  1685. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1686. }, 1 => 'onCommand'], 255);
  1687. $instance->addListener('console.terminate', [0 => function () {
  1688. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1689. }, 1 => 'onTerminate'], -255);
  1690. $instance->addListener('console.command', [0 => function () {
  1691. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1692. }, 1 => 'configure'], 1024);
  1693. $instance->addListener('console.error', [0 => function () {
  1694. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1695. }, 1 => 'onConsoleError'], 0);
  1696. $instance->addListener('console.terminate', [0 => function () {
  1697. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1698. }, 1 => 'onConsoleTerminate'], 0);
  1699. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1700. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1701. }, 1 => 'onWorkerMessageHandled'], 0);
  1702. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1703. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1704. }, 1 => 'onWorkerMessageFailed'], 0);
  1705. $instance->addListener('kernel.response', [0 => function () {
  1706. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1707. }, 1 => 'onKernelResponse'], 0);
  1708. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1709. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1710. }, 1 => 'checkPassport'], 0);
  1711. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1712. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1713. }, 1 => 'onLoginSuccess'], 0);
  1714. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1715. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1716. }, 1 => 'onVoterVote'], 0);
  1717. $instance->addListener('kernel.request', [0 => function () {
  1718. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1719. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1720. $instance->addListener('kernel.request', [0 => function () {
  1721. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1722. }, 1 => 'onKernelRequest'], 8);
  1723. $instance->addListener('kernel.finish_request', [0 => function () {
  1724. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1725. }, 1 => 'onKernelFinishRequest'], 0);
  1726. $instance->addListener('kernel.finish_request', [0 => function () {
  1727. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1728. }, 1 => 'resetAssets'], 0);
  1729. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1730. return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1731. }, 1 => 'checkPassport'], 256);
  1732. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1733. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1734. }, 1 => 'checkPassport'], 512);
  1735. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1736. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1737. }, 1 => 'onLogout'], 0);
  1738. $instance->addListener('knp_pager.before', [0 => function () {
  1739. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1740. }, 1 => 'before'], 0);
  1741. $instance->addListener('knp_pager.pagination', [0 => function () {
  1742. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1743. }, 1 => 'pagination'], 0);
  1744. $instance->addListener('knp_pager.before', [0 => function () {
  1745. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1746. }, 1 => 'before'], 1);
  1747. $instance->addListener('knp_pager.before', [0 => function () {
  1748. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1749. }, 1 => 'before'], 1);
  1750. $instance->addListener('knp_pager.pagination', [0 => function () {
  1751. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1752. }, 1 => 'pagination'], 1);
  1753. return $instance;
  1754. }
  1755. /**
  1756. * Gets the public 'http_kernel' shared service.
  1757. *
  1758. * @return \Symfony\Component\HttpKernel\HttpKernel
  1759. */
  1760. protected function getHttpKernelService()
  1761. {
  1762. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1763. if (isset($this->services['http_kernel'])) {
  1764. return $this->services['http_kernel'];
  1765. }
  1766. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1767. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1768. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1769. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1770. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1771. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1772. yield 4 => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->load('getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService'));
  1773. yield 5 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1774. yield 6 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1775. yield 7 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1776. yield 8 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1777. }, 9)), $b));
  1778. }
  1779. /**
  1780. * Gets the public 'liip_imagine.cache.manager' shared service.
  1781. *
  1782. * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1783. */
  1784. protected function getLiipImagine_Cache_ManagerService()
  1785. {
  1786. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1787. if (isset($this->services['liip_imagine.cache.manager'])) {
  1788. return $this->services['liip_imagine.cache.manager'];
  1789. }
  1790. $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a, 'default', false);
  1791. $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1792. $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1793. return $instance;
  1794. }
  1795. /**
  1796. * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1797. *
  1798. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1799. */
  1800. protected function getLiipImagine_Cache_Resolver_DefaultService()
  1801. {
  1802. return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), '/media/cache');
  1803. }
  1804. /**
  1805. * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1806. *
  1807. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1808. */
  1809. protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1810. {
  1811. return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1812. }
  1813. /**
  1814. * Gets the public 'liip_imagine.cache.signer' shared service.
  1815. *
  1816. * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1817. */
  1818. protected function getLiipImagine_Cache_SignerService()
  1819. {
  1820. return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1821. }
  1822. /**
  1823. * Gets the public 'messenger.default_bus' shared service.
  1824. *
  1825. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1826. */
  1827. protected function getMessenger_DefaultBusService()
  1828. {
  1829. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1830. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1831. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1832. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1833. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1834. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1835. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1836. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1837. }, 7)));
  1838. }
  1839. /**
  1840. * Gets the public 'monolog.logger.deprecation' shared service.
  1841. *
  1842. * @return \Symfony\Bridge\Monolog\Logger
  1843. */
  1844. protected function getMonolog_Logger_DeprecationService()
  1845. {
  1846. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1847. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1848. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1849. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1850. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1851. return $instance;
  1852. }
  1853. /**
  1854. * Gets the public 'request_stack' shared service.
  1855. *
  1856. * @return \Symfony\Component\HttpFoundation\RequestStack
  1857. */
  1858. protected function getRequestStackService()
  1859. {
  1860. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1861. }
  1862. /**
  1863. * Gets the public 'router' shared service.
  1864. *
  1865. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1866. */
  1867. protected function getRouterService()
  1868. {
  1869. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1870. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1871. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1872. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1873. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1874. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1875. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1876. ], [
  1877. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1878. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'en');
  1879. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1880. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1881. return $instance;
  1882. }
  1883. /**
  1884. * Gets the public 'translator' shared service.
  1885. *
  1886. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1887. */
  1888. protected function getTranslatorService()
  1889. {
  1890. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1891. }
  1892. /**
  1893. * Gets the public 'var_dumper.cloner' shared service.
  1894. *
  1895. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1896. */
  1897. protected function getVarDumper_ClonerService()
  1898. {
  1899. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1900. $instance->setMaxItems(2500);
  1901. $instance->setMinDepth(1);
  1902. $instance->setMaxString(-1);
  1903. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1904. return $instance;
  1905. }
  1906. /**
  1907. * Gets the private '.debug.http_client' shared service.
  1908. *
  1909. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1910. */
  1911. protected function get_Debug_HttpClientService()
  1912. {
  1913. $a = \Symfony\Component\HttpClient\HttpClient::create(['timeout' => 30, 'max_redirects' => 3, 'headers' => ['User-Agent' => 'Mozilla/5.0 (compatible; MyApp/1.0)'], 'resolve' => []], 6);
  1914. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1915. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1916. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1917. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1918. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1919. $a->setLogger($b);
  1920. 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))));
  1921. }
  1922. /**
  1923. * Gets the private '.debug.hwi_oauth.http_client' shared service.
  1924. *
  1925. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1926. */
  1927. protected function get_Debug_HwiOauth_HttpClientService()
  1928. {
  1929. return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1930. }
  1931. /**
  1932. * Gets the private '.service_locator.WhUtKoh' shared service.
  1933. *
  1934. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1935. */
  1936. protected function get_ServiceLocator_WhUtKohService()
  1937. {
  1938. return $this->privates['.service_locator.WhUtKoh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1939. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  1940. 'security.firewall.map.context.authorize' => ['privates', 'security.firewall.map.context.authorize', 'getSecurity_Firewall_Map_Context_AuthorizeService', true],
  1941. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1942. 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true],
  1943. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1944. 'security.firewall.map.context.oauth_login' => ['privates', 'security.firewall.map.context.oauth_login', 'getSecurity_Firewall_Map_Context_OauthLoginService', true],
  1945. 'security.firewall.map.context.oauth_refresh' => ['privates', 'security.firewall.map.context.oauth_refresh', 'getSecurity_Firewall_Map_Context_OauthRefreshService', true],
  1946. 'security.firewall.map.context.oauth_token' => ['privates', 'security.firewall.map.context.oauth_token', 'getSecurity_Firewall_Map_Context_OauthTokenService', true],
  1947. 'security.firewall.map.context.refresh' => ['privates', 'security.firewall.map.context.refresh', 'getSecurity_Firewall_Map_Context_RefreshService', true],
  1948. ], [
  1949. 'security.firewall.map.context.api' => '?',
  1950. 'security.firewall.map.context.authorize' => '?',
  1951. 'security.firewall.map.context.dev' => '?',
  1952. 'security.firewall.map.context.login' => '?',
  1953. 'security.firewall.map.context.main' => '?',
  1954. 'security.firewall.map.context.oauth_login' => '?',
  1955. 'security.firewall.map.context.oauth_refresh' => '?',
  1956. 'security.firewall.map.context.oauth_token' => '?',
  1957. 'security.firewall.map.context.refresh' => '?',
  1958. ]);
  1959. }
  1960. /**
  1961. * Gets the private 'App\EventListener\LocaleListener' shared autowired service.
  1962. *
  1963. * @return \App\EventListener\LocaleListener
  1964. */
  1965. protected function getLocaleListenerService()
  1966. {
  1967. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1968. if (isset($this->privates['App\\EventListener\\LocaleListener'])) {
  1969. return $this->privates['App\\EventListener\\LocaleListener'];
  1970. }
  1971. return $this->privates['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener($a);
  1972. }
  1973. /**
  1974. * Gets the private 'App\Listener\RedirectionListener' shared autowired service.
  1975. *
  1976. * @return \App\Listener\RedirectionListener
  1977. */
  1978. protected function getRedirectionListenerService()
  1979. {
  1980. $a = ($this->privates['App\\Services\\Seo\\Redir'] ?? $this->getRedirService());
  1981. if (isset($this->privates['App\\Listener\\RedirectionListener'])) {
  1982. return $this->privates['App\\Listener\\RedirectionListener'];
  1983. }
  1984. return $this->privates['App\\Listener\\RedirectionListener'] = new \App\Listener\RedirectionListener($a);
  1985. }
  1986. /**
  1987. * Gets the private 'App\Services\Articles\Articles' shared autowired service.
  1988. *
  1989. * @return \App\Services\Articles\Articles
  1990. */
  1991. protected function getArticlesService($lazyLoad = true)
  1992. {
  1993. if ($lazyLoad) {
  1994. return $this->privates['App\\Services\\Articles\\Articles'] = $this->createProxy('Articles_3be5623', function () {
  1995. return \Articles_3be5623::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1996. $wrappedInstance = $this->getArticlesService(false);
  1997. $proxy->setProxyInitializer(null);
  1998. return true;
  1999. });
  2000. });
  2001. }
  2002. include_once \dirname(__DIR__, 4).'/src/Services/Articles/Articles.php';
  2003. return new \App\Services\Articles\Articles(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2004. }
  2005. /**
  2006. * Gets the private 'App\Services\Core\Core' shared autowired service.
  2007. *
  2008. * @return \App\Services\Core\Core
  2009. */
  2010. protected function getCoreService($lazyLoad = true)
  2011. {
  2012. if ($lazyLoad) {
  2013. return $this->privates['App\\Services\\Core\\Core'] = $this->createProxy('Core_b868033', function () {
  2014. return \Core_b868033::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2015. $wrappedInstance = $this->getCoreService(false);
  2016. $proxy->setProxyInitializer(null);
  2017. return true;
  2018. });
  2019. });
  2020. }
  2021. include_once \dirname(__DIR__, 4).'/src/Services/Core/Core.php';
  2022. return new \App\Services\Core\Core();
  2023. }
  2024. /**
  2025. * Gets the private 'App\Services\Core\Tools' shared autowired service.
  2026. *
  2027. * @return \App\Services\Core\Tools
  2028. */
  2029. protected function getToolsService($lazyLoad = true)
  2030. {
  2031. if ($lazyLoad) {
  2032. return $this->privates['App\\Services\\Core\\Tools'] = $this->createProxy('Tools_d795729', function () {
  2033. return \Tools_d795729::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2034. $wrappedInstance = $this->getToolsService(false);
  2035. $proxy->setProxyInitializer(null);
  2036. return true;
  2037. });
  2038. });
  2039. }
  2040. include_once \dirname(__DIR__, 4).'/src/Services/Core/Tools.php';
  2041. return new \App\Services\Core\Tools(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2042. }
  2043. /**
  2044. * Gets the private 'App\Services\Core\Translations' shared autowired service.
  2045. *
  2046. * @return \App\Services\Core\Translations
  2047. */
  2048. protected function getTranslationsService($lazyLoad = true)
  2049. {
  2050. if ($lazyLoad) {
  2051. return $this->privates['App\\Services\\Core\\Translations'] = $this->createProxy('Translations_29ad517', function () {
  2052. return \Translations_29ad517::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2053. $wrappedInstance = $this->getTranslationsService(false);
  2054. $proxy->setProxyInitializer(null);
  2055. return true;
  2056. });
  2057. });
  2058. }
  2059. include_once \dirname(__DIR__, 4).'/src/Services/Core/Translations.php';
  2060. return new \App\Services\Core\Translations(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  2061. }
  2062. /**
  2063. * Gets the private 'App\Services\Core\Users' shared autowired service.
  2064. *
  2065. * @return \App\Services\Core\Users
  2066. */
  2067. protected function getUsersService($lazyLoad = true)
  2068. {
  2069. if ($lazyLoad) {
  2070. return $this->privates['App\\Services\\Core\\Users'] = $this->createProxy('Users_600ef71', function () {
  2071. return \Users_600ef71::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2072. $wrappedInstance = $this->getUsersService(false);
  2073. $proxy->setProxyInitializer(null);
  2074. return true;
  2075. });
  2076. });
  2077. }
  2078. include_once \dirname(__DIR__, 4).'/src/Services/Core/Users.php';
  2079. return new \App\Services\Core\Users(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2080. }
  2081. /**
  2082. * Gets the private 'App\Services\Menu\Core' shared autowired service.
  2083. *
  2084. * @return \App\Services\Menu\Core
  2085. */
  2086. protected function getCore2Service($lazyLoad = true)
  2087. {
  2088. if ($lazyLoad) {
  2089. return $this->privates['App\\Services\\Menu\\Core'] = $this->createProxy('Core_529306a', function () {
  2090. return \Core_529306a::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2091. $wrappedInstance = $this->getCore2Service(false);
  2092. $proxy->setProxyInitializer(null);
  2093. return true;
  2094. });
  2095. });
  2096. }
  2097. include_once \dirname(__DIR__, 4).'/src/Services/Menu/Core.php';
  2098. return new \App\Services\Menu\Core(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2099. }
  2100. /**
  2101. * Gets the private 'App\Services\Pages\Templates' shared autowired service.
  2102. *
  2103. * @return \App\Services\Pages\Templates
  2104. */
  2105. protected function getTemplatesService($lazyLoad = true)
  2106. {
  2107. if ($lazyLoad) {
  2108. return $this->privates['App\\Services\\Pages\\Templates'] = $this->createProxy('Templates_905b3c2', function () {
  2109. return \Templates_905b3c2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2110. $wrappedInstance = $this->getTemplatesService(false);
  2111. $proxy->setProxyInitializer(null);
  2112. return true;
  2113. });
  2114. });
  2115. }
  2116. include_once \dirname(__DIR__, 4).'/src/Services/Pages/Templates.php';
  2117. return new \App\Services\Pages\Templates(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2118. }
  2119. /**
  2120. * Gets the private 'App\Services\Seo\Redir' shared autowired service.
  2121. *
  2122. * @return \App\Services\Seo\Redir
  2123. */
  2124. protected function getRedirService($lazyLoad = true)
  2125. {
  2126. if ($lazyLoad) {
  2127. return $this->privates['App\\Services\\Seo\\Redir'] = $this->createProxy('Redir_2a24bfe', function () {
  2128. return \Redir_2a24bfe::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2129. $wrappedInstance = $this->getRedirService(false);
  2130. $proxy->setProxyInitializer(null);
  2131. return true;
  2132. });
  2133. });
  2134. }
  2135. include_once \dirname(__DIR__, 4).'/src/Services/Seo/Redir.php';
  2136. return new \App\Services\Seo\Redir(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2137. }
  2138. /**
  2139. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2140. *
  2141. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2142. */
  2143. protected function getResetAssetsEventListenerService()
  2144. {
  2145. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  2146. }
  2147. /**
  2148. * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  2149. *
  2150. * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  2151. */
  2152. protected function getUploaderHelperService()
  2153. {
  2154. return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2155. }
  2156. /**
  2157. * Gets the private 'annotations.cache_adapter' shared service.
  2158. *
  2159. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2160. */
  2161. protected function getAnnotations_CacheAdapterService()
  2162. {
  2163. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2164. }
  2165. /**
  2166. * Gets the private 'annotations.cached_reader' shared service.
  2167. *
  2168. * @return \Doctrine\Common\Annotations\PsrCachedReader
  2169. */
  2170. protected function getAnnotations_CachedReaderService()
  2171. {
  2172. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2173. }
  2174. /**
  2175. * Gets the private 'annotations.reader' shared service.
  2176. *
  2177. * @return \Doctrine\Common\Annotations\AnnotationReader
  2178. */
  2179. protected function getAnnotations_ReaderService()
  2180. {
  2181. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2182. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2183. $a->registerUniqueLoader('class_exists');
  2184. $instance->addGlobalIgnoredName('required', $a);
  2185. return $instance;
  2186. }
  2187. /**
  2188. * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2189. *
  2190. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2191. */
  2192. protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2193. {
  2194. return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SfzwGOLUTm', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2195. }
  2196. /**
  2197. * Gets the private 'api_platform.cache.metadata.property' shared service.
  2198. *
  2199. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2200. */
  2201. protected function getApiPlatform_Cache_Metadata_PropertyService()
  2202. {
  2203. return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OjfSmWL0do', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2204. }
  2205. /**
  2206. * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2207. *
  2208. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2209. */
  2210. protected function getApiPlatform_Cache_Metadata_ResourceService()
  2211. {
  2212. return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uGMiiQ6mau', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2213. }
  2214. /**
  2215. * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2216. *
  2217. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2218. */
  2219. protected function getApiPlatform_Cache_RouteNameResolverService()
  2220. {
  2221. return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1P7s1nbPoT', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2222. }
  2223. /**
  2224. * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2225. *
  2226. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2227. */
  2228. protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2229. {
  2230. return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RsdP0aJjU5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2231. }
  2232. /**
  2233. * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  2234. *
  2235. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2236. */
  2237. protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  2238. {
  2239. return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jFWRz9qBKe', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2240. }
  2241. /**
  2242. * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2243. *
  2244. * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  2245. */
  2246. protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2247. {
  2248. return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(true, NULL, NULL, $this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2249. }
  2250. /**
  2251. * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2252. *
  2253. * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  2254. */
  2255. protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2256. {
  2257. $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2258. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2259. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2260. }
  2261. return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2262. }
  2263. /**
  2264. * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2265. *
  2266. * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  2267. */
  2268. protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2269. {
  2270. return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2271. }
  2272. /**
  2273. * Gets the private 'api_platform.identifier.converter' shared service.
  2274. *
  2275. * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2276. */
  2277. protected function getApiPlatform_Identifier_ConverterService()
  2278. {
  2279. return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  2280. yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2281. yield 1 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2282. }, 2));
  2283. }
  2284. /**
  2285. * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2286. *
  2287. * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2288. */
  2289. protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2290. {
  2291. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2292. $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2293. return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a, $b), $a, $b);
  2294. }
  2295. /**
  2296. * Gets the private 'api_platform.iri_converter' shared service.
  2297. *
  2298. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  2299. */
  2300. protected function getApiPlatform_IriConverterService()
  2301. {
  2302. $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2303. return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2304. }
  2305. /**
  2306. * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2307. *
  2308. * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2309. */
  2310. protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2311. {
  2312. $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2313. $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2314. return $instance;
  2315. }
  2316. /**
  2317. * Gets the private 'api_platform.jsonapi.listener.request.transform_fieldsets_parameters' shared service.
  2318. *
  2319. * @return \ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener
  2320. */
  2321. protected function getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService()
  2322. {
  2323. return $this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2324. }
  2325. /**
  2326. * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2327. *
  2328. * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  2329. */
  2330. protected function getApiPlatform_Jsonld_ContextBuilderService()
  2331. {
  2332. return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2333. }
  2334. /**
  2335. * Gets the private 'api_platform.listener.request.add_format' shared service.
  2336. *
  2337. * @return \ApiPlatform\Core\EventListener\AddFormatListener
  2338. */
  2339. protected function getApiPlatform_Listener_Request_AddFormatService()
  2340. {
  2341. return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2342. }
  2343. /**
  2344. * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2345. *
  2346. * @return \ApiPlatform\Core\EventListener\DeserializeListener
  2347. */
  2348. protected function getApiPlatform_Listener_Request_DeserializeService()
  2349. {
  2350. $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2351. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2352. return $this->privates['api_platform.listener.request.deserialize'];
  2353. }
  2354. return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2355. }
  2356. /**
  2357. * Gets the private 'api_platform.listener.request.read' shared service.
  2358. *
  2359. * @return \ApiPlatform\Core\EventListener\ReadListener
  2360. */
  2361. protected function getApiPlatform_Listener_Request_ReadService()
  2362. {
  2363. return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2364. }
  2365. /**
  2366. * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2367. *
  2368. * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  2369. */
  2370. protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2371. {
  2372. return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  2373. }
  2374. /**
  2375. * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2376. *
  2377. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2378. */
  2379. protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2380. {
  2381. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2382. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2383. return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2384. }
  2385. $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2386. return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2387. yield 0 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2388. yield 1 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2389. yield 2 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2390. yield 3 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2391. }, 4)));
  2392. }
  2393. /**
  2394. * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2395. *
  2396. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2397. */
  2398. protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2399. {
  2400. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2401. if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2402. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2403. }
  2404. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory($a))));
  2405. }
  2406. /**
  2407. * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2408. *
  2409. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2410. */
  2411. protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2412. {
  2413. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2414. return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2415. }
  2416. /**
  2417. * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2418. *
  2419. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2420. */
  2421. protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2422. {
  2423. return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2424. }
  2425. /**
  2426. * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2427. *
  2428. * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  2429. */
  2430. protected function getApiPlatform_OperationPathResolver_CustomService()
  2431. {
  2432. return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  2433. }
  2434. /**
  2435. * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2436. *
  2437. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2438. */
  2439. protected function getApiPlatform_OperationPathResolver_RouterService()
  2440. {
  2441. return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  2442. }
  2443. /**
  2444. * Gets the private 'api_platform.resource_class_resolver' shared service.
  2445. *
  2446. * @return \ApiPlatform\Core\Api\ResourceClassResolver
  2447. */
  2448. protected function getApiPlatform_ResourceClassResolverService()
  2449. {
  2450. return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2451. }
  2452. /**
  2453. * Gets the private 'api_platform.router' shared service.
  2454. *
  2455. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  2456. */
  2457. protected function getApiPlatform_RouterService()
  2458. {
  2459. return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2460. }
  2461. /**
  2462. * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2463. *
  2464. * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  2465. */
  2466. protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2467. {
  2468. return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  2469. }
  2470. /**
  2471. * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2472. *
  2473. * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  2474. */
  2475. protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2476. {
  2477. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2478. if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2479. return $this->privates['api_platform.security.resource_access_checker'];
  2480. }
  2481. return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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, false);
  2482. }
  2483. /**
  2484. * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2485. *
  2486. * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  2487. */
  2488. protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2489. {
  2490. $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2491. return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  2492. }
  2493. /**
  2494. * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2495. *
  2496. * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  2497. */
  2498. protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2499. {
  2500. return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2501. }
  2502. /**
  2503. * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2504. *
  2505. * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2506. */
  2507. protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2508. {
  2509. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2510. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2511. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2512. }
  2513. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2514. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2515. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2516. }
  2517. return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2518. }
  2519. /**
  2520. * Gets the private 'assets.packages' shared service.
  2521. *
  2522. * @return \Symfony\Component\Asset\Packages
  2523. */
  2524. protected function getAssets_PackagesService()
  2525. {
  2526. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2527. 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 () {
  2528. return new \EmptyIterator();
  2529. }, 0));
  2530. }
  2531. /**
  2532. * Gets the private 'cache.annotations' shared service.
  2533. *
  2534. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2535. */
  2536. protected function getCache_AnnotationsService()
  2537. {
  2538. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gMLJkhoe7q', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2539. }
  2540. /**
  2541. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2542. *
  2543. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2544. */
  2545. protected function getCache_Doctrine_Orm_Default_QueryService()
  2546. {
  2547. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2548. }
  2549. /**
  2550. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2551. *
  2552. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2553. */
  2554. protected function getCache_Doctrine_Orm_Default_ResultService()
  2555. {
  2556. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2557. }
  2558. /**
  2559. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2560. *
  2561. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2562. */
  2563. protected function getCache_Messenger_RestartWorkersSignalService()
  2564. {
  2565. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qNbIsobgyx', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2566. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2567. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2568. }
  2569. /**
  2570. * Gets the private 'cache.property_info' shared service.
  2571. *
  2572. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2573. */
  2574. protected function getCache_PropertyInfoService()
  2575. {
  2576. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Gpeem0tlM3', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2577. }
  2578. /**
  2579. * Gets the private 'cache.security_expression_language' shared service.
  2580. *
  2581. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2582. */
  2583. protected function getCache_SecurityExpressionLanguageService()
  2584. {
  2585. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('af7iQtKOt9', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2586. }
  2587. /**
  2588. * Gets the private 'cache.serializer' shared service.
  2589. *
  2590. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2591. */
  2592. protected function getCache_SerializerService()
  2593. {
  2594. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nrsEWKOuLc', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2595. }
  2596. /**
  2597. * Gets the private 'cache.validator' shared service.
  2598. *
  2599. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2600. */
  2601. protected function getCache_ValidatorService()
  2602. {
  2603. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mt-L1PbKVK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2604. }
  2605. /**
  2606. * Gets the private 'config_cache_factory' shared service.
  2607. *
  2608. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2609. */
  2610. protected function getConfigCacheFactoryService()
  2611. {
  2612. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2613. 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)));
  2614. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2615. }, 2));
  2616. }
  2617. /**
  2618. * Gets the private 'data_collector.form' shared service.
  2619. *
  2620. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2621. */
  2622. protected function getDataCollector_FormService()
  2623. {
  2624. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2625. }
  2626. /**
  2627. * Gets the private 'data_collector.request' shared service.
  2628. *
  2629. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2630. */
  2631. protected function getDataCollector_RequestService()
  2632. {
  2633. 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())));
  2634. }
  2635. /**
  2636. * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2637. *
  2638. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2639. */
  2640. protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2641. {
  2642. return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2643. yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2644. }, 1)));
  2645. }
  2646. /**
  2647. * Gets the private 'debug.api_platform.data_persister' shared service.
  2648. *
  2649. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2650. */
  2651. protected function getDebug_ApiPlatform_DataPersisterService()
  2652. {
  2653. return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2654. yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2655. yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2656. }, 2)));
  2657. }
  2658. /**
  2659. * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2660. *
  2661. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2662. */
  2663. protected function getDebug_ApiPlatform_ItemDataProviderService()
  2664. {
  2665. return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2666. yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2667. }, 1)));
  2668. }
  2669. /**
  2670. * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2671. *
  2672. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2673. */
  2674. protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2675. {
  2676. return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2677. yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2678. }, 1)));
  2679. }
  2680. /**
  2681. * Gets the private 'debug.debug_handlers_listener' shared service.
  2682. *
  2683. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2684. */
  2685. protected function getDebug_DebugHandlersListenerService()
  2686. {
  2687. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2688. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2689. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2690. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2691. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2692. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2693. }
  2694. /**
  2695. * Gets the private 'debug.file_link_formatter' shared service.
  2696. *
  2697. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2698. */
  2699. protected function getDebug_FileLinkFormatterService()
  2700. {
  2701. 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 () {
  2702. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2703. });
  2704. }
  2705. /**
  2706. * Gets the private 'debug.log_processor' shared service.
  2707. *
  2708. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2709. */
  2710. protected function getDebug_LogProcessorService()
  2711. {
  2712. 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())));
  2713. }
  2714. /**
  2715. * Gets the private 'debug.security.access.decision_manager' shared service.
  2716. *
  2717. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2718. */
  2719. protected function getDebug_Security_Access_DecisionManagerService()
  2720. {
  2721. 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 () {
  2722. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2723. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2724. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2725. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2726. }
  2727. /**
  2728. * Gets the private 'debug.security.firewall' shared service.
  2729. *
  2730. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2731. */
  2732. protected function getDebug_Security_FirewallService()
  2733. {
  2734. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2735. if (isset($this->privates['debug.security.firewall'])) {
  2736. return $this->privates['debug.security.firewall'];
  2737. }
  2738. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2739. if (isset($this->privates['debug.security.firewall'])) {
  2740. return $this->privates['debug.security.firewall'];
  2741. }
  2742. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2743. }
  2744. /**
  2745. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2746. *
  2747. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2748. */
  2749. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2750. {
  2751. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2752. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2753. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2754. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2755. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2756. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  2757. 'vich_uploader.listener.clean.agencies_files' => ['privates', 'vich_uploader.listener.clean.agencies_files', 'getVichUploader_Listener_Clean_AgenciesFilesService', true],
  2758. 'vich_uploader.listener.clean.articles_files' => ['privates', 'vich_uploader.listener.clean.articles_files', 'getVichUploader_Listener_Clean_ArticlesFilesService', true],
  2759. 'vich_uploader.listener.clean.authors_files' => ['privates', 'vich_uploader.listener.clean.authors_files', 'getVichUploader_Listener_Clean_AuthorsFilesService', true],
  2760. 'vich_uploader.listener.clean.avatars_files' => ['privates', 'vich_uploader.listener.clean.avatars_files', 'getVichUploader_Listener_Clean_AvatarsFilesService', true],
  2761. 'vich_uploader.listener.clean.candidates_files' => ['privates', 'vich_uploader.listener.clean.candidates_files', 'getVichUploader_Listener_Clean_CandidatesFilesService', true],
  2762. 'vich_uploader.listener.clean.cvs_files' => ['privates', 'vich_uploader.listener.clean.cvs_files', 'getVichUploader_Listener_Clean_CvsFilesService', true],
  2763. 'vich_uploader.listener.clean.pages_files' => ['privates', 'vich_uploader.listener.clean.pages_files', 'getVichUploader_Listener_Clean_PagesFilesService', true],
  2764. 'vich_uploader.listener.clean.press_files' => ['privates', 'vich_uploader.listener.clean.press_files', 'getVichUploader_Listener_Clean_PressFilesService', true],
  2765. 'vich_uploader.listener.clean.uploads_files' => ['privates', 'vich_uploader.listener.clean.uploads_files', 'getVichUploader_Listener_Clean_UploadsFilesService', true],
  2766. 'vich_uploader.listener.remove.agencies_files' => ['privates', 'vich_uploader.listener.remove.agencies_files', 'getVichUploader_Listener_Remove_AgenciesFilesService', true],
  2767. 'vich_uploader.listener.remove.articles_files' => ['privates', 'vich_uploader.listener.remove.articles_files', 'getVichUploader_Listener_Remove_ArticlesFilesService', true],
  2768. 'vich_uploader.listener.remove.authors_files' => ['privates', 'vich_uploader.listener.remove.authors_files', 'getVichUploader_Listener_Remove_AuthorsFilesService', true],
  2769. 'vich_uploader.listener.remove.avatars_files' => ['privates', 'vich_uploader.listener.remove.avatars_files', 'getVichUploader_Listener_Remove_AvatarsFilesService', true],
  2770. 'vich_uploader.listener.remove.candidates_files' => ['privates', 'vich_uploader.listener.remove.candidates_files', 'getVichUploader_Listener_Remove_CandidatesFilesService', true],
  2771. 'vich_uploader.listener.remove.cvs_files' => ['privates', 'vich_uploader.listener.remove.cvs_files', 'getVichUploader_Listener_Remove_CvsFilesService', true],
  2772. 'vich_uploader.listener.remove.pages_files' => ['privates', 'vich_uploader.listener.remove.pages_files', 'getVichUploader_Listener_Remove_PagesFilesService', true],
  2773. 'vich_uploader.listener.remove.press_files' => ['privates', 'vich_uploader.listener.remove.press_files', 'getVichUploader_Listener_Remove_PressFilesService', true],
  2774. 'vich_uploader.listener.remove.uploads_files' => ['privates', 'vich_uploader.listener.remove.uploads_files', 'getVichUploader_Listener_Remove_UploadsFilesService', true],
  2775. 'vich_uploader.listener.upload.agencies_files' => ['privates', 'vich_uploader.listener.upload.agencies_files', 'getVichUploader_Listener_Upload_AgenciesFilesService', true],
  2776. 'vich_uploader.listener.upload.articles_files' => ['privates', 'vich_uploader.listener.upload.articles_files', 'getVichUploader_Listener_Upload_ArticlesFilesService', true],
  2777. 'vich_uploader.listener.upload.authors_files' => ['privates', 'vich_uploader.listener.upload.authors_files', 'getVichUploader_Listener_Upload_AuthorsFilesService', true],
  2778. 'vich_uploader.listener.upload.avatars_files' => ['privates', 'vich_uploader.listener.upload.avatars_files', 'getVichUploader_Listener_Upload_AvatarsFilesService', true],
  2779. 'vich_uploader.listener.upload.candidates_files' => ['privates', 'vich_uploader.listener.upload.candidates_files', 'getVichUploader_Listener_Upload_CandidatesFilesService', true],
  2780. 'vich_uploader.listener.upload.cvs_files' => ['privates', 'vich_uploader.listener.upload.cvs_files', 'getVichUploader_Listener_Upload_CvsFilesService', true],
  2781. 'vich_uploader.listener.upload.pages_files' => ['privates', 'vich_uploader.listener.upload.pages_files', 'getVichUploader_Listener_Upload_PagesFilesService', true],
  2782. 'vich_uploader.listener.upload.press_files' => ['privates', 'vich_uploader.listener.upload.press_files', 'getVichUploader_Listener_Upload_PressFilesService', true],
  2783. 'vich_uploader.listener.upload.uploads_files' => ['privates', 'vich_uploader.listener.upload.uploads_files', 'getVichUploader_Listener_Upload_UploadsFilesService', true],
  2784. ], [
  2785. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2786. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2787. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2788. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2789. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2790. 'vich_uploader.listener.clean.agencies_files' => '?',
  2791. 'vich_uploader.listener.clean.articles_files' => '?',
  2792. 'vich_uploader.listener.clean.authors_files' => '?',
  2793. 'vich_uploader.listener.clean.avatars_files' => '?',
  2794. 'vich_uploader.listener.clean.candidates_files' => '?',
  2795. 'vich_uploader.listener.clean.cvs_files' => '?',
  2796. 'vich_uploader.listener.clean.pages_files' => '?',
  2797. 'vich_uploader.listener.clean.press_files' => '?',
  2798. 'vich_uploader.listener.clean.uploads_files' => '?',
  2799. 'vich_uploader.listener.remove.agencies_files' => '?',
  2800. 'vich_uploader.listener.remove.articles_files' => '?',
  2801. 'vich_uploader.listener.remove.authors_files' => '?',
  2802. 'vich_uploader.listener.remove.avatars_files' => '?',
  2803. 'vich_uploader.listener.remove.candidates_files' => '?',
  2804. 'vich_uploader.listener.remove.cvs_files' => '?',
  2805. 'vich_uploader.listener.remove.pages_files' => '?',
  2806. 'vich_uploader.listener.remove.press_files' => '?',
  2807. 'vich_uploader.listener.remove.uploads_files' => '?',
  2808. 'vich_uploader.listener.upload.agencies_files' => '?',
  2809. 'vich_uploader.listener.upload.articles_files' => '?',
  2810. 'vich_uploader.listener.upload.authors_files' => '?',
  2811. 'vich_uploader.listener.upload.avatars_files' => '?',
  2812. 'vich_uploader.listener.upload.candidates_files' => '?',
  2813. 'vich_uploader.listener.upload.cvs_files' => '?',
  2814. 'vich_uploader.listener.upload.pages_files' => '?',
  2815. 'vich_uploader.listener.upload.press_files' => '?',
  2816. 'vich_uploader.listener.upload.uploads_files' => '?',
  2817. ]), [0 => 'vich_uploader.listener.clean.articles_files', 1 => 'vich_uploader.listener.clean.cvs_files', 2 => 'vich_uploader.listener.clean.authors_files', 3 => 'vich_uploader.listener.clean.pages_files', 4 => 'vich_uploader.listener.clean.agencies_files', 5 => 'vich_uploader.listener.clean.press_files', 6 => 'vich_uploader.listener.clean.avatars_files', 7 => 'vich_uploader.listener.clean.uploads_files', 8 => 'vich_uploader.listener.clean.candidates_files', 9 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 10 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 11 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 12 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 13 => 'vich_uploader.listener.remove.articles_files', 14 => 'vich_uploader.listener.upload.articles_files', 15 => 'vich_uploader.listener.remove.cvs_files', 16 => 'vich_uploader.listener.upload.cvs_files', 17 => 'vich_uploader.listener.remove.authors_files', 18 => 'vich_uploader.listener.upload.authors_files', 19 => 'vich_uploader.listener.remove.pages_files', 20 => 'vich_uploader.listener.upload.pages_files', 21 => 'vich_uploader.listener.remove.agencies_files', 22 => 'vich_uploader.listener.upload.agencies_files', 23 => 'vich_uploader.listener.remove.press_files', 24 => 'vich_uploader.listener.upload.press_files', 25 => 'vich_uploader.listener.remove.avatars_files', 26 => 'vich_uploader.listener.upload.avatars_files', 27 => 'vich_uploader.listener.remove.uploads_files', 28 => 'vich_uploader.listener.upload.uploads_files', 29 => 'vich_uploader.listener.remove.candidates_files', 30 => 'vich_uploader.listener.upload.candidates_files', 31 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2818. }
  2819. /**
  2820. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2821. *
  2822. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2823. */
  2824. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2825. {
  2826. 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'), 1 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Entity')], false);
  2827. }
  2828. /**
  2829. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2830. *
  2831. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2832. */
  2833. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2834. {
  2835. $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml', false);
  2836. $instance->setGlobalBasename('mapping');
  2837. return $instance;
  2838. }
  2839. /**
  2840. * Gets the private 'esi_listener' shared service.
  2841. *
  2842. * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2843. */
  2844. protected function getEsiListenerService()
  2845. {
  2846. return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2847. }
  2848. /**
  2849. * Gets the private 'exception_listener' shared service.
  2850. *
  2851. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2852. */
  2853. protected function getExceptionListenerService()
  2854. {
  2855. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2856. }
  2857. /**
  2858. * Gets the private 'fragment.listener' shared service.
  2859. *
  2860. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2861. */
  2862. protected function getFragment_ListenerService()
  2863. {
  2864. return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  2865. }
  2866. /**
  2867. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2868. *
  2869. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2870. */
  2871. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2872. {
  2873. 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())));
  2874. }
  2875. /**
  2876. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2877. *
  2878. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2879. */
  2880. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2881. {
  2882. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2883. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2884. return $this->privates['framework_extra_bundle.event.is_granted'];
  2885. }
  2886. 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);
  2887. }
  2888. /**
  2889. * Gets the private 'html_sanitizer.registry' shared service.
  2890. *
  2891. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2892. */
  2893. protected function getHtmlSanitizer_RegistryService()
  2894. {
  2895. return $this->privates['html_sanitizer.registry'] = new \Symfony\Component\DependencyInjection\ServiceLocator(['default' => function () {
  2896. return ($this->privates['html_sanitizer.default'] ?? $this->load('getHtmlSanitizer_DefaultService'));
  2897. }]);
  2898. }
  2899. /**
  2900. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2901. *
  2902. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2903. */
  2904. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2905. {
  2906. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  2907. }
  2908. /**
  2909. * Gets the private 'liip_imagine.filter.configuration' shared service.
  2910. *
  2911. * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2912. */
  2913. protected function getLiipImagine_Filter_ConfigurationService()
  2914. {
  2915. return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2916. }
  2917. /**
  2918. * Gets the private 'locale_aware_listener' shared service.
  2919. *
  2920. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2921. */
  2922. protected function getLocaleAwareListenerService()
  2923. {
  2924. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2925. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2926. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2927. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2928. }
  2929. /**
  2930. * Gets the private 'locale_listener' shared service.
  2931. *
  2932. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2933. */
  2934. protected function getLocaleListener2Service()
  2935. {
  2936. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2937. }
  2938. /**
  2939. * Gets the private 'mime_types' shared service.
  2940. *
  2941. * @return \Symfony\Component\Mime\MimeTypes
  2942. */
  2943. protected function getMimeTypesService()
  2944. {
  2945. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2946. $instance->setDefault($instance);
  2947. return $instance;
  2948. }
  2949. /**
  2950. * Gets the private 'monolog.handler.console' shared service.
  2951. *
  2952. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2953. */
  2954. protected function getMonolog_Handler_ConsoleService()
  2955. {
  2956. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2957. }
  2958. /**
  2959. * Gets the private 'monolog.handler.main' shared service.
  2960. *
  2961. * @return \Monolog\Handler\StreamHandler
  2962. */
  2963. protected function getMonolog_Handler_MainService()
  2964. {
  2965. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2966. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2967. return $instance;
  2968. }
  2969. /**
  2970. * Gets the private 'monolog.logger' shared service.
  2971. *
  2972. * @return \Symfony\Bridge\Monolog\Logger
  2973. */
  2974. protected function getMonolog_LoggerService()
  2975. {
  2976. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2977. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2978. $instance->useMicrosecondTimestamps(true);
  2979. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2980. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2981. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2982. return $instance;
  2983. }
  2984. /**
  2985. * Gets the private 'monolog.logger.cache' shared service.
  2986. *
  2987. * @return \Symfony\Bridge\Monolog\Logger
  2988. */
  2989. protected function getMonolog_Logger_CacheService()
  2990. {
  2991. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2992. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2993. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2994. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2995. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2996. return $instance;
  2997. }
  2998. /**
  2999. * Gets the private 'monolog.logger.request' shared service.
  3000. *
  3001. * @return \Symfony\Bridge\Monolog\Logger
  3002. */
  3003. protected function getMonolog_Logger_RequestService()
  3004. {
  3005. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3006. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3007. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3008. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3009. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3010. return $instance;
  3011. }
  3012. /**
  3013. * Gets the private 'monolog.logger.security' shared service.
  3014. *
  3015. * @return \Symfony\Bridge\Monolog\Logger
  3016. */
  3017. protected function getMonolog_Logger_SecurityService()
  3018. {
  3019. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3020. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3021. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3022. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3023. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3024. return $instance;
  3025. }
  3026. /**
  3027. * Gets the private 'nelmio_cors.cors_listener' shared service.
  3028. *
  3029. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3030. */
  3031. protected function getNelmioCors_CorsListenerService()
  3032. {
  3033. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  3034. }
  3035. /**
  3036. * Gets the private 'parameter_bag' shared service.
  3037. *
  3038. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3039. */
  3040. protected function getParameterBagService()
  3041. {
  3042. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3043. }
  3044. /**
  3045. * Gets the private 'profiler_listener' shared service.
  3046. *
  3047. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3048. */
  3049. protected function getProfilerListenerService()
  3050. {
  3051. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3052. if (isset($this->privates['profiler_listener'])) {
  3053. return $this->privates['profiler_listener'];
  3054. }
  3055. 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);
  3056. }
  3057. /**
  3058. * Gets the private 'property_accessor' shared service.
  3059. *
  3060. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3061. */
  3062. protected function getPropertyAccessorService()
  3063. {
  3064. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3065. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  3066. }
  3067. /**
  3068. * Gets the private 'property_info' shared service.
  3069. *
  3070. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3071. */
  3072. protected function getPropertyInfoService()
  3073. {
  3074. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3075. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3076. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3077. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3078. }, 3), new RewindableGenerator(function () {
  3079. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3080. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3081. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3082. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3083. }, 4), new RewindableGenerator(function () {
  3084. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3085. }, 1), new RewindableGenerator(function () {
  3086. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3087. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3088. }, 2), new RewindableGenerator(function () {
  3089. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3090. }, 1));
  3091. }
  3092. /**
  3093. * Gets the private 'router.expression_language_provider' shared service.
  3094. *
  3095. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3096. */
  3097. protected function getRouter_ExpressionLanguageProviderService()
  3098. {
  3099. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3100. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  3101. ], [
  3102. 'env' => 'Closure',
  3103. ]));
  3104. }
  3105. /**
  3106. * Gets the private 'router.request_context' shared service.
  3107. *
  3108. * @return \Symfony\Component\Routing\RequestContext
  3109. */
  3110. protected function getRouter_RequestContextService()
  3111. {
  3112. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  3113. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3114. return $instance;
  3115. }
  3116. /**
  3117. * Gets the private 'router_listener' shared service.
  3118. *
  3119. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3120. */
  3121. protected function getRouterListenerService()
  3122. {
  3123. 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);
  3124. }
  3125. /**
  3126. * Gets the private 'security.context_listener.0' shared service.
  3127. *
  3128. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3129. */
  3130. protected function getSecurity_ContextListener_0Service()
  3131. {
  3132. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  3133. if (isset($this->privates['security.context_listener.0'])) {
  3134. return $this->privates['security.context_listener.0'];
  3135. }
  3136. return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3137. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  3138. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  3139. }
  3140. /**
  3141. * Gets the private 'security.event_dispatcher.main' shared service.
  3142. *
  3143. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3144. */
  3145. protected function getSecurity_EventDispatcher_MainService()
  3146. {
  3147. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3148. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3149. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3150. }, 1 => 'checkPassport'], 2048);
  3151. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3152. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3153. }, 1 => 'onSuccessfulLogin'], 0);
  3154. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3155. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3156. }, 1 => 'onLogout'], 64);
  3157. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3158. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3159. }, 1 => 'onLogout'], 0);
  3160. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3161. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3162. }, 1 => 'preCheckCredentials'], 256);
  3163. $instance->addListener('security.authentication.success', [0 => function () {
  3164. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3165. }, 1 => 'postCheckCredentials'], 256);
  3166. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3167. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3168. }, 1 => 'checkPassport'], 1024);
  3169. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3170. return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  3171. }, 1 => 'onLogout'], 0);
  3172. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3173. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3174. }, 1 => 'checkPassport'], 0);
  3175. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3176. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3177. }, 1 => 'onLoginSuccess'], 0);
  3178. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3179. return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3180. }, 1 => 'checkPassport'], 256);
  3181. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3182. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3183. }, 1 => 'checkPassport'], 512);
  3184. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3185. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3186. }, 1 => 'onLogout'], 0);
  3187. return $instance;
  3188. }
  3189. /**
  3190. * Gets the private 'security.expression_language' shared service.
  3191. *
  3192. * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3193. */
  3194. protected function getSecurity_ExpressionLanguageService()
  3195. {
  3196. $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3197. $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  3198. return $instance;
  3199. }
  3200. /**
  3201. * Gets the private 'security.firewall.map' shared service.
  3202. *
  3203. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3204. */
  3205. protected function getSecurity_Firewall_MapService()
  3206. {
  3207. $a = ($this->privates['.service_locator.WhUtKoh'] ?? $this->get_ServiceLocator_WhUtKohService());
  3208. if (isset($this->privates['security.firewall.map'])) {
  3209. return $this->privates['security.firewall.map'];
  3210. }
  3211. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3212. 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)/')));
  3213. yield 'security.firewall.map.context.oauth_login' => ($this->privates['.security.request_matcher.aylLNWX'] ?? ($this->privates['.security.request_matcher.aylLNWX'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/login$')));
  3214. yield 'security.firewall.map.context.authorize' => ($this->privates['.security.request_matcher.cOkLlQa'] ?? ($this->privates['.security.request_matcher.cOkLlQa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/authorize')));
  3215. yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher._rB5cYh'] ?? ($this->privates['.security.request_matcher._rB5cYh'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/loginapi')));
  3216. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3217. yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  3218. yield 'security.firewall.map.context.oauth_refresh' => ($this->privates['.security.request_matcher.WdHaYXK'] ?? ($this->privates['.security.request_matcher.WdHaYXK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/token/refresh')));
  3219. yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher..o2W7S7'] ?? ($this->privates['.security.request_matcher..o2W7S7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/token')));
  3220. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3221. }, 9));
  3222. }
  3223. /**
  3224. * Gets the private 'security.helper' shared service.
  3225. *
  3226. * @return \Symfony\Component\Security\Core\Security
  3227. */
  3228. protected function getSecurity_HelperService()
  3229. {
  3230. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3231. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3232. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3233. ], [
  3234. 'security.authorization_checker' => '?',
  3235. 'security.token_storage' => '?',
  3236. ]));
  3237. }
  3238. /**
  3239. * Gets the private 'security.logout_url_generator' shared service.
  3240. *
  3241. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3242. */
  3243. protected function getSecurity_LogoutUrlGeneratorService()
  3244. {
  3245. $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()));
  3246. $instance->registerListener('oauth_login', '/oauth/logout', 'logout', '_csrf_token', NULL, NULL);
  3247. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  3248. return $instance;
  3249. }
  3250. /**
  3251. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3252. *
  3253. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3254. */
  3255. protected function getSensioFrameworkExtra_Controller_ListenerService()
  3256. {
  3257. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3258. }
  3259. /**
  3260. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3261. *
  3262. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3263. */
  3264. protected function getSensioFrameworkExtra_Converter_ListenerService()
  3265. {
  3266. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3267. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  3268. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  3269. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  3270. }
  3271. /**
  3272. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3273. *
  3274. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3275. */
  3276. protected function getSensioFrameworkExtra_Security_ListenerService()
  3277. {
  3278. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3279. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3280. return $this->privates['sensio_framework_extra.security.listener'];
  3281. }
  3282. $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  3283. $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  3284. 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()), $b, ($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()));
  3285. }
  3286. /**
  3287. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3288. *
  3289. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3290. */
  3291. protected function getSensioFrameworkExtra_View_ListenerService()
  3292. {
  3293. $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))));
  3294. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3295. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3296. ], [
  3297. 'twig' => '?',
  3298. ]))->withContext('sensio_framework_extra.view.listener', $this));
  3299. return $instance;
  3300. }
  3301. /**
  3302. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3303. *
  3304. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3305. */
  3306. protected function getSerializer_NameConverter_MetadataAwareService()
  3307. {
  3308. return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  3309. }
  3310. /**
  3311. * Gets the private 'session_listener' shared service.
  3312. *
  3313. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3314. */
  3315. protected function getSessionListenerService()
  3316. {
  3317. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3318. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  3319. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  3320. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3321. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  3322. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  3323. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  3324. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  3325. ], [
  3326. 'initialized_session' => '?',
  3327. 'logger' => '?',
  3328. 'request_stack' => '?',
  3329. 'session' => '?',
  3330. 'session_collector' => '?',
  3331. 'session_factory' => '?',
  3332. 'session_storage' => '?',
  3333. ]), true, $this->parameters['session.storage.options']);
  3334. }
  3335. /**
  3336. * Gets the private 'translator.default' shared service.
  3337. *
  3338. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3339. */
  3340. protected function getTranslator_DefaultService()
  3341. {
  3342. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3343. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  3344. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  3345. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  3346. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  3347. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  3348. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  3349. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  3350. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  3351. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  3352. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  3353. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  3354. ], [
  3355. 'translation.loader.csv' => '?',
  3356. 'translation.loader.dat' => '?',
  3357. 'translation.loader.ini' => '?',
  3358. 'translation.loader.json' => '?',
  3359. 'translation.loader.mo' => '?',
  3360. 'translation.loader.php' => '?',
  3361. 'translation.loader.po' => '?',
  3362. 'translation.loader.qt' => '?',
  3363. 'translation.loader.res' => '?',
  3364. 'translation.loader.xliff' => '?',
  3365. 'translation.loader.yml' => '?',
  3366. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf')], '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')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf')], '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/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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/vich/uploader-bundle/translations/messages.sl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-gaufrette-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/yectep/phpspreadsheet-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/tgalopin/html-sanitizer-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-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/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'vendor/hwi/oauth-bundle/src/Resources/translations', 6 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/sensio/framework-extra-bundle/src/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/symfony/maker-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-bundle/translations', 16 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 17 => 'vendor/symfony/security-bundle/translations', 18 => 'vendor/twig/extra-bundle/translations', 19 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 20 => 'vendor/knplabs/knp-gaufrette-bundle/translations', 21 => 'vendor/liip/imagine-bundle/translations', 22 => 'vendor/yectep/phpspreadsheet-bundle/src/translations', 23 => 'vendor/tgalopin/html-sanitizer-bundle/src/translations', 24 => 'vendor/nelmio/cors-bundle/translations', 25 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations', 26 => 'vendor/lexik/jwt-authentication-bundle/translations', 27 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations', 28 => 'vendor/endroid/qr-code-bundle/src/translations', 29 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations', 30 => 'vendor/symfony/webpack-encore-bundle/src/translations', 31 => 'vendor/league/oauth2-server-bundle/src/translations']]], []);
  3367. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3368. $instance->setFallbackLocales([0 => 'en']);
  3369. return $instance;
  3370. }
  3371. /**
  3372. * Gets the private 'validator.builder' shared service.
  3373. *
  3374. * @return \Symfony\Component\Validator\ValidatorBuilder
  3375. */
  3376. protected function getValidator_BuilderService()
  3377. {
  3378. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3379. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3380. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3381. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  3382. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  3383. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3384. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3385. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  3386. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3387. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  3388. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3389. 'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  3390. 'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  3391. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3392. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3393. ], [
  3394. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  3395. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  3396. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3397. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3398. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3399. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3400. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3401. 'doctrine.orm.validator.unique' => '?',
  3402. 'ewz_recaptcha.true' => '?',
  3403. 'ewz_recaptcha.v3.true' => '?',
  3404. 'security.validator.user_password' => '?',
  3405. 'validator.expression' => '?',
  3406. ])));
  3407. if ($this->has('translator')) {
  3408. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3409. }
  3410. $instance->setTranslationDomain('validators');
  3411. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3412. $instance->enableAnnotationMapping(true);
  3413. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3414. $instance->addMethodMapping('loadValidatorMetadata');
  3415. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3416. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^App\\\\Entity\\\\}'));
  3417. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^App\\\\Entity\\\\}'));
  3418. return $instance;
  3419. }
  3420. /**
  3421. * Gets the private 'var_dumper.html_dumper' shared service.
  3422. *
  3423. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3424. */
  3425. protected function getVarDumper_HtmlDumperService()
  3426. {
  3427. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  3428. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3429. return $instance;
  3430. }
  3431. /**
  3432. * Gets the private 'var_dumper.server_connection' shared service.
  3433. *
  3434. * @return \Symfony\Component\VarDumper\Server\Connection
  3435. */
  3436. protected function getVarDumper_ServerConnectionService()
  3437. {
  3438. 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()]);
  3439. }
  3440. /**
  3441. * Gets the private 'vich_uploader.metadata_reader' shared service.
  3442. *
  3443. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3444. */
  3445. protected function getVichUploader_MetadataReaderService()
  3446. {
  3447. $a = new \Metadata\Driver\FileLocator([]);
  3448. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
  3449. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3450. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3451. }
  3452. /**
  3453. * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  3454. *
  3455. * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  3456. */
  3457. protected function getVichUploader_PropertyMappingFactoryService()
  3458. {
  3459. return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  3460. }
  3461. /**
  3462. * Gets the private 'vich_uploader.storage.file_system' shared service.
  3463. *
  3464. * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  3465. */
  3466. protected function getVichUploader_Storage_FileSystemService()
  3467. {
  3468. return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  3469. }
  3470. /**
  3471. * Gets the private 'web_profiler.csp.handler' shared service.
  3472. *
  3473. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3474. */
  3475. protected function getWebProfiler_Csp_HandlerService()
  3476. {
  3477. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3478. }
  3479. /**
  3480. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3481. *
  3482. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3483. */
  3484. protected function getWebProfiler_DebugToolbarService()
  3485. {
  3486. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3487. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3488. return $this->privates['web_profiler.debug_toolbar'];
  3489. }
  3490. 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()));
  3491. }
  3492. /**
  3493. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3494. *
  3495. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3496. */
  3497. protected function getWebpackEncore_EntrypointLookupCollectionService()
  3498. {
  3499. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3500. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  3501. ], [
  3502. '_default' => '?',
  3503. ]), '_default');
  3504. }
  3505. /**
  3506. * Gets the public 'cache_clearer' alias.
  3507. *
  3508. * @return object The ".container.private.cache_clearer" service.
  3509. */
  3510. protected function getCacheClearerService()
  3511. {
  3512. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3513. return $this->get('.container.private.cache_clearer');
  3514. }
  3515. /**
  3516. * Gets the public 'filesystem' alias.
  3517. *
  3518. * @return object The ".container.private.filesystem" service.
  3519. */
  3520. protected function getFilesystemService()
  3521. {
  3522. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3523. return $this->get('.container.private.filesystem');
  3524. }
  3525. /**
  3526. * Gets the public 'serializer' alias.
  3527. *
  3528. * @return object The ".container.private.serializer" service.
  3529. */
  3530. protected function getSerializerService()
  3531. {
  3532. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3533. return $this->get('.container.private.serializer');
  3534. }
  3535. /**
  3536. * Gets the public 'security.csrf.token_manager' alias.
  3537. *
  3538. * @return object The ".container.private.security.csrf.token_manager" service.
  3539. */
  3540. protected function getSecurity_Csrf_TokenManagerService()
  3541. {
  3542. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3543. return $this->get('.container.private.security.csrf.token_manager');
  3544. }
  3545. /**
  3546. * Gets the public 'form.factory' alias.
  3547. *
  3548. * @return object The ".container.private.form.factory" service.
  3549. */
  3550. protected function getForm_FactoryService()
  3551. {
  3552. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3553. return $this->get('.container.private.form.factory');
  3554. }
  3555. /**
  3556. * Gets the public 'form.type.file' alias.
  3557. *
  3558. * @return object The ".container.private.form.type.file" service.
  3559. */
  3560. protected function getForm_Type_FileService()
  3561. {
  3562. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3563. return $this->get('.container.private.form.type.file');
  3564. }
  3565. /**
  3566. * Gets the public 'profiler' alias.
  3567. *
  3568. * @return object The ".container.private.profiler" service.
  3569. */
  3570. protected function getProfilerService()
  3571. {
  3572. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3573. return $this->get('.container.private.profiler');
  3574. }
  3575. /**
  3576. * Gets the public 'twig' alias.
  3577. *
  3578. * @return object The ".container.private.twig" service.
  3579. */
  3580. protected function getTwigService()
  3581. {
  3582. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3583. return $this->get('.container.private.twig');
  3584. }
  3585. /**
  3586. * Gets the public 'security.authorization_checker' alias.
  3587. *
  3588. * @return object The ".container.private.security.authorization_checker" service.
  3589. */
  3590. protected function getSecurity_AuthorizationCheckerService()
  3591. {
  3592. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3593. return $this->get('.container.private.security.authorization_checker');
  3594. }
  3595. /**
  3596. * Gets the public 'security.token_storage' alias.
  3597. *
  3598. * @return object The ".container.private.security.token_storage" service.
  3599. */
  3600. protected function getSecurity_TokenStorageService()
  3601. {
  3602. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3603. return $this->get('.container.private.security.token_storage');
  3604. }
  3605. /**
  3606. * Gets the public 'security.password_encoder' alias.
  3607. *
  3608. * @return object The ".container.private.security.password_encoder" service.
  3609. */
  3610. protected function getSecurity_PasswordEncoderService()
  3611. {
  3612. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3613. return $this->get('.container.private.security.password_encoder');
  3614. }
  3615. /**
  3616. * Gets the public 'session' alias.
  3617. *
  3618. * @return object The ".container.private.session" service.
  3619. */
  3620. protected function getSessionService()
  3621. {
  3622. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3623. return $this->get('.container.private.session');
  3624. }
  3625. /**
  3626. * Gets the public 'validator' alias.
  3627. *
  3628. * @return object The ".container.private.validator" service.
  3629. */
  3630. protected function getValidatorService()
  3631. {
  3632. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3633. return $this->get('.container.private.validator');
  3634. }
  3635. /**
  3636. * @return array|bool|float|int|string|\UnitEnum|null
  3637. */
  3638. public function getParameter(string $name)
  3639. {
  3640. if (isset($this->buildParameters[$name])) {
  3641. return $this->buildParameters[$name];
  3642. }
  3643. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3644. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3645. }
  3646. if (isset($this->loadedDynamicParameters[$name])) {
  3647. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3648. }
  3649. return $this->parameters[$name];
  3650. }
  3651. public function hasParameter(string $name): bool
  3652. {
  3653. if (isset($this->buildParameters[$name])) {
  3654. return true;
  3655. }
  3656. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3657. }
  3658. public function setParameter(string $name, $value): void
  3659. {
  3660. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3661. }
  3662. public function getParameterBag(): ParameterBagInterface
  3663. {
  3664. if (null === $this->parameterBag) {
  3665. $parameters = $this->parameters;
  3666. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3667. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3668. }
  3669. foreach ($this->buildParameters as $name => $value) {
  3670. $parameters[$name] = $value;
  3671. }
  3672. $this->parameterBag = new FrozenParameterBag($parameters);
  3673. }
  3674. return $this->parameterBag;
  3675. }
  3676. private $loadedDynamicParameters = [
  3677. 'kernel.runtime_environment' => false,
  3678. 'kernel.build_dir' => false,
  3679. 'kernel.cache_dir' => false,
  3680. 'kernel.secret' => false,
  3681. 'debug.container.dump' => false,
  3682. 'serializer.mapping.cache.file' => false,
  3683. 'validator.mapping.cache.file' => false,
  3684. 'profiler.storage.dsn' => false,
  3685. 'doctrine.orm.proxy_dir' => false,
  3686. 'lexik_jwt_authentication.pass_phrase' => false,
  3687. 'lexik_jwt_authentication.token_ttl' => false,
  3688. 'ewz_recaptcha.public_key' => false,
  3689. 'ewz_recaptcha.private_key' => false,
  3690. 'league.oauth2_server.encryption_key' => false,
  3691. ];
  3692. private $dynamicParameters = [];
  3693. private function getDynamicParameter(string $name)
  3694. {
  3695. switch ($name) {
  3696. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3697. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3698. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3699. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  3700. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3701. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3702. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3703. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3704. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3705. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  3706. case 'lexik_jwt_authentication.token_ttl': $value = $this->getEnv('JWT_TTL'); break;
  3707. case 'ewz_recaptcha.public_key': $value = $this->getEnv('RECAPTCHA_PUBLIC_KEY'); break;
  3708. case 'ewz_recaptcha.private_key': $value = $this->getEnv('RECAPTCHA_SECRET_KEY'); break;
  3709. case 'league.oauth2_server.encryption_key': $value = $this->getEnv('resolve:OAUTH_ENCRYPTION_KEY'); break;
  3710. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3711. }
  3712. $this->loadedDynamicParameters[$name] = true;
  3713. return $this->dynamicParameters[$name] = $value;
  3714. }
  3715. protected function getDefaultParameters(): array
  3716. {
  3717. return [
  3718. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3719. 'kernel.environment' => 'dev',
  3720. 'kernel.debug' => true,
  3721. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3722. 'kernel.bundles' => [
  3723. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3724. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3725. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3726. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3727. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3728. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3729. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3730. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3731. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3732. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3733. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3734. 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3735. 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  3736. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3737. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3738. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3739. 'PhpSpreadsheetBundle' => 'Yectep\\PhpSpreadsheetBundle\\PhpSpreadsheetBundle',
  3740. 'HtmlSanitizerBundle' => 'HtmlSanitizer\\Bundle\\HtmlSanitizerBundle',
  3741. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3742. 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  3743. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3744. 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  3745. 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  3746. 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  3747. 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  3748. 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  3749. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3750. 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  3751. ],
  3752. 'kernel.bundles_metadata' => [
  3753. 'FrameworkBundle' => [
  3754. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3755. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3756. ],
  3757. 'SensioFrameworkExtraBundle' => [
  3758. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3759. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3760. ],
  3761. 'TwigBundle' => [
  3762. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3763. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3764. ],
  3765. 'WebProfilerBundle' => [
  3766. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3767. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3768. ],
  3769. 'MonologBundle' => [
  3770. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3771. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3772. ],
  3773. 'DebugBundle' => [
  3774. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  3775. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3776. ],
  3777. 'MakerBundle' => [
  3778. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3779. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3780. ],
  3781. 'DoctrineBundle' => [
  3782. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3783. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3784. ],
  3785. 'DoctrineMigrationsBundle' => [
  3786. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3787. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3788. ],
  3789. 'SecurityBundle' => [
  3790. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3791. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3792. ],
  3793. 'TwigExtraBundle' => [
  3794. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  3795. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3796. ],
  3797. 'FOSJsRoutingBundle' => [
  3798. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3799. 'namespace' => 'FOS\\JsRoutingBundle',
  3800. ],
  3801. 'KnpGaufretteBundle' => [
  3802. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-gaufrette-bundle'),
  3803. 'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  3804. ],
  3805. 'KnpPaginatorBundle' => [
  3806. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  3807. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3808. ],
  3809. 'LiipImagineBundle' => [
  3810. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  3811. 'namespace' => 'Liip\\ImagineBundle',
  3812. ],
  3813. 'VichUploaderBundle' => [
  3814. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  3815. 'namespace' => 'Vich\\UploaderBundle',
  3816. ],
  3817. 'PhpSpreadsheetBundle' => [
  3818. 'path' => (\dirname(__DIR__, 4).'/vendor/yectep/phpspreadsheet-bundle/src'),
  3819. 'namespace' => 'Yectep\\PhpSpreadsheetBundle',
  3820. ],
  3821. 'HtmlSanitizerBundle' => [
  3822. 'path' => (\dirname(__DIR__, 4).'/vendor/tgalopin/html-sanitizer-bundle/src'),
  3823. 'namespace' => 'HtmlSanitizer\\Bundle',
  3824. ],
  3825. 'NelmioCorsBundle' => [
  3826. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  3827. 'namespace' => 'Nelmio\\CorsBundle',
  3828. ],
  3829. 'ApiPlatformBundle' => [
  3830. 'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  3831. 'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  3832. ],
  3833. 'LexikJWTAuthenticationBundle' => [
  3834. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  3835. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3836. ],
  3837. 'GesdinetJWTRefreshTokenBundle' => [
  3838. 'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3839. 'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3840. ],
  3841. 'EndroidQrCodeBundle' => [
  3842. 'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
  3843. 'namespace' => 'Endroid\\QrCodeBundle',
  3844. ],
  3845. 'HWIOAuthBundle' => [
  3846. 'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src'),
  3847. 'namespace' => 'HWI\\Bundle\\OAuthBundle',
  3848. ],
  3849. 'KnpUOAuth2ClientBundle' => [
  3850. 'path' => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  3851. 'namespace' => 'KnpU\\OAuth2ClientBundle',
  3852. ],
  3853. 'EWZRecaptchaBundle' => [
  3854. 'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  3855. 'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  3856. ],
  3857. 'WebpackEncoreBundle' => [
  3858. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  3859. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  3860. ],
  3861. 'LeagueOAuth2ServerBundle' => [
  3862. 'path' => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src'),
  3863. 'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  3864. ],
  3865. ],
  3866. 'kernel.charset' => 'UTF-8',
  3867. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  3868. 'locale' => 'en',
  3869. 'app_locales' => 'en',
  3870. 'website_name' => 'Letsgomino',
  3871. 'app.mail_smtp' => 'ssl0.ovh.net',
  3872. 'app.mail_port' => 465,
  3873. 'app.mail_username' => 'contact@letsgomino.com',
  3874. 'app.mail_password' => '3e8gjt2pXAWF47',
  3875. 'app.mail_from' => 'contact@letsgomino.com',
  3876. 'app.mail_from_title' => 'Letsgomino',
  3877. 'path_folder' => (\dirname(__DIR__, 4).'/'),
  3878. 'app.mail_to_contact' => 'hello@letsgominio.com',
  3879. 'app.mail_critical' => '',
  3880. 'env(REVENUECAT_API_KEY)' => '',
  3881. 'env(REVENUECAT_WEBHOOK_SECRET)' => '',
  3882. 'event_dispatcher.event_aliases' => [
  3883. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3884. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3885. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3886. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3887. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3888. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3889. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3890. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3891. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3892. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3893. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3894. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3895. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3896. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3897. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3898. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3899. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3900. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3901. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3902. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3903. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3904. ],
  3905. 'fragment.renderer.hinclude.global_template' => NULL,
  3906. 'fragment.path' => '/_fragment',
  3907. 'kernel.http_method_override' => true,
  3908. 'kernel.trusted_hosts' => [
  3909. ],
  3910. 'kernel.default_locale' => 'en',
  3911. 'kernel.enabled_locales' => [
  3912. ],
  3913. 'kernel.error_controller' => 'error_controller',
  3914. 'debug.file_link_format' => NULL,
  3915. 'asset.request_context.base_path' => NULL,
  3916. 'asset.request_context.secure' => NULL,
  3917. 'translator.logging' => false,
  3918. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  3919. 'debug.error_handler.throw_at' => -1,
  3920. 'router.request_context.host' => 'localhost',
  3921. 'router.request_context.scheme' => 'http',
  3922. 'router.request_context.base_url' => '',
  3923. 'router.resource' => 'kernel::loadRoutes',
  3924. 'request_listener.http_port' => 80,
  3925. 'request_listener.https_port' => 443,
  3926. 'session.metadata.storage_key' => '_sf2_meta',
  3927. 'session.storage.options' => [
  3928. 'cache_limiter' => '0',
  3929. 'cookie_secure' => 'auto',
  3930. 'cookie_httponly' => true,
  3931. 'cookie_samesite' => 'lax',
  3932. 'gc_probability' => 1,
  3933. ],
  3934. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  3935. 'session.metadata.update_threshold' => 0,
  3936. 'form.type_extension.csrf.enabled' => true,
  3937. 'form.type_extension.csrf.field_name' => '_token',
  3938. 'validator.translation_domain' => 'validators',
  3939. 'profiler_listener.only_exceptions' => false,
  3940. 'profiler_listener.only_main_requests' => false,
  3941. 'twig.form.resources' => [
  3942. 0 => '@VichUploader/Form/fields.html.twig',
  3943. 1 => 'form_div_layout.html.twig',
  3944. 2 => '@LiipImagine/Form/form_div_layout.html.twig',
  3945. 3 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  3946. ],
  3947. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3948. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3949. 'web_profiler.debug_toolbar.mode' => 2,
  3950. 'monolog.use_microseconds' => true,
  3951. 'monolog.swift_mailer.handlers' => [
  3952. ],
  3953. 'monolog.handlers_to_channels' => [
  3954. 'monolog.handler.console' => [
  3955. 'type' => 'exclusive',
  3956. 'elements' => [
  3957. 0 => 'event',
  3958. 1 => 'doctrine',
  3959. 2 => 'console',
  3960. ],
  3961. ],
  3962. 'monolog.handler.main' => [
  3963. 'type' => 'exclusive',
  3964. 'elements' => [
  3965. 0 => 'event',
  3966. ],
  3967. ],
  3968. ],
  3969. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3970. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3971. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3972. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3973. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3974. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3975. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3976. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3977. 'doctrine.entity_managers' => [
  3978. 'default' => 'doctrine.orm.default_entity_manager',
  3979. ],
  3980. 'doctrine.default_entity_manager' => 'default',
  3981. 'doctrine.dbal.connection_factory.types' => [
  3982. 'oauth2_grant' => [
  3983. 'class' => 'App\\Doctrine\\Type\\OAuth2GrantType',
  3984. ],
  3985. 'oauth2_redirect_uri' => [
  3986. 'class' => 'App\\Doctrine\\Type\\OAuth2RedirectUriType',
  3987. ],
  3988. 'oauth2_scope' => [
  3989. 'class' => 'App\\Doctrine\\Type\\OAuth2ScopeType',
  3990. ],
  3991. 'oauth2_client' => [
  3992. 'class' => 'App\\Doctrine\\Type\\OAuth2ClientType',
  3993. ],
  3994. ],
  3995. 'doctrine.connections' => [
  3996. 'default' => 'doctrine.dbal.default_connection',
  3997. ],
  3998. 'doctrine.default_connection' => 'default',
  3999. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4000. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4001. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4002. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4003. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4004. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4005. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4006. 'doctrine.orm.cache.memcache_port' => 11211,
  4007. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4008. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4009. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4010. 'doctrine.orm.cache.memcached_port' => 11211,
  4011. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4012. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4013. 'doctrine.orm.cache.redis_host' => 'localhost',
  4014. 'doctrine.orm.cache.redis_port' => 6379,
  4015. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4016. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4017. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4018. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4019. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4020. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4021. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4022. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4023. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4024. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4025. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4026. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4027. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4028. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4029. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4030. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4031. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4032. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4033. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4034. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4035. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4036. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4037. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4038. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4039. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4040. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4041. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4042. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4043. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4044. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4045. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4046. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4047. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4048. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4049. 'doctrine.migrations.preferred_em' => NULL,
  4050. 'doctrine.migrations.preferred_connection' => NULL,
  4051. 'security.role_hierarchy.roles' => [
  4052. ],
  4053. 'security.access.denied_url' => NULL,
  4054. 'security.authentication.manager.erase_credentials' => true,
  4055. 'security.authentication.session_strategy.strategy' => 'migrate',
  4056. 'security.access.always_authenticate_before_granting' => false,
  4057. 'security.authentication.hide_user_not_found' => true,
  4058. 'security.firewalls' => [
  4059. 0 => 'dev',
  4060. 1 => 'oauth_login',
  4061. 2 => 'authorize',
  4062. 3 => 'login',
  4063. 4 => 'api',
  4064. 5 => 'refresh',
  4065. 6 => 'oauth_refresh',
  4066. 7 => 'oauth_token',
  4067. 8 => 'main',
  4068. ],
  4069. 'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4070. 'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4071. 'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4072. 'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4073. 'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4074. 'fos_js_routing.request_context_base_url' => NULL,
  4075. 'fos_js_routing.cache_control' => [
  4076. 'public' => false,
  4077. 'maxage' => NULL,
  4078. 'smaxage' => NULL,
  4079. 'expires' => NULL,
  4080. 'vary' => [
  4081. ],
  4082. 'enabled' => true,
  4083. ],
  4084. 'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  4085. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4086. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4087. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4088. 'knp_paginator.page_range' => 5,
  4089. 'knp_paginator.page_limit' => NULL,
  4090. 'liip_imagine.resolvers' => [
  4091. 'default' => [
  4092. 'web_path' => [
  4093. 'web_root' => (\dirname(__DIR__, 4).'/public'),
  4094. 'cache_prefix' => '/media/cache',
  4095. ],
  4096. ],
  4097. ],
  4098. 'liip_imagine.loaders' => [
  4099. 'default' => [
  4100. 'filesystem' => [
  4101. 'data_root' => [
  4102. 0 => (\dirname(__DIR__, 4).'/public'),
  4103. ],
  4104. 'locator' => 'filesystem',
  4105. 'allow_unresolvable_data_roots' => false,
  4106. 'bundle_resources' => [
  4107. 'enabled' => false,
  4108. 'access_control_type' => 'blacklist',
  4109. 'access_control_list' => [
  4110. ],
  4111. ],
  4112. ],
  4113. ],
  4114. ],
  4115. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4116. 'liip_imagine.jpegoptim.stripAll' => true,
  4117. 'liip_imagine.jpegoptim.max' => NULL,
  4118. 'liip_imagine.jpegoptim.progressive' => true,
  4119. 'liip_imagine.jpegoptim.tempDir' => NULL,
  4120. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4121. 'liip_imagine.optipng.level' => 7,
  4122. 'liip_imagine.optipng.stripAll' => true,
  4123. 'liip_imagine.optipng.tempDir' => NULL,
  4124. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4125. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4126. 'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4127. 'liip_imagine.cache.resolver.default' => 'default',
  4128. 'liip_imagine.default_image' => NULL,
  4129. 'liip_imagine.filter_sets' => [
  4130. 'favicon_32' => [
  4131. 'quality' => 75,
  4132. 'jpeg_quality' => NULL,
  4133. 'png_compression_level' => NULL,
  4134. 'png_compression_filter' => NULL,
  4135. 'format' => NULL,
  4136. 'animated' => false,
  4137. 'cache' => 'default',
  4138. 'data_loader' => 'default',
  4139. 'default_image' => NULL,
  4140. 'filters' => [
  4141. 'thumbnail' => [
  4142. 'size' => [
  4143. 0 => 32,
  4144. 1 => 32,
  4145. ],
  4146. 'mode' => 'outbound',
  4147. ],
  4148. ],
  4149. 'post_processors' => [
  4150. ],
  4151. ],
  4152. 'favicon_57' => [
  4153. 'quality' => 75,
  4154. 'jpeg_quality' => NULL,
  4155. 'png_compression_level' => NULL,
  4156. 'png_compression_filter' => NULL,
  4157. 'format' => NULL,
  4158. 'animated' => false,
  4159. 'cache' => 'default',
  4160. 'data_loader' => 'default',
  4161. 'default_image' => NULL,
  4162. 'filters' => [
  4163. 'thumbnail' => [
  4164. 'size' => [
  4165. 0 => 57,
  4166. 1 => 57,
  4167. ],
  4168. 'mode' => 'outbound',
  4169. ],
  4170. ],
  4171. 'post_processors' => [
  4172. ],
  4173. ],
  4174. 'favicon_76' => [
  4175. 'quality' => 75,
  4176. 'jpeg_quality' => NULL,
  4177. 'png_compression_level' => NULL,
  4178. 'png_compression_filter' => NULL,
  4179. 'format' => NULL,
  4180. 'animated' => false,
  4181. 'cache' => 'default',
  4182. 'data_loader' => 'default',
  4183. 'default_image' => NULL,
  4184. 'filters' => [
  4185. 'thumbnail' => [
  4186. 'size' => [
  4187. 0 => 76,
  4188. 1 => 76,
  4189. ],
  4190. 'mode' => 'outbound',
  4191. ],
  4192. ],
  4193. 'post_processors' => [
  4194. ],
  4195. ],
  4196. 'favicon_96' => [
  4197. 'quality' => 75,
  4198. 'jpeg_quality' => NULL,
  4199. 'png_compression_level' => NULL,
  4200. 'png_compression_filter' => NULL,
  4201. 'format' => NULL,
  4202. 'animated' => false,
  4203. 'cache' => 'default',
  4204. 'data_loader' => 'default',
  4205. 'default_image' => NULL,
  4206. 'filters' => [
  4207. 'thumbnail' => [
  4208. 'size' => [
  4209. 0 => 96,
  4210. 1 => 96,
  4211. ],
  4212. 'mode' => 'outbound',
  4213. ],
  4214. ],
  4215. 'post_processors' => [
  4216. ],
  4217. ],
  4218. 'favicon_128' => [
  4219. 'quality' => 75,
  4220. 'jpeg_quality' => NULL,
  4221. 'png_compression_level' => NULL,
  4222. 'png_compression_filter' => NULL,
  4223. 'format' => NULL,
  4224. 'animated' => false,
  4225. 'cache' => 'default',
  4226. 'data_loader' => 'default',
  4227. 'default_image' => NULL,
  4228. 'filters' => [
  4229. 'thumbnail' => [
  4230. 'size' => [
  4231. 0 => 128,
  4232. 1 => 128,
  4233. ],
  4234. 'mode' => 'outbound',
  4235. ],
  4236. ],
  4237. 'post_processors' => [
  4238. ],
  4239. ],
  4240. 'favicon_228' => [
  4241. 'quality' => 75,
  4242. 'jpeg_quality' => NULL,
  4243. 'png_compression_level' => NULL,
  4244. 'png_compression_filter' => NULL,
  4245. 'format' => NULL,
  4246. 'animated' => false,
  4247. 'cache' => 'default',
  4248. 'data_loader' => 'default',
  4249. 'default_image' => NULL,
  4250. 'filters' => [
  4251. 'thumbnail' => [
  4252. 'size' => [
  4253. 0 => 228,
  4254. 1 => 228,
  4255. ],
  4256. 'mode' => 'outbound',
  4257. ],
  4258. ],
  4259. 'post_processors' => [
  4260. ],
  4261. ],
  4262. 'favicon_192' => [
  4263. 'quality' => 75,
  4264. 'jpeg_quality' => NULL,
  4265. 'png_compression_level' => NULL,
  4266. 'png_compression_filter' => NULL,
  4267. 'format' => NULL,
  4268. 'animated' => false,
  4269. 'cache' => 'default',
  4270. 'data_loader' => 'default',
  4271. 'default_image' => NULL,
  4272. 'filters' => [
  4273. 'thumbnail' => [
  4274. 'size' => [
  4275. 0 => 192,
  4276. 1 => 192,
  4277. ],
  4278. 'mode' => 'outbound',
  4279. ],
  4280. ],
  4281. 'post_processors' => [
  4282. ],
  4283. ],
  4284. 'favicon_196' => [
  4285. 'quality' => 75,
  4286. 'jpeg_quality' => NULL,
  4287. 'png_compression_level' => NULL,
  4288. 'png_compression_filter' => NULL,
  4289. 'format' => NULL,
  4290. 'animated' => false,
  4291. 'cache' => 'default',
  4292. 'data_loader' => 'default',
  4293. 'default_image' => NULL,
  4294. 'filters' => [
  4295. 'thumbnail' => [
  4296. 'size' => [
  4297. 0 => 196,
  4298. 1 => 196,
  4299. ],
  4300. 'mode' => 'outbound',
  4301. ],
  4302. ],
  4303. 'post_processors' => [
  4304. ],
  4305. ],
  4306. 'favicon_72' => [
  4307. 'quality' => 75,
  4308. 'jpeg_quality' => NULL,
  4309. 'png_compression_level' => NULL,
  4310. 'png_compression_filter' => NULL,
  4311. 'format' => NULL,
  4312. 'animated' => false,
  4313. 'cache' => 'default',
  4314. 'data_loader' => 'default',
  4315. 'default_image' => NULL,
  4316. 'filters' => [
  4317. 'thumbnail' => [
  4318. 'size' => [
  4319. 0 => 72,
  4320. 1 => 72,
  4321. ],
  4322. 'mode' => 'outbound',
  4323. ],
  4324. ],
  4325. 'post_processors' => [
  4326. ],
  4327. ],
  4328. 'favicon_114' => [
  4329. 'quality' => 75,
  4330. 'jpeg_quality' => NULL,
  4331. 'png_compression_level' => NULL,
  4332. 'png_compression_filter' => NULL,
  4333. 'format' => NULL,
  4334. 'animated' => false,
  4335. 'cache' => 'default',
  4336. 'data_loader' => 'default',
  4337. 'default_image' => NULL,
  4338. 'filters' => [
  4339. 'thumbnail' => [
  4340. 'size' => [
  4341. 0 => 114,
  4342. 1 => 114,
  4343. ],
  4344. 'mode' => 'outbound',
  4345. ],
  4346. ],
  4347. 'post_processors' => [
  4348. ],
  4349. ],
  4350. 'favicon_120' => [
  4351. 'quality' => 75,
  4352. 'jpeg_quality' => NULL,
  4353. 'png_compression_level' => NULL,
  4354. 'png_compression_filter' => NULL,
  4355. 'format' => NULL,
  4356. 'animated' => false,
  4357. 'cache' => 'default',
  4358. 'data_loader' => 'default',
  4359. 'default_image' => NULL,
  4360. 'filters' => [
  4361. 'thumbnail' => [
  4362. 'size' => [
  4363. 0 => 120,
  4364. 1 => 120,
  4365. ],
  4366. 'mode' => 'outbound',
  4367. ],
  4368. ],
  4369. 'post_processors' => [
  4370. ],
  4371. ],
  4372. 'favicon_144' => [
  4373. 'quality' => 75,
  4374. 'jpeg_quality' => NULL,
  4375. 'png_compression_level' => NULL,
  4376. 'png_compression_filter' => NULL,
  4377. 'format' => NULL,
  4378. 'animated' => false,
  4379. 'cache' => 'default',
  4380. 'data_loader' => 'default',
  4381. 'default_image' => NULL,
  4382. 'filters' => [
  4383. 'thumbnail' => [
  4384. 'size' => [
  4385. 0 => 144,
  4386. 1 => 144,
  4387. ],
  4388. 'mode' => 'outbound',
  4389. ],
  4390. ],
  4391. 'post_processors' => [
  4392. ],
  4393. ],
  4394. 'favicon_152' => [
  4395. 'quality' => 75,
  4396. 'jpeg_quality' => NULL,
  4397. 'png_compression_level' => NULL,
  4398. 'png_compression_filter' => NULL,
  4399. 'format' => NULL,
  4400. 'animated' => false,
  4401. 'cache' => 'default',
  4402. 'data_loader' => 'default',
  4403. 'default_image' => NULL,
  4404. 'filters' => [
  4405. 'thumbnail' => [
  4406. 'size' => [
  4407. 0 => 152,
  4408. 1 => 152,
  4409. ],
  4410. 'mode' => 'outbound',
  4411. ],
  4412. ],
  4413. 'post_processors' => [
  4414. ],
  4415. ],
  4416. 'favicon_180' => [
  4417. 'quality' => 75,
  4418. 'jpeg_quality' => NULL,
  4419. 'png_compression_level' => NULL,
  4420. 'png_compression_filter' => NULL,
  4421. 'format' => NULL,
  4422. 'animated' => false,
  4423. 'cache' => 'default',
  4424. 'data_loader' => 'default',
  4425. 'default_image' => NULL,
  4426. 'filters' => [
  4427. 'thumbnail' => [
  4428. 'size' => [
  4429. 0 => 180,
  4430. 1 => 180,
  4431. ],
  4432. 'mode' => 'outbound',
  4433. ],
  4434. ],
  4435. 'post_processors' => [
  4436. ],
  4437. ],
  4438. 'avatar_30' => [
  4439. 'quality' => 75,
  4440. 'jpeg_quality' => NULL,
  4441. 'png_compression_level' => NULL,
  4442. 'png_compression_filter' => NULL,
  4443. 'format' => NULL,
  4444. 'animated' => false,
  4445. 'cache' => 'default',
  4446. 'data_loader' => 'default',
  4447. 'default_image' => NULL,
  4448. 'filters' => [
  4449. 'thumbnail' => [
  4450. 'size' => [
  4451. 0 => 30,
  4452. 1 => 30,
  4453. ],
  4454. 'mode' => 'outbound',
  4455. ],
  4456. ],
  4457. 'post_processors' => [
  4458. ],
  4459. ],
  4460. 'articles_preview' => [
  4461. 'quality' => 75,
  4462. 'jpeg_quality' => NULL,
  4463. 'png_compression_level' => NULL,
  4464. 'png_compression_filter' => NULL,
  4465. 'format' => NULL,
  4466. 'animated' => false,
  4467. 'cache' => 'default',
  4468. 'data_loader' => 'default',
  4469. 'default_image' => NULL,
  4470. 'filters' => [
  4471. 'thumbnail' => [
  4472. 'size' => [
  4473. 0 => 740,
  4474. 1 => 440,
  4475. ],
  4476. 'mode' => 'outbound',
  4477. ],
  4478. ],
  4479. 'post_processors' => [
  4480. ],
  4481. ],
  4482. 'articles_preview2' => [
  4483. 'quality' => 75,
  4484. 'jpeg_quality' => NULL,
  4485. 'png_compression_level' => NULL,
  4486. 'png_compression_filter' => NULL,
  4487. 'format' => NULL,
  4488. 'animated' => false,
  4489. 'cache' => 'default',
  4490. 'data_loader' => 'default',
  4491. 'default_image' => NULL,
  4492. 'filters' => [
  4493. 'thumbnail' => [
  4494. 'size' => [
  4495. 0 => 374,
  4496. 1 => 220,
  4497. ],
  4498. 'mode' => 'outbound',
  4499. ],
  4500. ],
  4501. 'post_processors' => [
  4502. ],
  4503. ],
  4504. 'articles_preview3' => [
  4505. 'quality' => 75,
  4506. 'jpeg_quality' => NULL,
  4507. 'png_compression_level' => NULL,
  4508. 'png_compression_filter' => NULL,
  4509. 'format' => NULL,
  4510. 'animated' => false,
  4511. 'cache' => 'default',
  4512. 'data_loader' => 'default',
  4513. 'default_image' => NULL,
  4514. 'filters' => [
  4515. 'thumbnail' => [
  4516. 'size' => [
  4517. 0 => 800,
  4518. 1 => 533,
  4519. ],
  4520. 'mode' => 'outbound',
  4521. ],
  4522. ],
  4523. 'post_processors' => [
  4524. ],
  4525. ],
  4526. 'articles_preview4' => [
  4527. 'quality' => 75,
  4528. 'jpeg_quality' => NULL,
  4529. 'png_compression_level' => NULL,
  4530. 'png_compression_filter' => NULL,
  4531. 'format' => NULL,
  4532. 'animated' => false,
  4533. 'cache' => 'default',
  4534. 'data_loader' => 'default',
  4535. 'default_image' => NULL,
  4536. 'filters' => [
  4537. 'thumbnail' => [
  4538. 'size' => [
  4539. 0 => 396,
  4540. 1 => 396,
  4541. ],
  4542. 'mode' => 'outbound',
  4543. ],
  4544. ],
  4545. 'post_processors' => [
  4546. ],
  4547. ],
  4548. 'articles_preview5' => [
  4549. 'quality' => 75,
  4550. 'jpeg_quality' => NULL,
  4551. 'png_compression_level' => NULL,
  4552. 'png_compression_filter' => NULL,
  4553. 'format' => NULL,
  4554. 'animated' => false,
  4555. 'cache' => 'default',
  4556. 'data_loader' => 'default',
  4557. 'default_image' => NULL,
  4558. 'filters' => [
  4559. 'thumbnail' => [
  4560. 'size' => [
  4561. 0 => 800,
  4562. 1 => 800,
  4563. ],
  4564. 'mode' => 'outbound',
  4565. ],
  4566. ],
  4567. 'post_processors' => [
  4568. ],
  4569. ],
  4570. ],
  4571. 'liip_imagine.binary.loader.default' => 'default',
  4572. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4573. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4574. 'liip_imagine.webp.generate' => false,
  4575. 'liip_imagine.webp.options' => [
  4576. 'quality' => 100,
  4577. 'cache' => NULL,
  4578. 'data_loader' => NULL,
  4579. 'post_processors' => [
  4580. ],
  4581. ],
  4582. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  4583. 'vich_uploader.mappings' => [
  4584. 'articles_files' => [
  4585. 'uri_prefix' => '/uploads/articles',
  4586. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/articles'),
  4587. 'namer' => [
  4588. 'service' => 'vich_uploader.namer_uniqid.articles_files',
  4589. 'options' => [
  4590. ],
  4591. ],
  4592. 'directory_namer' => [
  4593. 'service' => NULL,
  4594. 'options' => NULL,
  4595. ],
  4596. 'delete_on_remove' => true,
  4597. 'delete_on_update' => true,
  4598. 'inject_on_load' => false,
  4599. 'db_driver' => 'orm',
  4600. ],
  4601. 'cvs_files' => [
  4602. 'uri_prefix' => '/files/cvs',
  4603. 'upload_destination' => (\dirname(__DIR__, 4).'/files/cvs/'),
  4604. 'namer' => [
  4605. 'service' => 'vich_uploader.namer_uniqid.cvs_files',
  4606. 'options' => [
  4607. ],
  4608. ],
  4609. 'directory_namer' => [
  4610. 'service' => NULL,
  4611. 'options' => NULL,
  4612. ],
  4613. 'delete_on_remove' => true,
  4614. 'delete_on_update' => true,
  4615. 'inject_on_load' => false,
  4616. 'db_driver' => 'orm',
  4617. ],
  4618. 'authors_files' => [
  4619. 'uri_prefix' => '/uploads/authors',
  4620. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/authors'),
  4621. 'namer' => [
  4622. 'service' => 'vich_uploader.namer_uniqid.authors_files',
  4623. 'options' => [
  4624. ],
  4625. ],
  4626. 'directory_namer' => [
  4627. 'service' => NULL,
  4628. 'options' => NULL,
  4629. ],
  4630. 'delete_on_remove' => true,
  4631. 'delete_on_update' => true,
  4632. 'inject_on_load' => false,
  4633. 'db_driver' => 'orm',
  4634. ],
  4635. 'pages_files' => [
  4636. 'uri_prefix' => '/uploads/pages',
  4637. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/pages'),
  4638. 'namer' => [
  4639. 'service' => 'vich_uploader.namer_uniqid.pages_files',
  4640. 'options' => [
  4641. ],
  4642. ],
  4643. 'directory_namer' => [
  4644. 'service' => NULL,
  4645. 'options' => NULL,
  4646. ],
  4647. 'delete_on_remove' => true,
  4648. 'delete_on_update' => true,
  4649. 'inject_on_load' => false,
  4650. 'db_driver' => 'orm',
  4651. ],
  4652. 'agencies_files' => [
  4653. 'uri_prefix' => '/uploads/agencies',
  4654. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/agencies'),
  4655. 'namer' => [
  4656. 'service' => 'vich_uploader.namer_uniqid.agencies_files',
  4657. 'options' => [
  4658. ],
  4659. ],
  4660. 'directory_namer' => [
  4661. 'service' => NULL,
  4662. 'options' => NULL,
  4663. ],
  4664. 'delete_on_remove' => true,
  4665. 'delete_on_update' => true,
  4666. 'inject_on_load' => false,
  4667. 'db_driver' => 'orm',
  4668. ],
  4669. 'press_files' => [
  4670. 'uri_prefix' => '/uploads/press',
  4671. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/press'),
  4672. 'namer' => [
  4673. 'service' => 'vich_uploader.namer_uniqid.press_files',
  4674. 'options' => [
  4675. ],
  4676. ],
  4677. 'directory_namer' => [
  4678. 'service' => NULL,
  4679. 'options' => NULL,
  4680. ],
  4681. 'delete_on_remove' => true,
  4682. 'delete_on_update' => true,
  4683. 'inject_on_load' => false,
  4684. 'db_driver' => 'orm',
  4685. ],
  4686. 'avatars_files' => [
  4687. 'uri_prefix' => '/uploads/avatars',
  4688. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/avatars'),
  4689. 'namer' => [
  4690. 'service' => 'vich_uploader.namer_uniqid.avatars_files',
  4691. 'options' => [
  4692. ],
  4693. ],
  4694. 'directory_namer' => [
  4695. 'service' => NULL,
  4696. 'options' => NULL,
  4697. ],
  4698. 'delete_on_remove' => true,
  4699. 'delete_on_update' => true,
  4700. 'inject_on_load' => false,
  4701. 'db_driver' => 'orm',
  4702. ],
  4703. 'uploads_files' => [
  4704. 'uri_prefix' => '/ups',
  4705. 'upload_destination' => (\dirname(__DIR__, 4).'/public/ups/'),
  4706. 'namer' => [
  4707. 'service' => 'vich_uploader.namer_uniqid.uploads_files',
  4708. 'options' => [
  4709. ],
  4710. ],
  4711. 'directory_namer' => [
  4712. 'service' => NULL,
  4713. 'options' => NULL,
  4714. ],
  4715. 'delete_on_remove' => true,
  4716. 'delete_on_update' => true,
  4717. 'inject_on_load' => false,
  4718. 'db_driver' => 'orm',
  4719. ],
  4720. 'candidates_files' => [
  4721. 'uri_prefix' => '/files/candidates',
  4722. 'upload_destination' => (\dirname(__DIR__, 4).'/files/candidates/'),
  4723. 'namer' => [
  4724. 'service' => 'vich_uploader.namer_uniqid.candidates_files',
  4725. 'options' => [
  4726. ],
  4727. ],
  4728. 'directory_namer' => [
  4729. 'service' => NULL,
  4730. 'options' => NULL,
  4731. ],
  4732. 'delete_on_remove' => true,
  4733. 'delete_on_update' => true,
  4734. 'inject_on_load' => false,
  4735. 'db_driver' => 'orm',
  4736. ],
  4737. ],
  4738. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4739. 'phpofficebundle_spreadsheet_class' => 'Yectep\\PhpSpreadsheetBundle\\Factory',
  4740. 'nelmio_cors.map' => [
  4741. '^/' => [
  4742. ],
  4743. ],
  4744. 'nelmio_cors.defaults' => [
  4745. 'allow_origin' => true,
  4746. 'allow_credentials' => false,
  4747. 'allow_headers' => [
  4748. 0 => 'content-type',
  4749. 1 => 'authorization',
  4750. ],
  4751. 'allow_private_network' => false,
  4752. 'expose_headers' => [
  4753. 0 => 'Link',
  4754. ],
  4755. 'allow_methods' => [
  4756. 0 => 'GET',
  4757. 1 => 'OPTIONS',
  4758. 2 => 'POST',
  4759. 3 => 'PUT',
  4760. 4 => 'PATCH',
  4761. 5 => 'DELETE',
  4762. ],
  4763. 'max_age' => 3600,
  4764. 'hosts' => [
  4765. ],
  4766. 'origin_regex' => true,
  4767. 'skip_same_as_origin' => true,
  4768. 'forced_allow_origin_value' => NULL,
  4769. ],
  4770. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4771. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4772. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4773. 'api_platform.enable_entrypoint' => true,
  4774. 'api_platform.enable_docs' => true,
  4775. 'api_platform.title' => 'API',
  4776. 'api_platform.description' => '',
  4777. 'api_platform.version' => '1.0.0',
  4778. 'api_platform.show_webby' => true,
  4779. 'api_platform.url_generation_strategy' => 1,
  4780. 'api_platform.exception_to_status' => [
  4781. 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4782. 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  4783. 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  4784. 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4785. ],
  4786. 'api_platform.formats' => [
  4787. 'jsonld' => [
  4788. 0 => 'application/ld+json',
  4789. ],
  4790. 'jsonhal' => [
  4791. 0 => 'application/hal+json',
  4792. ],
  4793. 'jsonapi' => [
  4794. 0 => 'application/vnd.api+json',
  4795. ],
  4796. 'json' => [
  4797. 0 => 'application/json',
  4798. ],
  4799. 'xml' => [
  4800. 0 => 'application/xml',
  4801. 1 => 'text/xml',
  4802. ],
  4803. 'yaml' => [
  4804. 0 => 'application/x-yaml',
  4805. ],
  4806. 'csv' => [
  4807. 0 => 'text/csv',
  4808. ],
  4809. 'html' => [
  4810. 0 => 'text/html',
  4811. ],
  4812. 'image' => [
  4813. 0 => 'image/*',
  4814. ],
  4815. 'multipart' => [
  4816. 0 => 'multipart/form-data',
  4817. ],
  4818. ],
  4819. 'api_platform.patch_formats' => [
  4820. 'json' => [
  4821. 0 => 'application/merge-patch+json',
  4822. ],
  4823. 'jsonapi' => [
  4824. 0 => 'application/vnd.api+json',
  4825. ],
  4826. 'multipart' => [
  4827. 0 => 'multipart/form-data',
  4828. ],
  4829. ],
  4830. 'api_platform.error_formats' => [
  4831. 'jsonproblem' => [
  4832. 0 => 'application/problem+json',
  4833. ],
  4834. 'jsonld' => [
  4835. 0 => 'application/ld+json',
  4836. ],
  4837. ],
  4838. 'api_platform.allow_plain_identifiers' => false,
  4839. 'api_platform.eager_loading.enabled' => true,
  4840. 'api_platform.eager_loading.max_joins' => 30,
  4841. 'api_platform.eager_loading.fetch_partial' => false,
  4842. 'api_platform.eager_loading.force_eager' => true,
  4843. 'api_platform.collection.exists_parameter_name' => 'exists',
  4844. 'api_platform.collection.order' => 'ASC',
  4845. 'api_platform.collection.order_parameter_name' => 'order',
  4846. 'api_platform.collection.pagination.enabled' => true,
  4847. 'api_platform.collection.pagination.partial' => false,
  4848. 'api_platform.collection.pagination.client_enabled' => false,
  4849. 'api_platform.collection.pagination.client_items_per_page' => false,
  4850. 'api_platform.collection.pagination.client_partial' => false,
  4851. 'api_platform.collection.pagination.items_per_page' => 30,
  4852. 'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4853. 'api_platform.collection.pagination.page_parameter_name' => 'page',
  4854. 'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4855. 'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  4856. 'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4857. 'api_platform.collection.pagination' => [
  4858. 'enabled' => true,
  4859. 'partial' => false,
  4860. 'client_enabled' => false,
  4861. 'client_items_per_page' => false,
  4862. 'client_partial' => false,
  4863. 'items_per_page' => 30,
  4864. 'maximum_items_per_page' => NULL,
  4865. 'page_parameter_name' => 'page',
  4866. 'enabled_parameter_name' => 'pagination',
  4867. 'items_per_page_parameter_name' => 'itemsPerPage',
  4868. 'partial_parameter_name' => 'partial',
  4869. ],
  4870. 'api_platform.http_cache.etag' => true,
  4871. 'api_platform.http_cache.max_age' => NULL,
  4872. 'api_platform.http_cache.shared_max_age' => NULL,
  4873. 'api_platform.http_cache.vary' => [
  4874. 0 => 'Accept',
  4875. ],
  4876. 'api_platform.http_cache.public' => NULL,
  4877. 'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4878. 'api_platform.asset_package' => NULL,
  4879. 'api_platform.defaults' => [
  4880. 'attributes' => [
  4881. ],
  4882. ],
  4883. 'api_platform.resource_class_directories' => [
  4884. 0 => (\dirname(__DIR__, 4).'/src/Entity'),
  4885. 1 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  4886. 2 => (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity'),
  4887. ],
  4888. 'api_platform.oauth.enabled' => false,
  4889. 'api_platform.oauth.clientId' => '',
  4890. 'api_platform.oauth.clientSecret' => '',
  4891. 'api_platform.oauth.type' => 'oauth2',
  4892. 'api_platform.oauth.flow' => 'application',
  4893. 'api_platform.oauth.tokenUrl' => '',
  4894. 'api_platform.oauth.authorizationUrl' => '',
  4895. 'api_platform.oauth.refreshUrl' => '',
  4896. 'api_platform.oauth.scopes' => [
  4897. ],
  4898. 'api_platform.openapi.termsOfService' => NULL,
  4899. 'api_platform.openapi.contact.name' => NULL,
  4900. 'api_platform.openapi.contact.url' => NULL,
  4901. 'api_platform.openapi.contact.email' => NULL,
  4902. 'api_platform.openapi.license.name' => NULL,
  4903. 'api_platform.openapi.license.url' => NULL,
  4904. 'api_platform.swagger.versions' => [
  4905. 0 => 3,
  4906. ],
  4907. 'api_platform.enable_swagger_ui' => true,
  4908. 'api_platform.enable_re_doc' => true,
  4909. 'api_platform.swagger.api_keys' => [
  4910. 'apiKey' => [
  4911. 'name' => 'Authorization',
  4912. 'type' => 'header',
  4913. ],
  4914. ],
  4915. 'api_platform.graphql.enabled' => true,
  4916. 'api_platform.graphql.graphiql.enabled' => true,
  4917. 'api_platform.graphql.graphql_playground.enabled' => false,
  4918. 'api_platform.graphql.collection.pagination' => [
  4919. 'enabled' => true,
  4920. ],
  4921. 'api_platform.graphql.default_ide' => 'graphiql',
  4922. 'api_platform.graphql.nesting_separator' => '_',
  4923. 'api_platform.validator.serialize_payload_fields' => [
  4924. ],
  4925. 'api_platform.elasticsearch.enabled' => false,
  4926. 'lexik_jwt_authentication.clock_skew' => 0,
  4927. 'lexik_jwt_authentication.user_identity_field' => 'username',
  4928. 'lexik_jwt_authentication.allow_no_expiration' => false,
  4929. 'lexik_jwt_authentication.user_id_claim' => 'username',
  4930. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4931. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4932. 'gesdinet_jwt_refresh_token.ttl' => 2592000,
  4933. 'gesdinet_jwt_refresh_token.ttl_update' => false,
  4934. 'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  4935. 'gesdinet_jwt_refresh_token.user_provider' => 'app_user_provider',
  4936. 'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  4937. 'gesdinet_jwt_refresh_token.single_use' => false,
  4938. 'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  4939. 'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  4940. 'gesdinet_jwt_refresh_token.cookie' => [
  4941. 'enabled' => false,
  4942. 'same_site' => 'lax',
  4943. 'path' => '/',
  4944. 'domain' => NULL,
  4945. 'http_only' => true,
  4946. 'secure' => true,
  4947. 'partitioned' => false,
  4948. 'remove_token_from_body' => true,
  4949. ],
  4950. 'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  4951. 'gesdinet_jwt_refresh_token.return_expiration' => false,
  4952. 'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  4953. 'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\Core\\RefreshToken',
  4954. 'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  4955. 'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  4956. 'hwi_oauth.target_path_parameter' => NULL,
  4957. 'hwi_oauth.target_path_domains_whitelist' => [
  4958. ],
  4959. 'hwi_oauth.use_referer' => false,
  4960. 'hwi_oauth.failed_use_referer' => false,
  4961. 'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  4962. 'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  4963. 'hwi_oauth.resource_owners' => [
  4964. 'google' => 'google',
  4965. 'facebook' => 'facebook',
  4966. ],
  4967. 'hwi_oauth.connect' => false,
  4968. 'hwi_oauth.connect.confirmation' => false,
  4969. 'hwi_oauth.connect.registration_form' => NULL,
  4970. 'ewz_recaptcha.locale_key' => 'en',
  4971. 'ewz_recaptcha.enabled' => true,
  4972. 'ewz_recaptcha.verify_host' => false,
  4973. 'ewz_recaptcha.ajax' => false,
  4974. 'ewz_recaptcha.api_host' => 'www.google.com',
  4975. 'ewz_recaptcha.locale_from_request' => false,
  4976. 'ewz_recaptcha.version' => 2,
  4977. 'ewz_recaptcha.hide_badge' => false,
  4978. 'ewz_recaptcha.score_threshold' => 0.5,
  4979. 'ewz_recaptcha.timeout' => NULL,
  4980. 'ewz_recaptcha.trusted_roles' => [
  4981. ],
  4982. 'ewz_recaptcha.http_proxy' => [
  4983. 'host' => NULL,
  4984. 'port' => NULL,
  4985. 'auth' => NULL,
  4986. ],
  4987. 'ewz_recaptcha.service_definition' => [
  4988. ],
  4989. 'league.oauth2_server.persistence.doctrine.enabled' => true,
  4990. 'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4991. 'league.oauth2_server.encryption_key.type' => 'plain',
  4992. 'league.oauth2_server.scopes.default' => [
  4993. 0 => 'email',
  4994. ],
  4995. 'data_collector.templates' => [
  4996. 'data_collector.request' => [
  4997. 0 => 'request',
  4998. 1 => '@WebProfiler/Collector/request.html.twig',
  4999. ],
  5000. 'api_platform.data_collector.request' => [
  5001. 0 => 'api_platform.data_collector.request',
  5002. 1 => '@ApiPlatform/DataCollector/request.html.twig',
  5003. ],
  5004. 'data_collector.time' => [
  5005. 0 => 'time',
  5006. 1 => '@WebProfiler/Collector/time.html.twig',
  5007. ],
  5008. 'data_collector.memory' => [
  5009. 0 => 'memory',
  5010. 1 => '@WebProfiler/Collector/memory.html.twig',
  5011. ],
  5012. 'data_collector.validator' => [
  5013. 0 => 'validator',
  5014. 1 => '@WebProfiler/Collector/validator.html.twig',
  5015. ],
  5016. 'data_collector.ajax' => [
  5017. 0 => 'ajax',
  5018. 1 => '@WebProfiler/Collector/ajax.html.twig',
  5019. ],
  5020. 'data_collector.form' => [
  5021. 0 => 'form',
  5022. 1 => '@WebProfiler/Collector/form.html.twig',
  5023. ],
  5024. 'data_collector.exception' => [
  5025. 0 => 'exception',
  5026. 1 => '@WebProfiler/Collector/exception.html.twig',
  5027. ],
  5028. 'data_collector.logger' => [
  5029. 0 => 'logger',
  5030. 1 => '@WebProfiler/Collector/logger.html.twig',
  5031. ],
  5032. 'data_collector.events' => [
  5033. 0 => 'events',
  5034. 1 => '@WebProfiler/Collector/events.html.twig',
  5035. ],
  5036. 'data_collector.router' => [
  5037. 0 => 'router',
  5038. 1 => '@WebProfiler/Collector/router.html.twig',
  5039. ],
  5040. 'data_collector.cache' => [
  5041. 0 => 'cache',
  5042. 1 => '@WebProfiler/Collector/cache.html.twig',
  5043. ],
  5044. 'data_collector.translation' => [
  5045. 0 => 'translation',
  5046. 1 => '@WebProfiler/Collector/translation.html.twig',
  5047. ],
  5048. 'data_collector.security' => [
  5049. 0 => 'security',
  5050. 1 => '@Security/Collector/security.html.twig',
  5051. ],
  5052. 'data_collector.twig' => [
  5053. 0 => 'twig',
  5054. 1 => '@WebProfiler/Collector/twig.html.twig',
  5055. ],
  5056. 'data_collector.http_client' => [
  5057. 0 => 'http_client',
  5058. 1 => '@WebProfiler/Collector/http_client.html.twig',
  5059. ],
  5060. 'data_collector.doctrine' => [
  5061. 0 => 'db',
  5062. 1 => '@Doctrine/Collector/db.html.twig',
  5063. ],
  5064. 'data_collector.dump' => [
  5065. 0 => 'dump',
  5066. 1 => '@Debug/Profiler/dump.html.twig',
  5067. ],
  5068. 'data_collector.messenger' => [
  5069. 0 => 'messenger',
  5070. 1 => '@WebProfiler/Collector/messenger.html.twig',
  5071. ],
  5072. 'mailer.data_collector' => [
  5073. 0 => 'mailer',
  5074. 1 => '@WebProfiler/Collector/mailer.html.twig',
  5075. ],
  5076. 'notifier.data_collector' => [
  5077. 0 => 'notifier',
  5078. 1 => '@WebProfiler/Collector/notifier.html.twig',
  5079. ],
  5080. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5081. 0 => 'vich_uploader.mapping_collector',
  5082. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  5083. ],
  5084. 'data_collector.config' => [
  5085. 0 => 'config',
  5086. 1 => '@WebProfiler/Collector/config.html.twig',
  5087. ],
  5088. ],
  5089. 'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  5090. 'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  5091. 'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  5092. 'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  5093. 'hwi_oauth.resource_owner.telegram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TelegramResourceOwner',
  5094. 'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  5095. 'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  5096. 'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  5097. 'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  5098. 'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  5099. 'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  5100. 'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  5101. 'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  5102. 'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  5103. 'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  5104. 'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  5105. 'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  5106. 'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  5107. 'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  5108. 'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  5109. 'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  5110. 'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  5111. 'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  5112. 'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  5113. 'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  5114. 'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  5115. 'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  5116. 'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  5117. 'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  5118. 'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  5119. 'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  5120. 'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  5121. 'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  5122. 'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  5123. 'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  5124. 'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  5125. 'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  5126. 'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  5127. 'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  5128. 'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  5129. 'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  5130. 'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  5131. 'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  5132. 'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  5133. 'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  5134. 'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  5135. 'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  5136. 'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  5137. 'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  5138. 'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  5139. 'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  5140. 'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  5141. 'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  5142. 'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  5143. 'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  5144. 'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  5145. 'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  5146. 'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  5147. 'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  5148. 'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  5149. 'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  5150. 'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  5151. 'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  5152. 'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  5153. 'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  5154. 'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  5155. 'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  5156. 'console.command.ids' => [
  5157. 0 => 'console.command.public_alias.App\\Command\\ArticlesCommand',
  5158. 1 => 'console.command.public_alias.App\\Command\\Mailing\\StacksCommand',
  5159. ],
  5160. ];
  5161. }
  5162. protected function throw($message)
  5163. {
  5164. throw new RuntimeException($message);
  5165. }
  5166. }