var/cache/dev/ContainerFih6O1s/App_KernelDevDebugContainer.php line 961

Open in your IDE?
  1. <?php
  2. namespace ContainerFih6O1s;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37. '.container.private.twig' => 'get_Container_Private_TwigService',
  38. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39. 'cache.app' => 'getCache_AppService',
  40. 'cache.system' => 'getCache_SystemService',
  41. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42. 'data_collector.dump' => 'getDataCollector_DumpService',
  43. 'doctrine' => 'getDoctrineService',
  44. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46. 'event_dispatcher' => 'getEventDispatcherService',
  47. 'http_kernel' => 'getHttpKernelService',
  48. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  49. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  50. 'request_stack' => 'getRequestStackService',
  51. 'router' => 'getRouterService',
  52. 'translator' => 'getTranslatorService',
  53. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54. 'cache_clearer' => 'getCacheClearerService',
  55. 'filesystem' => 'getFilesystemService',
  56. 'serializer' => 'getSerializerService',
  57. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58. 'form.factory' => 'getForm_FactoryService',
  59. 'form.type.file' => 'getForm_Type_FileService',
  60. 'profiler' => 'getProfilerService',
  61. 'twig' => 'getTwigService',
  62. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63. 'security.token_storage' => 'getSecurity_TokenStorageService',
  64. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65. 'session' => 'getSessionService',
  66. 'validator' => 'getValidatorService',
  67. ];
  68. $this->fileMap = [
  69. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  74. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75. '.container.private.session' => 'get_Container_Private_SessionService',
  76. 'App\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  77. 'App\\Controller\\Api\\BankingController' => 'getBankingControllerService',
  78. 'App\\Controller\\Api\\ComplaintController' => 'getComplaintControllerService',
  79. 'App\\Controller\\Api\\ConsultantController' => 'getConsultantControllerService',
  80. 'App\\Controller\\Api\\ContractController' => 'getContractControllerService',
  81. 'App\\Controller\\Api\\DashboardController' => 'getDashboardControllerService',
  82. 'App\\Controller\\Api\\DeliveryController' => 'getDeliveryControllerService',
  83. 'App\\Controller\\Api\\HomeController' => 'getHomeControllerService',
  84. 'App\\Controller\\Api\\InsuranceCompanyController' => 'getInsuranceCompanyControllerService',
  85. 'App\\Controller\\Api\\InsuranceController' => 'getInsuranceControllerService',
  86. 'App\\Controller\\Api\\NotificationController' => 'getNotificationControllerService',
  87. 'App\\Controller\\Api\\PaymentController' => 'getPaymentControllerService',
  88. 'App\\Controller\\Api\\ProfileController' => 'getProfileControllerService',
  89. 'App\\Controller\\Api\\ResetPassword' => 'getResetPasswordService',
  90. 'App\\Controller\\Api\\ResignationLetterController' => 'getResignationLetterControllerService',
  91. 'App\\Controller\\Api\\TimesheetController' => 'getTimesheetControllerService',
  92. 'App\\Controller\\Api\\UserController' => 'getUserControllerService',
  93. 'App\\Controller\\Api\\dataWarehouse\\ContractController' => 'getContractController2Service',
  94. 'App\\Controller\\Api\\dataWarehouse\\GetClientByFiltersController' => 'getGetClientByFiltersControllerService',
  95. 'App\\Controller\\Api\\dataWarehouse\\GetComapnyByFiltersController' => 'getGetComapnyByFiltersControllerService',
  96. 'App\\Controller\\Api\\dataWarehouse\\GetCountryByFiltersController' => 'getGetCountryByFiltersControllerService',
  97. 'App\\Controller\\Api\\dataWarehouse\\GetCurrencyByFiltersController' => 'getGetCurrencyByFiltersControllerService',
  98. 'App\\Controller\\Api\\dataWarehouse\\GetIndustryByFiltersController' => 'getGetIndustryByFiltersControllerService',
  99. 'App\\Controller\\Api\\dataWarehouse\\GetJobTitleByFiltersController' => 'getGetJobTitleByFiltersControllerService',
  100. 'App\\Controller\\Api\\dataWarehouse\\GetUserByEmailController' => 'getGetUserByEmailControllerService',
  101. 'App\\Controller\\Api\\dataWarehouse\\GetUserByFiltersController' => 'getGetUserByFiltersControllerService',
  102. 'App\\Controller\\Api\\dataWarehouse\\GetUserByProfilController' => 'getGetUserByProfilControllerService',
  103. 'App\\Controller\\Api\\fileController' => 'getFileControllerService',
  104. 'App\\Controller\\Api\\sharedDocController' => 'getSharedDocControllerService',
  105. 'App\\Controller\\BankingController' => 'getBankingController2Service',
  106. 'App\\Controller\\ClientController' => 'getClientControllerService',
  107. 'App\\Controller\\ComplaintController' => 'getComplaintController2Service',
  108. 'App\\Controller\\ConfigurationController' => 'getConfigurationControllerService',
  109. 'App\\Controller\\ConsultantController' => 'getConsultantController2Service',
  110. 'App\\Controller\\ContractController' => 'getContractController3Service',
  111. 'App\\Controller\\ContractTypeController' => 'getContractTypeControllerService',
  112. 'App\\Controller\\DashboardController' => 'getDashboardController2Service',
  113. 'App\\Controller\\DeletedFilesController' => 'getDeletedFilesControllerService',
  114. 'App\\Controller\\DocumentsController' => 'getDocumentsControllerService',
  115. 'App\\Controller\\DraftContractController' => 'getDraftContractControllerService',
  116. 'App\\Controller\\ExtractionController' => 'getExtractionControllerService',
  117. 'App\\Controller\\FamilyController' => 'getFamilyControllerService',
  118. 'App\\Controller\\FilesController' => 'getFilesControllerService',
  119. 'App\\Controller\\InsuranceCompanyController' => 'getInsuranceCompanyController2Service',
  120. 'App\\Controller\\InsuranceController' => 'getInsuranceController2Service',
  121. 'App\\Controller\\InvoicingClientController' => 'getInvoicingClientControllerService',
  122. 'App\\Controller\\JobTitleController' => 'getJobTitleControllerService',
  123. 'App\\Controller\\KpiController' => 'getKpiControllerService',
  124. 'App\\Controller\\NotificationConfigController' => 'getNotificationConfigControllerService',
  125. 'App\\Controller\\NotificationHistoryController' => 'getNotificationHistoryControllerService',
  126. 'App\\Controller\\OperationManagerController' => 'getOperationManagerControllerService',
  127. 'App\\Controller\\PartnerController' => 'getPartnerControllerService',
  128. 'App\\Controller\\PaymentController' => 'getPaymentController2Service',
  129. 'App\\Controller\\ProfileController' => 'getProfileController2Service',
  130. 'App\\Controller\\PurchaseOrderController' => 'getPurchaseOrderControllerService',
  131. 'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  132. 'App\\Controller\\ReportingController' => 'getReportingControllerService',
  133. 'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  134. 'App\\Controller\\ResignationLetterController' => 'getResignationLetterController2Service',
  135. 'App\\Controller\\SageController' => 'getSageControllerService',
  136. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  137. 'App\\Controller\\SharedDocumentsController' => 'getSharedDocumentsControllerService',
  138. 'App\\Controller\\StatsController' => 'getStatsControllerService',
  139. 'App\\Controller\\TimeSheetController' => 'getTimeSheetController2Service',
  140. 'App\\Controller\\WorkflowController' => 'getWorkflowControllerService',
  141. 'App\\Service\\ResignationLetterService' => 'getResignationLetterServiceService',
  142. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  143. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  144. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  145. 'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  146. 'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  147. 'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  148. 'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  149. 'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  150. 'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  151. 'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  152. 'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  153. 'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  154. 'cache.app_clearer' => 'getCache_AppClearerService',
  155. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  156. 'cache.system_clearer' => 'getCache_SystemClearerService',
  157. 'cache_warmer' => 'getCacheWarmerService',
  158. 'console.command.public_alias.App\\MigrationCommand\\ActionWorkflowCommand' => 'getActionWorkflowCommandService',
  159. 'console.command.public_alias.App\\MigrationCommand\\CreateAdminCommand' => 'getCreateAdminCommandService',
  160. 'console.command.public_alias.App\\MigrationCommand\\GroupCommand' => 'getGroupCommandService',
  161. 'console.command.public_alias.App\\MigrationCommand\\IndustryCommand' => 'getIndustryCommandService',
  162. 'console.command.public_alias.App\\MigrationCommand\\TaskWorkflowCommand' => 'getTaskWorkflowCommandService',
  163. 'console.command_loader' => 'getConsole_CommandLoaderService',
  164. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  165. 'error_controller' => 'getErrorControllerService',
  166. 'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  167. 'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  168. 'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  169. 'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  170. 'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  171. 'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  172. 'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  173. 'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  174. 'knp_paginator' => 'getKnpPaginatorService',
  175. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  176. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  177. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  178. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  179. 'routing.loader' => 'getRouting_LoaderService',
  180. 'services_resetter' => 'getServicesResetterService',
  181. 'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  182. 'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  183. 'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  184. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  185. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  186. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  187. ];
  188. $this->aliases = [
  189. 'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  190. 'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  191. 'App\\Kernel' => 'kernel',
  192. 'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  193. 'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  194. 'api_platform.action.get_item' => 'api_platform.action.placeholder',
  195. 'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  196. 'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  197. 'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  198. 'api_platform.action.put_item' => 'api_platform.action.placeholder',
  199. 'database_connection' => 'doctrine.dbal.default_connection',
  200. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  201. 'mailer' => 'swiftmailer.mailer.default',
  202. 'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  203. ];
  204. $this->privates['service_container'] = function () {
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  211. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  212. include_once \dirname(__DIR__, 4).'/src/Services/AccessService.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Hub.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  473. include_once \dirname(__DIR__, 4).'/src/Services/Mercure/JWTProvider.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubRegistry.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Discovery.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  749. include_once \dirname(__DIR__, 4).'/src/Twig/CheckProfileAccessExtension.php';
  750. include_once \dirname(__DIR__, 4).'/src/Twig/GetFileUrlExtension.php';
  751. include_once \dirname(__DIR__, 4).'/src/Twig/GroupExtension.php';
  752. include_once \dirname(__DIR__, 4).'/src/Twig/HelperExtension.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Authorization.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  769. };
  770. }
  771. public function compile(): void
  772. {
  773. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  774. }
  775. public function isCompiled(): bool
  776. {
  777. return true;
  778. }
  779. public function getRemovedIds(): array
  780. {
  781. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  782. }
  783. protected function load($file, $lazyLoad = true)
  784. {
  785. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  786. return $class::do($this, $lazyLoad);
  787. }
  788. if ('.' === $file[-4]) {
  789. $class = substr($class, 0, -4);
  790. } else {
  791. $file .= '.php';
  792. }
  793. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  794. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  795. }
  796. /**
  797. * Gets the public '.container.private.profiler' shared service.
  798. *
  799. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  800. */
  801. protected function get_Container_Private_ProfilerService()
  802. {
  803. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  804. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  805. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  806. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  807. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  808. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  809. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  810. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  811. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  812. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  813. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  814. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  815. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  816. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  817. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  818. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  819. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  820. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  821. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  822. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  823. $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  824. $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  825. $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  826. $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  827. $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  828. $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  829. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  830. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  831. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  832. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  833. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  834. if ($this->has('kernel')) {
  835. $g->setKernel($b);
  836. }
  837. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  838. $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->getApiPlatform_FilterLocatorService()), ($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())));
  839. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  840. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  841. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  842. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  843. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  844. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  845. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  846. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  847. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  848. $instance->add($d);
  849. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  850. $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));
  851. $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())));
  852. $instance->add($e);
  853. $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([])))));
  854. $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  855. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  856. $instance->add($f);
  857. $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()))));
  858. $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()))));
  859. $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  860. yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  861. }, 1)));
  862. $instance->add($g);
  863. return $instance;
  864. }
  865. /**
  866. * Gets the public '.container.private.security.authorization_checker' shared service.
  867. *
  868. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  869. */
  870. protected function get_Container_Private_Security_AuthorizationCheckerService()
  871. {
  872. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  873. if (isset($this->services['.container.private.security.authorization_checker'])) {
  874. return $this->services['.container.private.security.authorization_checker'];
  875. }
  876. 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);
  877. }
  878. /**
  879. * Gets the public '.container.private.security.token_storage' shared service.
  880. *
  881. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  882. */
  883. protected function get_Container_Private_Security_TokenStorageService()
  884. {
  885. 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, [
  886. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  887. ], [
  888. 'request_stack' => '?',
  889. ]));
  890. }
  891. /**
  892. * Gets the public '.container.private.serializer' shared service.
  893. *
  894. * @return \Symfony\Component\Serializer\Serializer
  895. */
  896. protected function get_Container_Private_SerializerService()
  897. {
  898. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  899. if (isset($this->services['.container.private.serializer'])) {
  900. return $this->services['.container.private.serializer'];
  901. }
  902. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  903. if (isset($this->services['.container.private.serializer'])) {
  904. return $this->services['.container.private.serializer'];
  905. }
  906. $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  907. if (isset($this->services['.container.private.serializer'])) {
  908. return $this->services['.container.private.serializer'];
  909. }
  910. $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  911. if (isset($this->services['.container.private.serializer'])) {
  912. return $this->services['.container.private.serializer'];
  913. }
  914. $e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  915. if (isset($this->services['.container.private.serializer'])) {
  916. return $this->services['.container.private.serializer'];
  917. }
  918. $f = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  919. if (isset($this->services['.container.private.serializer'])) {
  920. return $this->services['.container.private.serializer'];
  921. }
  922. $g = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  923. if (isset($this->services['.container.private.serializer'])) {
  924. return $this->services['.container.private.serializer'];
  925. }
  926. $h = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  927. if (isset($this->services['.container.private.serializer'])) {
  928. return $this->services['.container.private.serializer'];
  929. }
  930. $i = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  931. if (isset($this->services['.container.private.serializer'])) {
  932. return $this->services['.container.private.serializer'];
  933. }
  934. $j = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  935. if (isset($this->services['.container.private.serializer'])) {
  936. return $this->services['.container.private.serializer'];
  937. }
  938. $k = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  939. if (isset($this->services['.container.private.serializer'])) {
  940. return $this->services['.container.private.serializer'];
  941. }
  942. $l = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  943. if (isset($this->services['.container.private.serializer'])) {
  944. return $this->services['.container.private.serializer'];
  945. }
  946. $m = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  947. $n = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
  948. $o = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $m, $a)], [0 => $n]));
  949. $p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($o);
  950. $q = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  951. $r = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($q, $b, $c, $d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $e, NULL, $f, NULL, false, 'oauth2', 'application', '', '', [], [], $g, true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], $h, NULL, true, $o));
  952. $s = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  953. $t = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  954. $u = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  955. $v = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  956. $w = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($v);
  957. $x = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($v, $t, $m, $a, $w, NULL, [], $a);
  958. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($m), 1 => $p, 2 => $r, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($s, [], $t), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $t), 5 => $r, 6 => $p, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($q, $b, $c, $u, NULL, $s, NULL, $t), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($q, $i, $s), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($s, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($q, $b, $c, $i, $u, $j, $m, $t, $v, [], new RewindableGenerator(function () {
  959. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  960. }, 1), $k), 15 => new \ApiPlatform\Serializer\ItemNormalizer($b, $c, $i, $u, $m, $t, $v, $l, false, NULL, new RewindableGenerator(function () {
  961. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  962. }, 1), $q, $k), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $t), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($v, $t, $a, $w, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($j, $u, $i, NULL), 'page', 'pagination', $q, $m), $q, $u, $f), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($x, $i, $j), 28 => $x], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $n, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  963. }
  964. /**
  965. * Gets the public '.container.private.twig' shared service.
  966. *
  967. * @return \Twig\Environment
  968. */
  969. protected function get_Container_Private_TwigService()
  970. {
  971. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  972. $a->addPath((\dirname(__DIR__, 4).'/public/assets/img'), 'images');
  973. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  974. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  975. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  976. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  977. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  978. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  979. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  980. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  981. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  982. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  983. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  984. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  985. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  986. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  987. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  988. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  989. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  990. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  991. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  992. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  993. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  994. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  995. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  996. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  997. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  998. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  999. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1000. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1001. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1002. $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1003. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1004. $g = ($this->services['router'] ?? $this->getRouterService());
  1005. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1006. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1007. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  1008. $j = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  1009. $k = new \Symfony\Bridge\Twig\AppVariable();
  1010. $k->setEnvironment('dev');
  1011. $k->setDebug(true);
  1012. if ($this->has('.container.private.security.token_storage')) {
  1013. $k->setTokenStorage($h);
  1014. }
  1015. if ($this->has('request_stack')) {
  1016. $k->setRequestStack($d);
  1017. }
  1018. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1019. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1020. $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())));
  1021. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1022. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1023. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, $e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1024. return new \EmptyIterator();
  1025. }, 0))));
  1026. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  1027. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1028. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1029. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  1030. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1031. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1032. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $g)));
  1033. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1034. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1035. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1036. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1037. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1038. $instance->addExtension(new \App\Twig\CheckProfileAccessExtension(($this->privates['App\\Services\\AccessService'] ?? $this->getAccessServiceService())));
  1039. $instance->addExtension(new \App\Twig\GetFileUrlExtension());
  1040. $instance->addExtension(new \App\Twig\GroupExtension($this, $instance, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1041. $instance->addExtension(new \App\Twig\HelperExtension());
  1042. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1043. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1044. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $c)));
  1045. $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($j, new \Symfony\Component\Mercure\Authorization($j, 3600), $d));
  1046. $instance->addGlobal('app', $k);
  1047. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1048. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1049. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1050. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1051. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1052. ], [
  1053. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1054. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1055. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1056. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1057. ])));
  1058. $instance->addGlobal('mercure_enabled', $this->getEnv('MERCURE_ENABLE'));
  1059. $instance->addGlobal('publicUrl', $this->getEnv('PUBLIC_URL'));
  1060. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  1061. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  1062. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  1063. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1064. return $instance;
  1065. }
  1066. /**
  1067. * Gets the public '.container.private.validator' shared service.
  1068. *
  1069. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1070. */
  1071. protected function get_Container_Private_ValidatorService()
  1072. {
  1073. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1074. if (isset($this->services['.container.private.validator'])) {
  1075. return $this->services['.container.private.validator'];
  1076. }
  1077. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1078. }
  1079. /**
  1080. * Gets the public 'cache.app' shared service.
  1081. *
  1082. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1083. */
  1084. protected function getCache_AppService()
  1085. {
  1086. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('cDoxAbHRLK', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1087. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1088. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1089. }
  1090. /**
  1091. * Gets the public 'cache.system' shared service.
  1092. *
  1093. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1094. */
  1095. protected function getCache_SystemService()
  1096. {
  1097. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9+vI-5Jh3g', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1098. }
  1099. /**
  1100. * Gets the public 'cache.validator_expression_language' shared service.
  1101. *
  1102. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1103. */
  1104. protected function getCache_ValidatorExpressionLanguageService()
  1105. {
  1106. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vqGFg+KmSA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1107. }
  1108. /**
  1109. * Gets the public 'data_collector.dump' shared service.
  1110. *
  1111. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1112. */
  1113. protected function getDataCollector_DumpService()
  1114. {
  1115. 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()));
  1116. }
  1117. /**
  1118. * Gets the public 'doctrine' shared service.
  1119. *
  1120. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1121. */
  1122. protected function getDoctrineService()
  1123. {
  1124. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1125. }
  1126. /**
  1127. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1128. *
  1129. * @return \Doctrine\DBAL\Connection
  1130. */
  1131. protected function getDoctrine_Dbal_DefaultConnectionService()
  1132. {
  1133. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1134. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1135. return $this->services['doctrine.dbal.default_connection'];
  1136. }
  1137. $b = new \Doctrine\DBAL\Configuration();
  1138. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1139. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1140. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1141. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1142. $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))));
  1143. $d->setConnectionName('default');
  1144. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1145. $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')))]));
  1146. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  1147. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  1148. }
  1149. /**
  1150. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1151. *
  1152. * @return \Doctrine\ORM\EntityManager
  1153. */
  1154. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1155. {
  1156. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1157. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1158. return $this->services['doctrine.orm.default_entity_manager'];
  1159. }
  1160. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1161. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1162. return $this->services['doctrine.orm.default_entity_manager'];
  1163. }
  1164. $c = new \Doctrine\ORM\Configuration();
  1165. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1166. $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1167. $d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1168. $c->setEntityNamespaces(['App' => 'App\\Entity', 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  1169. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1170. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1171. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1172. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1173. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1174. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1175. ], [
  1176. 'doctrine.ulid_generator' => '?',
  1177. 'doctrine.uuid_generator' => '?',
  1178. ])));
  1179. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1180. $c->setProxyNamespace('Proxies');
  1181. $c->setAutoGenerateProxyClasses(true);
  1182. $c->setSchemaIgnoreClasses([]);
  1183. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1184. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1185. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1186. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1187. $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1188. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1189. $c->setLazyGhostObjectEnabled(false);
  1190. $c->setIdentityGenerationPreferences([]);
  1191. $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1192. 'App\\Repository\\ActionRepository' => ['privates', 'App\\Repository\\ActionRepository', 'getActionRepositoryService', true],
  1193. 'App\\Repository\\ArticleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', true],
  1194. 'App\\Repository\\BankRepository' => ['privates', 'App\\Repository\\BankRepository', 'getBankRepositoryService', true],
  1195. 'App\\Repository\\ClientRepository' => ['privates', 'App\\Repository\\ClientRepository', 'getClientRepositoryService', true],
  1196. 'App\\Repository\\CodeArticleRepository' => ['privates', 'App\\Repository\\CodeArticleRepository', 'getCodeArticleRepositoryService', true],
  1197. 'App\\Repository\\CompanyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', true],
  1198. 'App\\Repository\\ComplaintChatRepository' => ['privates', 'App\\Repository\\ComplaintChatRepository', 'getComplaintChatRepositoryService', true],
  1199. 'App\\Repository\\ComplaintUserRepository' => ['privates', 'App\\Repository\\ComplaintUserRepository', 'getComplaintUserRepositoryService', true],
  1200. 'App\\Repository\\ComplaintsRepository' => ['privates', 'App\\Repository\\ComplaintsRepository', 'getComplaintsRepositoryService', true],
  1201. 'App\\Repository\\ConsultantContractPaymentEntityRepository' => ['privates', 'App\\Repository\\ConsultantContractPaymentEntityRepository', 'getConsultantContractPaymentEntityRepositoryService', true],
  1202. 'App\\Repository\\ConsultantFinanceDataRepository' => ['privates', 'App\\Repository\\ConsultantFinanceDataRepository', 'getConsultantFinanceDataRepositoryService', true],
  1203. 'App\\Repository\\ConsultantHistoryRepository' => ['privates', 'App\\Repository\\ConsultantHistoryRepository', 'getConsultantHistoryRepositoryService', true],
  1204. 'App\\Repository\\ContractRepository' => ['privates', 'App\\Repository\\ContractRepository', 'getContractRepositoryService', true],
  1205. 'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', true],
  1206. 'App\\Repository\\CurrencyRepository' => ['privates', 'App\\Repository\\CurrencyRepository', 'getCurrencyRepositoryService', true],
  1207. 'App\\Repository\\CycleVieContractRepository' => ['privates', 'App\\Repository\\CycleVieContractRepository', 'getCycleVieContractRepositoryService', true],
  1208. 'App\\Repository\\CycleViePaymentRepository' => ['privates', 'App\\Repository\\CycleViePaymentRepository', 'getCycleViePaymentRepositoryService', true],
  1209. 'App\\Repository\\DeletedFilesRepository' => ['privates', 'App\\Repository\\DeletedFilesRepository', 'getDeletedFilesRepositoryService', true],
  1210. 'App\\Repository\\DraftContractRepository' => ['privates', 'App\\Repository\\DraftContractRepository', 'getDraftContractRepositoryService', true],
  1211. 'App\\Repository\\DraftContractStatusLogRepository' => ['privates', 'App\\Repository\\DraftContractStatusLogRepository', 'getDraftContractStatusLogRepositoryService', true],
  1212. 'App\\Repository\\EmergencyContactRepository' => ['privates', 'App\\Repository\\EmergencyContactRepository', 'getEmergencyContactRepositoryService', true],
  1213. 'App\\Repository\\ExportPaymentRequestRepository' => ['privates', 'App\\Repository\\ExportPaymentRequestRepository', 'getExportPaymentRequestRepositoryService', true],
  1214. 'App\\Repository\\FamilyRepository' => ['privates', 'App\\Repository\\FamilyRepository', 'getFamilyRepositoryService', true],
  1215. 'App\\Repository\\FieldsConfigRepository' => ['privates', 'App\\Repository\\FieldsConfigRepository', 'getFieldsConfigRepositoryService', true],
  1216. 'App\\Repository\\GroupRepository' => ['privates', 'App\\Repository\\GroupRepository', 'getGroupRepositoryService', true],
  1217. 'App\\Repository\\IndustryRepository' => ['privates', 'App\\Repository\\IndustryRepository', 'getIndustryRepositoryService', true],
  1218. 'App\\Repository\\InsuranceCompanyRepository' => ['privates', 'App\\Repository\\InsuranceCompanyRepository', 'getInsuranceCompanyRepositoryService', true],
  1219. 'App\\Repository\\InsuranceRepository' => ['privates', 'App\\Repository\\InsuranceRepository', 'getInsuranceRepositoryService', true],
  1220. 'App\\Repository\\InvoicingClientRepository' => ['privates', 'App\\Repository\\InvoicingClientRepository', 'getInvoicingClientRepositoryService', true],
  1221. 'App\\Repository\\JobTitleRepository' => ['privates', 'App\\Repository\\JobTitleRepository', 'getJobTitleRepositoryService', true],
  1222. 'App\\Repository\\ListRejectionRepository' => ['privates', 'App\\Repository\\ListRejectionRepository', 'getListRejectionRepositoryService', true],
  1223. 'App\\Repository\\NotificationConfigRepository' => ['privates', 'App\\Repository\\NotificationConfigRepository', 'getNotificationConfigRepositoryService', true],
  1224. 'App\\Repository\\NotificationHistoryRepository' => ['privates', 'App\\Repository\\NotificationHistoryRepository', 'getNotificationHistoryRepositoryService', true],
  1225. 'App\\Repository\\PartnerRepository' => ['privates', 'App\\Repository\\PartnerRepository', 'getPartnerRepositoryService', true],
  1226. 'App\\Repository\\PassportRepository' => ['privates', 'App\\Repository\\PassportRepository', 'getPassportRepositoryService', true],
  1227. 'App\\Repository\\PasswordResetCodeRepository' => ['privates', 'App\\Repository\\PasswordResetCodeRepository', 'getPasswordResetCodeRepositoryService', true],
  1228. 'App\\Repository\\PaymentHoldRepository' => ['privates', 'App\\Repository\\PaymentHoldRepository', 'getPaymentHoldRepositoryService', true],
  1229. 'App\\Repository\\PaymentRepository' => ['privates', 'App\\Repository\\PaymentRepository', 'getPaymentRepositoryService', true],
  1230. 'App\\Repository\\PaymentStatusLogRepository' => ['privates', 'App\\Repository\\PaymentStatusLogRepository', 'getPaymentStatusLogRepositoryService', true],
  1231. 'App\\Repository\\PurchaseOrderRepository' => ['privates', 'App\\Repository\\PurchaseOrderRepository', 'getPurchaseOrderRepositoryService', true],
  1232. 'App\\Repository\\PurchaseOrderStatusLogRepository' => ['privates', 'App\\Repository\\PurchaseOrderStatusLogRepository', 'getPurchaseOrderStatusLogRepositoryService', true],
  1233. 'App\\Repository\\RejectionRepository' => ['privates', 'App\\Repository\\RejectionRepository', 'getRejectionRepositoryService', true],
  1234. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  1235. 'App\\Repository\\ResignationLetterRepository' => ['privates', 'App\\Repository\\ResignationLetterRepository', 'getResignationLetterRepositoryService', true],
  1236. 'App\\Repository\\SalesRepository' => ['privates', 'App\\Repository\\SalesRepository', 'getSalesRepositoryService', true],
  1237. 'App\\Repository\\SharedDocsRepository' => ['privates', 'App\\Repository\\SharedDocsRepository', 'getSharedDocsRepositoryService', true],
  1238. 'App\\Repository\\SiteAccountCodeRepository' => ['privates', 'App\\Repository\\SiteAccountCodeRepository', 'getSiteAccountCodeRepositoryService', true],
  1239. 'App\\Repository\\StatesRepository' => ['privates', 'App\\Repository\\StatesRepository', 'getStatesRepositoryService', true],
  1240. 'App\\Repository\\StepsRepository' => ['privates', 'App\\Repository\\StepsRepository', 'getStepsRepositoryService', true],
  1241. 'App\\Repository\\TaskWorkflowRepository' => ['privates', 'App\\Repository\\TaskWorkflowRepository', 'getTaskWorkflowRepositoryService', true],
  1242. 'App\\Repository\\TimesheetRepository' => ['privates', 'App\\Repository\\TimesheetRepository', 'getTimesheetRepositoryService', true],
  1243. 'App\\Repository\\TypeContractRepository' => ['privates', 'App\\Repository\\TypeContractRepository', 'getTypeContractRepositoryService', true],
  1244. 'App\\Repository\\UserLogInOutRepository' => ['privates', 'App\\Repository\\UserLogInOutRepository', 'getUserLogInOutRepositoryService', true],
  1245. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  1246. 'App\\Repository\\WorkflowRepository' => ['privates', 'App\\Repository\\WorkflowRepository', 'getWorkflowRepositoryService', true],
  1247. ], [
  1248. 'App\\Repository\\ActionRepository' => '?',
  1249. 'App\\Repository\\ArticleRepository' => '?',
  1250. 'App\\Repository\\BankRepository' => '?',
  1251. 'App\\Repository\\ClientRepository' => '?',
  1252. 'App\\Repository\\CodeArticleRepository' => '?',
  1253. 'App\\Repository\\CompanyRepository' => '?',
  1254. 'App\\Repository\\ComplaintChatRepository' => '?',
  1255. 'App\\Repository\\ComplaintUserRepository' => '?',
  1256. 'App\\Repository\\ComplaintsRepository' => '?',
  1257. 'App\\Repository\\ConsultantContractPaymentEntityRepository' => '?',
  1258. 'App\\Repository\\ConsultantFinanceDataRepository' => '?',
  1259. 'App\\Repository\\ConsultantHistoryRepository' => '?',
  1260. 'App\\Repository\\ContractRepository' => '?',
  1261. 'App\\Repository\\CountryRepository' => '?',
  1262. 'App\\Repository\\CurrencyRepository' => '?',
  1263. 'App\\Repository\\CycleVieContractRepository' => '?',
  1264. 'App\\Repository\\CycleViePaymentRepository' => '?',
  1265. 'App\\Repository\\DeletedFilesRepository' => '?',
  1266. 'App\\Repository\\DraftContractRepository' => '?',
  1267. 'App\\Repository\\DraftContractStatusLogRepository' => '?',
  1268. 'App\\Repository\\EmergencyContactRepository' => '?',
  1269. 'App\\Repository\\ExportPaymentRequestRepository' => '?',
  1270. 'App\\Repository\\FamilyRepository' => '?',
  1271. 'App\\Repository\\FieldsConfigRepository' => '?',
  1272. 'App\\Repository\\GroupRepository' => '?',
  1273. 'App\\Repository\\IndustryRepository' => '?',
  1274. 'App\\Repository\\InsuranceCompanyRepository' => '?',
  1275. 'App\\Repository\\InsuranceRepository' => '?',
  1276. 'App\\Repository\\InvoicingClientRepository' => '?',
  1277. 'App\\Repository\\JobTitleRepository' => '?',
  1278. 'App\\Repository\\ListRejectionRepository' => '?',
  1279. 'App\\Repository\\NotificationConfigRepository' => '?',
  1280. 'App\\Repository\\NotificationHistoryRepository' => '?',
  1281. 'App\\Repository\\PartnerRepository' => '?',
  1282. 'App\\Repository\\PassportRepository' => '?',
  1283. 'App\\Repository\\PasswordResetCodeRepository' => '?',
  1284. 'App\\Repository\\PaymentHoldRepository' => '?',
  1285. 'App\\Repository\\PaymentRepository' => '?',
  1286. 'App\\Repository\\PaymentStatusLogRepository' => '?',
  1287. 'App\\Repository\\PurchaseOrderRepository' => '?',
  1288. 'App\\Repository\\PurchaseOrderStatusLogRepository' => '?',
  1289. 'App\\Repository\\RejectionRepository' => '?',
  1290. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1291. 'App\\Repository\\ResignationLetterRepository' => '?',
  1292. 'App\\Repository\\SalesRepository' => '?',
  1293. 'App\\Repository\\SharedDocsRepository' => '?',
  1294. 'App\\Repository\\SiteAccountCodeRepository' => '?',
  1295. 'App\\Repository\\StatesRepository' => '?',
  1296. 'App\\Repository\\StepsRepository' => '?',
  1297. 'App\\Repository\\TaskWorkflowRepository' => '?',
  1298. 'App\\Repository\\TimesheetRepository' => '?',
  1299. 'App\\Repository\\TypeContractRepository' => '?',
  1300. 'App\\Repository\\UserLogInOutRepository' => '?',
  1301. 'App\\Repository\\UserRepository' => '?',
  1302. 'App\\Repository\\WorkflowRepository' => '?',
  1303. ])));
  1304. $c->addCustomStringFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1305. $c->addCustomStringFunction('TIMESTAMP_DIFF', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1306. $c->addCustomStringFunction('DATE_DIFF', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1307. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1308. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1309. return $instance;
  1310. }
  1311. /**
  1312. * Gets the public 'event_dispatcher' shared service.
  1313. *
  1314. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1315. */
  1316. protected function getEventDispatcherService()
  1317. {
  1318. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1319. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1320. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1321. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1322. $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())));
  1323. $instance->addListener('lexik_jwt_authentication.on_jwt_created', [0 => function () {
  1324. return ($this->privates['App\\EventListener\\JWTCreatedListener'] ?? $this->load('getJWTCreatedListenerService'));
  1325. }, 1 => 'onJWTCreated'], 0);
  1326. $instance->addListener('kernel.controller', [0 => function () {
  1327. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1328. }, 1 => 'onKernelController'], 0);
  1329. $instance->addListener('console.command', [0 => function () {
  1330. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1331. }, 1 => 'onConsoleCommand'], 0);
  1332. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1333. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1334. }, 1 => 'checkPassport'], 1024);
  1335. $instance->addListener('kernel.response', [0 => function () {
  1336. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1337. }, 1 => 'onKernelResponse'], 0);
  1338. $instance->addListener('kernel.request', [0 => function () {
  1339. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1340. }, 1 => 'onKernelRequest'], 0);
  1341. $instance->addListener('kernel.request', [0 => function () {
  1342. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1343. }, 1 => 'onKernelRequest'], 250);
  1344. $instance->addListener('kernel.response', [0 => function () {
  1345. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1346. }, 1 => 'onKernelResponse'], 0);
  1347. $instance->addListener('kernel.response', [0 => function () {
  1348. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1349. }, 1 => 'onResponse'], -10);
  1350. $instance->addListener('kernel.request', [0 => function () {
  1351. return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1352. }, 1 => 'onKernelRequest'], 28);
  1353. $instance->addListener('kernel.request', [0 => function () {
  1354. return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1355. }, 1 => 'onKernelRequest'], 2);
  1356. $instance->addListener('kernel.view', [0 => function () {
  1357. return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1358. }, 1 => 'onKernelView'], 16);
  1359. $instance->addListener('kernel.view', [0 => function () {
  1360. return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1361. }, 1 => 'onKernelView'], 8);
  1362. $instance->addListener('kernel.exception', [0 => function () {
  1363. return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1364. }, 1 => 'onKernelException'], 0);
  1365. $instance->addListener('kernel.exception', [0 => function () {
  1366. return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1367. }, 1 => 'onKernelException'], -96);
  1368. $instance->addListener('kernel.view', [0 => function () {
  1369. return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1370. }, 1 => 'onKernelView'], 32);
  1371. $instance->addListener('kernel.request', [0 => function () {
  1372. return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1373. }, 1 => 'onKernelRequest'], 4);
  1374. $instance->addListener('kernel.request', [0 => function () {
  1375. return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1376. }, 1 => 'onKernelRequest'], 0);
  1377. $instance->addListener('kernel.response', [0 => function () {
  1378. return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1379. }, 1 => 'onKernelResponse'], 0);
  1380. $instance->addListener('kernel.response', [0 => function () {
  1381. return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1382. }, 1 => 'onKernelResponse'], -1);
  1383. $instance->addListener('kernel.view', [0 => function () {
  1384. return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1385. }, 1 => 'onKernelView'], 64);
  1386. $instance->addListener('kernel.request', [0 => function () {
  1387. return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1388. }, 1 => 'onKernelRequest'], 16);
  1389. $instance->addListener('kernel.response', [0 => function () {
  1390. return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  1391. }, 1 => 'onKernelResponse'], 0);
  1392. $instance->addListener('kernel.request', [0 => function () {
  1393. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1394. }, 1 => 'onSecurity'], 3);
  1395. $instance->addListener('kernel.request', [0 => function () {
  1396. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1397. }, 1 => 'onSecurityPostDenormalize'], 1);
  1398. $instance->addListener('kernel.view', [0 => function () {
  1399. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1400. }, 1 => 'onSecurityPostValidation'], 63);
  1401. $instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
  1402. return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1403. }, 1 => 'attachRefreshToken'], 0);
  1404. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1405. return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1406. }, 1 => 'onLogout'], 0);
  1407. $instance->addListener('App\\Event\\ContractEvent', [0 => function () {
  1408. return ($this->privates['App\\EventSubscriber\\ContractSubscriber'] ?? $this->load('getContractSubscriberService'));
  1409. }, 1 => 'onSendContract'], 1);
  1410. $instance->addListener('App\\Event\\PaymentEvent', [0 => function () {
  1411. return ($this->privates['App\\EventSubscriber\\PaymentSubscriber'] ?? $this->load('getPaymentSubscriberService'));
  1412. }, 1 => 'onSendPayment'], 1);
  1413. $instance->addListener('App\\Event\\ResignationLetterEvent', [0 => function () {
  1414. return ($this->privates['App\\EventSubscriber\\ResignationLetterSubscriber'] ?? $this->load('getResignationLetterSubscriberService'));
  1415. }, 1 => 'onCreatResignationLetter'], 1);
  1416. $instance->addListener('security.interactive_login', [0 => function () {
  1417. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  1418. }, 1 => 'onSecurityInteractiveLogin'], 0);
  1419. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1420. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  1421. }, 1 => 'onSecurityLogout'], 0);
  1422. $instance->addListener('kernel.response', [0 => function () {
  1423. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1424. }, 1 => 'onKernelResponse'], 0);
  1425. $instance->addListener('kernel.response', [0 => function () {
  1426. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1427. }, 1 => 'onKernelResponse'], -1024);
  1428. $instance->addListener('kernel.request', [0 => function () {
  1429. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1430. }, 1 => 'setDefaultLocale'], 100);
  1431. $instance->addListener('kernel.request', [0 => function () {
  1432. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1433. }, 1 => 'onKernelRequest'], 16);
  1434. $instance->addListener('kernel.finish_request', [0 => function () {
  1435. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1436. }, 1 => 'onKernelFinishRequest'], 0);
  1437. $instance->addListener('kernel.request', [0 => function () {
  1438. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1439. }, 1 => 'onKernelRequest'], 256);
  1440. $instance->addListener('kernel.response', [0 => function () {
  1441. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1442. }, 1 => 'onResponse'], -255);
  1443. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1444. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1445. }, 1 => 'onControllerArguments'], 0);
  1446. $instance->addListener('kernel.exception', [0 => function () {
  1447. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1448. }, 1 => 'logKernelException'], 0);
  1449. $instance->addListener('kernel.exception', [0 => function () {
  1450. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1451. }, 1 => 'onKernelException'], -128);
  1452. $instance->addListener('kernel.response', [0 => function () {
  1453. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1454. }, 1 => 'removeCspHeader'], -128);
  1455. $instance->addListener('kernel.request', [0 => function () {
  1456. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1457. }, 1 => 'onKernelRequest'], 15);
  1458. $instance->addListener('kernel.finish_request', [0 => function () {
  1459. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1460. }, 1 => 'onKernelFinishRequest'], -15);
  1461. $instance->addListener('console.error', [0 => function () {
  1462. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1463. }, 1 => 'onConsoleError'], -128);
  1464. $instance->addListener('console.terminate', [0 => function () {
  1465. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1466. }, 1 => 'onConsoleTerminate'], -128);
  1467. $instance->addListener('console.error', [0 => function () {
  1468. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1469. }, 1 => 'onConsoleError'], 0);
  1470. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1471. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1472. }, 1 => 'onMessage'], -255);
  1473. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1474. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1475. }, 1 => 'onMessage'], -255);
  1476. $instance->addListener('kernel.request', [0 => function () {
  1477. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1478. }, 1 => 'configure'], 2048);
  1479. $instance->addListener('console.command', [0 => function () {
  1480. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1481. }, 1 => 'configure'], 2048);
  1482. $instance->addListener('kernel.request', [0 => function () {
  1483. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1484. }, 1 => 'onKernelRequest'], 32);
  1485. $instance->addListener('kernel.finish_request', [0 => function () {
  1486. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1487. }, 1 => 'onKernelFinishRequest'], 0);
  1488. $instance->addListener('kernel.exception', [0 => function () {
  1489. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1490. }, 1 => 'onKernelException'], -64);
  1491. $instance->addListener('kernel.response', [0 => function () {
  1492. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1493. }, 1 => 'onKernelResponse'], 0);
  1494. $instance->addListener('kernel.request', [0 => function () {
  1495. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1496. }, 1 => 'onKernelRequest'], 128);
  1497. $instance->addListener('kernel.response', [0 => function () {
  1498. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1499. }, 1 => 'onKernelResponse'], -1000);
  1500. $instance->addListener('kernel.finish_request', [0 => function () {
  1501. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1502. }, 1 => 'onFinishRequest'], 0);
  1503. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1504. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1505. }, 1 => 'onMessageFailed'], 100);
  1506. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1507. 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()));
  1508. }, 1 => 'onMessageFailed'], 200);
  1509. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1510. return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1511. }, 1 => 'onMessageFailed'], -100);
  1512. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1513. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1514. }, 1 => 'onWorkerRunning'], 100);
  1515. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1516. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1517. }, 1 => 'onWorkerStarted'], 0);
  1518. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1519. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1520. }, 1 => 'onWorkerRunning'], 0);
  1521. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1522. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1523. }, 1 => 'onWorkerStarted'], 100);
  1524. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1525. 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()));
  1526. }, 1 => 'onMessageFailed'], 0);
  1527. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1528. 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()));
  1529. }, 1 => 'onWorkerRunning'], 0);
  1530. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1531. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1532. }, 1 => 'onNotification'], -255);
  1533. $instance->addListener('kernel.response', [0 => function () {
  1534. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1535. }, 1 => 'onKernelResponse'], -100);
  1536. $instance->addListener('kernel.exception', [0 => function () {
  1537. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1538. }, 1 => 'onKernelException'], 0);
  1539. $instance->addListener('kernel.terminate', [0 => function () {
  1540. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1541. }, 1 => 'onKernelTerminate'], -1024);
  1542. $instance->addListener('kernel.controller', [0 => function () {
  1543. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1544. }, 1 => 'onKernelController'], 0);
  1545. $instance->addListener('kernel.response', [0 => function () {
  1546. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1547. }, 1 => 'onKernelResponse'], 0);
  1548. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1549. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1550. }, 1 => 'onWorkerMessageHandled'], 0);
  1551. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1552. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1553. }, 1 => 'onWorkerMessageFailed'], 0);
  1554. $instance->addListener('console.command', [0 => function () {
  1555. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1556. }, 1 => 'configure'], 1024);
  1557. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1558. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1559. }, 1 => 'onMessage'], 0);
  1560. $instance->addListener('kernel.response', [0 => function () {
  1561. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1562. }, 1 => 'onKernelResponse'], -128);
  1563. $instance->addListener('kernel.response', [0 => function () {
  1564. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1565. }, 1 => 'onKernelResponse'], 0);
  1566. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1567. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1568. }, 1 => 'checkPassport'], 0);
  1569. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1570. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1571. }, 1 => 'onLoginSuccess'], 0);
  1572. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1573. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1574. }, 1 => 'onVoterVote'], 0);
  1575. $instance->addListener('kernel.request', [0 => function () {
  1576. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1577. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1578. $instance->addListener('kernel.request', [0 => function () {
  1579. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1580. }, 1 => 'onKernelRequest'], 8);
  1581. $instance->addListener('kernel.finish_request', [0 => function () {
  1582. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1583. }, 1 => 'onKernelFinishRequest'], 0);
  1584. $instance->addListener('console.command', [0 => function () {
  1585. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1586. }, 1 => 'onCommand'], 255);
  1587. $instance->addListener('console.terminate', [0 => function () {
  1588. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1589. }, 1 => 'onTerminate'], -255);
  1590. $instance->addListener('console.error', [0 => function () {
  1591. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1592. }, 1 => 'onConsoleError'], 0);
  1593. $instance->addListener('console.terminate', [0 => function () {
  1594. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1595. }, 1 => 'onConsoleTerminate'], 0);
  1596. $instance->addListener('kernel.controller', [0 => function () {
  1597. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1598. }, 1 => 'onKernelController'], 0);
  1599. $instance->addListener('kernel.controller', [0 => function () {
  1600. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1601. }, 1 => 'onKernelController'], 0);
  1602. $instance->addListener('kernel.controller', [0 => function () {
  1603. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1604. }, 1 => 'onKernelController'], -128);
  1605. $instance->addListener('kernel.view', [0 => function () {
  1606. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1607. }, 1 => 'onKernelView'], 0);
  1608. $instance->addListener('kernel.controller', [0 => function () {
  1609. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1610. }, 1 => 'onKernelController'], 0);
  1611. $instance->addListener('kernel.response', [0 => function () {
  1612. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1613. }, 1 => 'onKernelResponse'], 0);
  1614. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1615. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1616. }, 1 => 'onKernelControllerArguments'], 0);
  1617. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1618. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1619. }, 1 => 'onKernelControllerArguments'], 0);
  1620. $instance->addListener('kernel.exception', [0 => function () {
  1621. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1622. }, 1 => 'onException'], 0);
  1623. $instance->addListener('kernel.terminate', [0 => function () {
  1624. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1625. }, 1 => 'onTerminate'], 0);
  1626. $instance->addListener('console.error', [0 => function () {
  1627. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1628. }, 1 => 'onException'], 0);
  1629. $instance->addListener('console.terminate', [0 => function () {
  1630. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1631. }, 1 => 'onTerminate'], 0);
  1632. $instance->addListener('knp_pager.before', [0 => function () {
  1633. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1634. }, 1 => 'before'], 0);
  1635. $instance->addListener('knp_pager.pagination', [0 => function () {
  1636. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1637. }, 1 => 'pagination'], 0);
  1638. $instance->addListener('knp_pager.before', [0 => function () {
  1639. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1640. }, 1 => 'before'], 1);
  1641. $instance->addListener('knp_pager.before', [0 => function () {
  1642. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1643. }, 1 => 'before'], 1);
  1644. $instance->addListener('knp_pager.pagination', [0 => function () {
  1645. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1646. }, 1 => 'pagination'], 1);
  1647. $instance->addListener('kernel.response', [0 => function () {
  1648. return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  1649. }, 1 => 'onKernelResponse'], 0);
  1650. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1651. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1652. }, 1 => 'checkPassport'], 512);
  1653. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1654. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1655. }, 1 => 'onLogout'], 0);
  1656. return $instance;
  1657. }
  1658. /**
  1659. * Gets the public 'http_kernel' shared service.
  1660. *
  1661. * @return \Symfony\Component\HttpKernel\HttpKernel
  1662. */
  1663. protected function getHttpKernelService()
  1664. {
  1665. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1666. if (isset($this->services['http_kernel'])) {
  1667. return $this->services['http_kernel'];
  1668. }
  1669. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1670. 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 () {
  1671. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1672. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1673. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1674. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1675. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1676. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1677. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1678. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1679. }, 8)), $b));
  1680. }
  1681. /**
  1682. * Gets the public 'messenger.default_bus' shared service.
  1683. *
  1684. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1685. */
  1686. protected function getMessenger_DefaultBusService()
  1687. {
  1688. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1689. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1690. 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')));
  1691. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1692. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1693. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1694. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1695. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1696. }, 7)));
  1697. }
  1698. /**
  1699. * Gets the public 'monolog.logger.deprecation' shared service.
  1700. *
  1701. * @return \Symfony\Bridge\Monolog\Logger
  1702. */
  1703. protected function getMonolog_Logger_DeprecationService()
  1704. {
  1705. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1706. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1707. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1708. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1709. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1710. return $instance;
  1711. }
  1712. /**
  1713. * Gets the public 'request_stack' shared service.
  1714. *
  1715. * @return \Symfony\Component\HttpFoundation\RequestStack
  1716. */
  1717. protected function getRequestStackService()
  1718. {
  1719. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1720. }
  1721. /**
  1722. * Gets the public 'router' shared service.
  1723. *
  1724. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1725. */
  1726. protected function getRouterService()
  1727. {
  1728. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1729. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1730. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1731. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1732. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1733. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1734. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1735. ], [
  1736. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1737. ]))->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');
  1738. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1739. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1740. return $instance;
  1741. }
  1742. /**
  1743. * Gets the public 'translator' shared service.
  1744. *
  1745. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1746. */
  1747. protected function getTranslatorService()
  1748. {
  1749. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1750. }
  1751. /**
  1752. * Gets the public 'var_dumper.cloner' shared service.
  1753. *
  1754. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1755. */
  1756. protected function getVarDumper_ClonerService()
  1757. {
  1758. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1759. $instance->setMaxItems(2500);
  1760. $instance->setMinDepth(1);
  1761. $instance->setMaxString(-1);
  1762. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1763. return $instance;
  1764. }
  1765. /**
  1766. * Gets the private '.debug.http_client' shared service.
  1767. *
  1768. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1769. */
  1770. protected function get_Debug_HttpClientService()
  1771. {
  1772. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1773. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1774. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1775. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1776. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1777. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1778. $a->setLogger($b);
  1779. 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))));
  1780. }
  1781. /**
  1782. * Gets the private '.service_locator.2AgYTo_' shared service.
  1783. *
  1784. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1785. */
  1786. protected function get_ServiceLocator_2AgYToService()
  1787. {
  1788. return $this->privates['.service_locator.2AgYTo_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1789. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  1790. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1791. 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true],
  1792. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1793. 'security.firewall.map.context.refresh_jwt' => ['privates', 'security.firewall.map.context.refresh_jwt', 'getSecurity_Firewall_Map_Context_RefreshJwtService', true],
  1794. ], [
  1795. 'security.firewall.map.context.api' => '?',
  1796. 'security.firewall.map.context.dev' => '?',
  1797. 'security.firewall.map.context.login' => '?',
  1798. 'security.firewall.map.context.main' => '?',
  1799. 'security.firewall.map.context.refresh_jwt' => '?',
  1800. ]);
  1801. }
  1802. /**
  1803. * Gets the private 'App\Services\AccessService' shared autowired service.
  1804. *
  1805. * @return \App\Services\AccessService
  1806. */
  1807. protected function getAccessServiceService()
  1808. {
  1809. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1810. if (isset($this->privates['App\\Services\\AccessService'])) {
  1811. return $this->privates['App\\Services\\AccessService'];
  1812. }
  1813. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1814. if (isset($this->privates['App\\Services\\AccessService'])) {
  1815. return $this->privates['App\\Services\\AccessService'];
  1816. }
  1817. $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1818. if (isset($this->privates['App\\Services\\AccessService'])) {
  1819. return $this->privates['App\\Services\\AccessService'];
  1820. }
  1821. return $this->privates['App\\Services\\AccessService'] = new \App\Services\AccessService($a, $b, $c);
  1822. }
  1823. /**
  1824. * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  1825. *
  1826. * @return \Symfony\Component\Mercure\HubRegistry
  1827. */
  1828. protected function getHubRegistryService()
  1829. {
  1830. $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1831. return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  1832. }
  1833. /**
  1834. * Gets the private 'annotations.cache_adapter' shared service.
  1835. *
  1836. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1837. */
  1838. protected function getAnnotations_CacheAdapterService()
  1839. {
  1840. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1841. }
  1842. /**
  1843. * Gets the private 'annotations.cached_reader' shared service.
  1844. *
  1845. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1846. */
  1847. protected function getAnnotations_CachedReaderService()
  1848. {
  1849. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1850. }
  1851. /**
  1852. * Gets the private 'annotations.reader' shared service.
  1853. *
  1854. * @return \Doctrine\Common\Annotations\AnnotationReader
  1855. */
  1856. protected function getAnnotations_ReaderService()
  1857. {
  1858. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1859. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1860. $a->registerUniqueLoader('class_exists');
  1861. $instance->addGlobalIgnoredName('required', $a);
  1862. return $instance;
  1863. }
  1864. /**
  1865. * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1866. *
  1867. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1868. */
  1869. protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1870. {
  1871. return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wTy0cdQD4-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1872. }
  1873. /**
  1874. * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1875. *
  1876. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1877. */
  1878. protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1879. {
  1880. return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i2S6RwfGe-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1881. }
  1882. /**
  1883. * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1884. *
  1885. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1886. */
  1887. protected function getApiPlatform_Cache_Metadata_ResourceService()
  1888. {
  1889. return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RVHWYyb4Hj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1890. }
  1891. /**
  1892. * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1893. *
  1894. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1895. */
  1896. protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1897. {
  1898. return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hlNpUX6Tto', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1899. }
  1900. /**
  1901. * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1902. *
  1903. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1904. */
  1905. protected function getApiPlatform_Cache_RouteNameResolverService()
  1906. {
  1907. return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fTxtKnSR21', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1908. }
  1909. /**
  1910. * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1911. *
  1912. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1913. */
  1914. protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1915. {
  1916. return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HKjg2Wn3Vi', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1917. }
  1918. /**
  1919. * Gets the private 'api_platform.filter_locator' shared service.
  1920. *
  1921. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1922. */
  1923. protected function getApiPlatform_FilterLocatorService()
  1924. {
  1925. return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1926. 'annotated_app_entity_user_api_platform_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_user_api_platform_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityUserApiPlatformDoctrineOrmFilterSearchFilterService', true],
  1927. ], [
  1928. 'annotated_app_entity_user_api_platform_doctrine_orm_filter_search_filter' => '?',
  1929. ]);
  1930. }
  1931. /**
  1932. * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1933. *
  1934. * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1935. */
  1936. protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1937. {
  1938. return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\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()));
  1939. }
  1940. /**
  1941. * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1942. *
  1943. * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1944. */
  1945. protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1946. {
  1947. $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1948. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1949. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1950. }
  1951. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1952. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1953. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1954. }
  1955. $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1956. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1957. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1958. }
  1959. 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()), $b, $c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1960. }
  1961. /**
  1962. * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1963. *
  1964. * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1965. */
  1966. protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1967. {
  1968. return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1969. }
  1970. /**
  1971. * Gets the private 'api_platform.identifier.converter' shared service.
  1972. *
  1973. * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1974. */
  1975. protected function getApiPlatform_Identifier_ConverterService()
  1976. {
  1977. $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1978. if (isset($this->privates['api_platform.identifier.converter'])) {
  1979. return $this->privates['api_platform.identifier.converter'];
  1980. }
  1981. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1982. if (isset($this->privates['api_platform.identifier.converter'])) {
  1983. return $this->privates['api_platform.identifier.converter'];
  1984. }
  1985. return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a, $b, new RewindableGenerator(function () {
  1986. yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1987. yield 1 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1988. }, 2));
  1989. }
  1990. /**
  1991. * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1992. *
  1993. * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1994. */
  1995. protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1996. {
  1997. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1998. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  1999. return $this->privates['api_platform.identifiers_extractor.cached'];
  2000. }
  2001. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2002. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2003. return $this->privates['api_platform.identifiers_extractor.cached'];
  2004. }
  2005. $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2006. $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2007. 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($a, $b, $c, $d, true), $c, $d);
  2008. }
  2009. /**
  2010. * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2011. *
  2012. * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2013. */
  2014. protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2015. {
  2016. $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2017. $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2018. return $instance;
  2019. }
  2020. /**
  2021. * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2022. *
  2023. * @return \ApiPlatform\JsonLd\ContextBuilder
  2024. */
  2025. protected function getApiPlatform_Jsonld_ContextBuilderService()
  2026. {
  2027. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2028. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2029. return $this->privates['api_platform.jsonld.context_builder'];
  2030. }
  2031. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2032. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2033. return $this->privates['api_platform.jsonld.context_builder'];
  2034. }
  2035. $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2036. return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\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()), $a, $b, $c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));
  2037. }
  2038. /**
  2039. * Gets the private 'api_platform.listener.request.add_format' shared service.
  2040. *
  2041. * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2042. */
  2043. protected function getApiPlatform_Listener_Request_AddFormatService()
  2044. {
  2045. return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\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']);
  2046. }
  2047. /**
  2048. * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2049. *
  2050. * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2051. */
  2052. protected function getApiPlatform_Listener_Request_DeserializeService()
  2053. {
  2054. $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2055. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2056. return $this->privates['api_platform.listener.request.deserialize'];
  2057. }
  2058. $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2059. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2060. return $this->privates['api_platform.listener.request.deserialize'];
  2061. }
  2062. return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, $b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2063. }
  2064. /**
  2065. * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2066. *
  2067. * @return \ApiPlatform\Core\EventListener\ReadListener
  2068. */
  2069. protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2070. {
  2071. $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  2072. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2073. return $this->privates['api_platform.listener.request.read.legacy'];
  2074. }
  2075. $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  2076. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2077. return $this->privates['api_platform.listener.request.read.legacy'];
  2078. }
  2079. $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  2080. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2081. return $this->privates['api_platform.listener.request.read.legacy'];
  2082. }
  2083. $d = ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService());
  2084. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2085. return $this->privates['api_platform.listener.request.read.legacy'];
  2086. }
  2087. return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $d, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2088. }
  2089. /**
  2090. * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2091. *
  2092. * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2093. */
  2094. protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2095. {
  2096. $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2097. if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  2098. return $this->privates['api_platform.listener.view.validate_query_parameters'];
  2099. }
  2100. return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator($a), true);
  2101. }
  2102. /**
  2103. * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  2104. *
  2105. * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  2106. */
  2107. protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  2108. {
  2109. return $this->privates['api_platform.mercure.listener.response.add_link_header'] = new \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \Symfony\Component\Mercure\Discovery(($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService())));
  2110. }
  2111. /**
  2112. * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2113. *
  2114. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2115. */
  2116. protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2117. {
  2118. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2119. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2120. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2121. }
  2122. $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2123. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2124. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2125. }
  2126. $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2127. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, 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($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2128. yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2129. yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2130. yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2131. yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2132. yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2133. yield 5 => ($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()));
  2134. yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2135. yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2136. yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2137. yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2138. yield 10 => ($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()));
  2139. yield 11 => ($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()));
  2140. yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2141. }, 13)));
  2142. }
  2143. /**
  2144. * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2145. *
  2146. * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2147. */
  2148. protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2149. {
  2150. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2151. if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2152. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2153. }
  2154. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  2155. }
  2156. /**
  2157. * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2158. *
  2159. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2160. */
  2161. protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2162. {
  2163. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2164. return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 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.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = 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.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = 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']));
  2165. }
  2166. /**
  2167. * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2168. *
  2169. * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2170. */
  2171. protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2172. {
  2173. return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = 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\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2174. }
  2175. /**
  2176. * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2177. *
  2178. * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2179. */
  2180. protected function getApiPlatform_OperationPathResolver_CustomService()
  2181. {
  2182. return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2183. }
  2184. /**
  2185. * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2186. *
  2187. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2188. */
  2189. protected function getApiPlatform_OperationPathResolver_RouterService()
  2190. {
  2191. $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2192. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2193. return $this->privates['api_platform.operation_path_resolver.router'];
  2194. }
  2195. $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2196. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2197. return $this->privates['api_platform.operation_path_resolver.router'];
  2198. }
  2199. return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
  2200. }
  2201. /**
  2202. * Gets the private 'api_platform.resource_class_resolver' shared service.
  2203. *
  2204. * @return \ApiPlatform\Api\ResourceClassResolver
  2205. */
  2206. protected function getApiPlatform_ResourceClassResolverService()
  2207. {
  2208. return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2209. }
  2210. /**
  2211. * Gets the private 'api_platform.router' shared service.
  2212. *
  2213. * @return \ApiPlatform\Symfony\Routing\Router
  2214. */
  2215. protected function getApiPlatform_RouterService()
  2216. {
  2217. $a = ($this->services['router'] ?? $this->getRouterService());
  2218. if (isset($this->privates['api_platform.router'])) {
  2219. return $this->privates['api_platform.router'];
  2220. }
  2221. return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
  2222. }
  2223. /**
  2224. * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2225. *
  2226. * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2227. */
  2228. protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2229. {
  2230. $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2231. if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2232. return $this->privates['api_platform.security.listener.request.deny_access'];
  2233. }
  2234. return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  2235. }
  2236. /**
  2237. * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2238. *
  2239. * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2240. */
  2241. protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2242. {
  2243. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2244. if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2245. return $this->privates['api_platform.security.resource_access_checker'];
  2246. }
  2247. return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\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);
  2248. }
  2249. /**
  2250. * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2251. *
  2252. * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2253. */
  2254. protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2255. {
  2256. $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2257. if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2258. return $this->privates['api_platform.serializer.context_builder.filter'];
  2259. }
  2260. $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2261. return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b, $a, new \ApiPlatform\Serializer\SerializerContextBuilder($b));
  2262. }
  2263. /**
  2264. * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2265. *
  2266. * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2267. */
  2268. protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2269. {
  2270. return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\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()))])));
  2271. }
  2272. /**
  2273. * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2274. *
  2275. * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2276. */
  2277. protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2278. {
  2279. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2280. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2281. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2282. }
  2283. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2284. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2285. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2286. }
  2287. $c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2288. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2289. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2290. }
  2291. 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\Operation\UnderscorePathSegmentNameGenerator())), $c));
  2292. }
  2293. /**
  2294. * Gets the private 'cache.annotations' shared service.
  2295. *
  2296. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2297. */
  2298. protected function getCache_AnnotationsService()
  2299. {
  2300. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BKbzv8NSF5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2301. }
  2302. /**
  2303. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2304. *
  2305. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2306. */
  2307. protected function getCache_Doctrine_Orm_Default_QueryService()
  2308. {
  2309. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2310. }
  2311. /**
  2312. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2313. *
  2314. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2315. */
  2316. protected function getCache_Doctrine_Orm_Default_ResultService()
  2317. {
  2318. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2319. }
  2320. /**
  2321. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2322. *
  2323. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2324. */
  2325. protected function getCache_Messenger_RestartWorkersSignalService()
  2326. {
  2327. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('88sgD5UFap', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2328. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2329. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2330. }
  2331. /**
  2332. * Gets the private 'cache.property_info' shared service.
  2333. *
  2334. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2335. */
  2336. protected function getCache_PropertyInfoService()
  2337. {
  2338. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IHr2UOcMVH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2339. }
  2340. /**
  2341. * Gets the private 'cache.security_expression_language' shared service.
  2342. *
  2343. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2344. */
  2345. protected function getCache_SecurityExpressionLanguageService()
  2346. {
  2347. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZrAiog9uJH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2348. }
  2349. /**
  2350. * Gets the private 'cache.serializer' shared service.
  2351. *
  2352. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2353. */
  2354. protected function getCache_SerializerService()
  2355. {
  2356. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4vpx1eyJ7v', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2357. }
  2358. /**
  2359. * Gets the private 'cache.validator' shared service.
  2360. *
  2361. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2362. */
  2363. protected function getCache_ValidatorService()
  2364. {
  2365. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('At39LiMZqK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2366. }
  2367. /**
  2368. * Gets the private 'config_cache_factory' shared service.
  2369. *
  2370. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2371. */
  2372. protected function getConfigCacheFactoryService()
  2373. {
  2374. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2375. 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)));
  2376. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2377. }, 2));
  2378. }
  2379. /**
  2380. * Gets the private 'data_collector.form' shared service.
  2381. *
  2382. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2383. */
  2384. protected function getDataCollector_FormService()
  2385. {
  2386. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2387. }
  2388. /**
  2389. * Gets the private 'data_collector.request' shared service.
  2390. *
  2391. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2392. */
  2393. protected function getDataCollector_RequestService()
  2394. {
  2395. 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())));
  2396. }
  2397. /**
  2398. * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2399. *
  2400. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2401. */
  2402. protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2403. {
  2404. 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 () {
  2405. yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2406. }, 1)));
  2407. }
  2408. /**
  2409. * Gets the private 'debug.api_platform.data_persister' shared service.
  2410. *
  2411. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2412. */
  2413. protected function getDebug_ApiPlatform_DataPersisterService()
  2414. {
  2415. return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2416. yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2417. yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2418. }, 2)));
  2419. }
  2420. /**
  2421. * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2422. *
  2423. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2424. */
  2425. protected function getDebug_ApiPlatform_ItemDataProviderService()
  2426. {
  2427. 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 () {
  2428. yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2429. }, 1)));
  2430. }
  2431. /**
  2432. * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2433. *
  2434. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2435. */
  2436. protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2437. {
  2438. 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 () {
  2439. yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2440. }, 1)));
  2441. }
  2442. /**
  2443. * Gets the private 'debug.debug_handlers_listener' shared service.
  2444. *
  2445. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2446. */
  2447. protected function getDebug_DebugHandlersListenerService()
  2448. {
  2449. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2450. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2451. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2452. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2453. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2454. 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()));
  2455. }
  2456. /**
  2457. * Gets the private 'debug.file_link_formatter' shared service.
  2458. *
  2459. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2460. */
  2461. protected function getDebug_FileLinkFormatterService()
  2462. {
  2463. 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 () {
  2464. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2465. });
  2466. }
  2467. /**
  2468. * Gets the private 'debug.log_processor' shared service.
  2469. *
  2470. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2471. */
  2472. protected function getDebug_LogProcessorService()
  2473. {
  2474. 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())));
  2475. }
  2476. /**
  2477. * Gets the private 'debug.security.access.decision_manager' shared service.
  2478. *
  2479. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2480. */
  2481. protected function getDebug_Security_Access_DecisionManagerService()
  2482. {
  2483. 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 () {
  2484. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2485. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2486. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2487. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2488. }
  2489. /**
  2490. * Gets the private 'debug.security.firewall' shared service.
  2491. *
  2492. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2493. */
  2494. protected function getDebug_Security_FirewallService()
  2495. {
  2496. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2497. if (isset($this->privates['debug.security.firewall'])) {
  2498. return $this->privates['debug.security.firewall'];
  2499. }
  2500. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2501. if (isset($this->privates['debug.security.firewall'])) {
  2502. return $this->privates['debug.security.firewall'];
  2503. }
  2504. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2505. }
  2506. /**
  2507. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2508. *
  2509. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2510. */
  2511. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2512. {
  2513. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2514. 'api_platform.doctrine.orm.listener.mercure.publish' => ['privates', 'api_platform.doctrine.orm.listener.mercure.publish', 'getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService', true],
  2515. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2516. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2517. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2518. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2519. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  2520. ], [
  2521. 'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  2522. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2523. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2524. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2525. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2526. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2527. ]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 5 => [0 => [0 => 'onFlush'], 1 => 'api_platform.doctrine.orm.listener.mercure.publish'], 6 => [0 => [0 => 'postFlush'], 1 => 'api_platform.doctrine.orm.listener.mercure.publish']]);
  2528. }
  2529. /**
  2530. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2531. *
  2532. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2533. */
  2534. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2535. {
  2536. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  2537. }
  2538. /**
  2539. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2540. *
  2541. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2542. */
  2543. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2544. {
  2545. $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);
  2546. $instance->setGlobalBasename('mapping');
  2547. return $instance;
  2548. }
  2549. /**
  2550. * Gets the private 'exception_listener' shared service.
  2551. *
  2552. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2553. */
  2554. protected function getExceptionListenerService()
  2555. {
  2556. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener(NULL, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2557. }
  2558. /**
  2559. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2560. *
  2561. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2562. */
  2563. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2564. {
  2565. 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())));
  2566. }
  2567. /**
  2568. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2569. *
  2570. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2571. */
  2572. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2573. {
  2574. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2575. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2576. return $this->privates['framework_extra_bundle.event.is_granted'];
  2577. }
  2578. 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);
  2579. }
  2580. /**
  2581. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2582. *
  2583. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2584. */
  2585. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2586. {
  2587. 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]);
  2588. }
  2589. /**
  2590. * Gets the private 'locale_aware_listener' shared service.
  2591. *
  2592. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2593. */
  2594. protected function getLocaleAwareListenerService()
  2595. {
  2596. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2597. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2598. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2599. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2600. }
  2601. /**
  2602. * Gets the private 'locale_listener' shared service.
  2603. *
  2604. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2605. */
  2606. protected function getLocaleListenerService()
  2607. {
  2608. $a = ($this->services['router'] ?? $this->getRouterService());
  2609. if (isset($this->privates['locale_listener'])) {
  2610. return $this->privates['locale_listener'];
  2611. }
  2612. 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', $a, false, []);
  2613. }
  2614. /**
  2615. * Gets the private 'mercure.hub.default.traceable' shared service.
  2616. *
  2617. * @return \Symfony\Component\Mercure\Debug\TraceableHub
  2618. */
  2619. protected function getMercure_Hub_Default_TraceableService()
  2620. {
  2621. return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \App\Services\Mercure\JWTProvider($this->getEnv('MERCURE_JWT_SECRET')), NULL, $this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2622. }
  2623. /**
  2624. * Gets the private 'mime_types' shared service.
  2625. *
  2626. * @return \Symfony\Component\Mime\MimeTypes
  2627. */
  2628. protected function getMimeTypesService()
  2629. {
  2630. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2631. $instance->setDefault($instance);
  2632. return $instance;
  2633. }
  2634. /**
  2635. * Gets the private 'monolog.handler.console' shared service.
  2636. *
  2637. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2638. */
  2639. protected function getMonolog_Handler_ConsoleService()
  2640. {
  2641. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2642. }
  2643. /**
  2644. * Gets the private 'monolog.handler.main' shared service.
  2645. *
  2646. * @return \Monolog\Handler\StreamHandler
  2647. */
  2648. protected function getMonolog_Handler_MainService()
  2649. {
  2650. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2651. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2652. return $instance;
  2653. }
  2654. /**
  2655. * Gets the private 'monolog.logger' shared service.
  2656. *
  2657. * @return \Symfony\Bridge\Monolog\Logger
  2658. */
  2659. protected function getMonolog_LoggerService()
  2660. {
  2661. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2662. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2663. $instance->useMicrosecondTimestamps(true);
  2664. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2665. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2666. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2667. return $instance;
  2668. }
  2669. /**
  2670. * Gets the private 'monolog.logger.cache' shared service.
  2671. *
  2672. * @return \Symfony\Bridge\Monolog\Logger
  2673. */
  2674. protected function getMonolog_Logger_CacheService()
  2675. {
  2676. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2677. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2678. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2679. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2680. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2681. return $instance;
  2682. }
  2683. /**
  2684. * Gets the private 'monolog.logger.request' shared service.
  2685. *
  2686. * @return \Symfony\Bridge\Monolog\Logger
  2687. */
  2688. protected function getMonolog_Logger_RequestService()
  2689. {
  2690. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2691. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2692. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2693. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2694. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2695. return $instance;
  2696. }
  2697. /**
  2698. * Gets the private 'monolog.logger.security' shared service.
  2699. *
  2700. * @return \Symfony\Bridge\Monolog\Logger
  2701. */
  2702. protected function getMonolog_Logger_SecurityService()
  2703. {
  2704. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2705. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2706. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2707. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2708. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2709. return $instance;
  2710. }
  2711. /**
  2712. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2713. *
  2714. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2715. */
  2716. protected function getNelmioCors_CorsListenerService()
  2717. {
  2718. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2719. }
  2720. /**
  2721. * Gets the private 'parameter_bag' shared service.
  2722. *
  2723. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2724. */
  2725. protected function getParameterBagService()
  2726. {
  2727. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2728. }
  2729. /**
  2730. * Gets the private 'profiler_listener' shared service.
  2731. *
  2732. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2733. */
  2734. protected function getProfilerListenerService()
  2735. {
  2736. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2737. if (isset($this->privates['profiler_listener'])) {
  2738. return $this->privates['profiler_listener'];
  2739. }
  2740. 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);
  2741. }
  2742. /**
  2743. * Gets the private 'property_accessor' shared service.
  2744. *
  2745. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2746. */
  2747. protected function getPropertyAccessorService()
  2748. {
  2749. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2750. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2751. }
  2752. /**
  2753. * Gets the private 'property_info' shared service.
  2754. *
  2755. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2756. */
  2757. protected function getPropertyInfoService()
  2758. {
  2759. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2760. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2761. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2762. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2763. }, 3), new RewindableGenerator(function () {
  2764. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2765. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2766. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2767. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2768. }, 4), new RewindableGenerator(function () {
  2769. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2770. }, 1), new RewindableGenerator(function () {
  2771. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2772. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2773. }, 2), new RewindableGenerator(function () {
  2774. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2775. }, 1));
  2776. }
  2777. /**
  2778. * Gets the private 'router.expression_language_provider' shared service.
  2779. *
  2780. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2781. */
  2782. protected function getRouter_ExpressionLanguageProviderService()
  2783. {
  2784. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2785. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2786. ], [
  2787. 'env' => 'Closure',
  2788. ]));
  2789. }
  2790. /**
  2791. * Gets the private 'router.request_context' shared service.
  2792. *
  2793. * @return \Symfony\Component\Routing\RequestContext
  2794. */
  2795. protected function getRouter_RequestContextService()
  2796. {
  2797. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('PUBLIC_URL'), 'localhost', 'http', 80, 443);
  2798. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2799. return $instance;
  2800. }
  2801. /**
  2802. * Gets the private 'router_listener' shared service.
  2803. *
  2804. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2805. */
  2806. protected function getRouterListenerService()
  2807. {
  2808. $a = ($this->services['router'] ?? $this->getRouterService());
  2809. if (isset($this->privates['router_listener'])) {
  2810. return $this->privates['router_listener'];
  2811. }
  2812. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  2813. }
  2814. /**
  2815. * Gets the private 'security.context_listener.0' shared service.
  2816. *
  2817. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2818. */
  2819. protected function getSecurity_ContextListener_0Service()
  2820. {
  2821. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2822. if (isset($this->privates['security.context_listener.0'])) {
  2823. return $this->privates['security.context_listener.0'];
  2824. }
  2825. 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 () {
  2826. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2827. }, 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']);
  2828. }
  2829. /**
  2830. * Gets the private 'security.event_dispatcher.main' shared service.
  2831. *
  2832. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2833. */
  2834. protected function getSecurity_EventDispatcher_MainService()
  2835. {
  2836. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2837. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2838. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2839. }, 1 => 'checkPassport'], 2048);
  2840. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2841. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2842. }, 1 => 'onSuccessfulLogin'], 0);
  2843. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2844. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2845. }, 1 => 'onLogout'], 64);
  2846. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2847. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2848. }, 1 => 'onLogout'], 0);
  2849. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2850. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2851. }, 1 => 'preCheckCredentials'], 256);
  2852. $instance->addListener('security.authentication.success', [0 => function () {
  2853. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2854. }, 1 => 'postCheckCredentials'], 256);
  2855. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2856. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2857. }, 1 => 'checkPassport'], 1024);
  2858. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2859. return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  2860. }, 1 => 'onLogout'], 0);
  2861. $instance->addListener('security.interactive_login', [0 => function () {
  2862. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  2863. }, 1 => 'onSecurityInteractiveLogin'], 0);
  2864. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2865. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  2866. }, 1 => 'onSecurityLogout'], 0);
  2867. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2868. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2869. }, 1 => 'checkPassport'], 0);
  2870. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2871. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2872. }, 1 => 'onLoginSuccess'], 0);
  2873. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2874. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2875. }, 1 => 'checkPassport'], 512);
  2876. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2877. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2878. }, 1 => 'onLogout'], 0);
  2879. return $instance;
  2880. }
  2881. /**
  2882. * Gets the private 'security.expression_language' shared service.
  2883. *
  2884. * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2885. */
  2886. protected function getSecurity_ExpressionLanguageService()
  2887. {
  2888. $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2889. $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2890. return $instance;
  2891. }
  2892. /**
  2893. * Gets the private 'security.firewall.map' shared service.
  2894. *
  2895. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2896. */
  2897. protected function getSecurity_Firewall_MapService()
  2898. {
  2899. $a = ($this->privates['.service_locator.2AgYTo_'] ?? $this->get_ServiceLocator_2AgYToService());
  2900. if (isset($this->privates['security.firewall.map'])) {
  2901. return $this->privates['security.firewall.map'];
  2902. }
  2903. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2904. 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)/')));
  2905. yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2906. yield 'security.firewall.map.context.refresh_jwt' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  2907. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  2908. yield 'security.firewall.map.context.main' => NULL;
  2909. }, 5));
  2910. }
  2911. /**
  2912. * Gets the private 'security.helper' shared service.
  2913. *
  2914. * @return \Symfony\Component\Security\Core\Security
  2915. */
  2916. protected function getSecurity_HelperService()
  2917. {
  2918. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2919. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  2920. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  2921. ], [
  2922. 'security.authorization_checker' => '?',
  2923. 'security.token_storage' => '?',
  2924. ]));
  2925. }
  2926. /**
  2927. * Gets the private 'security.logout_url_generator' shared service.
  2928. *
  2929. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2930. */
  2931. protected function getSecurity_LogoutUrlGeneratorService()
  2932. {
  2933. $a = ($this->services['router'] ?? $this->getRouterService());
  2934. if (isset($this->privates['security.logout_url_generator'])) {
  2935. return $this->privates['security.logout_url_generator'];
  2936. }
  2937. $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2938. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  2939. return $instance;
  2940. }
  2941. /**
  2942. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2943. *
  2944. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2945. */
  2946. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2947. {
  2948. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2949. }
  2950. /**
  2951. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2952. *
  2953. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2954. */
  2955. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2956. {
  2957. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2958. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2959. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2960. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2961. }
  2962. /**
  2963. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2964. *
  2965. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2966. */
  2967. protected function getSensioFrameworkExtra_Security_ListenerService()
  2968. {
  2969. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2970. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2971. return $this->privates['sensio_framework_extra.security.listener'];
  2972. }
  2973. $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2974. $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2975. 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()));
  2976. }
  2977. /**
  2978. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2979. *
  2980. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2981. */
  2982. protected function getSensioFrameworkExtra_View_ListenerService()
  2983. {
  2984. $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))));
  2985. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2986. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2987. ], [
  2988. 'twig' => '?',
  2989. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2990. return $instance;
  2991. }
  2992. /**
  2993. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2994. *
  2995. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2996. */
  2997. protected function getSerializer_NameConverter_MetadataAwareService()
  2998. {
  2999. 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()));
  3000. }
  3001. /**
  3002. * Gets the private 'session_listener' shared service.
  3003. *
  3004. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3005. */
  3006. protected function getSessionListenerService()
  3007. {
  3008. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3009. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  3010. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  3011. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3012. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  3013. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  3014. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  3015. ], [
  3016. 'initialized_session' => '?',
  3017. 'logger' => '?',
  3018. 'request_stack' => '?',
  3019. 'session' => '?',
  3020. 'session_collector' => '?',
  3021. 'session_factory' => '?',
  3022. ]), true, $this->parameters['session.storage.options']);
  3023. }
  3024. /**
  3025. * Gets the private 'translator.default' shared service.
  3026. *
  3027. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3028. */
  3029. protected function getTranslator_DefaultService()
  3030. {
  3031. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3032. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  3033. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  3034. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  3035. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  3036. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  3037. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  3038. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  3039. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  3040. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  3041. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  3042. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  3043. ], [
  3044. 'translation.loader.csv' => '?',
  3045. 'translation.loader.dat' => '?',
  3046. 'translation.loader.ini' => '?',
  3047. 'translation.loader.json' => '?',
  3048. 'translation.loader.mo' => '?',
  3049. 'translation.loader.php' => '?',
  3050. 'translation.loader.po' => '?',
  3051. 'translation.loader.qt' => '?',
  3052. 'translation.loader.res' => '?',
  3053. 'translation.loader.xliff' => '?',
  3054. 'translation.loader.yml' => '?',
  3055. ]), 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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf'), 5 => (\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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf'), 5 => (\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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), 5 => (\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')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.nl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.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')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 4 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/translations', 6 => 'translations', 7 => 'vendor/symfony/framework-bundle/translations', 8 => 'vendor/doctrine/doctrine-bundle/translations', 9 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 10 => 'vendor/symfony/debug-bundle/translations', 11 => 'vendor/symfony/twig-bundle/translations', 12 => 'vendor/symfony/web-profiler-bundle/translations', 13 => 'vendor/twig/extra-bundle/translations', 14 => 'vendor/symfony/security-bundle/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/symfony/maker-bundle/src/translations', 17 => 'vendor/sensio/framework-extra-bundle/src/translations', 18 => 'vendor/symfony/swiftmailer-bundle/translations', 19 => 'vendor/symfony/mercure-bundle/src/translations', 20 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 21 => 'vendor/lexik/jwt-authentication-bundle/translations', 22 => 'vendor/nelmio/cors-bundle/translations', 23 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 24 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations']]], []);
  3056. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3057. $instance->setFallbackLocales([0 => 'en']);
  3058. return $instance;
  3059. }
  3060. /**
  3061. * Gets the private 'validator.builder' shared service.
  3062. *
  3063. * @return \Symfony\Component\Validator\ValidatorBuilder
  3064. */
  3065. protected function getValidator_BuilderService()
  3066. {
  3067. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3068. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3069. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3070. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3071. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3072. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  3073. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3074. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  3075. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3076. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3077. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3078. ], [
  3079. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3080. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3081. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3082. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3083. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3084. 'doctrine.orm.validator.unique' => '?',
  3085. 'security.validator.user_password' => '?',
  3086. 'validator.expression' => '?',
  3087. ])));
  3088. if ($this->has('translator')) {
  3089. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3090. }
  3091. $instance->setTranslationDomain('validators');
  3092. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3093. $instance->enableAnnotationMapping(true);
  3094. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3095. $instance->addMethodMapping('loadValidatorMetadata');
  3096. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3097. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  3098. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3099. return $instance;
  3100. }
  3101. /**
  3102. * Gets the private 'var_dumper.html_dumper' shared service.
  3103. *
  3104. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3105. */
  3106. protected function getVarDumper_HtmlDumperService()
  3107. {
  3108. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  3109. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3110. return $instance;
  3111. }
  3112. /**
  3113. * Gets the private 'var_dumper.server_connection' shared service.
  3114. *
  3115. * @return \Symfony\Component\VarDumper\Server\Connection
  3116. */
  3117. protected function getVarDumper_ServerConnectionService()
  3118. {
  3119. 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()]);
  3120. }
  3121. /**
  3122. * Gets the private 'web_profiler.csp.handler' shared service.
  3123. *
  3124. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3125. */
  3126. protected function getWebProfiler_Csp_HandlerService()
  3127. {
  3128. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3129. }
  3130. /**
  3131. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3132. *
  3133. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3134. */
  3135. protected function getWebProfiler_DebugToolbarService()
  3136. {
  3137. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3138. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3139. return $this->privates['web_profiler.debug_toolbar'];
  3140. }
  3141. $b = ($this->services['router'] ?? $this->getRouterService());
  3142. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3143. return $this->privates['web_profiler.debug_toolbar'];
  3144. }
  3145. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3146. }
  3147. /**
  3148. * Gets the public 'cache_clearer' alias.
  3149. *
  3150. * @return object The ".container.private.cache_clearer" service.
  3151. */
  3152. protected function getCacheClearerService()
  3153. {
  3154. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3155. return $this->get('.container.private.cache_clearer');
  3156. }
  3157. /**
  3158. * Gets the public 'filesystem' alias.
  3159. *
  3160. * @return object The ".container.private.filesystem" service.
  3161. */
  3162. protected function getFilesystemService()
  3163. {
  3164. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3165. return $this->get('.container.private.filesystem');
  3166. }
  3167. /**
  3168. * Gets the public 'serializer' alias.
  3169. *
  3170. * @return object The ".container.private.serializer" service.
  3171. */
  3172. protected function getSerializerService()
  3173. {
  3174. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3175. return $this->get('.container.private.serializer');
  3176. }
  3177. /**
  3178. * Gets the public 'security.csrf.token_manager' alias.
  3179. *
  3180. * @return object The ".container.private.security.csrf.token_manager" service.
  3181. */
  3182. protected function getSecurity_Csrf_TokenManagerService()
  3183. {
  3184. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3185. return $this->get('.container.private.security.csrf.token_manager');
  3186. }
  3187. /**
  3188. * Gets the public 'form.factory' alias.
  3189. *
  3190. * @return object The ".container.private.form.factory" service.
  3191. */
  3192. protected function getForm_FactoryService()
  3193. {
  3194. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3195. return $this->get('.container.private.form.factory');
  3196. }
  3197. /**
  3198. * Gets the public 'form.type.file' alias.
  3199. *
  3200. * @return object The ".container.private.form.type.file" service.
  3201. */
  3202. protected function getForm_Type_FileService()
  3203. {
  3204. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3205. return $this->get('.container.private.form.type.file');
  3206. }
  3207. /**
  3208. * Gets the public 'profiler' alias.
  3209. *
  3210. * @return object The ".container.private.profiler" service.
  3211. */
  3212. protected function getProfilerService()
  3213. {
  3214. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3215. return $this->get('.container.private.profiler');
  3216. }
  3217. /**
  3218. * Gets the public 'twig' alias.
  3219. *
  3220. * @return object The ".container.private.twig" service.
  3221. */
  3222. protected function getTwigService()
  3223. {
  3224. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3225. return $this->get('.container.private.twig');
  3226. }
  3227. /**
  3228. * Gets the public 'security.authorization_checker' alias.
  3229. *
  3230. * @return object The ".container.private.security.authorization_checker" service.
  3231. */
  3232. protected function getSecurity_AuthorizationCheckerService()
  3233. {
  3234. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3235. return $this->get('.container.private.security.authorization_checker');
  3236. }
  3237. /**
  3238. * Gets the public 'security.token_storage' alias.
  3239. *
  3240. * @return object The ".container.private.security.token_storage" service.
  3241. */
  3242. protected function getSecurity_TokenStorageService()
  3243. {
  3244. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3245. return $this->get('.container.private.security.token_storage');
  3246. }
  3247. /**
  3248. * Gets the public 'security.password_encoder' alias.
  3249. *
  3250. * @return object The ".container.private.security.password_encoder" service.
  3251. */
  3252. protected function getSecurity_PasswordEncoderService()
  3253. {
  3254. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3255. return $this->get('.container.private.security.password_encoder');
  3256. }
  3257. /**
  3258. * Gets the public 'session' alias.
  3259. *
  3260. * @return object The ".container.private.session" service.
  3261. */
  3262. protected function getSessionService()
  3263. {
  3264. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3265. return $this->get('.container.private.session');
  3266. }
  3267. /**
  3268. * Gets the public 'validator' alias.
  3269. *
  3270. * @return object The ".container.private.validator" service.
  3271. */
  3272. protected function getValidatorService()
  3273. {
  3274. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3275. return $this->get('.container.private.validator');
  3276. }
  3277. /**
  3278. * @return array|bool|float|int|string|\UnitEnum|null
  3279. */
  3280. public function getParameter(string $name)
  3281. {
  3282. if (isset($this->buildParameters[$name])) {
  3283. return $this->buildParameters[$name];
  3284. }
  3285. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3286. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3287. }
  3288. if (isset($this->loadedDynamicParameters[$name])) {
  3289. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3290. }
  3291. return $this->parameters[$name];
  3292. }
  3293. public function hasParameter(string $name): bool
  3294. {
  3295. if (isset($this->buildParameters[$name])) {
  3296. return true;
  3297. }
  3298. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3299. }
  3300. public function setParameter(string $name, $value): void
  3301. {
  3302. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3303. }
  3304. public function getParameterBag(): ParameterBagInterface
  3305. {
  3306. if (null === $this->parameterBag) {
  3307. $parameters = $this->parameters;
  3308. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3309. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3310. }
  3311. foreach ($this->buildParameters as $name => $value) {
  3312. $parameters[$name] = $value;
  3313. }
  3314. $this->parameterBag = new FrozenParameterBag($parameters);
  3315. }
  3316. return $this->parameterBag;
  3317. }
  3318. private $loadedDynamicParameters = [
  3319. 'kernel.runtime_environment' => false,
  3320. 'kernel.build_dir' => false,
  3321. 'kernel.cache_dir' => false,
  3322. 'googleDeveloperKey' => false,
  3323. 'googleClientId' => false,
  3324. 'googleClientSecret' => false,
  3325. 'googleAuthConfig' => false,
  3326. 'googleScopes' => false,
  3327. 'hunter.url' => false,
  3328. 'hunter.key' => false,
  3329. 'hunter.refreshtoken' => false,
  3330. 'hunter.accesstoken' => false,
  3331. 'publicUrl' => false,
  3332. 'kernel.secret' => false,
  3333. 'debug.container.dump' => false,
  3334. 'serializer.mapping.cache.file' => false,
  3335. 'validator.mapping.cache.file' => false,
  3336. 'profiler.storage.dsn' => false,
  3337. 'doctrine.orm.proxy_dir' => false,
  3338. 'mercure.hubs' => false,
  3339. 'mercure.default_hub' => false,
  3340. 'lexik_jwt_authentication.pass_phrase' => false,
  3341. 'nelmio_cors.defaults' => false,
  3342. ];
  3343. private $dynamicParameters = [];
  3344. private function getDynamicParameter(string $name)
  3345. {
  3346. switch ($name) {
  3347. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3348. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3349. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3350. case 'googleDeveloperKey': $value = $this->getEnv('GOOGLE_API_KEY'); break;
  3351. case 'googleClientId': $value = $this->getEnv('GOOGLE_CLIENT_ID'); break;
  3352. case 'googleClientSecret': $value = $this->getEnv('GOOGLE_CLIENT_SECRET'); break;
  3353. case 'googleAuthConfig': $value = $this->getEnv('resolve:GOOGLE_AUTH_CONFIG'); break;
  3354. case 'googleScopes': $value = $this->getEnv('GOOGLE_SCOPES'); break;
  3355. case 'hunter.url': $value = $this->getEnv('HUNTER_URL'); break;
  3356. case 'hunter.key': $value = $this->getEnv('HUNTER_API_KEY'); break;
  3357. case 'hunter.refreshtoken': $value = $this->getEnv('HUNTER_REFRESH_TOKEN'); break;
  3358. case 'hunter.accesstoken': $value = $this->getEnv('HUNTER_ACCESS_TOKEN'); break;
  3359. case 'publicUrl': $value = $this->getEnv('PUBLIC_URL'); break;
  3360. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  3361. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3362. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3363. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3364. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3365. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3366. case 'mercure.hubs': $value = [
  3367. 'default' => $this->getEnv('MERCURE_URL'),
  3368. ]; break;
  3369. case 'mercure.default_hub': $value = $this->getEnv('MERCURE_URL'); break;
  3370. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  3371. case 'nelmio_cors.defaults': $value = [
  3372. 'allow_origin' => [
  3373. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3374. ],
  3375. 'allow_credentials' => false,
  3376. 'allow_headers' => [
  3377. 0 => 'content-type',
  3378. 1 => 'authorization',
  3379. ],
  3380. 'allow_private_network' => false,
  3381. 'expose_headers' => [
  3382. 0 => 'Link',
  3383. ],
  3384. 'allow_methods' => [
  3385. 0 => 'GET',
  3386. 1 => 'OPTIONS',
  3387. 2 => 'POST',
  3388. 3 => 'PUT',
  3389. 4 => 'PATCH',
  3390. 5 => 'DELETE',
  3391. ],
  3392. 'max_age' => 3600,
  3393. 'hosts' => [
  3394. ],
  3395. 'origin_regex' => true,
  3396. 'skip_same_as_origin' => true,
  3397. 'forced_allow_origin_value' => NULL,
  3398. ]; break;
  3399. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3400. }
  3401. $this->loadedDynamicParameters[$name] = true;
  3402. return $this->dynamicParameters[$name] = $value;
  3403. }
  3404. protected function getDefaultParameters(): array
  3405. {
  3406. return [
  3407. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3408. 'kernel.environment' => 'dev',
  3409. 'kernel.debug' => true,
  3410. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3411. 'kernel.bundles' => [
  3412. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3413. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3414. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3415. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3416. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3417. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3418. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3419. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3420. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3421. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3422. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3423. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3424. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3425. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3426. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3427. 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  3428. 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3429. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3430. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3431. 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3432. 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  3433. ],
  3434. 'kernel.bundles_metadata' => [
  3435. 'FrameworkBundle' => [
  3436. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3437. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3438. ],
  3439. 'DoctrineBundle' => [
  3440. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3441. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3442. ],
  3443. 'DoctrineMigrationsBundle' => [
  3444. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3445. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3446. ],
  3447. 'DebugBundle' => [
  3448. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  3449. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3450. ],
  3451. 'TwigBundle' => [
  3452. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3453. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3454. ],
  3455. 'WebProfilerBundle' => [
  3456. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3457. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3458. ],
  3459. 'TwigExtraBundle' => [
  3460. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  3461. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3462. ],
  3463. 'SecurityBundle' => [
  3464. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3465. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3466. ],
  3467. 'MonologBundle' => [
  3468. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3469. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3470. ],
  3471. 'MakerBundle' => [
  3472. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3473. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3474. ],
  3475. 'SensioFrameworkExtraBundle' => [
  3476. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3477. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3478. ],
  3479. 'SymfonyCastsVerifyEmailBundle' => [
  3480. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3481. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3482. ],
  3483. 'SwiftmailerBundle' => [
  3484. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
  3485. 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3486. ],
  3487. 'SymfonyCastsResetPasswordBundle' => [
  3488. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3489. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3490. ],
  3491. 'KnpPaginatorBundle' => [
  3492. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  3493. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3494. ],
  3495. 'MercureBundle' => [
  3496. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src'),
  3497. 'namespace' => 'Symfony\\Bundle\\MercureBundle',
  3498. ],
  3499. 'FOSJsRoutingBundle' => [
  3500. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3501. 'namespace' => 'FOS\\JsRoutingBundle',
  3502. ],
  3503. 'LexikJWTAuthenticationBundle' => [
  3504. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  3505. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3506. ],
  3507. 'NelmioCorsBundle' => [
  3508. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  3509. 'namespace' => 'Nelmio\\CorsBundle',
  3510. ],
  3511. 'ApiPlatformBundle' => [
  3512. 'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3513. 'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3514. ],
  3515. 'GesdinetJWTRefreshTokenBundle' => [
  3516. 'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3517. 'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3518. ],
  3519. ],
  3520. 'kernel.charset' => 'UTF-8',
  3521. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  3522. 'USERS' => [
  3523. 0 => [
  3524. 'firstname' => 'Super Admin',
  3525. 'lastname' => 'Pentabell',
  3526. 'email' => '[email protected]',
  3527. 'role' => 'ROLE_SUPER_ADMIN',
  3528. 'country' => 'Tunisia',
  3529. ],
  3530. 1 => [
  3531. 'firstname' => 'Admin',
  3532. 'lastname' => 'Tunisia',
  3533. 'email' => '[email protected]',
  3534. 'role' => 'ROLE_ADMIN',
  3535. 'country' => 'Tunisia',
  3536. 'company' => [
  3537. 'companyName' => 'PentabellTunisie',
  3538. 'companyEmail' => '[email protected]',
  3539. 'companyCountry' => 'tunisia',
  3540. ],
  3541. ],
  3542. 2 => [
  3543. 'firstname' => 'Admin',
  3544. 'lastname' => 'Tunisia PTN',
  3545. 'email' => '[email protected]',
  3546. 'role' => 'ROLE_ADMIN',
  3547. 'country' => 'Tunisia',
  3548. 'company' => [
  3549. 'companyName' => 'PTN',
  3550. 'companyEmail' => '[email protected]',
  3551. 'companyCountry' => 'Tunisia',
  3552. ],
  3553. ],
  3554. 3 => [
  3555. 'firstname' => 'Admin',
  3556. 'lastname' => 'Tunisia STN',
  3557. 'email' => '[email protected]',
  3558. 'role' => 'ROLE_ADMIN',
  3559. 'country' => 'Tunisia',
  3560. 'company' => [
  3561. 'companyName' => 'STN',
  3562. 'companyEmail' => '[email protected]',
  3563. 'companyCountry' => 'Tunisia',
  3564. ],
  3565. ],
  3566. 4 => [
  3567. 'firstname' => 'Admin',
  3568. 'lastname' => 'Algeria',
  3569. 'email' => '[email protected]',
  3570. 'role' => 'ROLE_ADMIN',
  3571. 'country' => 'Algeria',
  3572. 'company' => [
  3573. 'companyName' => 'PentabellAlgerie',
  3574. 'companyEmail' => '[email protected]',
  3575. 'companyCountry' => 'Algeria',
  3576. ],
  3577. ],
  3578. 5 => [
  3579. 'firstname' => 'Admin',
  3580. 'lastname' => 'Qatar',
  3581. 'email' => '[email protected]',
  3582. 'role' => 'ROLE_ADMIN',
  3583. 'country' => 'Qatar',
  3584. 'company' => [
  3585. 'companyName' => 'PentabellQatar',
  3586. 'companyEmail' => '[email protected]',
  3587. 'companyCountry' => 'Qatar',
  3588. ],
  3589. ],
  3590. 6 => [
  3591. 'firstname' => 'Admin',
  3592. 'lastname' => 'France',
  3593. 'email' => '[email protected]',
  3594. 'role' => 'ROLE_ADMIN',
  3595. 'country' => 'France',
  3596. 'company' => [
  3597. 'companyName' => 'PentabellFrance',
  3598. 'companyEmail' => '[email protected]',
  3599. 'companyCountry' => 'France',
  3600. ],
  3601. ],
  3602. 7 => [
  3603. 'firstname' => 'Admin',
  3604. 'lastname' => 'UnitedArabEmirates',
  3605. 'email' => '[email protected]',
  3606. 'role' => 'ROLE_ADMIN',
  3607. 'country' => 'United Arab Emirates',
  3608. 'company' => [
  3609. 'companyName' => 'PentabellUnitedArabEmirates',
  3610. 'companyEmail' => '[email protected]',
  3611. 'companyCountry' => 'United Arab Emirates',
  3612. ],
  3613. ],
  3614. 8 => [
  3615. 'firstname' => 'Admin',
  3616. 'lastname' => 'SaudiArabia',
  3617. 'email' => '[email protected]',
  3618. 'role' => 'ROLE_ADMIN',
  3619. 'country' => 'Saudi Arabia',
  3620. 'company' => [
  3621. 'companyName' => 'PentabellSaudiArabia',
  3622. 'companyEmail' => '[email protected]',
  3623. 'companyCountry' => 'Saudi Arabia',
  3624. ],
  3625. ],
  3626. 9 => [
  3627. 'firstname' => 'Admin',
  3628. 'lastname' => 'Morocco',
  3629. 'email' => '[email protected]',
  3630. 'role' => 'ROLE_ADMIN',
  3631. 'country' => 'Morocco',
  3632. 'company' => [
  3633. 'companyName' => 'PentabellMorocco',
  3634. 'companyEmail' => '[email protected]',
  3635. 'companyCountry' => 'Morocco',
  3636. ],
  3637. ],
  3638. 10 => [
  3639. 'firstname' => 'Admin',
  3640. 'lastname' => 'Switzerland',
  3641. 'email' => '[email protected]',
  3642. 'role' => 'ROLE_ADMIN',
  3643. 'country' => 'Switzerland',
  3644. 'company' => [
  3645. 'companyName' => 'PentabellSwitzerland',
  3646. 'companyEmail' => '[email protected]',
  3647. 'companyCountry' => 'Switzerland',
  3648. ],
  3649. ],
  3650. 11 => [
  3651. 'firstname' => 'Admin',
  3652. 'lastname' => 'Iraq',
  3653. 'email' => '[email protected]',
  3654. 'role' => 'ROLE_ADMIN',
  3655. 'country' => 'Iraq',
  3656. 'company' => [
  3657. 'companyName' => 'PentabellIraq',
  3658. 'companyEmail' => '[email protected]',
  3659. 'companyCountry' => 'Iraq',
  3660. ],
  3661. ],
  3662. ],
  3663. 'GROUPS' => [
  3664. 'Consultant' => [
  3665. 'codeProfil' => 'CS',
  3666. 'roles' => [
  3667. 0 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_CONSULTANT',
  3668. 1 => 'ROLE_DISPLAY_ACTIVE_TOTAL_CONTRACT_CONSULTANT',
  3669. 2 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_CONSULTANT',
  3670. 3 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_CONTRACT_CONSULTANT',
  3671. 4 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_CONSULTANT',
  3672. 5 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_CONSULTANT',
  3673. 6 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_CONSULTANT',
  3674. 7 => 'ROLE_SHOW_CV',
  3675. 8 => 'ROLE_DISPLAY_PASSPORT',
  3676. 9 => 'ROLE_UPDATE_PASSPORT',
  3677. 10 => 'ROLE_DISPLAY_ADDRESS',
  3678. 11 => 'ROLE_UPDATE_ADDRESS',
  3679. 12 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3680. 13 => 'ROLE_UPDATE_EMERGENCY_CONTACT',
  3681. 14 => 'ROLE_DISPLAY_ID',
  3682. 15 => 'ROLE_UPDATE_ID',
  3683. 16 => 'ROLE_DISPLAY_PASSWORD',
  3684. 17 => 'ROLE_UPDATE_PASSWORD',
  3685. 18 => 'ROLE_SHOW_MEETING',
  3686. 19 => 'ROLE_SHOW_TIMESHEET',
  3687. 20 => 'ROLE_DISPLAY_BANK',
  3688. 21 => 'ROLE_ADD_BANK',
  3689. 22 => 'ROLE_EDIT_BANK',
  3690. 23 => 'ROLE_DELETE_BANK',
  3691. 24 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3692. 25 => 'ROLE_SHOW_INSURANCE',
  3693. 26 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  3694. 27 => 'ROLE_ADD_TIMESHEET',
  3695. 28 => 'ROLE_REMOVE_TIMESHEET',
  3696. 29 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  3697. 30 => 'ROLE_DISPLAY_CONTRACT',
  3698. 31 => 'ROLE_SHOW_CONTRACT',
  3699. 32 => 'ROLE_GET_PDF_CONTRACT',
  3700. 33 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3701. 34 => 'ROLE_DISPLAY_CONSULTANT_PAYMENT',
  3702. 35 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  3703. 36 => 'ROLE_ADD_COMPLAINT',
  3704. 37 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3705. 38 => 'ROLE_DISPLAY_SHARED_DOCS_CONSULTANT',
  3706. 39 => 'ROLE_ADD_RESIGNATION_LETTER',
  3707. 40 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3708. 41 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3709. 42 => 'ROLE_EDIT_RESIGNATION_LETTER',
  3710. 43 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3711. 44 => 'ROLE_CONFIG_FIELDS',
  3712. 45 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3713. 46 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3714. 47 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3715. 48 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3716. 49 => 'ROLE_EDIT_TIMESHEET',
  3717. ],
  3718. ],
  3719. 'Delivery Specialist' => [
  3720. 'codeProfil' => 'DS',
  3721. 'roles' => [
  3722. 0 => 'ROLE_DISPLAY_CONSULTANTS_TOTAL_AM',
  3723. 1 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_AM',
  3724. 2 => 'ROLE_DISPLAY_ACTIVE_TOTAL_CONTRACT_AM',
  3725. 3 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_AM',
  3726. 4 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_CONTRACT_AM',
  3727. 5 => 'ROLE_DISPLAY_TIMESHEET_&_EXPENSE_REPORT',
  3728. 6 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_AM',
  3729. 7 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_AM',
  3730. 8 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_AM',
  3731. 9 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  3732. 10 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_MY',
  3733. 11 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PENDING_MY',
  3734. 12 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PER_STATUS',
  3735. 13 => 'ROLE_DISPLAY_STATS',
  3736. 14 => 'ROLE_STATS_CONSULTANT_PER_DELIVERY',
  3737. 15 => 'ROLE_STATS_CONTRACT_PER_COMPANY_AM',
  3738. 16 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_AM',
  3739. 17 => 'ROLE_DISPLAY_MY_CONSULTANT',
  3740. 18 => 'ROLE_ADD_CONSULTANT',
  3741. 19 => 'ROLE_EDIT_CONSULTANT',
  3742. 20 => 'ROLE_CHANGE_ACCESS_CONSULTANT',
  3743. 21 => 'ROLE_ACTIVE_CONSULTANT',
  3744. 22 => 'ROLE_CHANGE_CONSULTANT_MANAGER',
  3745. 23 => 'ROLE_CONSULTANT_SAGE_DATA',
  3746. 24 => 'ROLE_DISPLAY_PASSPORT',
  3747. 25 => 'ROLE_UPDATE_PASSPORT',
  3748. 26 => 'ROLE_DISPLAY_ADDRESS',
  3749. 27 => 'ROLE_UPDATE_ADDRESS',
  3750. 28 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3751. 29 => 'ROLE_UPDATE_EMERGENCY_CONTACT',
  3752. 30 => 'ROLE_DISPLAY_ID',
  3753. 31 => 'ROLE_UPDATE_ID',
  3754. 32 => 'ROLE_SHOW_TIMESHEET',
  3755. 33 => 'ROLE_DISPLAY_BANK',
  3756. 34 => 'ROLE_ADD_BANK',
  3757. 35 => 'ROLE_EDIT_BANK',
  3758. 36 => 'ROLE_DELETE_BANK',
  3759. 37 => 'ROLE_VALIDATE_BANK',
  3760. 38 => 'ROLE_REJECT_BANK',
  3761. 39 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3762. 40 => 'ROLE_VALIDATE_RESIGNATION_LETTER',
  3763. 41 => 'ROLE_REJECT_RESIGNATION_LETTER',
  3764. 42 => 'ROLE_REMOVE_RESIGNATION_LETTER',
  3765. 43 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3766. 44 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3767. 45 => 'ROLE_ADD_INSURANCE',
  3768. 46 => 'ROLE_SHOW_INSURANCE',
  3769. 47 => 'ROLE_REMOVE_INSURANCE',
  3770. 48 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  3771. 49 => 'ROLE_ADD_INSURANCE_COMPANY',
  3772. 50 => 'ROLE_EDIT_INSURANCE_COMPANY',
  3773. 51 => 'ROLE_REMOVE_INSURANCE_COMPANY',
  3774. 52 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  3775. 53 => 'ROLE_ADD_TIMESHEET',
  3776. 54 => 'ROLE_EDIT_TIMESHEET',
  3777. 55 => 'ROLE_REMOVE_TIMESHEET',
  3778. 56 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  3779. 57 => 'ROLE_DISPLAY_CONTRACT',
  3780. 58 => 'ROLE_ADD_CONTRACT',
  3781. 59 => 'ROLE_EDIT_CONTRACT',
  3782. 60 => 'ROLE_SHOW_CONTRACT',
  3783. 61 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  3784. 62 => 'ROLE_GET_DOC_CONTRACT',
  3785. 63 => 'ROLE_GET_PDF_CONTRACT',
  3786. 64 => 'ROLE_REMOVE_CONTRACT',
  3787. 65 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3788. 66 => 'ROLE_DISPLAY_PAYMENT',
  3789. 67 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  3790. 68 => 'ROLE_ASSIGN_COMPLAINT',
  3791. 69 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3792. 70 => 'ROLE_START_COMPLAINT',
  3793. 71 => 'ROLE_APPROVE_COMPLAINT',
  3794. 72 => 'ROLE_EXTRACT_DATA',
  3795. 73 => 'ROLE_DISPLAY_SHARED_DOCS_DELIVERY',
  3796. 74 => 'ROLE_ADD_SHARED_DOCS_DELIVERY',
  3797. 75 => 'ROLE_DELETE_SHARED_DOCS_DELIVERY',
  3798. 76 => 'ROLE_DISPLAY_KPI',
  3799. 77 => 'ROLE_KPI_ADMIN',
  3800. 78 => 'ROLE_KPI_AM',
  3801. 79 => 'ROLE_DISPLAY_DELETED_FILES',
  3802. 80 => 'ROLE_CONFIG_FIELDS',
  3803. 81 => 'ROLE_DISPLAY_REPORTING',
  3804. 82 => 'ROLE_SHOW_CV',
  3805. 83 => 'ROLE_DISPLAY_INDUSTRY',
  3806. 84 => 'ROLE_UPDATE_INDUSTRY',
  3807. 85 => 'ROLE_DISPLAY_FINANCE_DATA',
  3808. 86 => 'ROLE_UPDATE_FINANCE_DATA',
  3809. 87 => 'ROLE_DISPLAY_PASSWORD',
  3810. 88 => 'ROLE_UPDATE_PASSWORD',
  3811. 89 => 'ROLE_SHOW_MEETING',
  3812. 90 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3813. 91 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3814. 92 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3815. 93 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3816. 94 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3817. 95 => 'ROLE_VALIDATE_TIMESHEET',
  3818. 96 => 'ROLE_REJECT_TIMESHEET',
  3819. 97 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  3820. 98 => 'ROLE_EDIT_NOTIF_CONFIG',
  3821. 99 => 'ROLE_SAGE_CONFIG',
  3822. ],
  3823. ],
  3824. 'Operation manager' => [
  3825. 'codeProfil' => 'OPM',
  3826. 'roles' => [
  3827. 0 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3828. 1 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3829. 2 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3830. 3 => 'ROLE_DISPLAY_REPORTING',
  3831. 4 => 'ROLE_CONFIG_FIELDS',
  3832. 5 => 'ROLE_DISPLAY_KPI',
  3833. 6 => 'ROLE_KPI_ADMIN',
  3834. 7 => 'ROLE_KPI_AM',
  3835. 8 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  3836. 9 => 'ROLE_EDIT_NOTIF_CONFIG',
  3837. 10 => 'ROLE_EXTRACT_DATA',
  3838. 11 => 'ROLE_DISPLAY_LIST_COMPLAINTS_ALL',
  3839. 12 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3840. 13 => 'ROLE_DISPLAY_ALL_PAYMENT',
  3841. 14 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  3842. 15 => 'ROLE_DISPLAY_CONTRACT',
  3843. 16 => 'ROLE_SHOW_CONTRACT',
  3844. 17 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  3845. 18 => 'ROLE_GET_DOC_CONTRACT',
  3846. 19 => 'ROLE_GET_PDF_CONTRACT',
  3847. 20 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3848. 21 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  3849. 22 => 'ROLE_SHOW_TIMESHEET',
  3850. 23 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  3851. 24 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  3852. 25 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3853. 26 => 'ROLE_SHOW_INSURANCE',
  3854. 27 => 'ROLE_DISPLAY_BANK',
  3855. 28 => 'ROLE_SHOW_CV',
  3856. 29 => 'ROLE_DISPLAY_PASSPORT',
  3857. 30 => 'ROLE_DISPLAY_ADDRESS',
  3858. 31 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3859. 32 => 'ROLE_DISPLAY_ID',
  3860. 33 => 'ROLE_DISPLAY_INDUSTRY',
  3861. 34 => 'ROLE_DISPLAY_FINANCE_DATA',
  3862. 35 => 'ROLE_DISPLAY_PASSWORD',
  3863. 36 => 'ROLE_SHOW_MEETING',
  3864. 37 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3865. 38 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3866. 39 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3867. 40 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3868. 41 => 'ROLE_DISPLAY_CONTRACT_TYPE',
  3869. 42 => 'ROLE_DISPLAY_STEPS',
  3870. 43 => 'ROLE_DISPLAY_WORKFLOW',
  3871. 44 => 'ROLE_DISPLAY_ALL_CONSULTANT',
  3872. 45 => 'ROLE_ACTIVE_CONSULTANT',
  3873. 46 => 'ROLE_CHANGE_CONSULTANT_MANAGER',
  3874. 47 => 'ROLE_CONSULTANT_SAGE_DATA',
  3875. 48 => 'ROLE_DISPLAY_STATS',
  3876. ],
  3877. ],
  3878. 'Rh' => [
  3879. 'codeProfil' => 'RH',
  3880. 'roles' => [
  3881. 0 => 'ROLE_DISPLAY_USER',
  3882. 1 => 'ROLE_ADD_USER',
  3883. 2 => 'ROLE_EDIT_USER',
  3884. 3 => 'ROLE_CHANGE_ACCESS_USER',
  3885. 4 => 'ROLE_REMOVE_USER',
  3886. 5 => 'ROLE_SHOW_USER',
  3887. 6 => 'ROLE_ACTIVE_USER',
  3888. 7 => 'ROLE_DISPLAY_ALL_CONSULTANT',
  3889. 8 => 'ROLE_DISPLAY_MY_CONSULTANT',
  3890. 9 => 'ROLE_DISPLAY_WORKFLOW',
  3891. 10 => 'ROLE_DISPLAY_STEPS',
  3892. 11 => 'ROLE_DISPLAY_CONTRACT_TYPE',
  3893. 12 => 'ROLE_ADD_CONTRACT_TYPE',
  3894. 13 => 'ROLE_EDIT_CONTRACT_TYPE',
  3895. 14 => 'ROLE_REMOVE_CONTRACT_TYPE',
  3896. 15 => 'ROLE_SHOW_CV',
  3897. 16 => 'ROLE_DISPLAY_PASSPORT',
  3898. 17 => 'ROLE_DISPLAY_ADDRESS',
  3899. 18 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3900. 19 => 'ROLE_DISPLAY_ID',
  3901. 20 => 'ROLE_DISPLAY_INDUSTRY',
  3902. 21 => 'ROLE_DISPLAY_FINANCE_DATA',
  3903. 22 => 'ROLE_DISPLAY_PASSWORD',
  3904. 23 => 'ROLE_SHOW_MEETING',
  3905. 24 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3906. 25 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3907. 26 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3908. 27 => 'ROLE_SHOW_TIMESHEET',
  3909. 28 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3910. 29 => 'ROLE_DISPLAY_BANK',
  3911. 30 => 'ROLE_ADD_BANK',
  3912. 31 => 'ROLE_EDIT_BANK',
  3913. 32 => 'ROLE_DELETE_BANK',
  3914. 33 => 'ROLE_VALIDATE_BANK',
  3915. 34 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3916. 35 => 'ROLE_ADD_INSURANCE',
  3917. 36 => 'ROLE_SHOW_INSURANCE',
  3918. 37 => 'ROLE_REMOVE_INSURANCE',
  3919. 38 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  3920. 39 => 'ROLE_ADD_INSURANCE_COMPANY',
  3921. 40 => 'ROLE_EDIT_INSURANCE_COMPANY',
  3922. 41 => 'ROLE_REMOVE_INSURANCE_COMPANY',
  3923. 42 => 'ROLE_DISPLAY_CONTRACT',
  3924. 43 => 'ROLE_ADD_CONTRACT',
  3925. 44 => 'ROLE_EDIT_CONTRACT',
  3926. 45 => 'ROLE_SHOW_CONTRACT',
  3927. 46 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  3928. 47 => 'ROLE_GET_DOC_CONTRACT',
  3929. 48 => 'ROLE_GET_PDF_CONTRACT',
  3930. 49 => 'ROLE_REMOVE_CONTRACT',
  3931. 50 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3932. 51 => 'ROLE_DISPLAY_ALL_PAYMENT',
  3933. 52 => 'ROLE_DISPLAY_PAYMENT',
  3934. 53 => 'ROLE_DISPLAY_INTERNATIONAL_PAYMENT',
  3935. 54 => 'ROLE_DISPLAY_PENDING_PAYMENT',
  3936. 55 => 'ROLE_DISPLAY_PARTNER_PAYMENT',
  3937. 56 => 'ROLE_ADD_INTERNATIONAL_PAYMENT',
  3938. 57 => 'ROLE_ADD_PARTNER_PAYMENT',
  3939. 58 => 'ROLE_EDIT_INTERNATIONAL_PAYMENT',
  3940. 59 => 'ROLE_EDIT_PARTNER_PAYMENT',
  3941. 60 => 'ROLE_SHOW_PAYMENT',
  3942. 61 => 'ROLE_REMOVE_PAYMENT',
  3943. 62 => 'ROLE_DETAIL_REJECT_PAYMENT',
  3944. 63 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  3945. 64 => 'ROLE_PAYMENT_CONTROL_MULTIPLE',
  3946. 65 => 'ROLE_PAYMENT_VALIDATE_MULTIPLE',
  3947. 66 => 'ROLE_PAYMENT_PAY_MULTIPLE',
  3948. 67 => 'ROLE_PAYMENT_SAGE_EXTRACTION',
  3949. 68 => 'ROLE_DISPLAY_LIST_COMPLAINTS_ALL',
  3950. 69 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  3951. 70 => 'ROLE_ASSIGN_COMPLAINT',
  3952. 71 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3953. 72 => 'ROLE_START_COMPLAINT',
  3954. 73 => 'ROLE_APPROVE_COMPLAINT',
  3955. 74 => 'ROLE_DISPLAY_REJECTION_LIST',
  3956. 75 => 'ROLE_ADD_REJECTED_REASON',
  3957. 76 => 'ROLE_EDIT_REJECTED_REASON',
  3958. 77 => 'ROLE_REMOVE_REJECTED_REASON',
  3959. 78 => 'ROLE_DISPLAY_SHARED_DOCS_ADMIN',
  3960. 79 => 'ROLE_DISPLAY_SHARED_DOCS_DELIVERY',
  3961. 80 => 'ROLE_DISPLAY_SHARED_DOCS_CONSULTANT',
  3962. 81 => 'ROLE_ADD_SHARED_DOCS_ADMIN',
  3963. 82 => 'ROLE_ADD_SHARED_DOCS_DELIVERY',
  3964. 83 => 'ROLE_DELETE_SHARED_DOCS_ADMIN',
  3965. 84 => 'ROLE_DELETE_SHARED_DOCS_DELIVERY',
  3966. 85 => 'ROLE_GENERATE_CONSULTANTS_DOCUMENTS',
  3967. 86 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  3968. 87 => 'ROLE_EDIT_NOTIF_CONFIG',
  3969. 88 => 'ROLE_DISPLAY_DELETED_FILES',
  3970. 89 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3971. 90 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3972. 91 => 'ROLE_VALIDATE_RESIGNATION_LETTER',
  3973. 92 => 'ROLE_REJECT_RESIGNATION_LETTER',
  3974. 93 => 'ROLE_REMOVE_RESIGNATION_LETTER',
  3975. 94 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3976. 95 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_ALL',
  3977. 96 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_ALL',
  3978. 97 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_ALL',
  3979. 98 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_ALL',
  3980. 99 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_ALL',
  3981. 100 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  3982. 101 => 'ROLE_DISPLAY_STATS',
  3983. 102 => 'ROLE_STATS_CONSULTANT_PER_DELIVERY',
  3984. 103 => 'ROLE_STATS_CONTRACT_PER_COMPANY_ALL',
  3985. 104 => 'ROLE_STATS_CONTRACT_PER_COMPANY_AM',
  3986. 105 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_ALL',
  3987. 106 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_AM',
  3988. 107 => 'ROLE_REJECT_BANK',
  3989. 108 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  3990. 109 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  3991. 110 => 'ROLE_EXTRACT_DATA',
  3992. 111 => 'ROLE_SAGE_CONFIG',
  3993. ],
  3994. ],
  3995. 'Rh Legal' => [
  3996. 'codeProfil' => 'RHL',
  3997. 'roles' => [
  3998. 0 => 'ROLE_DISPLAY_USER',
  3999. 1 => 'ROLE_ADD_USER',
  4000. 2 => 'ROLE_EDIT_USER',
  4001. 3 => 'ROLE_CHANGE_ACCESS_USER',
  4002. 4 => 'ROLE_REMOVE_USER',
  4003. 5 => 'ROLE_SHOW_USER',
  4004. 6 => 'ROLE_ACTIVE_USER',
  4005. 7 => 'ROLE_DISPLAY_ALL_CONSULTANT',
  4006. 8 => 'ROLE_DISPLAY_MY_CONSULTANT',
  4007. 9 => 'ROLE_DISPLAY_WORKFLOW',
  4008. 10 => 'ROLE_DISPLAY_STEPS',
  4009. 11 => 'ROLE_DISPLAY_CONTRACT_TYPE',
  4010. 12 => 'ROLE_ADD_CONTRACT_TYPE',
  4011. 13 => 'ROLE_EDIT_CONTRACT_TYPE',
  4012. 14 => 'ROLE_REMOVE_CONTRACT_TYPE',
  4013. 15 => 'ROLE_SHOW_CV',
  4014. 16 => 'ROLE_DISPLAY_PASSPORT',
  4015. 17 => 'ROLE_DISPLAY_ADDRESS',
  4016. 18 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  4017. 19 => 'ROLE_DISPLAY_ID',
  4018. 20 => 'ROLE_DISPLAY_INDUSTRY',
  4019. 21 => 'ROLE_DISPLAY_FINANCE_DATA',
  4020. 22 => 'ROLE_DISPLAY_PASSWORD',
  4021. 23 => 'ROLE_SHOW_MEETING',
  4022. 24 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  4023. 25 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  4024. 26 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  4025. 27 => 'ROLE_SHOW_TIMESHEET',
  4026. 28 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  4027. 29 => 'ROLE_DISPLAY_BANK',
  4028. 30 => 'ROLE_ADD_BANK',
  4029. 31 => 'ROLE_EDIT_BANK',
  4030. 32 => 'ROLE_DELETE_BANK',
  4031. 33 => 'ROLE_VALIDATE_BANK',
  4032. 34 => 'ROLE_DISPLAY_LIST_INSURANCE',
  4033. 35 => 'ROLE_ADD_INSURANCE',
  4034. 36 => 'ROLE_SHOW_INSURANCE',
  4035. 37 => 'ROLE_REMOVE_INSURANCE',
  4036. 38 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  4037. 39 => 'ROLE_ADD_INSURANCE_COMPANY',
  4038. 40 => 'ROLE_EDIT_INSURANCE_COMPANY',
  4039. 41 => 'ROLE_REMOVE_INSURANCE_COMPANY',
  4040. 42 => 'ROLE_DISPLAY_CONTRACT',
  4041. 43 => 'ROLE_ADD_CONTRACT',
  4042. 44 => 'ROLE_EDIT_CONTRACT',
  4043. 45 => 'ROLE_SHOW_CONTRACT',
  4044. 46 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  4045. 47 => 'ROLE_GET_DOC_CONTRACT',
  4046. 48 => 'ROLE_GET_PDF_CONTRACT',
  4047. 49 => 'ROLE_REMOVE_CONTRACT',
  4048. 50 => 'ROLE_DETAIL_REJECT_CONTRACT',
  4049. 51 => 'ROLE_DISPLAY_ALL_PAYMENT',
  4050. 52 => 'ROLE_DISPLAY_PAYMENT',
  4051. 53 => 'ROLE_DISPLAY_INTERNATIONAL_PAYMENT',
  4052. 54 => 'ROLE_DISPLAY_PENDING_PAYMENT',
  4053. 55 => 'ROLE_DISPLAY_PARTNER_PAYMENT',
  4054. 56 => 'ROLE_ADD_INTERNATIONAL_PAYMENT',
  4055. 57 => 'ROLE_ADD_PARTNER_PAYMENT',
  4056. 58 => 'ROLE_EDIT_INTERNATIONAL_PAYMENT',
  4057. 59 => 'ROLE_EDIT_PARTNER_PAYMENT',
  4058. 60 => 'ROLE_SHOW_PAYMENT',
  4059. 61 => 'ROLE_REMOVE_PAYMENT',
  4060. 62 => 'ROLE_DETAIL_REJECT_PAYMENT',
  4061. 63 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  4062. 64 => 'ROLE_PAYMENT_CONTROL_MULTIPLE',
  4063. 65 => 'ROLE_PAYMENT_VALIDATE_MULTIPLE',
  4064. 66 => 'ROLE_PAYMENT_PAY_MULTIPLE',
  4065. 67 => 'ROLE_PAYMENT_SAGE_EXTRACTION',
  4066. 68 => 'ROLE_DISPLAY_LIST_COMPLAINTS_ALL',
  4067. 69 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  4068. 70 => 'ROLE_ASSIGN_COMPLAINT',
  4069. 71 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  4070. 72 => 'ROLE_START_COMPLAINT',
  4071. 73 => 'ROLE_APPROVE_COMPLAINT',
  4072. 74 => 'ROLE_DISPLAY_REJECTION_LIST',
  4073. 75 => 'ROLE_ADD_REJECTED_REASON',
  4074. 76 => 'ROLE_EDIT_REJECTED_REASON',
  4075. 77 => 'ROLE_REMOVE_REJECTED_REASON',
  4076. 78 => 'ROLE_DISPLAY_SHARED_DOCS_ADMIN',
  4077. 79 => 'ROLE_DISPLAY_SHARED_DOCS_DELIVERY',
  4078. 80 => 'ROLE_DISPLAY_SHARED_DOCS_CONSULTANT',
  4079. 81 => 'ROLE_ADD_SHARED_DOCS_ADMIN',
  4080. 82 => 'ROLE_ADD_SHARED_DOCS_DELIVERY',
  4081. 83 => 'ROLE_DELETE_SHARED_DOCS_ADMIN',
  4082. 84 => 'ROLE_DELETE_SHARED_DOCS_DELIVERY',
  4083. 85 => 'ROLE_GENERATE_CONSULTANTS_DOCUMENTS',
  4084. 86 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  4085. 87 => 'ROLE_EDIT_NOTIF_CONFIG',
  4086. 88 => 'ROLE_DISPLAY_DELETED_FILES',
  4087. 89 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  4088. 90 => 'ROLE_SHOW_RESIGNATION_LETTER',
  4089. 91 => 'ROLE_VALIDATE_RESIGNATION_LETTER',
  4090. 92 => 'ROLE_REJECT_RESIGNATION_LETTER',
  4091. 93 => 'ROLE_REMOVE_RESIGNATION_LETTER',
  4092. 94 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  4093. 95 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_ALL',
  4094. 96 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_ALL',
  4095. 97 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_ALL',
  4096. 98 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_ALL',
  4097. 99 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_ALL',
  4098. 100 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  4099. 101 => 'ROLE_DISPLAY_STATS',
  4100. 102 => 'ROLE_STATS_CONSULTANT_PER_DELIVERY',
  4101. 103 => 'ROLE_STATS_CONTRACT_PER_COMPANY_ALL',
  4102. 104 => 'ROLE_STATS_CONTRACT_PER_COMPANY_AM',
  4103. 105 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_ALL',
  4104. 106 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_AM',
  4105. 107 => 'ROLE_REJECT_BANK',
  4106. 108 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  4107. 109 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  4108. 110 => 'ROLE_EXTRACT_DATA',
  4109. 111 => 'ROLE_SAGE_CONFIG',
  4110. ],
  4111. ],
  4112. 'Finance Control' => [
  4113. 'codeProfil' => 'FNC',
  4114. 'roles' => [
  4115. 0 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  4116. 1 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PENDING_MY',
  4117. 2 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PER_STATUS',
  4118. 3 => 'ROLE_SHOW_CV',
  4119. 4 => 'ROLE_DISPLAY_PASSPORT',
  4120. 5 => 'ROLE_DISPLAY_ADDRESS',
  4121. 6 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  4122. 7 => 'ROLE_DISPLAY_ID',
  4123. 8 => 'ROLE_UPDATE_ID',
  4124. 9 => 'ROLE_DISPLAY_INDUSTRY',
  4125. 10 => 'ROLE_DISPLAY_FINANCE_DATA',
  4126. 11 => 'ROLE_SHOW_MEETING',
  4127. 12 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  4128. 13 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  4129. 14 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  4130. 15 => 'ROLE_DISPLAY_BANK',
  4131. 16 => 'ROLE_DISPLAY_LIST_INSURANCE',
  4132. 17 => 'ROLE_SHOW_INSURANCE',
  4133. 18 => 'ROLE_DISPLAY_INTERNATIONAL_PAYMENT',
  4134. 19 => 'ROLE_DISPLAY_PENDING_PAYMENT',
  4135. 20 => 'ROLE_DISPLAY_PARTNER_PAYMENT',
  4136. 21 => 'ROLE_EDIT_INTERNATIONAL_PAYMENT',
  4137. 22 => 'ROLE_EDIT_PARTNER_PAYMENT',
  4138. 23 => 'ROLE_SHOW_PAYMENT',
  4139. 24 => 'ROLE_DETAIL_REJECT_PAYMENT',
  4140. 25 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  4141. 26 => 'ROLE_PAYMENT_CONTROL_MULTIPLE',
  4142. 27 => 'ROLE_PAYMENT_SAGE_EXTRACTION',
  4143. 28 => 'ROLE_DISPLAY_REJECTION_LIST',
  4144. 29 => 'ROLE_EXTRACT_DATA',
  4145. 30 => 'ROLE_CONFIG_FIELDS',
  4146. 31 => 'ROLE_SAGE_CONFIG',
  4147. 32 => 'ROLE_SHOW_TIMESHEET',
  4148. 33 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  4149. 34 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  4150. 35 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  4151. ],
  4152. ],
  4153. ],
  4154. 'TASKS_WORKFLOW' => [
  4155. 0 => [
  4156. 'id' => 1,
  4157. 'name' => 'Contrat international',
  4158. 'code' => 'code01',
  4159. ],
  4160. 1 => [
  4161. 'id' => 2,
  4162. 'name' => 'Contrat local',
  4163. 'code' => 'code02',
  4164. ],
  4165. 2 => [
  4166. 'id' => 3,
  4167. 'name' => 'Contrat partenaire',
  4168. 'code' => 'code03',
  4169. ],
  4170. 3 => [
  4171. 'id' => 4,
  4172. 'name' => 'Payment',
  4173. 'code' => 'code04',
  4174. ],
  4175. ],
  4176. 'ACTIONS_WORKFLOW' => [
  4177. 0 => [
  4178. 'id' => 1,
  4179. 'name' => 'Creation',
  4180. 'task_workflow_id' => 1,
  4181. 'code' => 'international01',
  4182. 'nomenclature' => 'creation',
  4183. ],
  4184. 1 => [
  4185. 'id' => 2,
  4186. 'name' => 'Verification',
  4187. 'task_workflow_id' => 1,
  4188. 'code' => 'international02',
  4189. 'nomenclature' => 'verification',
  4190. ],
  4191. 2 => [
  4192. 'id' => 3,
  4193. 'name' => 'Control',
  4194. 'task_workflow_id' => 1,
  4195. 'code' => 'international03',
  4196. 'nomenclature' => 'control',
  4197. ],
  4198. 3 => [
  4199. 'id' => 4,
  4200. 'name' => 'Upload file',
  4201. 'task_workflow_id' => 1,
  4202. 'code' => 'international04',
  4203. 'nomenclature' => 'uploadfile',
  4204. ],
  4205. 4 => [
  4206. 'id' => 5,
  4207. 'name' => 'Validation',
  4208. 'task_workflow_id' => 1,
  4209. 'code' => 'international05',
  4210. 'nomenclature' => 'validation',
  4211. ],
  4212. 5 => [
  4213. 'id' => 6,
  4214. 'name' => 'Signature',
  4215. 'task_workflow_id' => 1,
  4216. 'code' => 'international06',
  4217. 'nomenclature' => 'signature',
  4218. ],
  4219. 6 => [
  4220. 'id' => 7,
  4221. 'name' => 'Creation',
  4222. 'task_workflow_id' => 2,
  4223. 'code' => 'local01',
  4224. 'nomenclature' => 'creation',
  4225. ],
  4226. 7 => [
  4227. 'id' => 8,
  4228. 'name' => 'Verification',
  4229. 'task_workflow_id' => 2,
  4230. 'code' => 'local02',
  4231. 'nomenclature' => 'verification',
  4232. ],
  4233. 8 => [
  4234. 'id' => 9,
  4235. 'name' => 'Control',
  4236. 'task_workflow_id' => 2,
  4237. 'code' => 'local03',
  4238. 'nomenclature' => 'control',
  4239. ],
  4240. 9 => [
  4241. 'id' => 10,
  4242. 'name' => 'Upload file',
  4243. 'task_workflow_id' => 2,
  4244. 'code' => 'local04',
  4245. 'nomenclature' => 'uploadfile',
  4246. ],
  4247. 10 => [
  4248. 'id' => 11,
  4249. 'name' => 'Validation',
  4250. 'task_workflow_id' => 2,
  4251. 'code' => 'local05',
  4252. 'nomenclature' => 'validation',
  4253. ],
  4254. 11 => [
  4255. 'id' => 12,
  4256. 'name' => 'Signature',
  4257. 'task_workflow_id' => 2,
  4258. 'code' => 'local06',
  4259. 'nomenclature' => 'signature',
  4260. ],
  4261. 12 => [
  4262. 'id' => 13,
  4263. 'name' => 'Creation',
  4264. 'task_workflow_id' => 3,
  4265. 'code' => 'partner01',
  4266. 'nomenclature' => 'creation',
  4267. ],
  4268. 13 => [
  4269. 'id' => 14,
  4270. 'name' => 'Verification',
  4271. 'task_workflow_id' => 3,
  4272. 'code' => 'partner02',
  4273. 'nomenclature' => 'verification',
  4274. ],
  4275. 14 => [
  4276. 'id' => 15,
  4277. 'name' => 'Control',
  4278. 'task_workflow_id' => 3,
  4279. 'code' => 'partner03',
  4280. 'nomenclature' => 'control',
  4281. ],
  4282. 15 => [
  4283. 'id' => 16,
  4284. 'name' => 'Upload file',
  4285. 'task_workflow_id' => 3,
  4286. 'code' => 'partner04',
  4287. 'nomenclature' => 'uploadfile',
  4288. ],
  4289. 16 => [
  4290. 'id' => 17,
  4291. 'name' => 'Validation',
  4292. 'task_workflow_id' => 3,
  4293. 'code' => 'partner05',
  4294. 'nomenclature' => 'validation',
  4295. ],
  4296. 17 => [
  4297. 'id' => 18,
  4298. 'name' => 'Signature',
  4299. 'task_workflow_id' => 3,
  4300. 'code' => 'partner06',
  4301. 'nomenclature' => 'signature',
  4302. ],
  4303. 18 => [
  4304. 'id' => 19,
  4305. 'name' => 'Creation',
  4306. 'task_workflow_id' => 4,
  4307. 'code' => 'paiement01',
  4308. 'nomenclature' => 'creation',
  4309. ],
  4310. 19 => [
  4311. 'id' => 20,
  4312. 'name' => 'Control',
  4313. 'task_workflow_id' => 4,
  4314. 'code' => 'paiement02',
  4315. 'nomenclature' => 'control',
  4316. ],
  4317. 20 => [
  4318. 'id' => 21,
  4319. 'name' => 'Validation',
  4320. 'task_workflow_id' => 4,
  4321. 'code' => 'paiement03',
  4322. 'nomenclature' => 'validation',
  4323. ],
  4324. 21 => [
  4325. 'id' => 22,
  4326. 'name' => 'Paiement',
  4327. 'task_workflow_id' => 4,
  4328. 'code' => 'paiement04',
  4329. 'nomenclature' => 'payment',
  4330. ],
  4331. ],
  4332. 'INDUSTRY' => [
  4333. 0 => [
  4334. 'id' => 1,
  4335. 'name' => 'Transport',
  4336. ],
  4337. 1 => [
  4338. 'id' => 2,
  4339. 'name' => 'It & Telecom',
  4340. ],
  4341. 2 => [
  4342. 'id' => 3,
  4343. 'name' => 'Banking & Insurance',
  4344. ],
  4345. 3 => [
  4346. 'id' => 4,
  4347. 'name' => 'Energies',
  4348. ],
  4349. 4 => [
  4350. 'id' => 5,
  4351. 'name' => 'Pharmaceutical',
  4352. ],
  4353. 5 => [
  4354. 'id' => 6,
  4355. 'name' => 'Others',
  4356. ],
  4357. ],
  4358. 'brochures_directory' => (\dirname(__DIR__, 4).'/public/uploads/'),
  4359. 'event_dispatcher.event_aliases' => [
  4360. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4361. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4362. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4363. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4364. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4365. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4366. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4367. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4368. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4369. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4370. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4371. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4372. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4373. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4374. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4375. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4376. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4377. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4378. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4379. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4380. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4381. ],
  4382. 'fragment.renderer.hinclude.global_template' => NULL,
  4383. 'fragment.path' => '/_fragment',
  4384. 'kernel.http_method_override' => true,
  4385. 'kernel.trusted_hosts' => [
  4386. ],
  4387. 'kernel.default_locale' => 'en',
  4388. 'kernel.enabled_locales' => [
  4389. ],
  4390. 'kernel.error_controller' => NULL,
  4391. 'debug.file_link_format' => NULL,
  4392. 'asset.request_context.base_path' => NULL,
  4393. 'asset.request_context.secure' => NULL,
  4394. 'translator.logging' => false,
  4395. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  4396. 'debug.error_handler.throw_at' => -1,
  4397. 'router.request_context.host' => 'localhost',
  4398. 'router.request_context.scheme' => 'http',
  4399. 'router.request_context.base_url' => '',
  4400. 'router.resource' => 'kernel::loadRoutes',
  4401. 'request_listener.http_port' => 80,
  4402. 'request_listener.https_port' => 443,
  4403. 'session.metadata.storage_key' => '_sf2_meta',
  4404. 'session.storage.options' => [
  4405. 'cache_limiter' => '0',
  4406. 'cookie_lifetime' => 3600,
  4407. 'cookie_secure' => 'auto',
  4408. 'cookie_httponly' => true,
  4409. 'cookie_samesite' => 'lax',
  4410. 'gc_maxlifetime' => 3600,
  4411. 'gc_probability' => 1,
  4412. ],
  4413. 'session.save_path' => NULL,
  4414. 'session.metadata.update_threshold' => 0,
  4415. 'form.type_extension.csrf.enabled' => true,
  4416. 'form.type_extension.csrf.field_name' => '_token',
  4417. 'validator.translation_domain' => 'validators',
  4418. 'profiler_listener.only_exceptions' => false,
  4419. 'profiler_listener.only_main_requests' => false,
  4420. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4421. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4422. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4423. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4424. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4425. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4426. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4427. 'doctrine.entity_managers' => [
  4428. 'default' => 'doctrine.orm.default_entity_manager',
  4429. ],
  4430. 'doctrine.default_entity_manager' => 'default',
  4431. 'doctrine.dbal.connection_factory.types' => [
  4432. ],
  4433. 'doctrine.connections' => [
  4434. 'default' => 'doctrine.dbal.default_connection',
  4435. ],
  4436. 'doctrine.default_connection' => 'default',
  4437. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4438. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4439. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4440. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4441. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4442. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4443. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4444. 'doctrine.orm.cache.memcache_port' => 11211,
  4445. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4446. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4447. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4448. 'doctrine.orm.cache.memcached_port' => 11211,
  4449. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4450. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4451. 'doctrine.orm.cache.redis_host' => 'localhost',
  4452. 'doctrine.orm.cache.redis_port' => 6379,
  4453. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4454. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4455. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4456. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4457. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4458. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4459. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4460. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4461. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4462. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4463. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4464. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4465. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4466. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4467. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4468. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4469. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4470. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4471. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4472. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4473. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4474. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4475. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4476. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4477. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4478. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4479. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4480. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4481. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4482. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4483. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4484. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4485. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4486. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4487. 'doctrine.migrations.preferred_em' => NULL,
  4488. 'doctrine.migrations.preferred_connection' => NULL,
  4489. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4490. 'twig.form.resources' => [
  4491. 0 => 'form_div_layout.html.twig',
  4492. ],
  4493. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  4494. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  4495. 'web_profiler.debug_toolbar.mode' => 2,
  4496. 'security.role_hierarchy.roles' => [
  4497. ],
  4498. 'security.access.denied_url' => NULL,
  4499. 'security.authentication.manager.erase_credentials' => true,
  4500. 'security.authentication.session_strategy.strategy' => 'migrate',
  4501. 'security.access.always_authenticate_before_granting' => false,
  4502. 'security.authentication.hide_user_not_found' => true,
  4503. 'security.firewalls' => [
  4504. 0 => 'dev',
  4505. 1 => 'login',
  4506. 2 => 'refresh_jwt',
  4507. 3 => 'api',
  4508. 4 => 'main',
  4509. ],
  4510. 'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4511. 'monolog.use_microseconds' => true,
  4512. 'monolog.swift_mailer.handlers' => [
  4513. ],
  4514. 'monolog.handlers_to_channels' => [
  4515. 'monolog.handler.console' => [
  4516. 'type' => 'exclusive',
  4517. 'elements' => [
  4518. 0 => 'event',
  4519. 1 => 'doctrine',
  4520. 2 => 'console',
  4521. ],
  4522. ],
  4523. 'monolog.handler.main' => [
  4524. 'type' => 'exclusive',
  4525. 'elements' => [
  4526. 0 => 'event',
  4527. ],
  4528. ],
  4529. ],
  4530. 'swiftmailer.mailer.default.transport.name' => 'smtp',
  4531. 'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  4532. 'swiftmailer.mailer.default.transport.smtp.port' => 465,
  4533. 'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  4534. 'swiftmailer.mailer.default.transport.smtp.username' => '[email protected]',
  4535. 'swiftmailer.mailer.default.transport.smtp.password' => 'nlaa jtma illf wbik',
  4536. 'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  4537. 'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  4538. 'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  4539. 'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  4540. 'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  4541. ],
  4542. 'swiftmailer.mailer.default.spool.enabled' => false,
  4543. 'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4544. 'swiftmailer.mailer.default.single_address' => NULL,
  4545. 'swiftmailer.mailer.default.delivery.enabled' => true,
  4546. 'swiftmailer.spool.enabled' => false,
  4547. 'swiftmailer.delivery.enabled' => true,
  4548. 'swiftmailer.single_address' => NULL,
  4549. 'swiftmailer.mailers' => [
  4550. 'default' => 'swiftmailer.mailer.default',
  4551. ],
  4552. 'swiftmailer.default_mailer' => 'default',
  4553. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4554. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4555. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4556. 'knp_paginator.page_range' => 5,
  4557. 'knp_paginator.page_limit' => NULL,
  4558. 'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4559. 'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  4560. 'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4561. 'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4562. 'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4563. 'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4564. 'fos_js_routing.request_context_base_url' => NULL,
  4565. 'fos_js_routing.cache_control' => [
  4566. 'enabled' => false,
  4567. ],
  4568. 'lexik_jwt_authentication.token_ttl' => 3600,
  4569. 'lexik_jwt_authentication.clock_skew' => 0,
  4570. 'lexik_jwt_authentication.user_identity_field' => 'email',
  4571. 'lexik_jwt_authentication.allow_no_expiration' => false,
  4572. 'lexik_jwt_authentication.user_id_claim' => 'email',
  4573. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4574. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4575. 'nelmio_cors.map' => [
  4576. '^/' => [
  4577. ],
  4578. ],
  4579. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4580. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4581. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4582. 'api_platform.metadata_backward_compatibility_layer' => true,
  4583. 'api_platform.enable_entrypoint' => true,
  4584. 'api_platform.enable_docs' => true,
  4585. 'api_platform.title' => '',
  4586. 'api_platform.description' => '',
  4587. 'api_platform.version' => '0.0.0',
  4588. 'api_platform.show_webby' => true,
  4589. 'api_platform.url_generation_strategy' => 1,
  4590. 'api_platform.exception_to_status' => [
  4591. 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4592. 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4593. 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4594. 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4595. ],
  4596. 'api_platform.formats' => [
  4597. 'jsonld' => [
  4598. 0 => 'application/ld+json',
  4599. ],
  4600. 'json' => [
  4601. 0 => 'application/json',
  4602. ],
  4603. 'html' => [
  4604. 0 => 'text/html',
  4605. ],
  4606. ],
  4607. 'api_platform.patch_formats' => [
  4608. 'json' => [
  4609. 0 => 'application/merge-patch+json',
  4610. ],
  4611. ],
  4612. 'api_platform.error_formats' => [
  4613. 'jsonproblem' => [
  4614. 0 => 'application/problem+json',
  4615. ],
  4616. 'jsonld' => [
  4617. 0 => 'application/ld+json',
  4618. ],
  4619. ],
  4620. 'api_platform.allow_plain_identifiers' => false,
  4621. 'api_platform.eager_loading.enabled' => true,
  4622. 'api_platform.eager_loading.max_joins' => 30,
  4623. 'api_platform.eager_loading.fetch_partial' => false,
  4624. 'api_platform.eager_loading.force_eager' => true,
  4625. 'api_platform.collection.exists_parameter_name' => 'exists',
  4626. 'api_platform.collection.order' => 'ASC',
  4627. 'api_platform.collection.order_parameter_name' => 'order',
  4628. 'api_platform.collection.order_nulls_comparison' => NULL,
  4629. 'api_platform.collection.pagination.enabled' => true,
  4630. 'api_platform.collection.pagination.partial' => false,
  4631. 'api_platform.collection.pagination.client_enabled' => false,
  4632. 'api_platform.collection.pagination.client_items_per_page' => false,
  4633. 'api_platform.collection.pagination.client_partial' => false,
  4634. 'api_platform.collection.pagination.items_per_page' => 30,
  4635. 'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4636. 'api_platform.collection.pagination.page_parameter_name' => 'page',
  4637. 'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4638. 'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  4639. 'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4640. 'api_platform.collection.pagination' => [
  4641. 'enabled' => true,
  4642. 'partial' => false,
  4643. 'client_enabled' => false,
  4644. 'client_items_per_page' => false,
  4645. 'client_partial' => false,
  4646. 'items_per_page' => 30,
  4647. 'maximum_items_per_page' => NULL,
  4648. 'page_parameter_name' => 'page',
  4649. 'enabled_parameter_name' => 'pagination',
  4650. 'items_per_page_parameter_name' => 'itemsPerPage',
  4651. 'partial_parameter_name' => 'partial',
  4652. ],
  4653. 'api_platform.http_cache.etag' => true,
  4654. 'api_platform.http_cache.max_age' => NULL,
  4655. 'api_platform.http_cache.shared_max_age' => NULL,
  4656. 'api_platform.http_cache.vary' => [
  4657. 0 => 'Accept',
  4658. ],
  4659. 'api_platform.http_cache.public' => NULL,
  4660. 'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4661. 'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4662. 'api_platform.asset_package' => NULL,
  4663. 'api_platform.defaults' => [
  4664. 'attributes' => [
  4665. 'openapi_context' => [
  4666. 'components' => [
  4667. 'securitySchemes' => [
  4668. 'bearerAuth' => [
  4669. 'type' => 'http',
  4670. 'scheme' => 'bearer',
  4671. 'bearerFormat' => 'JWT',
  4672. ],
  4673. ],
  4674. ],
  4675. ],
  4676. ],
  4677. ],
  4678. 'api_platform.resource_class_directories' => [
  4679. 0 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  4680. 1 => (\dirname(__DIR__, 4).'/src/Entity'),
  4681. ],
  4682. 'api_platform.oauth.enabled' => false,
  4683. 'api_platform.oauth.clientId' => '',
  4684. 'api_platform.oauth.clientSecret' => '',
  4685. 'api_platform.oauth.type' => 'oauth2',
  4686. 'api_platform.oauth.flow' => 'application',
  4687. 'api_platform.oauth.tokenUrl' => '',
  4688. 'api_platform.oauth.authorizationUrl' => '',
  4689. 'api_platform.oauth.refreshUrl' => '',
  4690. 'api_platform.oauth.scopes' => [
  4691. ],
  4692. 'api_platform.oauth.pkce' => false,
  4693. 'api_platform.openapi.termsOfService' => NULL,
  4694. 'api_platform.openapi.contact.name' => NULL,
  4695. 'api_platform.openapi.contact.url' => NULL,
  4696. 'api_platform.openapi.contact.email' => NULL,
  4697. 'api_platform.openapi.license.name' => NULL,
  4698. 'api_platform.openapi.license.url' => NULL,
  4699. 'api_platform.swagger.versions' => [
  4700. 0 => 3,
  4701. ],
  4702. 'api_platform.enable_swagger_ui' => true,
  4703. 'api_platform.enable_re_doc' => true,
  4704. 'api_platform.swagger.api_keys' => [
  4705. ],
  4706. 'api_platform.swagger_ui.extra_configuration' => [
  4707. 'persistAuthorization' => true,
  4708. ],
  4709. 'api_platform.graphql.enabled' => false,
  4710. 'api_platform.graphql.graphiql.enabled' => false,
  4711. 'api_platform.graphql.graphql_playground.enabled' => false,
  4712. 'api_platform.graphql.collection.pagination' => [
  4713. 'enabled' => true,
  4714. ],
  4715. 'api_platform.validator.serialize_payload_fields' => [
  4716. ],
  4717. 'api_platform.validator.query_parameter_validation' => true,
  4718. 'api_platform.elasticsearch.enabled' => false,
  4719. 'gesdinet_jwt_refresh_token.ttl' => 2592000,
  4720. 'gesdinet_jwt_refresh_token.ttl_update' => false,
  4721. 'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  4722. 'gesdinet_jwt_refresh_token.user_provider' => NULL,
  4723. 'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  4724. 'gesdinet_jwt_refresh_token.single_use' => false,
  4725. 'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  4726. 'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  4727. 'gesdinet_jwt_refresh_token.cookie' => [
  4728. 'enabled' => false,
  4729. 'same_site' => 'lax',
  4730. 'path' => '/',
  4731. 'domain' => NULL,
  4732. 'http_only' => true,
  4733. 'secure' => true,
  4734. 'partitioned' => false,
  4735. 'remove_token_from_body' => true,
  4736. ],
  4737. 'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  4738. 'gesdinet_jwt_refresh_token.return_expiration' => false,
  4739. 'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  4740. 'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\RefreshToken',
  4741. 'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  4742. 'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  4743. 'maker.compatible_check.doctrine.supports_attributes' => true,
  4744. 'data_collector.templates' => [
  4745. 'data_collector.request' => [
  4746. 0 => 'request',
  4747. 1 => '@WebProfiler/Collector/request.html.twig',
  4748. ],
  4749. 'api_platform.data_collector.request' => [
  4750. 0 => 'api_platform.data_collector.request',
  4751. 1 => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  4752. ],
  4753. 'data_collector.time' => [
  4754. 0 => 'time',
  4755. 1 => '@WebProfiler/Collector/time.html.twig',
  4756. ],
  4757. 'data_collector.memory' => [
  4758. 0 => 'memory',
  4759. 1 => '@WebProfiler/Collector/memory.html.twig',
  4760. ],
  4761. 'data_collector.validator' => [
  4762. 0 => 'validator',
  4763. 1 => '@WebProfiler/Collector/validator.html.twig',
  4764. ],
  4765. 'data_collector.ajax' => [
  4766. 0 => 'ajax',
  4767. 1 => '@WebProfiler/Collector/ajax.html.twig',
  4768. ],
  4769. 'data_collector.form' => [
  4770. 0 => 'form',
  4771. 1 => '@WebProfiler/Collector/form.html.twig',
  4772. ],
  4773. 'data_collector.exception' => [
  4774. 0 => 'exception',
  4775. 1 => '@WebProfiler/Collector/exception.html.twig',
  4776. ],
  4777. 'data_collector.logger' => [
  4778. 0 => 'logger',
  4779. 1 => '@WebProfiler/Collector/logger.html.twig',
  4780. ],
  4781. 'data_collector.events' => [
  4782. 0 => 'events',
  4783. 1 => '@WebProfiler/Collector/events.html.twig',
  4784. ],
  4785. 'data_collector.router' => [
  4786. 0 => 'router',
  4787. 1 => '@WebProfiler/Collector/router.html.twig',
  4788. ],
  4789. 'data_collector.cache' => [
  4790. 0 => 'cache',
  4791. 1 => '@WebProfiler/Collector/cache.html.twig',
  4792. ],
  4793. 'data_collector.translation' => [
  4794. 0 => 'translation',
  4795. 1 => '@WebProfiler/Collector/translation.html.twig',
  4796. ],
  4797. 'data_collector.security' => [
  4798. 0 => 'security',
  4799. 1 => '@Security/Collector/security.html.twig',
  4800. ],
  4801. 'data_collector.twig' => [
  4802. 0 => 'twig',
  4803. 1 => '@WebProfiler/Collector/twig.html.twig',
  4804. ],
  4805. 'data_collector.http_client' => [
  4806. 0 => 'http_client',
  4807. 1 => '@WebProfiler/Collector/http_client.html.twig',
  4808. ],
  4809. 'data_collector.doctrine' => [
  4810. 0 => 'db',
  4811. 1 => '@Doctrine/Collector/db.html.twig',
  4812. ],
  4813. 'swiftmailer.data_collector' => [
  4814. 0 => 'swiftmailer',
  4815. 1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4816. ],
  4817. 'data_collector.dump' => [
  4818. 0 => 'dump',
  4819. 1 => '@Debug/Profiler/dump.html.twig',
  4820. ],
  4821. 'data_collector.messenger' => [
  4822. 0 => 'messenger',
  4823. 1 => '@WebProfiler/Collector/messenger.html.twig',
  4824. ],
  4825. 'mailer.data_collector' => [
  4826. 0 => 'mailer',
  4827. 1 => '@WebProfiler/Collector/mailer.html.twig',
  4828. ],
  4829. 'notifier.data_collector' => [
  4830. 0 => 'notifier',
  4831. 1 => '@WebProfiler/Collector/notifier.html.twig',
  4832. ],
  4833. 'data_collector.mercure' => [
  4834. 0 => 'mercure',
  4835. 1 => '@Mercure/Collector/mercure.html.twig',
  4836. ],
  4837. 'data_collector.config' => [
  4838. 0 => 'config',
  4839. 1 => '@WebProfiler/Collector/config.html.twig',
  4840. ],
  4841. ],
  4842. 'console.command.ids' => [
  4843. 0 => 'console.command.public_alias.App\\MigrationCommand\\ActionWorkflowCommand',
  4844. 1 => 'console.command.public_alias.App\\MigrationCommand\\CreateAdminCommand',
  4845. 2 => 'console.command.public_alias.App\\MigrationCommand\\GroupCommand',
  4846. 3 => 'console.command.public_alias.App\\MigrationCommand\\IndustryCommand',
  4847. 4 => 'console.command.public_alias.App\\MigrationCommand\\TaskWorkflowCommand',
  4848. ],
  4849. ];
  4850. }
  4851. protected function throw($message)
  4852. {
  4853. throw new RuntimeException($message);
  4854. }
  4855. }