var/cache/dev/ContainerYVzNDLL/App_KernelDevDebugContainer.php line 2251

Open in your IDE?
  1. <?php
  2. namespace ContainerYVzNDLL;
  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\\MiddlewareCallLogRepository' => ['privates', 'App\\Repository\\MiddlewareCallLogRepository', 'getMiddlewareCallLogRepositoryService', true],
  1224. 'App\\Repository\\MiddlewareCredentialsRepository' => ['privates', 'App\\Repository\\MiddlewareCredentialsRepository', 'getMiddlewareCredentialsRepositoryService', true],
  1225. 'App\\Repository\\NotificationConfigRepository' => ['privates', 'App\\Repository\\NotificationConfigRepository', 'getNotificationConfigRepositoryService', true],
  1226. 'App\\Repository\\NotificationHistoryRepository' => ['privates', 'App\\Repository\\NotificationHistoryRepository', 'getNotificationHistoryRepositoryService', true],
  1227. 'App\\Repository\\PartnerRepository' => ['privates', 'App\\Repository\\PartnerRepository', 'getPartnerRepositoryService', true],
  1228. 'App\\Repository\\PassportRepository' => ['privates', 'App\\Repository\\PassportRepository', 'getPassportRepositoryService', true],
  1229. 'App\\Repository\\PasswordResetCodeRepository' => ['privates', 'App\\Repository\\PasswordResetCodeRepository', 'getPasswordResetCodeRepositoryService', true],
  1230. 'App\\Repository\\PaymentHoldRepository' => ['privates', 'App\\Repository\\PaymentHoldRepository', 'getPaymentHoldRepositoryService', true],
  1231. 'App\\Repository\\PaymentRepository' => ['privates', 'App\\Repository\\PaymentRepository', 'getPaymentRepositoryService', true],
  1232. 'App\\Repository\\PaymentStatusLogRepository' => ['privates', 'App\\Repository\\PaymentStatusLogRepository', 'getPaymentStatusLogRepositoryService', true],
  1233. 'App\\Repository\\PurchaseOrderRepository' => ['privates', 'App\\Repository\\PurchaseOrderRepository', 'getPurchaseOrderRepositoryService', true],
  1234. 'App\\Repository\\PurchaseOrderStatusLogRepository' => ['privates', 'App\\Repository\\PurchaseOrderStatusLogRepository', 'getPurchaseOrderStatusLogRepositoryService', true],
  1235. 'App\\Repository\\RejectionRepository' => ['privates', 'App\\Repository\\RejectionRepository', 'getRejectionRepositoryService', true],
  1236. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  1237. 'App\\Repository\\ResignationLetterRepository' => ['privates', 'App\\Repository\\ResignationLetterRepository', 'getResignationLetterRepositoryService', true],
  1238. 'App\\Repository\\SalesRepository' => ['privates', 'App\\Repository\\SalesRepository', 'getSalesRepositoryService', true],
  1239. 'App\\Repository\\SharedDocsRepository' => ['privates', 'App\\Repository\\SharedDocsRepository', 'getSharedDocsRepositoryService', true],
  1240. 'App\\Repository\\SiteAccountCodeRepository' => ['privates', 'App\\Repository\\SiteAccountCodeRepository', 'getSiteAccountCodeRepositoryService', true],
  1241. 'App\\Repository\\StatesRepository' => ['privates', 'App\\Repository\\StatesRepository', 'getStatesRepositoryService', true],
  1242. 'App\\Repository\\StepsRepository' => ['privates', 'App\\Repository\\StepsRepository', 'getStepsRepositoryService', true],
  1243. 'App\\Repository\\TaskWorkflowRepository' => ['privates', 'App\\Repository\\TaskWorkflowRepository', 'getTaskWorkflowRepositoryService', true],
  1244. 'App\\Repository\\TimesheetRepository' => ['privates', 'App\\Repository\\TimesheetRepository', 'getTimesheetRepositoryService', true],
  1245. 'App\\Repository\\TypeContractRepository' => ['privates', 'App\\Repository\\TypeContractRepository', 'getTypeContractRepositoryService', true],
  1246. 'App\\Repository\\UserLogInOutRepository' => ['privates', 'App\\Repository\\UserLogInOutRepository', 'getUserLogInOutRepositoryService', true],
  1247. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  1248. 'App\\Repository\\WorkflowRepository' => ['privates', 'App\\Repository\\WorkflowRepository', 'getWorkflowRepositoryService', true],
  1249. ], [
  1250. 'App\\Repository\\ActionRepository' => '?',
  1251. 'App\\Repository\\ArticleRepository' => '?',
  1252. 'App\\Repository\\BankRepository' => '?',
  1253. 'App\\Repository\\ClientRepository' => '?',
  1254. 'App\\Repository\\CodeArticleRepository' => '?',
  1255. 'App\\Repository\\CompanyRepository' => '?',
  1256. 'App\\Repository\\ComplaintChatRepository' => '?',
  1257. 'App\\Repository\\ComplaintUserRepository' => '?',
  1258. 'App\\Repository\\ComplaintsRepository' => '?',
  1259. 'App\\Repository\\ConsultantContractPaymentEntityRepository' => '?',
  1260. 'App\\Repository\\ConsultantFinanceDataRepository' => '?',
  1261. 'App\\Repository\\ConsultantHistoryRepository' => '?',
  1262. 'App\\Repository\\ContractRepository' => '?',
  1263. 'App\\Repository\\CountryRepository' => '?',
  1264. 'App\\Repository\\CurrencyRepository' => '?',
  1265. 'App\\Repository\\CycleVieContractRepository' => '?',
  1266. 'App\\Repository\\CycleViePaymentRepository' => '?',
  1267. 'App\\Repository\\DeletedFilesRepository' => '?',
  1268. 'App\\Repository\\DraftContractRepository' => '?',
  1269. 'App\\Repository\\DraftContractStatusLogRepository' => '?',
  1270. 'App\\Repository\\EmergencyContactRepository' => '?',
  1271. 'App\\Repository\\ExportPaymentRequestRepository' => '?',
  1272. 'App\\Repository\\FamilyRepository' => '?',
  1273. 'App\\Repository\\FieldsConfigRepository' => '?',
  1274. 'App\\Repository\\GroupRepository' => '?',
  1275. 'App\\Repository\\IndustryRepository' => '?',
  1276. 'App\\Repository\\InsuranceCompanyRepository' => '?',
  1277. 'App\\Repository\\InsuranceRepository' => '?',
  1278. 'App\\Repository\\InvoicingClientRepository' => '?',
  1279. 'App\\Repository\\JobTitleRepository' => '?',
  1280. 'App\\Repository\\ListRejectionRepository' => '?',
  1281. 'App\\Repository\\MiddlewareCallLogRepository' => '?',
  1282. 'App\\Repository\\MiddlewareCredentialsRepository' => '?',
  1283. 'App\\Repository\\NotificationConfigRepository' => '?',
  1284. 'App\\Repository\\NotificationHistoryRepository' => '?',
  1285. 'App\\Repository\\PartnerRepository' => '?',
  1286. 'App\\Repository\\PassportRepository' => '?',
  1287. 'App\\Repository\\PasswordResetCodeRepository' => '?',
  1288. 'App\\Repository\\PaymentHoldRepository' => '?',
  1289. 'App\\Repository\\PaymentRepository' => '?',
  1290. 'App\\Repository\\PaymentStatusLogRepository' => '?',
  1291. 'App\\Repository\\PurchaseOrderRepository' => '?',
  1292. 'App\\Repository\\PurchaseOrderStatusLogRepository' => '?',
  1293. 'App\\Repository\\RejectionRepository' => '?',
  1294. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1295. 'App\\Repository\\ResignationLetterRepository' => '?',
  1296. 'App\\Repository\\SalesRepository' => '?',
  1297. 'App\\Repository\\SharedDocsRepository' => '?',
  1298. 'App\\Repository\\SiteAccountCodeRepository' => '?',
  1299. 'App\\Repository\\StatesRepository' => '?',
  1300. 'App\\Repository\\StepsRepository' => '?',
  1301. 'App\\Repository\\TaskWorkflowRepository' => '?',
  1302. 'App\\Repository\\TimesheetRepository' => '?',
  1303. 'App\\Repository\\TypeContractRepository' => '?',
  1304. 'App\\Repository\\UserLogInOutRepository' => '?',
  1305. 'App\\Repository\\UserRepository' => '?',
  1306. 'App\\Repository\\WorkflowRepository' => '?',
  1307. ])));
  1308. $c->addCustomStringFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1309. $c->addCustomStringFunction('TIMESTAMP_DIFF', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1310. $c->addCustomStringFunction('DATE_DIFF', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1311. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1312. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1313. return $instance;
  1314. }
  1315. /**
  1316. * Gets the public 'event_dispatcher' shared service.
  1317. *
  1318. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1319. */
  1320. protected function getEventDispatcherService()
  1321. {
  1322. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1323. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1324. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1325. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1326. $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())));
  1327. $instance->addListener('lexik_jwt_authentication.on_jwt_created', [0 => function () {
  1328. return ($this->privates['App\\EventListener\\JWTCreatedListener'] ?? $this->load('getJWTCreatedListenerService'));
  1329. }, 1 => 'onJWTCreated'], 0);
  1330. $instance->addListener('kernel.controller', [0 => function () {
  1331. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1332. }, 1 => 'onKernelController'], 0);
  1333. $instance->addListener('console.command', [0 => function () {
  1334. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1335. }, 1 => 'onConsoleCommand'], 0);
  1336. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1337. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1338. }, 1 => 'checkPassport'], 1024);
  1339. $instance->addListener('kernel.response', [0 => function () {
  1340. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1341. }, 1 => 'onKernelResponse'], 0);
  1342. $instance->addListener('kernel.request', [0 => function () {
  1343. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1344. }, 1 => 'onKernelRequest'], 0);
  1345. $instance->addListener('kernel.request', [0 => function () {
  1346. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1347. }, 1 => 'onKernelRequest'], 250);
  1348. $instance->addListener('kernel.response', [0 => function () {
  1349. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1350. }, 1 => 'onKernelResponse'], 0);
  1351. $instance->addListener('kernel.response', [0 => function () {
  1352. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1353. }, 1 => 'onResponse'], -10);
  1354. $instance->addListener('kernel.request', [0 => function () {
  1355. return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1356. }, 1 => 'onKernelRequest'], 28);
  1357. $instance->addListener('kernel.request', [0 => function () {
  1358. return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1359. }, 1 => 'onKernelRequest'], 2);
  1360. $instance->addListener('kernel.view', [0 => function () {
  1361. return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1362. }, 1 => 'onKernelView'], 16);
  1363. $instance->addListener('kernel.view', [0 => function () {
  1364. return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1365. }, 1 => 'onKernelView'], 8);
  1366. $instance->addListener('kernel.exception', [0 => function () {
  1367. return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1368. }, 1 => 'onKernelException'], 0);
  1369. $instance->addListener('kernel.exception', [0 => function () {
  1370. return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1371. }, 1 => 'onKernelException'], -96);
  1372. $instance->addListener('kernel.view', [0 => function () {
  1373. return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1374. }, 1 => 'onKernelView'], 32);
  1375. $instance->addListener('kernel.request', [0 => function () {
  1376. return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1377. }, 1 => 'onKernelRequest'], 4);
  1378. $instance->addListener('kernel.request', [0 => function () {
  1379. return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1380. }, 1 => 'onKernelRequest'], 0);
  1381. $instance->addListener('kernel.response', [0 => function () {
  1382. return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1383. }, 1 => 'onKernelResponse'], 0);
  1384. $instance->addListener('kernel.response', [0 => function () {
  1385. return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1386. }, 1 => 'onKernelResponse'], -1);
  1387. $instance->addListener('kernel.view', [0 => function () {
  1388. return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1389. }, 1 => 'onKernelView'], 64);
  1390. $instance->addListener('kernel.request', [0 => function () {
  1391. return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1392. }, 1 => 'onKernelRequest'], 16);
  1393. $instance->addListener('kernel.response', [0 => function () {
  1394. return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  1395. }, 1 => 'onKernelResponse'], 0);
  1396. $instance->addListener('kernel.request', [0 => function () {
  1397. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1398. }, 1 => 'onSecurity'], 3);
  1399. $instance->addListener('kernel.request', [0 => function () {
  1400. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1401. }, 1 => 'onSecurityPostDenormalize'], 1);
  1402. $instance->addListener('kernel.view', [0 => function () {
  1403. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1404. }, 1 => 'onSecurityPostValidation'], 63);
  1405. $instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
  1406. return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1407. }, 1 => 'attachRefreshToken'], 0);
  1408. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1409. return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1410. }, 1 => 'onLogout'], 0);
  1411. $instance->addListener('App\\Event\\ContractEvent', [0 => function () {
  1412. return ($this->privates['App\\EventSubscriber\\ContractSubscriber'] ?? $this->load('getContractSubscriberService'));
  1413. }, 1 => 'onSendContract'], 1);
  1414. $instance->addListener('App\\Event\\PaymentEvent', [0 => function () {
  1415. return ($this->privates['App\\EventSubscriber\\PaymentSubscriber'] ?? $this->load('getPaymentSubscriberService'));
  1416. }, 1 => 'onSendPayment'], 1);
  1417. $instance->addListener('App\\Event\\ResignationLetterEvent', [0 => function () {
  1418. return ($this->privates['App\\EventSubscriber\\ResignationLetterSubscriber'] ?? $this->load('getResignationLetterSubscriberService'));
  1419. }, 1 => 'onCreatResignationLetter'], 1);
  1420. $instance->addListener('security.interactive_login', [0 => function () {
  1421. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  1422. }, 1 => 'onSecurityInteractiveLogin'], 0);
  1423. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1424. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  1425. }, 1 => 'onSecurityLogout'], 0);
  1426. $instance->addListener('kernel.response', [0 => function () {
  1427. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1428. }, 1 => 'onKernelResponse'], 0);
  1429. $instance->addListener('kernel.response', [0 => function () {
  1430. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1431. }, 1 => 'onKernelResponse'], -1024);
  1432. $instance->addListener('kernel.request', [0 => function () {
  1433. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1434. }, 1 => 'setDefaultLocale'], 100);
  1435. $instance->addListener('kernel.request', [0 => function () {
  1436. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1437. }, 1 => 'onKernelRequest'], 16);
  1438. $instance->addListener('kernel.finish_request', [0 => function () {
  1439. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1440. }, 1 => 'onKernelFinishRequest'], 0);
  1441. $instance->addListener('kernel.request', [0 => function () {
  1442. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1443. }, 1 => 'onKernelRequest'], 256);
  1444. $instance->addListener('kernel.response', [0 => function () {
  1445. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1446. }, 1 => 'onResponse'], -255);
  1447. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1448. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1449. }, 1 => 'onControllerArguments'], 0);
  1450. $instance->addListener('kernel.exception', [0 => function () {
  1451. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1452. }, 1 => 'logKernelException'], 0);
  1453. $instance->addListener('kernel.exception', [0 => function () {
  1454. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1455. }, 1 => 'onKernelException'], -128);
  1456. $instance->addListener('kernel.response', [0 => function () {
  1457. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1458. }, 1 => 'removeCspHeader'], -128);
  1459. $instance->addListener('kernel.request', [0 => function () {
  1460. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1461. }, 1 => 'onKernelRequest'], 15);
  1462. $instance->addListener('kernel.finish_request', [0 => function () {
  1463. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1464. }, 1 => 'onKernelFinishRequest'], -15);
  1465. $instance->addListener('console.error', [0 => function () {
  1466. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1467. }, 1 => 'onConsoleError'], -128);
  1468. $instance->addListener('console.terminate', [0 => function () {
  1469. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1470. }, 1 => 'onConsoleTerminate'], -128);
  1471. $instance->addListener('console.error', [0 => function () {
  1472. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1473. }, 1 => 'onConsoleError'], 0);
  1474. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1475. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1476. }, 1 => 'onMessage'], -255);
  1477. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1478. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1479. }, 1 => 'onMessage'], -255);
  1480. $instance->addListener('kernel.request', [0 => function () {
  1481. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1482. }, 1 => 'configure'], 2048);
  1483. $instance->addListener('console.command', [0 => function () {
  1484. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1485. }, 1 => 'configure'], 2048);
  1486. $instance->addListener('kernel.request', [0 => function () {
  1487. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1488. }, 1 => 'onKernelRequest'], 32);
  1489. $instance->addListener('kernel.finish_request', [0 => function () {
  1490. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1491. }, 1 => 'onKernelFinishRequest'], 0);
  1492. $instance->addListener('kernel.exception', [0 => function () {
  1493. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1494. }, 1 => 'onKernelException'], -64);
  1495. $instance->addListener('kernel.response', [0 => function () {
  1496. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1497. }, 1 => 'onKernelResponse'], 0);
  1498. $instance->addListener('kernel.request', [0 => function () {
  1499. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1500. }, 1 => 'onKernelRequest'], 128);
  1501. $instance->addListener('kernel.response', [0 => function () {
  1502. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1503. }, 1 => 'onKernelResponse'], -1000);
  1504. $instance->addListener('kernel.finish_request', [0 => function () {
  1505. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1506. }, 1 => 'onFinishRequest'], 0);
  1507. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1508. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1509. }, 1 => 'onMessageFailed'], 100);
  1510. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1511. 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()));
  1512. }, 1 => 'onMessageFailed'], 200);
  1513. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1514. return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1515. }, 1 => 'onMessageFailed'], -100);
  1516. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1517. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1518. }, 1 => 'onWorkerRunning'], 100);
  1519. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1520. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1521. }, 1 => 'onWorkerStarted'], 0);
  1522. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1523. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1524. }, 1 => 'onWorkerRunning'], 0);
  1525. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1526. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1527. }, 1 => 'onWorkerStarted'], 100);
  1528. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1529. 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()));
  1530. }, 1 => 'onMessageFailed'], 0);
  1531. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1532. 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()));
  1533. }, 1 => 'onWorkerRunning'], 0);
  1534. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1535. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1536. }, 1 => 'onNotification'], -255);
  1537. $instance->addListener('kernel.response', [0 => function () {
  1538. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1539. }, 1 => 'onKernelResponse'], -100);
  1540. $instance->addListener('kernel.exception', [0 => function () {
  1541. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1542. }, 1 => 'onKernelException'], 0);
  1543. $instance->addListener('kernel.terminate', [0 => function () {
  1544. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1545. }, 1 => 'onKernelTerminate'], -1024);
  1546. $instance->addListener('kernel.controller', [0 => function () {
  1547. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1548. }, 1 => 'onKernelController'], 0);
  1549. $instance->addListener('kernel.response', [0 => function () {
  1550. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1551. }, 1 => 'onKernelResponse'], 0);
  1552. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1553. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1554. }, 1 => 'onWorkerMessageHandled'], 0);
  1555. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1556. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1557. }, 1 => 'onWorkerMessageFailed'], 0);
  1558. $instance->addListener('console.command', [0 => function () {
  1559. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1560. }, 1 => 'configure'], 1024);
  1561. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1562. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1563. }, 1 => 'onMessage'], 0);
  1564. $instance->addListener('kernel.response', [0 => function () {
  1565. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1566. }, 1 => 'onKernelResponse'], -128);
  1567. $instance->addListener('kernel.response', [0 => function () {
  1568. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1569. }, 1 => 'onKernelResponse'], 0);
  1570. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1571. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1572. }, 1 => 'checkPassport'], 0);
  1573. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1574. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1575. }, 1 => 'onLoginSuccess'], 0);
  1576. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1577. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1578. }, 1 => 'onVoterVote'], 0);
  1579. $instance->addListener('kernel.request', [0 => function () {
  1580. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1581. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1582. $instance->addListener('kernel.request', [0 => function () {
  1583. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1584. }, 1 => 'onKernelRequest'], 8);
  1585. $instance->addListener('kernel.finish_request', [0 => function () {
  1586. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1587. }, 1 => 'onKernelFinishRequest'], 0);
  1588. $instance->addListener('console.command', [0 => function () {
  1589. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1590. }, 1 => 'onCommand'], 255);
  1591. $instance->addListener('console.terminate', [0 => function () {
  1592. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1593. }, 1 => 'onTerminate'], -255);
  1594. $instance->addListener('console.error', [0 => function () {
  1595. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1596. }, 1 => 'onConsoleError'], 0);
  1597. $instance->addListener('console.terminate', [0 => function () {
  1598. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1599. }, 1 => 'onConsoleTerminate'], 0);
  1600. $instance->addListener('kernel.controller', [0 => function () {
  1601. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1602. }, 1 => 'onKernelController'], 0);
  1603. $instance->addListener('kernel.controller', [0 => function () {
  1604. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1605. }, 1 => 'onKernelController'], 0);
  1606. $instance->addListener('kernel.controller', [0 => function () {
  1607. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1608. }, 1 => 'onKernelController'], -128);
  1609. $instance->addListener('kernel.view', [0 => function () {
  1610. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1611. }, 1 => 'onKernelView'], 0);
  1612. $instance->addListener('kernel.controller', [0 => function () {
  1613. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1614. }, 1 => 'onKernelController'], 0);
  1615. $instance->addListener('kernel.response', [0 => function () {
  1616. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1617. }, 1 => 'onKernelResponse'], 0);
  1618. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1619. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1620. }, 1 => 'onKernelControllerArguments'], 0);
  1621. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1622. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1623. }, 1 => 'onKernelControllerArguments'], 0);
  1624. $instance->addListener('kernel.exception', [0 => function () {
  1625. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1626. }, 1 => 'onException'], 0);
  1627. $instance->addListener('kernel.terminate', [0 => function () {
  1628. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1629. }, 1 => 'onTerminate'], 0);
  1630. $instance->addListener('console.error', [0 => function () {
  1631. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1632. }, 1 => 'onException'], 0);
  1633. $instance->addListener('console.terminate', [0 => function () {
  1634. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1635. }, 1 => 'onTerminate'], 0);
  1636. $instance->addListener('knp_pager.before', [0 => function () {
  1637. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1638. }, 1 => 'before'], 0);
  1639. $instance->addListener('knp_pager.pagination', [0 => function () {
  1640. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1641. }, 1 => 'pagination'], 0);
  1642. $instance->addListener('knp_pager.before', [0 => function () {
  1643. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1644. }, 1 => 'before'], 1);
  1645. $instance->addListener('knp_pager.before', [0 => function () {
  1646. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1647. }, 1 => 'before'], 1);
  1648. $instance->addListener('knp_pager.pagination', [0 => function () {
  1649. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1650. }, 1 => 'pagination'], 1);
  1651. $instance->addListener('kernel.response', [0 => function () {
  1652. return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  1653. }, 1 => 'onKernelResponse'], 0);
  1654. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1655. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1656. }, 1 => 'checkPassport'], 512);
  1657. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1658. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1659. }, 1 => 'onLogout'], 0);
  1660. return $instance;
  1661. }
  1662. /**
  1663. * Gets the public 'http_kernel' shared service.
  1664. *
  1665. * @return \Symfony\Component\HttpKernel\HttpKernel
  1666. */
  1667. protected function getHttpKernelService()
  1668. {
  1669. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1670. if (isset($this->services['http_kernel'])) {
  1671. return $this->services['http_kernel'];
  1672. }
  1673. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1674. 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 () {
  1675. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1676. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1677. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1678. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1679. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1680. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1681. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1682. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1683. }, 8)), $b));
  1684. }
  1685. /**
  1686. * Gets the public 'messenger.default_bus' shared service.
  1687. *
  1688. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1689. */
  1690. protected function getMessenger_DefaultBusService()
  1691. {
  1692. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1693. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1694. 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')));
  1695. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1696. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1697. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1698. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1699. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1700. }, 7)));
  1701. }
  1702. /**
  1703. * Gets the public 'monolog.logger.deprecation' shared service.
  1704. *
  1705. * @return \Symfony\Bridge\Monolog\Logger
  1706. */
  1707. protected function getMonolog_Logger_DeprecationService()
  1708. {
  1709. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1710. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1711. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1712. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1713. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1714. return $instance;
  1715. }
  1716. /**
  1717. * Gets the public 'request_stack' shared service.
  1718. *
  1719. * @return \Symfony\Component\HttpFoundation\RequestStack
  1720. */
  1721. protected function getRequestStackService()
  1722. {
  1723. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1724. }
  1725. /**
  1726. * Gets the public 'router' shared service.
  1727. *
  1728. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1729. */
  1730. protected function getRouterService()
  1731. {
  1732. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1733. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1734. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1735. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1736. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1737. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1738. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1739. ], [
  1740. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1741. ]))->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');
  1742. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1743. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1744. return $instance;
  1745. }
  1746. /**
  1747. * Gets the public 'translator' shared service.
  1748. *
  1749. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1750. */
  1751. protected function getTranslatorService()
  1752. {
  1753. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1754. }
  1755. /**
  1756. * Gets the public 'var_dumper.cloner' shared service.
  1757. *
  1758. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1759. */
  1760. protected function getVarDumper_ClonerService()
  1761. {
  1762. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1763. $instance->setMaxItems(2500);
  1764. $instance->setMinDepth(1);
  1765. $instance->setMaxString(-1);
  1766. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1767. return $instance;
  1768. }
  1769. /**
  1770. * Gets the private '.debug.http_client' shared service.
  1771. *
  1772. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1773. */
  1774. protected function get_Debug_HttpClientService()
  1775. {
  1776. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1777. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1778. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1779. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1780. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1781. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1782. $a->setLogger($b);
  1783. 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))));
  1784. }
  1785. /**
  1786. * Gets the private '.service_locator.2AgYTo_' shared service.
  1787. *
  1788. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1789. */
  1790. protected function get_ServiceLocator_2AgYToService()
  1791. {
  1792. return $this->privates['.service_locator.2AgYTo_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1793. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  1794. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1795. 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true],
  1796. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1797. 'security.firewall.map.context.refresh_jwt' => ['privates', 'security.firewall.map.context.refresh_jwt', 'getSecurity_Firewall_Map_Context_RefreshJwtService', true],
  1798. ], [
  1799. 'security.firewall.map.context.api' => '?',
  1800. 'security.firewall.map.context.dev' => '?',
  1801. 'security.firewall.map.context.login' => '?',
  1802. 'security.firewall.map.context.main' => '?',
  1803. 'security.firewall.map.context.refresh_jwt' => '?',
  1804. ]);
  1805. }
  1806. /**
  1807. * Gets the private 'App\Services\AccessService' shared autowired service.
  1808. *
  1809. * @return \App\Services\AccessService
  1810. */
  1811. protected function getAccessServiceService()
  1812. {
  1813. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1814. if (isset($this->privates['App\\Services\\AccessService'])) {
  1815. return $this->privates['App\\Services\\AccessService'];
  1816. }
  1817. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1818. if (isset($this->privates['App\\Services\\AccessService'])) {
  1819. return $this->privates['App\\Services\\AccessService'];
  1820. }
  1821. $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1822. if (isset($this->privates['App\\Services\\AccessService'])) {
  1823. return $this->privates['App\\Services\\AccessService'];
  1824. }
  1825. return $this->privates['App\\Services\\AccessService'] = new \App\Services\AccessService($a, $b, $c);
  1826. }
  1827. /**
  1828. * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  1829. *
  1830. * @return \Symfony\Component\Mercure\HubRegistry
  1831. */
  1832. protected function getHubRegistryService()
  1833. {
  1834. $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1835. return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  1836. }
  1837. /**
  1838. * Gets the private 'annotations.cache_adapter' shared service.
  1839. *
  1840. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1841. */
  1842. protected function getAnnotations_CacheAdapterService()
  1843. {
  1844. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1845. }
  1846. /**
  1847. * Gets the private 'annotations.cached_reader' shared service.
  1848. *
  1849. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1850. */
  1851. protected function getAnnotations_CachedReaderService()
  1852. {
  1853. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1854. }
  1855. /**
  1856. * Gets the private 'annotations.reader' shared service.
  1857. *
  1858. * @return \Doctrine\Common\Annotations\AnnotationReader
  1859. */
  1860. protected function getAnnotations_ReaderService()
  1861. {
  1862. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1863. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1864. $a->registerUniqueLoader('class_exists');
  1865. $instance->addGlobalIgnoredName('required', $a);
  1866. return $instance;
  1867. }
  1868. /**
  1869. * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1870. *
  1871. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1872. */
  1873. protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1874. {
  1875. 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())));
  1876. }
  1877. /**
  1878. * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1879. *
  1880. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1881. */
  1882. protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1883. {
  1884. 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())));
  1885. }
  1886. /**
  1887. * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1888. *
  1889. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1890. */
  1891. protected function getApiPlatform_Cache_Metadata_ResourceService()
  1892. {
  1893. 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())));
  1894. }
  1895. /**
  1896. * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1897. *
  1898. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1899. */
  1900. protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1901. {
  1902. 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())));
  1903. }
  1904. /**
  1905. * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1906. *
  1907. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1908. */
  1909. protected function getApiPlatform_Cache_RouteNameResolverService()
  1910. {
  1911. 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())));
  1912. }
  1913. /**
  1914. * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1915. *
  1916. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1917. */
  1918. protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1919. {
  1920. 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())));
  1921. }
  1922. /**
  1923. * Gets the private 'api_platform.filter_locator' shared service.
  1924. *
  1925. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1926. */
  1927. protected function getApiPlatform_FilterLocatorService()
  1928. {
  1929. return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1930. '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],
  1931. ], [
  1932. 'annotated_app_entity_user_api_platform_doctrine_orm_filter_search_filter' => '?',
  1933. ]);
  1934. }
  1935. /**
  1936. * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1937. *
  1938. * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1939. */
  1940. protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1941. {
  1942. 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()));
  1943. }
  1944. /**
  1945. * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1946. *
  1947. * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1948. */
  1949. protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1950. {
  1951. $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  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. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  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. $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1960. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1961. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1962. }
  1963. 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())));
  1964. }
  1965. /**
  1966. * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1967. *
  1968. * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1969. */
  1970. protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1971. {
  1972. return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1973. }
  1974. /**
  1975. * Gets the private 'api_platform.identifier.converter' shared service.
  1976. *
  1977. * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1978. */
  1979. protected function getApiPlatform_Identifier_ConverterService()
  1980. {
  1981. $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1982. if (isset($this->privates['api_platform.identifier.converter'])) {
  1983. return $this->privates['api_platform.identifier.converter'];
  1984. }
  1985. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1986. if (isset($this->privates['api_platform.identifier.converter'])) {
  1987. return $this->privates['api_platform.identifier.converter'];
  1988. }
  1989. return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a, $b, new RewindableGenerator(function () {
  1990. yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1991. yield 1 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1992. }, 2));
  1993. }
  1994. /**
  1995. * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1996. *
  1997. * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1998. */
  1999. protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2000. {
  2001. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2002. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2003. return $this->privates['api_platform.identifiers_extractor.cached'];
  2004. }
  2005. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2006. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2007. return $this->privates['api_platform.identifiers_extractor.cached'];
  2008. }
  2009. $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2010. $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2011. 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);
  2012. }
  2013. /**
  2014. * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2015. *
  2016. * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2017. */
  2018. protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2019. {
  2020. $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2021. $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2022. return $instance;
  2023. }
  2024. /**
  2025. * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2026. *
  2027. * @return \ApiPlatform\JsonLd\ContextBuilder
  2028. */
  2029. protected function getApiPlatform_Jsonld_ContextBuilderService()
  2030. {
  2031. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2032. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2033. return $this->privates['api_platform.jsonld.context_builder'];
  2034. }
  2035. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2036. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2037. return $this->privates['api_platform.jsonld.context_builder'];
  2038. }
  2039. $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2040. 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));
  2041. }
  2042. /**
  2043. * Gets the private 'api_platform.listener.request.add_format' shared service.
  2044. *
  2045. * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2046. */
  2047. protected function getApiPlatform_Listener_Request_AddFormatService()
  2048. {
  2049. 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']);
  2050. }
  2051. /**
  2052. * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2053. *
  2054. * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2055. */
  2056. protected function getApiPlatform_Listener_Request_DeserializeService()
  2057. {
  2058. $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2059. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2060. return $this->privates['api_platform.listener.request.deserialize'];
  2061. }
  2062. $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2063. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2064. return $this->privates['api_platform.listener.request.deserialize'];
  2065. }
  2066. 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()));
  2067. }
  2068. /**
  2069. * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2070. *
  2071. * @return \ApiPlatform\Core\EventListener\ReadListener
  2072. */
  2073. protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2074. {
  2075. $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  2076. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2077. return $this->privates['api_platform.listener.request.read.legacy'];
  2078. }
  2079. $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  2080. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2081. return $this->privates['api_platform.listener.request.read.legacy'];
  2082. }
  2083. $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  2084. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2085. return $this->privates['api_platform.listener.request.read.legacy'];
  2086. }
  2087. $d = ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService());
  2088. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2089. return $this->privates['api_platform.listener.request.read.legacy'];
  2090. }
  2091. 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()));
  2092. }
  2093. /**
  2094. * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2095. *
  2096. * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2097. */
  2098. protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2099. {
  2100. $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2101. if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  2102. return $this->privates['api_platform.listener.view.validate_query_parameters'];
  2103. }
  2104. 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);
  2105. }
  2106. /**
  2107. * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  2108. *
  2109. * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  2110. */
  2111. protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  2112. {
  2113. 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())));
  2114. }
  2115. /**
  2116. * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2117. *
  2118. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2119. */
  2120. protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2121. {
  2122. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  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. $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2127. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2128. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2129. }
  2130. $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2131. 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 () {
  2132. 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()));
  2133. yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2134. 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()));
  2135. 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()));
  2136. 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()));
  2137. 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()));
  2138. 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()));
  2139. 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()));
  2140. yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2141. 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()));
  2142. 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()));
  2143. 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()));
  2144. 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()));
  2145. }, 13)));
  2146. }
  2147. /**
  2148. * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2149. *
  2150. * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2151. */
  2152. protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2153. {
  2154. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2155. if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2156. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2157. }
  2158. 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)));
  2159. }
  2160. /**
  2161. * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2162. *
  2163. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2164. */
  2165. protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2166. {
  2167. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2168. 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']));
  2169. }
  2170. /**
  2171. * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2172. *
  2173. * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2174. */
  2175. protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2176. {
  2177. 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)))))));
  2178. }
  2179. /**
  2180. * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2181. *
  2182. * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2183. */
  2184. protected function getApiPlatform_OperationPathResolver_CustomService()
  2185. {
  2186. 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()))));
  2187. }
  2188. /**
  2189. * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2190. *
  2191. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2192. */
  2193. protected function getApiPlatform_OperationPathResolver_RouterService()
  2194. {
  2195. $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2196. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2197. return $this->privates['api_platform.operation_path_resolver.router'];
  2198. }
  2199. $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2200. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2201. return $this->privates['api_platform.operation_path_resolver.router'];
  2202. }
  2203. 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);
  2204. }
  2205. /**
  2206. * Gets the private 'api_platform.resource_class_resolver' shared service.
  2207. *
  2208. * @return \ApiPlatform\Api\ResourceClassResolver
  2209. */
  2210. protected function getApiPlatform_ResourceClassResolverService()
  2211. {
  2212. 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()));
  2213. }
  2214. /**
  2215. * Gets the private 'api_platform.router' shared service.
  2216. *
  2217. * @return \ApiPlatform\Symfony\Routing\Router
  2218. */
  2219. protected function getApiPlatform_RouterService()
  2220. {
  2221. $a = ($this->services['router'] ?? $this->getRouterService());
  2222. if (isset($this->privates['api_platform.router'])) {
  2223. return $this->privates['api_platform.router'];
  2224. }
  2225. return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
  2226. }
  2227. /**
  2228. * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2229. *
  2230. * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2231. */
  2232. protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2233. {
  2234. $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2235. if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2236. return $this->privates['api_platform.security.listener.request.deny_access'];
  2237. }
  2238. 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);
  2239. }
  2240. /**
  2241. * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2242. *
  2243. * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2244. */
  2245. protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2246. {
  2247. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2248. if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2249. return $this->privates['api_platform.security.resource_access_checker'];
  2250. }
  2251. 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);
  2252. }
  2253. /**
  2254. * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2255. *
  2256. * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2257. */
  2258. protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2259. {
  2260. $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2261. if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2262. return $this->privates['api_platform.serializer.context_builder.filter'];
  2263. }
  2264. $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2265. return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b, $a, new \ApiPlatform\Serializer\SerializerContextBuilder($b));
  2266. }
  2267. /**
  2268. * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2269. *
  2270. * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2271. */
  2272. protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2273. {
  2274. 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()))])));
  2275. }
  2276. /**
  2277. * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2278. *
  2279. * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2280. */
  2281. protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2282. {
  2283. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2284. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2285. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2286. }
  2287. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2288. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2289. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2290. }
  2291. $c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2292. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2293. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2294. }
  2295. 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));
  2296. }
  2297. /**
  2298. * Gets the private 'cache.annotations' shared service.
  2299. *
  2300. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2301. */
  2302. protected function getCache_AnnotationsService()
  2303. {
  2304. 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())));
  2305. }
  2306. /**
  2307. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2308. *
  2309. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2310. */
  2311. protected function getCache_Doctrine_Orm_Default_QueryService()
  2312. {
  2313. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2314. }
  2315. /**
  2316. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2317. *
  2318. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2319. */
  2320. protected function getCache_Doctrine_Orm_Default_ResultService()
  2321. {
  2322. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2323. }
  2324. /**
  2325. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2326. *
  2327. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2328. */
  2329. protected function getCache_Messenger_RestartWorkersSignalService()
  2330. {
  2331. $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))));
  2332. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2333. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2334. }
  2335. /**
  2336. * Gets the private 'cache.property_info' shared service.
  2337. *
  2338. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2339. */
  2340. protected function getCache_PropertyInfoService()
  2341. {
  2342. 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())));
  2343. }
  2344. /**
  2345. * Gets the private 'cache.security_expression_language' shared service.
  2346. *
  2347. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2348. */
  2349. protected function getCache_SecurityExpressionLanguageService()
  2350. {
  2351. 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())));
  2352. }
  2353. /**
  2354. * Gets the private 'cache.serializer' shared service.
  2355. *
  2356. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2357. */
  2358. protected function getCache_SerializerService()
  2359. {
  2360. 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())));
  2361. }
  2362. /**
  2363. * Gets the private 'cache.validator' shared service.
  2364. *
  2365. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2366. */
  2367. protected function getCache_ValidatorService()
  2368. {
  2369. 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())));
  2370. }
  2371. /**
  2372. * Gets the private 'config_cache_factory' shared service.
  2373. *
  2374. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2375. */
  2376. protected function getConfigCacheFactoryService()
  2377. {
  2378. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2379. 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)));
  2380. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2381. }, 2));
  2382. }
  2383. /**
  2384. * Gets the private 'data_collector.form' shared service.
  2385. *
  2386. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2387. */
  2388. protected function getDataCollector_FormService()
  2389. {
  2390. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2391. }
  2392. /**
  2393. * Gets the private 'data_collector.request' shared service.
  2394. *
  2395. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2396. */
  2397. protected function getDataCollector_RequestService()
  2398. {
  2399. 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())));
  2400. }
  2401. /**
  2402. * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2403. *
  2404. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2405. */
  2406. protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2407. {
  2408. 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 () {
  2409. yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2410. }, 1)));
  2411. }
  2412. /**
  2413. * Gets the private 'debug.api_platform.data_persister' shared service.
  2414. *
  2415. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2416. */
  2417. protected function getDebug_ApiPlatform_DataPersisterService()
  2418. {
  2419. return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2420. yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2421. yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2422. }, 2)));
  2423. }
  2424. /**
  2425. * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2426. *
  2427. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2428. */
  2429. protected function getDebug_ApiPlatform_ItemDataProviderService()
  2430. {
  2431. 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 () {
  2432. yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2433. }, 1)));
  2434. }
  2435. /**
  2436. * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2437. *
  2438. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2439. */
  2440. protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2441. {
  2442. 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 () {
  2443. yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2444. }, 1)));
  2445. }
  2446. /**
  2447. * Gets the private 'debug.debug_handlers_listener' shared service.
  2448. *
  2449. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2450. */
  2451. protected function getDebug_DebugHandlersListenerService()
  2452. {
  2453. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2454. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2455. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2456. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2457. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2458. 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()));
  2459. }
  2460. /**
  2461. * Gets the private 'debug.file_link_formatter' shared service.
  2462. *
  2463. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2464. */
  2465. protected function getDebug_FileLinkFormatterService()
  2466. {
  2467. 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 () {
  2468. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2469. });
  2470. }
  2471. /**
  2472. * Gets the private 'debug.log_processor' shared service.
  2473. *
  2474. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2475. */
  2476. protected function getDebug_LogProcessorService()
  2477. {
  2478. 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())));
  2479. }
  2480. /**
  2481. * Gets the private 'debug.security.access.decision_manager' shared service.
  2482. *
  2483. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2484. */
  2485. protected function getDebug_Security_Access_DecisionManagerService()
  2486. {
  2487. 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 () {
  2488. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2489. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2490. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2491. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2492. }
  2493. /**
  2494. * Gets the private 'debug.security.firewall' shared service.
  2495. *
  2496. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2497. */
  2498. protected function getDebug_Security_FirewallService()
  2499. {
  2500. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2501. if (isset($this->privates['debug.security.firewall'])) {
  2502. return $this->privates['debug.security.firewall'];
  2503. }
  2504. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2505. if (isset($this->privates['debug.security.firewall'])) {
  2506. return $this->privates['debug.security.firewall'];
  2507. }
  2508. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2509. }
  2510. /**
  2511. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2512. *
  2513. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2514. */
  2515. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2516. {
  2517. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2518. 'api_platform.doctrine.orm.listener.mercure.publish' => ['privates', 'api_platform.doctrine.orm.listener.mercure.publish', 'getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService', true],
  2519. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2520. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2521. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2522. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2523. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  2524. ], [
  2525. 'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  2526. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2527. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2528. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2529. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2530. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2531. ]), [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']]);
  2532. }
  2533. /**
  2534. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2535. *
  2536. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2537. */
  2538. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2539. {
  2540. 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);
  2541. }
  2542. /**
  2543. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2544. *
  2545. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2546. */
  2547. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2548. {
  2549. $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);
  2550. $instance->setGlobalBasename('mapping');
  2551. return $instance;
  2552. }
  2553. /**
  2554. * Gets the private 'exception_listener' shared service.
  2555. *
  2556. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2557. */
  2558. protected function getExceptionListenerService()
  2559. {
  2560. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener(NULL, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2561. }
  2562. /**
  2563. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2564. *
  2565. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2566. */
  2567. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2568. {
  2569. 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())));
  2570. }
  2571. /**
  2572. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2573. *
  2574. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2575. */
  2576. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2577. {
  2578. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2579. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2580. return $this->privates['framework_extra_bundle.event.is_granted'];
  2581. }
  2582. 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);
  2583. }
  2584. /**
  2585. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2586. *
  2587. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2588. */
  2589. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2590. {
  2591. 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]);
  2592. }
  2593. /**
  2594. * Gets the private 'locale_aware_listener' shared service.
  2595. *
  2596. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2597. */
  2598. protected function getLocaleAwareListenerService()
  2599. {
  2600. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2601. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2602. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2603. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2604. }
  2605. /**
  2606. * Gets the private 'locale_listener' shared service.
  2607. *
  2608. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2609. */
  2610. protected function getLocaleListenerService()
  2611. {
  2612. $a = ($this->services['router'] ?? $this->getRouterService());
  2613. if (isset($this->privates['locale_listener'])) {
  2614. return $this->privates['locale_listener'];
  2615. }
  2616. 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, []);
  2617. }
  2618. /**
  2619. * Gets the private 'mercure.hub.default.traceable' shared service.
  2620. *
  2621. * @return \Symfony\Component\Mercure\Debug\TraceableHub
  2622. */
  2623. protected function getMercure_Hub_Default_TraceableService()
  2624. {
  2625. 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))));
  2626. }
  2627. /**
  2628. * Gets the private 'mime_types' shared service.
  2629. *
  2630. * @return \Symfony\Component\Mime\MimeTypes
  2631. */
  2632. protected function getMimeTypesService()
  2633. {
  2634. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2635. $instance->setDefault($instance);
  2636. return $instance;
  2637. }
  2638. /**
  2639. * Gets the private 'monolog.handler.console' shared service.
  2640. *
  2641. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2642. */
  2643. protected function getMonolog_Handler_ConsoleService()
  2644. {
  2645. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2646. }
  2647. /**
  2648. * Gets the private 'monolog.handler.main' shared service.
  2649. *
  2650. * @return \Monolog\Handler\StreamHandler
  2651. */
  2652. protected function getMonolog_Handler_MainService()
  2653. {
  2654. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2655. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2656. return $instance;
  2657. }
  2658. /**
  2659. * Gets the private 'monolog.logger' shared service.
  2660. *
  2661. * @return \Symfony\Bridge\Monolog\Logger
  2662. */
  2663. protected function getMonolog_LoggerService()
  2664. {
  2665. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2666. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2667. $instance->useMicrosecondTimestamps(true);
  2668. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2669. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2670. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2671. return $instance;
  2672. }
  2673. /**
  2674. * Gets the private 'monolog.logger.cache' shared service.
  2675. *
  2676. * @return \Symfony\Bridge\Monolog\Logger
  2677. */
  2678. protected function getMonolog_Logger_CacheService()
  2679. {
  2680. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2681. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2682. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2683. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2684. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2685. return $instance;
  2686. }
  2687. /**
  2688. * Gets the private 'monolog.logger.request' shared service.
  2689. *
  2690. * @return \Symfony\Bridge\Monolog\Logger
  2691. */
  2692. protected function getMonolog_Logger_RequestService()
  2693. {
  2694. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2695. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2696. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2697. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2698. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2699. return $instance;
  2700. }
  2701. /**
  2702. * Gets the private 'monolog.logger.security' shared service.
  2703. *
  2704. * @return \Symfony\Bridge\Monolog\Logger
  2705. */
  2706. protected function getMonolog_Logger_SecurityService()
  2707. {
  2708. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2709. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2710. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2711. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2712. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2713. return $instance;
  2714. }
  2715. /**
  2716. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2717. *
  2718. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2719. */
  2720. protected function getNelmioCors_CorsListenerService()
  2721. {
  2722. 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'))]));
  2723. }
  2724. /**
  2725. * Gets the private 'parameter_bag' shared service.
  2726. *
  2727. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2728. */
  2729. protected function getParameterBagService()
  2730. {
  2731. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2732. }
  2733. /**
  2734. * Gets the private 'profiler_listener' shared service.
  2735. *
  2736. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2737. */
  2738. protected function getProfilerListenerService()
  2739. {
  2740. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2741. if (isset($this->privates['profiler_listener'])) {
  2742. return $this->privates['profiler_listener'];
  2743. }
  2744. 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);
  2745. }
  2746. /**
  2747. * Gets the private 'property_accessor' shared service.
  2748. *
  2749. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2750. */
  2751. protected function getPropertyAccessorService()
  2752. {
  2753. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2754. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2755. }
  2756. /**
  2757. * Gets the private 'property_info' shared service.
  2758. *
  2759. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2760. */
  2761. protected function getPropertyInfoService()
  2762. {
  2763. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2764. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2765. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2766. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2767. }, 3), new RewindableGenerator(function () {
  2768. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2769. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2770. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2771. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2772. }, 4), new RewindableGenerator(function () {
  2773. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2774. }, 1), new RewindableGenerator(function () {
  2775. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2776. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2777. }, 2), new RewindableGenerator(function () {
  2778. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2779. }, 1));
  2780. }
  2781. /**
  2782. * Gets the private 'router.expression_language_provider' shared service.
  2783. *
  2784. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2785. */
  2786. protected function getRouter_ExpressionLanguageProviderService()
  2787. {
  2788. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2789. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2790. ], [
  2791. 'env' => 'Closure',
  2792. ]));
  2793. }
  2794. /**
  2795. * Gets the private 'router.request_context' shared service.
  2796. *
  2797. * @return \Symfony\Component\Routing\RequestContext
  2798. */
  2799. protected function getRouter_RequestContextService()
  2800. {
  2801. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('PUBLIC_URL'), 'localhost', 'http', 80, 443);
  2802. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2803. return $instance;
  2804. }
  2805. /**
  2806. * Gets the private 'router_listener' shared service.
  2807. *
  2808. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2809. */
  2810. protected function getRouterListenerService()
  2811. {
  2812. $a = ($this->services['router'] ?? $this->getRouterService());
  2813. if (isset($this->privates['router_listener'])) {
  2814. return $this->privates['router_listener'];
  2815. }
  2816. 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);
  2817. }
  2818. /**
  2819. * Gets the private 'security.context_listener.0' shared service.
  2820. *
  2821. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2822. */
  2823. protected function getSecurity_ContextListener_0Service()
  2824. {
  2825. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2826. if (isset($this->privates['security.context_listener.0'])) {
  2827. return $this->privates['security.context_listener.0'];
  2828. }
  2829. 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 () {
  2830. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2831. }, 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']);
  2832. }
  2833. /**
  2834. * Gets the private 'security.event_dispatcher.main' shared service.
  2835. *
  2836. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2837. */
  2838. protected function getSecurity_EventDispatcher_MainService()
  2839. {
  2840. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2841. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2842. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2843. }, 1 => 'checkPassport'], 2048);
  2844. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2845. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2846. }, 1 => 'onSuccessfulLogin'], 0);
  2847. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2848. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2849. }, 1 => 'onLogout'], 64);
  2850. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2851. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2852. }, 1 => 'onLogout'], 0);
  2853. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2854. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2855. }, 1 => 'preCheckCredentials'], 256);
  2856. $instance->addListener('security.authentication.success', [0 => function () {
  2857. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2858. }, 1 => 'postCheckCredentials'], 256);
  2859. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2860. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2861. }, 1 => 'checkPassport'], 1024);
  2862. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2863. return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  2864. }, 1 => 'onLogout'], 0);
  2865. $instance->addListener('security.interactive_login', [0 => function () {
  2866. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  2867. }, 1 => 'onSecurityInteractiveLogin'], 0);
  2868. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2869. return ($this->privates['App\\EventSubscriber\\UserLogInAndOutSubscriber'] ?? $this->load('getUserLogInAndOutSubscriberService'));
  2870. }, 1 => 'onSecurityLogout'], 0);
  2871. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2872. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2873. }, 1 => 'checkPassport'], 0);
  2874. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2875. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2876. }, 1 => 'onLoginSuccess'], 0);
  2877. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2878. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2879. }, 1 => 'checkPassport'], 512);
  2880. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2881. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2882. }, 1 => 'onLogout'], 0);
  2883. return $instance;
  2884. }
  2885. /**
  2886. * Gets the private 'security.expression_language' shared service.
  2887. *
  2888. * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2889. */
  2890. protected function getSecurity_ExpressionLanguageService()
  2891. {
  2892. $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2893. $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())));
  2894. return $instance;
  2895. }
  2896. /**
  2897. * Gets the private 'security.firewall.map' shared service.
  2898. *
  2899. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2900. */
  2901. protected function getSecurity_Firewall_MapService()
  2902. {
  2903. $a = ($this->privates['.service_locator.2AgYTo_'] ?? $this->get_ServiceLocator_2AgYToService());
  2904. if (isset($this->privates['security.firewall.map'])) {
  2905. return $this->privates['security.firewall.map'];
  2906. }
  2907. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2908. 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)/')));
  2909. 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')));
  2910. 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')));
  2911. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  2912. yield 'security.firewall.map.context.main' => NULL;
  2913. }, 5));
  2914. }
  2915. /**
  2916. * Gets the private 'security.helper' shared service.
  2917. *
  2918. * @return \Symfony\Component\Security\Core\Security
  2919. */
  2920. protected function getSecurity_HelperService()
  2921. {
  2922. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2923. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  2924. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  2925. ], [
  2926. 'security.authorization_checker' => '?',
  2927. 'security.token_storage' => '?',
  2928. ]));
  2929. }
  2930. /**
  2931. * Gets the private 'security.logout_url_generator' shared service.
  2932. *
  2933. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2934. */
  2935. protected function getSecurity_LogoutUrlGeneratorService()
  2936. {
  2937. $a = ($this->services['router'] ?? $this->getRouterService());
  2938. if (isset($this->privates['security.logout_url_generator'])) {
  2939. return $this->privates['security.logout_url_generator'];
  2940. }
  2941. $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()));
  2942. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  2943. return $instance;
  2944. }
  2945. /**
  2946. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2947. *
  2948. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2949. */
  2950. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2951. {
  2952. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2953. }
  2954. /**
  2955. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2956. *
  2957. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2958. */
  2959. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2960. {
  2961. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2962. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2963. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2964. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2965. }
  2966. /**
  2967. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2968. *
  2969. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2970. */
  2971. protected function getSensioFrameworkExtra_Security_ListenerService()
  2972. {
  2973. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2974. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2975. return $this->privates['sensio_framework_extra.security.listener'];
  2976. }
  2977. $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2978. $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())));
  2979. 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()));
  2980. }
  2981. /**
  2982. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2983. *
  2984. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2985. */
  2986. protected function getSensioFrameworkExtra_View_ListenerService()
  2987. {
  2988. $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))));
  2989. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2990. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2991. ], [
  2992. 'twig' => '?',
  2993. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2994. return $instance;
  2995. }
  2996. /**
  2997. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2998. *
  2999. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3000. */
  3001. protected function getSerializer_NameConverter_MetadataAwareService()
  3002. {
  3003. 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()));
  3004. }
  3005. /**
  3006. * Gets the private 'session_listener' shared service.
  3007. *
  3008. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3009. */
  3010. protected function getSessionListenerService()
  3011. {
  3012. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3013. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  3014. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  3015. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3016. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  3017. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  3018. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  3019. ], [
  3020. 'initialized_session' => '?',
  3021. 'logger' => '?',
  3022. 'request_stack' => '?',
  3023. 'session' => '?',
  3024. 'session_collector' => '?',
  3025. 'session_factory' => '?',
  3026. ]), true, $this->parameters['session.storage.options']);
  3027. }
  3028. /**
  3029. * Gets the private 'translator.default' shared service.
  3030. *
  3031. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3032. */
  3033. protected function getTranslator_DefaultService()
  3034. {
  3035. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3036. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  3037. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  3038. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  3039. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  3040. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  3041. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  3042. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  3043. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  3044. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  3045. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  3046. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  3047. ], [
  3048. 'translation.loader.csv' => '?',
  3049. 'translation.loader.dat' => '?',
  3050. 'translation.loader.ini' => '?',
  3051. 'translation.loader.json' => '?',
  3052. 'translation.loader.mo' => '?',
  3053. 'translation.loader.php' => '?',
  3054. 'translation.loader.po' => '?',
  3055. 'translation.loader.qt' => '?',
  3056. 'translation.loader.res' => '?',
  3057. 'translation.loader.xliff' => '?',
  3058. 'translation.loader.yml' => '?',
  3059. ]), 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']]], []);
  3060. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3061. $instance->setFallbackLocales([0 => 'en']);
  3062. return $instance;
  3063. }
  3064. /**
  3065. * Gets the private 'validator.builder' shared service.
  3066. *
  3067. * @return \Symfony\Component\Validator\ValidatorBuilder
  3068. */
  3069. protected function getValidator_BuilderService()
  3070. {
  3071. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3072. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3073. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3074. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3075. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3076. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  3077. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3078. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  3079. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3080. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3081. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3082. ], [
  3083. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3084. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3085. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3086. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3087. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3088. 'doctrine.orm.validator.unique' => '?',
  3089. 'security.validator.user_password' => '?',
  3090. 'validator.expression' => '?',
  3091. ])));
  3092. if ($this->has('translator')) {
  3093. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3094. }
  3095. $instance->setTranslationDomain('validators');
  3096. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3097. $instance->enableAnnotationMapping(true);
  3098. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3099. $instance->addMethodMapping('loadValidatorMetadata');
  3100. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3101. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  3102. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3103. return $instance;
  3104. }
  3105. /**
  3106. * Gets the private 'var_dumper.html_dumper' shared service.
  3107. *
  3108. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3109. */
  3110. protected function getVarDumper_HtmlDumperService()
  3111. {
  3112. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  3113. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3114. return $instance;
  3115. }
  3116. /**
  3117. * Gets the private 'var_dumper.server_connection' shared service.
  3118. *
  3119. * @return \Symfony\Component\VarDumper\Server\Connection
  3120. */
  3121. protected function getVarDumper_ServerConnectionService()
  3122. {
  3123. 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()]);
  3124. }
  3125. /**
  3126. * Gets the private 'web_profiler.csp.handler' shared service.
  3127. *
  3128. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3129. */
  3130. protected function getWebProfiler_Csp_HandlerService()
  3131. {
  3132. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3133. }
  3134. /**
  3135. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3136. *
  3137. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3138. */
  3139. protected function getWebProfiler_DebugToolbarService()
  3140. {
  3141. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3142. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3143. return $this->privates['web_profiler.debug_toolbar'];
  3144. }
  3145. $b = ($this->services['router'] ?? $this->getRouterService());
  3146. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3147. return $this->privates['web_profiler.debug_toolbar'];
  3148. }
  3149. 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()));
  3150. }
  3151. /**
  3152. * Gets the public 'cache_clearer' alias.
  3153. *
  3154. * @return object The ".container.private.cache_clearer" service.
  3155. */
  3156. protected function getCacheClearerService()
  3157. {
  3158. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3159. return $this->get('.container.private.cache_clearer');
  3160. }
  3161. /**
  3162. * Gets the public 'filesystem' alias.
  3163. *
  3164. * @return object The ".container.private.filesystem" service.
  3165. */
  3166. protected function getFilesystemService()
  3167. {
  3168. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3169. return $this->get('.container.private.filesystem');
  3170. }
  3171. /**
  3172. * Gets the public 'serializer' alias.
  3173. *
  3174. * @return object The ".container.private.serializer" service.
  3175. */
  3176. protected function getSerializerService()
  3177. {
  3178. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3179. return $this->get('.container.private.serializer');
  3180. }
  3181. /**
  3182. * Gets the public 'security.csrf.token_manager' alias.
  3183. *
  3184. * @return object The ".container.private.security.csrf.token_manager" service.
  3185. */
  3186. protected function getSecurity_Csrf_TokenManagerService()
  3187. {
  3188. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3189. return $this->get('.container.private.security.csrf.token_manager');
  3190. }
  3191. /**
  3192. * Gets the public 'form.factory' alias.
  3193. *
  3194. * @return object The ".container.private.form.factory" service.
  3195. */
  3196. protected function getForm_FactoryService()
  3197. {
  3198. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3199. return $this->get('.container.private.form.factory');
  3200. }
  3201. /**
  3202. * Gets the public 'form.type.file' alias.
  3203. *
  3204. * @return object The ".container.private.form.type.file" service.
  3205. */
  3206. protected function getForm_Type_FileService()
  3207. {
  3208. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3209. return $this->get('.container.private.form.type.file');
  3210. }
  3211. /**
  3212. * Gets the public 'profiler' alias.
  3213. *
  3214. * @return object The ".container.private.profiler" service.
  3215. */
  3216. protected function getProfilerService()
  3217. {
  3218. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3219. return $this->get('.container.private.profiler');
  3220. }
  3221. /**
  3222. * Gets the public 'twig' alias.
  3223. *
  3224. * @return object The ".container.private.twig" service.
  3225. */
  3226. protected function getTwigService()
  3227. {
  3228. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3229. return $this->get('.container.private.twig');
  3230. }
  3231. /**
  3232. * Gets the public 'security.authorization_checker' alias.
  3233. *
  3234. * @return object The ".container.private.security.authorization_checker" service.
  3235. */
  3236. protected function getSecurity_AuthorizationCheckerService()
  3237. {
  3238. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3239. return $this->get('.container.private.security.authorization_checker');
  3240. }
  3241. /**
  3242. * Gets the public 'security.token_storage' alias.
  3243. *
  3244. * @return object The ".container.private.security.token_storage" service.
  3245. */
  3246. protected function getSecurity_TokenStorageService()
  3247. {
  3248. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3249. return $this->get('.container.private.security.token_storage');
  3250. }
  3251. /**
  3252. * Gets the public 'security.password_encoder' alias.
  3253. *
  3254. * @return object The ".container.private.security.password_encoder" service.
  3255. */
  3256. protected function getSecurity_PasswordEncoderService()
  3257. {
  3258. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3259. return $this->get('.container.private.security.password_encoder');
  3260. }
  3261. /**
  3262. * Gets the public 'session' alias.
  3263. *
  3264. * @return object The ".container.private.session" service.
  3265. */
  3266. protected function getSessionService()
  3267. {
  3268. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3269. return $this->get('.container.private.session');
  3270. }
  3271. /**
  3272. * Gets the public 'validator' alias.
  3273. *
  3274. * @return object The ".container.private.validator" service.
  3275. */
  3276. protected function getValidatorService()
  3277. {
  3278. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3279. return $this->get('.container.private.validator');
  3280. }
  3281. /**
  3282. * @return array|bool|float|int|string|\UnitEnum|null
  3283. */
  3284. public function getParameter(string $name)
  3285. {
  3286. if (isset($this->buildParameters[$name])) {
  3287. return $this->buildParameters[$name];
  3288. }
  3289. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3290. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3291. }
  3292. if (isset($this->loadedDynamicParameters[$name])) {
  3293. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3294. }
  3295. return $this->parameters[$name];
  3296. }
  3297. public function hasParameter(string $name): bool
  3298. {
  3299. if (isset($this->buildParameters[$name])) {
  3300. return true;
  3301. }
  3302. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3303. }
  3304. public function setParameter(string $name, $value): void
  3305. {
  3306. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3307. }
  3308. public function getParameterBag(): ParameterBagInterface
  3309. {
  3310. if (null === $this->parameterBag) {
  3311. $parameters = $this->parameters;
  3312. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3313. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3314. }
  3315. foreach ($this->buildParameters as $name => $value) {
  3316. $parameters[$name] = $value;
  3317. }
  3318. $this->parameterBag = new FrozenParameterBag($parameters);
  3319. }
  3320. return $this->parameterBag;
  3321. }
  3322. private $loadedDynamicParameters = [
  3323. 'kernel.runtime_environment' => false,
  3324. 'kernel.build_dir' => false,
  3325. 'kernel.cache_dir' => false,
  3326. 'googleDeveloperKey' => false,
  3327. 'googleClientId' => false,
  3328. 'googleClientSecret' => false,
  3329. 'googleAuthConfig' => false,
  3330. 'googleScopes' => false,
  3331. 'hunter.url' => false,
  3332. 'hunter.key' => false,
  3333. 'hunter.refreshtoken' => false,
  3334. 'hunter.accesstoken' => false,
  3335. 'middleware.url' => false,
  3336. 'middleware.login' => false,
  3337. 'middleware.password' => false,
  3338. 'publicUrl' => false,
  3339. 'kernel.secret' => false,
  3340. 'debug.container.dump' => false,
  3341. 'serializer.mapping.cache.file' => false,
  3342. 'validator.mapping.cache.file' => false,
  3343. 'profiler.storage.dsn' => false,
  3344. 'doctrine.orm.proxy_dir' => false,
  3345. 'mercure.hubs' => false,
  3346. 'mercure.default_hub' => false,
  3347. 'lexik_jwt_authentication.pass_phrase' => false,
  3348. 'nelmio_cors.defaults' => false,
  3349. ];
  3350. private $dynamicParameters = [];
  3351. private function getDynamicParameter(string $name)
  3352. {
  3353. switch ($name) {
  3354. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3355. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3356. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3357. case 'googleDeveloperKey': $value = $this->getEnv('GOOGLE_API_KEY'); break;
  3358. case 'googleClientId': $value = $this->getEnv('GOOGLE_CLIENT_ID'); break;
  3359. case 'googleClientSecret': $value = $this->getEnv('GOOGLE_CLIENT_SECRET'); break;
  3360. case 'googleAuthConfig': $value = $this->getEnv('resolve:GOOGLE_AUTH_CONFIG'); break;
  3361. case 'googleScopes': $value = $this->getEnv('GOOGLE_SCOPES'); break;
  3362. case 'hunter.url': $value = $this->getEnv('HUNTER_URL'); break;
  3363. case 'hunter.key': $value = $this->getEnv('HUNTER_API_KEY'); break;
  3364. case 'hunter.refreshtoken': $value = $this->getEnv('HUNTER_REFRESH_TOKEN'); break;
  3365. case 'hunter.accesstoken': $value = $this->getEnv('HUNTER_ACCESS_TOKEN'); break;
  3366. case 'middleware.url': $value = $this->getEnv('MIDDLEWARE_URL'); break;
  3367. case 'middleware.login': $value = $this->getEnv('MIDDLEWARE_LOGIN'); break;
  3368. case 'middleware.password': $value = $this->getEnv('MIDDLEWARE_PASSWORD'); break;
  3369. case 'publicUrl': $value = $this->getEnv('PUBLIC_URL'); break;
  3370. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  3371. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3372. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3373. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3374. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3375. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3376. case 'mercure.hubs': $value = [
  3377. 'default' => $this->getEnv('MERCURE_URL'),
  3378. ]; break;
  3379. case 'mercure.default_hub': $value = $this->getEnv('MERCURE_URL'); break;
  3380. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  3381. case 'nelmio_cors.defaults': $value = [
  3382. 'allow_origin' => [
  3383. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3384. ],
  3385. 'allow_credentials' => false,
  3386. 'allow_headers' => [
  3387. 0 => 'content-type',
  3388. 1 => 'authorization',
  3389. ],
  3390. 'allow_private_network' => false,
  3391. 'expose_headers' => [
  3392. 0 => 'Link',
  3393. ],
  3394. 'allow_methods' => [
  3395. 0 => 'GET',
  3396. 1 => 'OPTIONS',
  3397. 2 => 'POST',
  3398. 3 => 'PUT',
  3399. 4 => 'PATCH',
  3400. 5 => 'DELETE',
  3401. ],
  3402. 'max_age' => 3600,
  3403. 'hosts' => [
  3404. ],
  3405. 'origin_regex' => true,
  3406. 'skip_same_as_origin' => true,
  3407. 'forced_allow_origin_value' => NULL,
  3408. ]; break;
  3409. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3410. }
  3411. $this->loadedDynamicParameters[$name] = true;
  3412. return $this->dynamicParameters[$name] = $value;
  3413. }
  3414. protected function getDefaultParameters(): array
  3415. {
  3416. return [
  3417. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3418. 'kernel.environment' => 'dev',
  3419. 'kernel.debug' => true,
  3420. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3421. 'kernel.bundles' => [
  3422. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3423. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3424. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3425. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3426. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3427. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3428. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3429. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3430. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3431. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3432. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3433. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3434. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3435. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3436. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3437. 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  3438. 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3439. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3440. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3441. 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3442. 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  3443. ],
  3444. 'kernel.bundles_metadata' => [
  3445. 'FrameworkBundle' => [
  3446. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3447. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3448. ],
  3449. 'DoctrineBundle' => [
  3450. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3451. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3452. ],
  3453. 'DoctrineMigrationsBundle' => [
  3454. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3455. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3456. ],
  3457. 'DebugBundle' => [
  3458. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  3459. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3460. ],
  3461. 'TwigBundle' => [
  3462. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3463. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3464. ],
  3465. 'WebProfilerBundle' => [
  3466. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3467. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3468. ],
  3469. 'TwigExtraBundle' => [
  3470. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  3471. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3472. ],
  3473. 'SecurityBundle' => [
  3474. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3475. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3476. ],
  3477. 'MonologBundle' => [
  3478. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3479. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3480. ],
  3481. 'MakerBundle' => [
  3482. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3483. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3484. ],
  3485. 'SensioFrameworkExtraBundle' => [
  3486. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3487. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3488. ],
  3489. 'SymfonyCastsVerifyEmailBundle' => [
  3490. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3491. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3492. ],
  3493. 'SwiftmailerBundle' => [
  3494. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
  3495. 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3496. ],
  3497. 'SymfonyCastsResetPasswordBundle' => [
  3498. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3499. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3500. ],
  3501. 'KnpPaginatorBundle' => [
  3502. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  3503. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3504. ],
  3505. 'MercureBundle' => [
  3506. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src'),
  3507. 'namespace' => 'Symfony\\Bundle\\MercureBundle',
  3508. ],
  3509. 'FOSJsRoutingBundle' => [
  3510. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3511. 'namespace' => 'FOS\\JsRoutingBundle',
  3512. ],
  3513. 'LexikJWTAuthenticationBundle' => [
  3514. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  3515. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3516. ],
  3517. 'NelmioCorsBundle' => [
  3518. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  3519. 'namespace' => 'Nelmio\\CorsBundle',
  3520. ],
  3521. 'ApiPlatformBundle' => [
  3522. 'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3523. 'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3524. ],
  3525. 'GesdinetJWTRefreshTokenBundle' => [
  3526. 'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3527. 'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3528. ],
  3529. ],
  3530. 'kernel.charset' => 'UTF-8',
  3531. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  3532. 'USERS' => [
  3533. 0 => [
  3534. 'firstname' => 'Super Admin',
  3535. 'lastname' => 'Pentabell',
  3536. 'email' => '[email protected]',
  3537. 'role' => 'ROLE_SUPER_ADMIN',
  3538. 'country' => 'Tunisia',
  3539. ],
  3540. 1 => [
  3541. 'firstname' => 'Admin',
  3542. 'lastname' => 'Tunisia',
  3543. 'email' => '[email protected]',
  3544. 'role' => 'ROLE_ADMIN',
  3545. 'country' => 'Tunisia',
  3546. 'company' => [
  3547. 'companyName' => 'PentabellTunisie',
  3548. 'companyEmail' => '[email protected]',
  3549. 'companyCountry' => 'tunisia',
  3550. ],
  3551. ],
  3552. 2 => [
  3553. 'firstname' => 'Admin',
  3554. 'lastname' => 'Tunisia PTN',
  3555. 'email' => '[email protected]',
  3556. 'role' => 'ROLE_ADMIN',
  3557. 'country' => 'Tunisia',
  3558. 'company' => [
  3559. 'companyName' => 'PTN',
  3560. 'companyEmail' => '[email protected]',
  3561. 'companyCountry' => 'Tunisia',
  3562. ],
  3563. ],
  3564. 3 => [
  3565. 'firstname' => 'Admin',
  3566. 'lastname' => 'Tunisia STN',
  3567. 'email' => '[email protected]',
  3568. 'role' => 'ROLE_ADMIN',
  3569. 'country' => 'Tunisia',
  3570. 'company' => [
  3571. 'companyName' => 'STN',
  3572. 'companyEmail' => '[email protected]',
  3573. 'companyCountry' => 'Tunisia',
  3574. ],
  3575. ],
  3576. 4 => [
  3577. 'firstname' => 'Admin',
  3578. 'lastname' => 'Algeria',
  3579. 'email' => '[email protected]',
  3580. 'role' => 'ROLE_ADMIN',
  3581. 'country' => 'Algeria',
  3582. 'company' => [
  3583. 'companyName' => 'PentabellAlgerie',
  3584. 'companyEmail' => '[email protected]',
  3585. 'companyCountry' => 'Algeria',
  3586. ],
  3587. ],
  3588. 5 => [
  3589. 'firstname' => 'Admin',
  3590. 'lastname' => 'Qatar',
  3591. 'email' => '[email protected]',
  3592. 'role' => 'ROLE_ADMIN',
  3593. 'country' => 'Qatar',
  3594. 'company' => [
  3595. 'companyName' => 'PentabellQatar',
  3596. 'companyEmail' => '[email protected]',
  3597. 'companyCountry' => 'Qatar',
  3598. ],
  3599. ],
  3600. 6 => [
  3601. 'firstname' => 'Admin',
  3602. 'lastname' => 'France',
  3603. 'email' => '[email protected]',
  3604. 'role' => 'ROLE_ADMIN',
  3605. 'country' => 'France',
  3606. 'company' => [
  3607. 'companyName' => 'PentabellFrance',
  3608. 'companyEmail' => '[email protected]',
  3609. 'companyCountry' => 'France',
  3610. ],
  3611. ],
  3612. 7 => [
  3613. 'firstname' => 'Admin',
  3614. 'lastname' => 'UnitedArabEmirates',
  3615. 'email' => '[email protected]',
  3616. 'role' => 'ROLE_ADMIN',
  3617. 'country' => 'United Arab Emirates',
  3618. 'company' => [
  3619. 'companyName' => 'PentabellUnitedArabEmirates',
  3620. 'companyEmail' => '[email protected]',
  3621. 'companyCountry' => 'United Arab Emirates',
  3622. ],
  3623. ],
  3624. 8 => [
  3625. 'firstname' => 'Admin',
  3626. 'lastname' => 'SaudiArabia',
  3627. 'email' => '[email protected]',
  3628. 'role' => 'ROLE_ADMIN',
  3629. 'country' => 'Saudi Arabia',
  3630. 'company' => [
  3631. 'companyName' => 'PentabellSaudiArabia',
  3632. 'companyEmail' => '[email protected]',
  3633. 'companyCountry' => 'Saudi Arabia',
  3634. ],
  3635. ],
  3636. 9 => [
  3637. 'firstname' => 'Admin',
  3638. 'lastname' => 'Morocco',
  3639. 'email' => '[email protected]',
  3640. 'role' => 'ROLE_ADMIN',
  3641. 'country' => 'Morocco',
  3642. 'company' => [
  3643. 'companyName' => 'PentabellMorocco',
  3644. 'companyEmail' => '[email protected]',
  3645. 'companyCountry' => 'Morocco',
  3646. ],
  3647. ],
  3648. 10 => [
  3649. 'firstname' => 'Admin',
  3650. 'lastname' => 'Switzerland',
  3651. 'email' => '[email protected]',
  3652. 'role' => 'ROLE_ADMIN',
  3653. 'country' => 'Switzerland',
  3654. 'company' => [
  3655. 'companyName' => 'PentabellSwitzerland',
  3656. 'companyEmail' => '[email protected]',
  3657. 'companyCountry' => 'Switzerland',
  3658. ],
  3659. ],
  3660. 11 => [
  3661. 'firstname' => 'Admin',
  3662. 'lastname' => 'Iraq',
  3663. 'email' => '[email protected]',
  3664. 'role' => 'ROLE_ADMIN',
  3665. 'country' => 'Iraq',
  3666. 'company' => [
  3667. 'companyName' => 'PentabellIraq',
  3668. 'companyEmail' => '[email protected]',
  3669. 'companyCountry' => 'Iraq',
  3670. ],
  3671. ],
  3672. ],
  3673. 'GROUPS' => [
  3674. 'Consultant' => [
  3675. 'codeProfil' => 'CS',
  3676. 'roles' => [
  3677. 0 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_CONSULTANT',
  3678. 1 => 'ROLE_DISPLAY_ACTIVE_TOTAL_CONTRACT_CONSULTANT',
  3679. 2 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_CONSULTANT',
  3680. 3 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_CONTRACT_CONSULTANT',
  3681. 4 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_CONSULTANT',
  3682. 5 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_CONSULTANT',
  3683. 6 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_CONSULTANT',
  3684. 7 => 'ROLE_SHOW_CV',
  3685. 8 => 'ROLE_DISPLAY_PASSPORT',
  3686. 9 => 'ROLE_UPDATE_PASSPORT',
  3687. 10 => 'ROLE_DISPLAY_ADDRESS',
  3688. 11 => 'ROLE_UPDATE_ADDRESS',
  3689. 12 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3690. 13 => 'ROLE_UPDATE_EMERGENCY_CONTACT',
  3691. 14 => 'ROLE_DISPLAY_ID',
  3692. 15 => 'ROLE_UPDATE_ID',
  3693. 16 => 'ROLE_DISPLAY_PASSWORD',
  3694. 17 => 'ROLE_UPDATE_PASSWORD',
  3695. 18 => 'ROLE_SHOW_MEETING',
  3696. 19 => 'ROLE_SHOW_TIMESHEET',
  3697. 20 => 'ROLE_DISPLAY_BANK',
  3698. 21 => 'ROLE_ADD_BANK',
  3699. 22 => 'ROLE_EDIT_BANK',
  3700. 23 => 'ROLE_DELETE_BANK',
  3701. 24 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3702. 25 => 'ROLE_SHOW_INSURANCE',
  3703. 26 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  3704. 27 => 'ROLE_ADD_TIMESHEET',
  3705. 28 => 'ROLE_REMOVE_TIMESHEET',
  3706. 29 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  3707. 30 => 'ROLE_DISPLAY_CONTRACT',
  3708. 31 => 'ROLE_SHOW_CONTRACT',
  3709. 32 => 'ROLE_GET_PDF_CONTRACT',
  3710. 33 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3711. 34 => 'ROLE_DISPLAY_CONSULTANT_PAYMENT',
  3712. 35 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  3713. 36 => 'ROLE_ADD_COMPLAINT',
  3714. 37 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3715. 38 => 'ROLE_DISPLAY_SHARED_DOCS_CONSULTANT',
  3716. 39 => 'ROLE_ADD_RESIGNATION_LETTER',
  3717. 40 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3718. 41 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3719. 42 => 'ROLE_EDIT_RESIGNATION_LETTER',
  3720. 43 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3721. 44 => 'ROLE_CONFIG_FIELDS',
  3722. 45 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3723. 46 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3724. 47 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3725. 48 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3726. 49 => 'ROLE_EDIT_TIMESHEET',
  3727. ],
  3728. ],
  3729. 'Delivery Specialist' => [
  3730. 'codeProfil' => 'DS',
  3731. 'roles' => [
  3732. 0 => 'ROLE_DISPLAY_CONSULTANTS_TOTAL_AM',
  3733. 1 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_AM',
  3734. 2 => 'ROLE_DISPLAY_ACTIVE_TOTAL_CONTRACT_AM',
  3735. 3 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_AM',
  3736. 4 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_CONTRACT_AM',
  3737. 5 => 'ROLE_DISPLAY_TIMESHEET_&_EXPENSE_REPORT',
  3738. 6 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_AM',
  3739. 7 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_AM',
  3740. 8 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_AM',
  3741. 9 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  3742. 10 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_MY',
  3743. 11 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PENDING_MY',
  3744. 12 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PER_STATUS',
  3745. 13 => 'ROLE_DISPLAY_STATS',
  3746. 14 => 'ROLE_STATS_CONSULTANT_PER_DELIVERY',
  3747. 15 => 'ROLE_STATS_CONTRACT_PER_COMPANY_AM',
  3748. 16 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_AM',
  3749. 17 => 'ROLE_DISPLAY_MY_CONSULTANT',
  3750. 18 => 'ROLE_ADD_CONSULTANT',
  3751. 19 => 'ROLE_EDIT_CONSULTANT',
  3752. 20 => 'ROLE_CHANGE_ACCESS_CONSULTANT',
  3753. 21 => 'ROLE_ACTIVE_CONSULTANT',
  3754. 22 => 'ROLE_CHANGE_CONSULTANT_MANAGER',
  3755. 23 => 'ROLE_CONSULTANT_SAGE_DATA',
  3756. 24 => 'ROLE_DISPLAY_PASSPORT',
  3757. 25 => 'ROLE_UPDATE_PASSPORT',
  3758. 26 => 'ROLE_DISPLAY_ADDRESS',
  3759. 27 => 'ROLE_UPDATE_ADDRESS',
  3760. 28 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3761. 29 => 'ROLE_UPDATE_EMERGENCY_CONTACT',
  3762. 30 => 'ROLE_DISPLAY_ID',
  3763. 31 => 'ROLE_UPDATE_ID',
  3764. 32 => 'ROLE_SHOW_TIMESHEET',
  3765. 33 => 'ROLE_DISPLAY_BANK',
  3766. 34 => 'ROLE_ADD_BANK',
  3767. 35 => 'ROLE_EDIT_BANK',
  3768. 36 => 'ROLE_DELETE_BANK',
  3769. 37 => 'ROLE_VALIDATE_BANK',
  3770. 38 => 'ROLE_REJECT_BANK',
  3771. 39 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3772. 40 => 'ROLE_VALIDATE_RESIGNATION_LETTER',
  3773. 41 => 'ROLE_REJECT_RESIGNATION_LETTER',
  3774. 42 => 'ROLE_REMOVE_RESIGNATION_LETTER',
  3775. 43 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3776. 44 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3777. 45 => 'ROLE_ADD_INSURANCE',
  3778. 46 => 'ROLE_SHOW_INSURANCE',
  3779. 47 => 'ROLE_REMOVE_INSURANCE',
  3780. 48 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  3781. 49 => 'ROLE_ADD_INSURANCE_COMPANY',
  3782. 50 => 'ROLE_EDIT_INSURANCE_COMPANY',
  3783. 51 => 'ROLE_REMOVE_INSURANCE_COMPANY',
  3784. 52 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  3785. 53 => 'ROLE_ADD_TIMESHEET',
  3786. 54 => 'ROLE_EDIT_TIMESHEET',
  3787. 55 => 'ROLE_REMOVE_TIMESHEET',
  3788. 56 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  3789. 57 => 'ROLE_DISPLAY_CONTRACT',
  3790. 58 => 'ROLE_ADD_CONTRACT',
  3791. 59 => 'ROLE_EDIT_CONTRACT',
  3792. 60 => 'ROLE_SHOW_CONTRACT',
  3793. 61 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  3794. 62 => 'ROLE_GET_DOC_CONTRACT',
  3795. 63 => 'ROLE_GET_PDF_CONTRACT',
  3796. 64 => 'ROLE_REMOVE_CONTRACT',
  3797. 65 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3798. 66 => 'ROLE_DISPLAY_PAYMENT',
  3799. 67 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  3800. 68 => 'ROLE_ASSIGN_COMPLAINT',
  3801. 69 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3802. 70 => 'ROLE_START_COMPLAINT',
  3803. 71 => 'ROLE_APPROVE_COMPLAINT',
  3804. 72 => 'ROLE_EXTRACT_DATA',
  3805. 73 => 'ROLE_DISPLAY_SHARED_DOCS_DELIVERY',
  3806. 74 => 'ROLE_ADD_SHARED_DOCS_DELIVERY',
  3807. 75 => 'ROLE_DELETE_SHARED_DOCS_DELIVERY',
  3808. 76 => 'ROLE_DISPLAY_KPI',
  3809. 77 => 'ROLE_KPI_ADMIN',
  3810. 78 => 'ROLE_KPI_AM',
  3811. 79 => 'ROLE_DISPLAY_DELETED_FILES',
  3812. 80 => 'ROLE_CONFIG_FIELDS',
  3813. 81 => 'ROLE_DISPLAY_REPORTING',
  3814. 82 => 'ROLE_SHOW_CV',
  3815. 83 => 'ROLE_DISPLAY_INDUSTRY',
  3816. 84 => 'ROLE_UPDATE_INDUSTRY',
  3817. 85 => 'ROLE_DISPLAY_FINANCE_DATA',
  3818. 86 => 'ROLE_UPDATE_FINANCE_DATA',
  3819. 87 => 'ROLE_DISPLAY_PASSWORD',
  3820. 88 => 'ROLE_UPDATE_PASSWORD',
  3821. 89 => 'ROLE_SHOW_MEETING',
  3822. 90 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3823. 91 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3824. 92 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3825. 93 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3826. 94 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3827. 95 => 'ROLE_VALIDATE_TIMESHEET',
  3828. 96 => 'ROLE_REJECT_TIMESHEET',
  3829. 97 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  3830. 98 => 'ROLE_EDIT_NOTIF_CONFIG',
  3831. 99 => 'ROLE_SAGE_CONFIG',
  3832. ],
  3833. ],
  3834. 'Operation manager' => [
  3835. 'codeProfil' => 'OPM',
  3836. 'roles' => [
  3837. 0 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3838. 1 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3839. 2 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3840. 3 => 'ROLE_DISPLAY_REPORTING',
  3841. 4 => 'ROLE_CONFIG_FIELDS',
  3842. 5 => 'ROLE_DISPLAY_KPI',
  3843. 6 => 'ROLE_KPI_ADMIN',
  3844. 7 => 'ROLE_KPI_AM',
  3845. 8 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  3846. 9 => 'ROLE_EDIT_NOTIF_CONFIG',
  3847. 10 => 'ROLE_EXTRACT_DATA',
  3848. 11 => 'ROLE_DISPLAY_LIST_COMPLAINTS_ALL',
  3849. 12 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3850. 13 => 'ROLE_DISPLAY_ALL_PAYMENT',
  3851. 14 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  3852. 15 => 'ROLE_DISPLAY_CONTRACT',
  3853. 16 => 'ROLE_SHOW_CONTRACT',
  3854. 17 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  3855. 18 => 'ROLE_GET_DOC_CONTRACT',
  3856. 19 => 'ROLE_GET_PDF_CONTRACT',
  3857. 20 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3858. 21 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  3859. 22 => 'ROLE_SHOW_TIMESHEET',
  3860. 23 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  3861. 24 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  3862. 25 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3863. 26 => 'ROLE_SHOW_INSURANCE',
  3864. 27 => 'ROLE_DISPLAY_BANK',
  3865. 28 => 'ROLE_SHOW_CV',
  3866. 29 => 'ROLE_DISPLAY_PASSPORT',
  3867. 30 => 'ROLE_DISPLAY_ADDRESS',
  3868. 31 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3869. 32 => 'ROLE_DISPLAY_ID',
  3870. 33 => 'ROLE_DISPLAY_INDUSTRY',
  3871. 34 => 'ROLE_DISPLAY_FINANCE_DATA',
  3872. 35 => 'ROLE_DISPLAY_PASSWORD',
  3873. 36 => 'ROLE_SHOW_MEETING',
  3874. 37 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3875. 38 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3876. 39 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3877. 40 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3878. 41 => 'ROLE_DISPLAY_CONTRACT_TYPE',
  3879. 42 => 'ROLE_DISPLAY_STEPS',
  3880. 43 => 'ROLE_DISPLAY_WORKFLOW',
  3881. 44 => 'ROLE_DISPLAY_ALL_CONSULTANT',
  3882. 45 => 'ROLE_ACTIVE_CONSULTANT',
  3883. 46 => 'ROLE_CHANGE_CONSULTANT_MANAGER',
  3884. 47 => 'ROLE_CONSULTANT_SAGE_DATA',
  3885. 48 => 'ROLE_DISPLAY_STATS',
  3886. ],
  3887. ],
  3888. 'Rh' => [
  3889. 'codeProfil' => 'RH',
  3890. 'roles' => [
  3891. 0 => 'ROLE_DISPLAY_USER',
  3892. 1 => 'ROLE_ADD_USER',
  3893. 2 => 'ROLE_EDIT_USER',
  3894. 3 => 'ROLE_CHANGE_ACCESS_USER',
  3895. 4 => 'ROLE_REMOVE_USER',
  3896. 5 => 'ROLE_SHOW_USER',
  3897. 6 => 'ROLE_ACTIVE_USER',
  3898. 7 => 'ROLE_DISPLAY_ALL_CONSULTANT',
  3899. 8 => 'ROLE_DISPLAY_MY_CONSULTANT',
  3900. 9 => 'ROLE_DISPLAY_WORKFLOW',
  3901. 10 => 'ROLE_DISPLAY_STEPS',
  3902. 11 => 'ROLE_DISPLAY_CONTRACT_TYPE',
  3903. 12 => 'ROLE_ADD_CONTRACT_TYPE',
  3904. 13 => 'ROLE_EDIT_CONTRACT_TYPE',
  3905. 14 => 'ROLE_REMOVE_CONTRACT_TYPE',
  3906. 15 => 'ROLE_SHOW_CV',
  3907. 16 => 'ROLE_DISPLAY_PASSPORT',
  3908. 17 => 'ROLE_DISPLAY_ADDRESS',
  3909. 18 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  3910. 19 => 'ROLE_DISPLAY_ID',
  3911. 20 => 'ROLE_DISPLAY_INDUSTRY',
  3912. 21 => 'ROLE_DISPLAY_FINANCE_DATA',
  3913. 22 => 'ROLE_DISPLAY_PASSWORD',
  3914. 23 => 'ROLE_SHOW_MEETING',
  3915. 24 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  3916. 25 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  3917. 26 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  3918. 27 => 'ROLE_SHOW_TIMESHEET',
  3919. 28 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  3920. 29 => 'ROLE_DISPLAY_BANK',
  3921. 30 => 'ROLE_ADD_BANK',
  3922. 31 => 'ROLE_EDIT_BANK',
  3923. 32 => 'ROLE_DELETE_BANK',
  3924. 33 => 'ROLE_VALIDATE_BANK',
  3925. 34 => 'ROLE_DISPLAY_LIST_INSURANCE',
  3926. 35 => 'ROLE_ADD_INSURANCE',
  3927. 36 => 'ROLE_SHOW_INSURANCE',
  3928. 37 => 'ROLE_REMOVE_INSURANCE',
  3929. 38 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  3930. 39 => 'ROLE_ADD_INSURANCE_COMPANY',
  3931. 40 => 'ROLE_EDIT_INSURANCE_COMPANY',
  3932. 41 => 'ROLE_REMOVE_INSURANCE_COMPANY',
  3933. 42 => 'ROLE_DISPLAY_CONTRACT',
  3934. 43 => 'ROLE_ADD_CONTRACT',
  3935. 44 => 'ROLE_EDIT_CONTRACT',
  3936. 45 => 'ROLE_SHOW_CONTRACT',
  3937. 46 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  3938. 47 => 'ROLE_GET_DOC_CONTRACT',
  3939. 48 => 'ROLE_GET_PDF_CONTRACT',
  3940. 49 => 'ROLE_REMOVE_CONTRACT',
  3941. 50 => 'ROLE_DETAIL_REJECT_CONTRACT',
  3942. 51 => 'ROLE_DISPLAY_ALL_PAYMENT',
  3943. 52 => 'ROLE_DISPLAY_PAYMENT',
  3944. 53 => 'ROLE_DISPLAY_INTERNATIONAL_PAYMENT',
  3945. 54 => 'ROLE_DISPLAY_PENDING_PAYMENT',
  3946. 55 => 'ROLE_DISPLAY_PARTNER_PAYMENT',
  3947. 56 => 'ROLE_ADD_INTERNATIONAL_PAYMENT',
  3948. 57 => 'ROLE_ADD_PARTNER_PAYMENT',
  3949. 58 => 'ROLE_EDIT_INTERNATIONAL_PAYMENT',
  3950. 59 => 'ROLE_EDIT_PARTNER_PAYMENT',
  3951. 60 => 'ROLE_SHOW_PAYMENT',
  3952. 61 => 'ROLE_REMOVE_PAYMENT',
  3953. 62 => 'ROLE_DETAIL_REJECT_PAYMENT',
  3954. 63 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  3955. 64 => 'ROLE_PAYMENT_CONTROL_MULTIPLE',
  3956. 65 => 'ROLE_PAYMENT_VALIDATE_MULTIPLE',
  3957. 66 => 'ROLE_PAYMENT_PAY_MULTIPLE',
  3958. 67 => 'ROLE_PAYMENT_SAGE_EXTRACTION',
  3959. 68 => 'ROLE_DISPLAY_LIST_COMPLAINTS_ALL',
  3960. 69 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  3961. 70 => 'ROLE_ASSIGN_COMPLAINT',
  3962. 71 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  3963. 72 => 'ROLE_START_COMPLAINT',
  3964. 73 => 'ROLE_APPROVE_COMPLAINT',
  3965. 74 => 'ROLE_DISPLAY_REJECTION_LIST',
  3966. 75 => 'ROLE_ADD_REJECTED_REASON',
  3967. 76 => 'ROLE_EDIT_REJECTED_REASON',
  3968. 77 => 'ROLE_REMOVE_REJECTED_REASON',
  3969. 78 => 'ROLE_DISPLAY_SHARED_DOCS_ADMIN',
  3970. 79 => 'ROLE_DISPLAY_SHARED_DOCS_DELIVERY',
  3971. 80 => 'ROLE_DISPLAY_SHARED_DOCS_CONSULTANT',
  3972. 81 => 'ROLE_ADD_SHARED_DOCS_ADMIN',
  3973. 82 => 'ROLE_ADD_SHARED_DOCS_DELIVERY',
  3974. 83 => 'ROLE_DELETE_SHARED_DOCS_ADMIN',
  3975. 84 => 'ROLE_DELETE_SHARED_DOCS_DELIVERY',
  3976. 85 => 'ROLE_GENERATE_CONSULTANTS_DOCUMENTS',
  3977. 86 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  3978. 87 => 'ROLE_EDIT_NOTIF_CONFIG',
  3979. 88 => 'ROLE_DISPLAY_DELETED_FILES',
  3980. 89 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  3981. 90 => 'ROLE_SHOW_RESIGNATION_LETTER',
  3982. 91 => 'ROLE_VALIDATE_RESIGNATION_LETTER',
  3983. 92 => 'ROLE_REJECT_RESIGNATION_LETTER',
  3984. 93 => 'ROLE_REMOVE_RESIGNATION_LETTER',
  3985. 94 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  3986. 95 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_ALL',
  3987. 96 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_ALL',
  3988. 97 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_ALL',
  3989. 98 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_ALL',
  3990. 99 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_ALL',
  3991. 100 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  3992. 101 => 'ROLE_DISPLAY_STATS',
  3993. 102 => 'ROLE_STATS_CONSULTANT_PER_DELIVERY',
  3994. 103 => 'ROLE_STATS_CONTRACT_PER_COMPANY_ALL',
  3995. 104 => 'ROLE_STATS_CONTRACT_PER_COMPANY_AM',
  3996. 105 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_ALL',
  3997. 106 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_AM',
  3998. 107 => 'ROLE_REJECT_BANK',
  3999. 108 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  4000. 109 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  4001. 110 => 'ROLE_EXTRACT_DATA',
  4002. 111 => 'ROLE_SAGE_CONFIG',
  4003. ],
  4004. ],
  4005. 'Rh Legal' => [
  4006. 'codeProfil' => 'RHL',
  4007. 'roles' => [
  4008. 0 => 'ROLE_DISPLAY_USER',
  4009. 1 => 'ROLE_ADD_USER',
  4010. 2 => 'ROLE_EDIT_USER',
  4011. 3 => 'ROLE_CHANGE_ACCESS_USER',
  4012. 4 => 'ROLE_REMOVE_USER',
  4013. 5 => 'ROLE_SHOW_USER',
  4014. 6 => 'ROLE_ACTIVE_USER',
  4015. 7 => 'ROLE_DISPLAY_ALL_CONSULTANT',
  4016. 8 => 'ROLE_DISPLAY_MY_CONSULTANT',
  4017. 9 => 'ROLE_DISPLAY_WORKFLOW',
  4018. 10 => 'ROLE_DISPLAY_STEPS',
  4019. 11 => 'ROLE_DISPLAY_CONTRACT_TYPE',
  4020. 12 => 'ROLE_ADD_CONTRACT_TYPE',
  4021. 13 => 'ROLE_EDIT_CONTRACT_TYPE',
  4022. 14 => 'ROLE_REMOVE_CONTRACT_TYPE',
  4023. 15 => 'ROLE_SHOW_CV',
  4024. 16 => 'ROLE_DISPLAY_PASSPORT',
  4025. 17 => 'ROLE_DISPLAY_ADDRESS',
  4026. 18 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  4027. 19 => 'ROLE_DISPLAY_ID',
  4028. 20 => 'ROLE_DISPLAY_INDUSTRY',
  4029. 21 => 'ROLE_DISPLAY_FINANCE_DATA',
  4030. 22 => 'ROLE_DISPLAY_PASSWORD',
  4031. 23 => 'ROLE_SHOW_MEETING',
  4032. 24 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  4033. 25 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  4034. 26 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  4035. 27 => 'ROLE_SHOW_TIMESHEET',
  4036. 28 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  4037. 29 => 'ROLE_DISPLAY_BANK',
  4038. 30 => 'ROLE_ADD_BANK',
  4039. 31 => 'ROLE_EDIT_BANK',
  4040. 32 => 'ROLE_DELETE_BANK',
  4041. 33 => 'ROLE_VALIDATE_BANK',
  4042. 34 => 'ROLE_DISPLAY_LIST_INSURANCE',
  4043. 35 => 'ROLE_ADD_INSURANCE',
  4044. 36 => 'ROLE_SHOW_INSURANCE',
  4045. 37 => 'ROLE_REMOVE_INSURANCE',
  4046. 38 => 'ROLE_DISPLAY_LIST_INSURANCE_COMPANY',
  4047. 39 => 'ROLE_ADD_INSURANCE_COMPANY',
  4048. 40 => 'ROLE_EDIT_INSURANCE_COMPANY',
  4049. 41 => 'ROLE_REMOVE_INSURANCE_COMPANY',
  4050. 42 => 'ROLE_DISPLAY_CONTRACT',
  4051. 43 => 'ROLE_ADD_CONTRACT',
  4052. 44 => 'ROLE_EDIT_CONTRACT',
  4053. 45 => 'ROLE_SHOW_CONTRACT',
  4054. 46 => 'ROLE_SHOW_CONTRACT_WORKFLOW',
  4055. 47 => 'ROLE_GET_DOC_CONTRACT',
  4056. 48 => 'ROLE_GET_PDF_CONTRACT',
  4057. 49 => 'ROLE_REMOVE_CONTRACT',
  4058. 50 => 'ROLE_DETAIL_REJECT_CONTRACT',
  4059. 51 => 'ROLE_DISPLAY_ALL_PAYMENT',
  4060. 52 => 'ROLE_DISPLAY_PAYMENT',
  4061. 53 => 'ROLE_DISPLAY_INTERNATIONAL_PAYMENT',
  4062. 54 => 'ROLE_DISPLAY_PENDING_PAYMENT',
  4063. 55 => 'ROLE_DISPLAY_PARTNER_PAYMENT',
  4064. 56 => 'ROLE_ADD_INTERNATIONAL_PAYMENT',
  4065. 57 => 'ROLE_ADD_PARTNER_PAYMENT',
  4066. 58 => 'ROLE_EDIT_INTERNATIONAL_PAYMENT',
  4067. 59 => 'ROLE_EDIT_PARTNER_PAYMENT',
  4068. 60 => 'ROLE_SHOW_PAYMENT',
  4069. 61 => 'ROLE_REMOVE_PAYMENT',
  4070. 62 => 'ROLE_DETAIL_REJECT_PAYMENT',
  4071. 63 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  4072. 64 => 'ROLE_PAYMENT_CONTROL_MULTIPLE',
  4073. 65 => 'ROLE_PAYMENT_VALIDATE_MULTIPLE',
  4074. 66 => 'ROLE_PAYMENT_PAY_MULTIPLE',
  4075. 67 => 'ROLE_PAYMENT_SAGE_EXTRACTION',
  4076. 68 => 'ROLE_DISPLAY_LIST_COMPLAINTS_ALL',
  4077. 69 => 'ROLE_DISPLAY_LIST_COMPLAINTS',
  4078. 70 => 'ROLE_ASSIGN_COMPLAINT',
  4079. 71 => 'ROLE_SHOW_DETAIL_COMPLAINT',
  4080. 72 => 'ROLE_START_COMPLAINT',
  4081. 73 => 'ROLE_APPROVE_COMPLAINT',
  4082. 74 => 'ROLE_DISPLAY_REJECTION_LIST',
  4083. 75 => 'ROLE_ADD_REJECTED_REASON',
  4084. 76 => 'ROLE_EDIT_REJECTED_REASON',
  4085. 77 => 'ROLE_REMOVE_REJECTED_REASON',
  4086. 78 => 'ROLE_DISPLAY_SHARED_DOCS_ADMIN',
  4087. 79 => 'ROLE_DISPLAY_SHARED_DOCS_DELIVERY',
  4088. 80 => 'ROLE_DISPLAY_SHARED_DOCS_CONSULTANT',
  4089. 81 => 'ROLE_ADD_SHARED_DOCS_ADMIN',
  4090. 82 => 'ROLE_ADD_SHARED_DOCS_DELIVERY',
  4091. 83 => 'ROLE_DELETE_SHARED_DOCS_ADMIN',
  4092. 84 => 'ROLE_DELETE_SHARED_DOCS_DELIVERY',
  4093. 85 => 'ROLE_GENERATE_CONSULTANTS_DOCUMENTS',
  4094. 86 => 'ROLE_DISPLAY_NOTIF_CONFIG',
  4095. 87 => 'ROLE_EDIT_NOTIF_CONFIG',
  4096. 88 => 'ROLE_DISPLAY_DELETED_FILES',
  4097. 89 => 'ROLE_DISPLAY_LIST_RESIGNATION_LETTER',
  4098. 90 => 'ROLE_SHOW_RESIGNATION_LETTER',
  4099. 91 => 'ROLE_VALIDATE_RESIGNATION_LETTER',
  4100. 92 => 'ROLE_REJECT_RESIGNATION_LETTER',
  4101. 93 => 'ROLE_REMOVE_RESIGNATION_LETTER',
  4102. 94 => 'ROLE_DETAIL_REJECT_RESIGNATION_LETTER',
  4103. 95 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_CONTRACT_ALL',
  4104. 96 => 'ROLE_DISPLAY_EXPIRE_SOON_LIST_INSURANCE_ALL',
  4105. 97 => 'ROLE_DISPLAY_EXPIRE_SOON_TOTAL_INSURANCE_ALL',
  4106. 98 => 'ROLE_DISPLAY_ACTIVE_LIST_CONTRACT_ALL',
  4107. 99 => 'ROLE_DISPLAY_PENDING_TOTAL_COMPLAINTS_ALL',
  4108. 100 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  4109. 101 => 'ROLE_DISPLAY_STATS',
  4110. 102 => 'ROLE_STATS_CONSULTANT_PER_DELIVERY',
  4111. 103 => 'ROLE_STATS_CONTRACT_PER_COMPANY_ALL',
  4112. 104 => 'ROLE_STATS_CONTRACT_PER_COMPANY_AM',
  4113. 105 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_ALL',
  4114. 106 => 'ROLE_STATS_CONTRACT_PER_COUNTRY_AM',
  4115. 107 => 'ROLE_REJECT_BANK',
  4116. 108 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  4117. 109 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  4118. 110 => 'ROLE_EXTRACT_DATA',
  4119. 111 => 'ROLE_SAGE_CONFIG',
  4120. ],
  4121. ],
  4122. 'Finance Control' => [
  4123. 'codeProfil' => 'FNC',
  4124. 'roles' => [
  4125. 0 => 'ROLE_DISPLAY_LIST_PAYMENTS_PENDING_ALL',
  4126. 1 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PENDING_MY',
  4127. 2 => 'ROLE_DISPLAY_TOTAL_PAYMENTS_PER_STATUS',
  4128. 3 => 'ROLE_SHOW_CV',
  4129. 4 => 'ROLE_DISPLAY_PASSPORT',
  4130. 5 => 'ROLE_DISPLAY_ADDRESS',
  4131. 6 => 'ROLE_DISPLAY_EMERGENCY_CONTACT',
  4132. 7 => 'ROLE_DISPLAY_ID',
  4133. 8 => 'ROLE_UPDATE_ID',
  4134. 9 => 'ROLE_DISPLAY_INDUSTRY',
  4135. 10 => 'ROLE_DISPLAY_FINANCE_DATA',
  4136. 11 => 'ROLE_SHOW_MEETING',
  4137. 12 => 'ROLE_DISPLAY_LIST_PROFILE_INSURANCE',
  4138. 13 => 'ROLE_DISPLAY_LIST_PROFILE_CONTRACT',
  4139. 14 => 'ROLE_DISPLAY_LIST_PROFILE_TIMESHEET',
  4140. 15 => 'ROLE_DISPLAY_BANK',
  4141. 16 => 'ROLE_DISPLAY_LIST_INSURANCE',
  4142. 17 => 'ROLE_SHOW_INSURANCE',
  4143. 18 => 'ROLE_DISPLAY_INTERNATIONAL_PAYMENT',
  4144. 19 => 'ROLE_DISPLAY_PENDING_PAYMENT',
  4145. 20 => 'ROLE_DISPLAY_PARTNER_PAYMENT',
  4146. 21 => 'ROLE_EDIT_INTERNATIONAL_PAYMENT',
  4147. 22 => 'ROLE_EDIT_PARTNER_PAYMENT',
  4148. 23 => 'ROLE_SHOW_PAYMENT',
  4149. 24 => 'ROLE_DETAIL_REJECT_PAYMENT',
  4150. 25 => 'ROLE_EXTRACT_EARNING_STATEMENT_PAYMENT',
  4151. 26 => 'ROLE_PAYMENT_CONTROL_MULTIPLE',
  4152. 27 => 'ROLE_PAYMENT_SAGE_EXTRACTION',
  4153. 28 => 'ROLE_DISPLAY_REJECTION_LIST',
  4154. 29 => 'ROLE_EXTRACT_DATA',
  4155. 30 => 'ROLE_CONFIG_FIELDS',
  4156. 31 => 'ROLE_SAGE_CONFIG',
  4157. 32 => 'ROLE_SHOW_TIMESHEET',
  4158. 33 => 'ROLE_DISPLAY_LIST_PROFILE_PAYMENTS',
  4159. 34 => 'ROLE_DISPLAY_LIST_TIMESHEET',
  4160. 35 => 'ROLE_DETAIL_REJECT_TIMESHEET',
  4161. ],
  4162. ],
  4163. ],
  4164. 'TASKS_WORKFLOW' => [
  4165. 0 => [
  4166. 'id' => 1,
  4167. 'name' => 'Contrat international',
  4168. 'code' => 'code01',
  4169. ],
  4170. 1 => [
  4171. 'id' => 2,
  4172. 'name' => 'Contrat local',
  4173. 'code' => 'code02',
  4174. ],
  4175. 2 => [
  4176. 'id' => 3,
  4177. 'name' => 'Contrat partenaire',
  4178. 'code' => 'code03',
  4179. ],
  4180. 3 => [
  4181. 'id' => 4,
  4182. 'name' => 'Payment',
  4183. 'code' => 'code04',
  4184. ],
  4185. ],
  4186. 'ACTIONS_WORKFLOW' => [
  4187. 0 => [
  4188. 'id' => 1,
  4189. 'name' => 'Creation',
  4190. 'task_workflow_id' => 1,
  4191. 'code' => 'international01',
  4192. 'nomenclature' => 'creation',
  4193. ],
  4194. 1 => [
  4195. 'id' => 2,
  4196. 'name' => 'Verification',
  4197. 'task_workflow_id' => 1,
  4198. 'code' => 'international02',
  4199. 'nomenclature' => 'verification',
  4200. ],
  4201. 2 => [
  4202. 'id' => 3,
  4203. 'name' => 'Control',
  4204. 'task_workflow_id' => 1,
  4205. 'code' => 'international03',
  4206. 'nomenclature' => 'control',
  4207. ],
  4208. 3 => [
  4209. 'id' => 4,
  4210. 'name' => 'Upload file',
  4211. 'task_workflow_id' => 1,
  4212. 'code' => 'international04',
  4213. 'nomenclature' => 'uploadfile',
  4214. ],
  4215. 4 => [
  4216. 'id' => 5,
  4217. 'name' => 'Validation',
  4218. 'task_workflow_id' => 1,
  4219. 'code' => 'international05',
  4220. 'nomenclature' => 'validation',
  4221. ],
  4222. 5 => [
  4223. 'id' => 6,
  4224. 'name' => 'Signature',
  4225. 'task_workflow_id' => 1,
  4226. 'code' => 'international06',
  4227. 'nomenclature' => 'signature',
  4228. ],
  4229. 6 => [
  4230. 'id' => 7,
  4231. 'name' => 'Creation',
  4232. 'task_workflow_id' => 2,
  4233. 'code' => 'local01',
  4234. 'nomenclature' => 'creation',
  4235. ],
  4236. 7 => [
  4237. 'id' => 8,
  4238. 'name' => 'Verification',
  4239. 'task_workflow_id' => 2,
  4240. 'code' => 'local02',
  4241. 'nomenclature' => 'verification',
  4242. ],
  4243. 8 => [
  4244. 'id' => 9,
  4245. 'name' => 'Control',
  4246. 'task_workflow_id' => 2,
  4247. 'code' => 'local03',
  4248. 'nomenclature' => 'control',
  4249. ],
  4250. 9 => [
  4251. 'id' => 10,
  4252. 'name' => 'Upload file',
  4253. 'task_workflow_id' => 2,
  4254. 'code' => 'local04',
  4255. 'nomenclature' => 'uploadfile',
  4256. ],
  4257. 10 => [
  4258. 'id' => 11,
  4259. 'name' => 'Validation',
  4260. 'task_workflow_id' => 2,
  4261. 'code' => 'local05',
  4262. 'nomenclature' => 'validation',
  4263. ],
  4264. 11 => [
  4265. 'id' => 12,
  4266. 'name' => 'Signature',
  4267. 'task_workflow_id' => 2,
  4268. 'code' => 'local06',
  4269. 'nomenclature' => 'signature',
  4270. ],
  4271. 12 => [
  4272. 'id' => 13,
  4273. 'name' => 'Creation',
  4274. 'task_workflow_id' => 3,
  4275. 'code' => 'partner01',
  4276. 'nomenclature' => 'creation',
  4277. ],
  4278. 13 => [
  4279. 'id' => 14,
  4280. 'name' => 'Verification',
  4281. 'task_workflow_id' => 3,
  4282. 'code' => 'partner02',
  4283. 'nomenclature' => 'verification',
  4284. ],
  4285. 14 => [
  4286. 'id' => 15,
  4287. 'name' => 'Control',
  4288. 'task_workflow_id' => 3,
  4289. 'code' => 'partner03',
  4290. 'nomenclature' => 'control',
  4291. ],
  4292. 15 => [
  4293. 'id' => 16,
  4294. 'name' => 'Upload file',
  4295. 'task_workflow_id' => 3,
  4296. 'code' => 'partner04',
  4297. 'nomenclature' => 'uploadfile',
  4298. ],
  4299. 16 => [
  4300. 'id' => 17,
  4301. 'name' => 'Validation',
  4302. 'task_workflow_id' => 3,
  4303. 'code' => 'partner05',
  4304. 'nomenclature' => 'validation',
  4305. ],
  4306. 17 => [
  4307. 'id' => 18,
  4308. 'name' => 'Signature',
  4309. 'task_workflow_id' => 3,
  4310. 'code' => 'partner06',
  4311. 'nomenclature' => 'signature',
  4312. ],
  4313. 18 => [
  4314. 'id' => 19,
  4315. 'name' => 'Creation',
  4316. 'task_workflow_id' => 4,
  4317. 'code' => 'paiement01',
  4318. 'nomenclature' => 'creation',
  4319. ],
  4320. 19 => [
  4321. 'id' => 20,
  4322. 'name' => 'Control',
  4323. 'task_workflow_id' => 4,
  4324. 'code' => 'paiement02',
  4325. 'nomenclature' => 'control',
  4326. ],
  4327. 20 => [
  4328. 'id' => 21,
  4329. 'name' => 'Validation',
  4330. 'task_workflow_id' => 4,
  4331. 'code' => 'paiement03',
  4332. 'nomenclature' => 'validation',
  4333. ],
  4334. 21 => [
  4335. 'id' => 22,
  4336. 'name' => 'Paiement',
  4337. 'task_workflow_id' => 4,
  4338. 'code' => 'paiement04',
  4339. 'nomenclature' => 'payment',
  4340. ],
  4341. ],
  4342. 'INDUSTRY' => [
  4343. 0 => [
  4344. 'id' => 1,
  4345. 'name' => 'Transport',
  4346. ],
  4347. 1 => [
  4348. 'id' => 2,
  4349. 'name' => 'It & Telecom',
  4350. ],
  4351. 2 => [
  4352. 'id' => 3,
  4353. 'name' => 'Banking & Insurance',
  4354. ],
  4355. 3 => [
  4356. 'id' => 4,
  4357. 'name' => 'Energies',
  4358. ],
  4359. 4 => [
  4360. 'id' => 5,
  4361. 'name' => 'Pharmaceutical',
  4362. ],
  4363. 5 => [
  4364. 'id' => 6,
  4365. 'name' => 'Others',
  4366. ],
  4367. ],
  4368. 'brochures_directory' => (\dirname(__DIR__, 4).'/public/uploads/'),
  4369. 'event_dispatcher.event_aliases' => [
  4370. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4371. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4372. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4373. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4374. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4375. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4376. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4377. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4378. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4379. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4380. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4381. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4382. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4383. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4384. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4385. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4386. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4387. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4388. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4389. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4390. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4391. ],
  4392. 'fragment.renderer.hinclude.global_template' => NULL,
  4393. 'fragment.path' => '/_fragment',
  4394. 'kernel.http_method_override' => true,
  4395. 'kernel.trusted_hosts' => [
  4396. ],
  4397. 'kernel.default_locale' => 'en',
  4398. 'kernel.enabled_locales' => [
  4399. ],
  4400. 'kernel.error_controller' => NULL,
  4401. 'debug.file_link_format' => NULL,
  4402. 'asset.request_context.base_path' => NULL,
  4403. 'asset.request_context.secure' => NULL,
  4404. 'translator.logging' => false,
  4405. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  4406. 'debug.error_handler.throw_at' => -1,
  4407. 'router.request_context.host' => 'localhost',
  4408. 'router.request_context.scheme' => 'http',
  4409. 'router.request_context.base_url' => '',
  4410. 'router.resource' => 'kernel::loadRoutes',
  4411. 'request_listener.http_port' => 80,
  4412. 'request_listener.https_port' => 443,
  4413. 'session.metadata.storage_key' => '_sf2_meta',
  4414. 'session.storage.options' => [
  4415. 'cache_limiter' => '0',
  4416. 'cookie_lifetime' => 3600,
  4417. 'cookie_secure' => 'auto',
  4418. 'cookie_httponly' => true,
  4419. 'cookie_samesite' => 'lax',
  4420. 'gc_maxlifetime' => 3600,
  4421. 'gc_probability' => 1,
  4422. ],
  4423. 'session.save_path' => NULL,
  4424. 'session.metadata.update_threshold' => 0,
  4425. 'form.type_extension.csrf.enabled' => true,
  4426. 'form.type_extension.csrf.field_name' => '_token',
  4427. 'validator.translation_domain' => 'validators',
  4428. 'profiler_listener.only_exceptions' => false,
  4429. 'profiler_listener.only_main_requests' => false,
  4430. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4431. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4432. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4433. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4434. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4435. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4436. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4437. 'doctrine.entity_managers' => [
  4438. 'default' => 'doctrine.orm.default_entity_manager',
  4439. ],
  4440. 'doctrine.default_entity_manager' => 'default',
  4441. 'doctrine.dbal.connection_factory.types' => [
  4442. ],
  4443. 'doctrine.connections' => [
  4444. 'default' => 'doctrine.dbal.default_connection',
  4445. ],
  4446. 'doctrine.default_connection' => 'default',
  4447. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4448. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4449. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4450. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4451. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4452. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4453. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4454. 'doctrine.orm.cache.memcache_port' => 11211,
  4455. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4456. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4457. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4458. 'doctrine.orm.cache.memcached_port' => 11211,
  4459. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4460. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4461. 'doctrine.orm.cache.redis_host' => 'localhost',
  4462. 'doctrine.orm.cache.redis_port' => 6379,
  4463. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4464. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4465. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4466. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4467. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4468. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4469. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4470. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4471. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4472. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4473. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4474. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4475. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4476. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4477. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4478. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4479. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4480. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4481. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4482. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4483. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4484. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4485. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4486. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4487. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4488. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4489. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4490. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4491. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4492. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4493. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4494. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4495. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4496. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4497. 'doctrine.migrations.preferred_em' => NULL,
  4498. 'doctrine.migrations.preferred_connection' => NULL,
  4499. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4500. 'twig.form.resources' => [
  4501. 0 => 'form_div_layout.html.twig',
  4502. ],
  4503. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  4504. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  4505. 'web_profiler.debug_toolbar.mode' => 2,
  4506. 'security.role_hierarchy.roles' => [
  4507. ],
  4508. 'security.access.denied_url' => NULL,
  4509. 'security.authentication.manager.erase_credentials' => true,
  4510. 'security.authentication.session_strategy.strategy' => 'migrate',
  4511. 'security.access.always_authenticate_before_granting' => false,
  4512. 'security.authentication.hide_user_not_found' => true,
  4513. 'security.firewalls' => [
  4514. 0 => 'dev',
  4515. 1 => 'login',
  4516. 2 => 'refresh_jwt',
  4517. 3 => 'api',
  4518. 4 => 'main',
  4519. ],
  4520. 'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4521. 'monolog.use_microseconds' => true,
  4522. 'monolog.swift_mailer.handlers' => [
  4523. ],
  4524. 'monolog.handlers_to_channels' => [
  4525. 'monolog.handler.console' => [
  4526. 'type' => 'exclusive',
  4527. 'elements' => [
  4528. 0 => 'event',
  4529. 1 => 'doctrine',
  4530. 2 => 'console',
  4531. ],
  4532. ],
  4533. 'monolog.handler.main' => [
  4534. 'type' => 'exclusive',
  4535. 'elements' => [
  4536. 0 => 'event',
  4537. ],
  4538. ],
  4539. ],
  4540. 'swiftmailer.mailer.default.transport.name' => 'smtp',
  4541. 'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  4542. 'swiftmailer.mailer.default.transport.smtp.port' => 465,
  4543. 'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  4544. 'swiftmailer.mailer.default.transport.smtp.username' => '[email protected]',
  4545. 'swiftmailer.mailer.default.transport.smtp.password' => 'nlaa jtma illf wbik',
  4546. 'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  4547. 'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  4548. 'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  4549. 'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  4550. 'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  4551. ],
  4552. 'swiftmailer.mailer.default.spool.enabled' => false,
  4553. 'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4554. 'swiftmailer.mailer.default.single_address' => NULL,
  4555. 'swiftmailer.mailer.default.delivery.enabled' => true,
  4556. 'swiftmailer.spool.enabled' => false,
  4557. 'swiftmailer.delivery.enabled' => true,
  4558. 'swiftmailer.single_address' => NULL,
  4559. 'swiftmailer.mailers' => [
  4560. 'default' => 'swiftmailer.mailer.default',
  4561. ],
  4562. 'swiftmailer.default_mailer' => 'default',
  4563. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4564. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4565. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4566. 'knp_paginator.page_range' => 5,
  4567. 'knp_paginator.page_limit' => NULL,
  4568. 'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4569. 'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  4570. 'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4571. 'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4572. 'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4573. 'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4574. 'fos_js_routing.request_context_base_url' => NULL,
  4575. 'fos_js_routing.cache_control' => [
  4576. 'enabled' => false,
  4577. ],
  4578. 'lexik_jwt_authentication.token_ttl' => 3600,
  4579. 'lexik_jwt_authentication.clock_skew' => 0,
  4580. 'lexik_jwt_authentication.user_identity_field' => 'email',
  4581. 'lexik_jwt_authentication.allow_no_expiration' => false,
  4582. 'lexik_jwt_authentication.user_id_claim' => 'email',
  4583. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4584. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4585. 'nelmio_cors.map' => [
  4586. '^/' => [
  4587. ],
  4588. ],
  4589. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4590. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4591. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4592. 'api_platform.metadata_backward_compatibility_layer' => true,
  4593. 'api_platform.enable_entrypoint' => true,
  4594. 'api_platform.enable_docs' => true,
  4595. 'api_platform.title' => '',
  4596. 'api_platform.description' => '',
  4597. 'api_platform.version' => '0.0.0',
  4598. 'api_platform.show_webby' => true,
  4599. 'api_platform.url_generation_strategy' => 1,
  4600. 'api_platform.exception_to_status' => [
  4601. 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4602. 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4603. 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4604. 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4605. ],
  4606. 'api_platform.formats' => [
  4607. 'jsonld' => [
  4608. 0 => 'application/ld+json',
  4609. ],
  4610. 'json' => [
  4611. 0 => 'application/json',
  4612. ],
  4613. 'html' => [
  4614. 0 => 'text/html',
  4615. ],
  4616. ],
  4617. 'api_platform.patch_formats' => [
  4618. 'json' => [
  4619. 0 => 'application/merge-patch+json',
  4620. ],
  4621. ],
  4622. 'api_platform.error_formats' => [
  4623. 'jsonproblem' => [
  4624. 0 => 'application/problem+json',
  4625. ],
  4626. 'jsonld' => [
  4627. 0 => 'application/ld+json',
  4628. ],
  4629. ],
  4630. 'api_platform.allow_plain_identifiers' => false,
  4631. 'api_platform.eager_loading.enabled' => true,
  4632. 'api_platform.eager_loading.max_joins' => 30,
  4633. 'api_platform.eager_loading.fetch_partial' => false,
  4634. 'api_platform.eager_loading.force_eager' => true,
  4635. 'api_platform.collection.exists_parameter_name' => 'exists',
  4636. 'api_platform.collection.order' => 'ASC',
  4637. 'api_platform.collection.order_parameter_name' => 'order',
  4638. 'api_platform.collection.order_nulls_comparison' => NULL,
  4639. 'api_platform.collection.pagination.enabled' => true,
  4640. 'api_platform.collection.pagination.partial' => false,
  4641. 'api_platform.collection.pagination.client_enabled' => false,
  4642. 'api_platform.collection.pagination.client_items_per_page' => false,
  4643. 'api_platform.collection.pagination.client_partial' => false,
  4644. 'api_platform.collection.pagination.items_per_page' => 30,
  4645. 'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4646. 'api_platform.collection.pagination.page_parameter_name' => 'page',
  4647. 'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4648. 'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  4649. 'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4650. 'api_platform.collection.pagination' => [
  4651. 'enabled' => true,
  4652. 'partial' => false,
  4653. 'client_enabled' => false,
  4654. 'client_items_per_page' => false,
  4655. 'client_partial' => false,
  4656. 'items_per_page' => 30,
  4657. 'maximum_items_per_page' => NULL,
  4658. 'page_parameter_name' => 'page',
  4659. 'enabled_parameter_name' => 'pagination',
  4660. 'items_per_page_parameter_name' => 'itemsPerPage',
  4661. 'partial_parameter_name' => 'partial',
  4662. ],
  4663. 'api_platform.http_cache.etag' => true,
  4664. 'api_platform.http_cache.max_age' => NULL,
  4665. 'api_platform.http_cache.shared_max_age' => NULL,
  4666. 'api_platform.http_cache.vary' => [
  4667. 0 => 'Accept',
  4668. ],
  4669. 'api_platform.http_cache.public' => NULL,
  4670. 'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4671. 'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4672. 'api_platform.asset_package' => NULL,
  4673. 'api_platform.defaults' => [
  4674. 'attributes' => [
  4675. 'openapi_context' => [
  4676. 'components' => [
  4677. 'securitySchemes' => [
  4678. 'bearerAuth' => [
  4679. 'type' => 'http',
  4680. 'scheme' => 'bearer',
  4681. 'bearerFormat' => 'JWT',
  4682. ],
  4683. ],
  4684. ],
  4685. ],
  4686. ],
  4687. ],
  4688. 'api_platform.resource_class_directories' => [
  4689. 0 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  4690. 1 => (\dirname(__DIR__, 4).'/src/Entity'),
  4691. ],
  4692. 'api_platform.oauth.enabled' => false,
  4693. 'api_platform.oauth.clientId' => '',
  4694. 'api_platform.oauth.clientSecret' => '',
  4695. 'api_platform.oauth.type' => 'oauth2',
  4696. 'api_platform.oauth.flow' => 'application',
  4697. 'api_platform.oauth.tokenUrl' => '',
  4698. 'api_platform.oauth.authorizationUrl' => '',
  4699. 'api_platform.oauth.refreshUrl' => '',
  4700. 'api_platform.oauth.scopes' => [
  4701. ],
  4702. 'api_platform.oauth.pkce' => false,
  4703. 'api_platform.openapi.termsOfService' => NULL,
  4704. 'api_platform.openapi.contact.name' => NULL,
  4705. 'api_platform.openapi.contact.url' => NULL,
  4706. 'api_platform.openapi.contact.email' => NULL,
  4707. 'api_platform.openapi.license.name' => NULL,
  4708. 'api_platform.openapi.license.url' => NULL,
  4709. 'api_platform.swagger.versions' => [
  4710. 0 => 3,
  4711. ],
  4712. 'api_platform.enable_swagger_ui' => true,
  4713. 'api_platform.enable_re_doc' => true,
  4714. 'api_platform.swagger.api_keys' => [
  4715. ],
  4716. 'api_platform.swagger_ui.extra_configuration' => [
  4717. 'persistAuthorization' => true,
  4718. ],
  4719. 'api_platform.graphql.enabled' => false,
  4720. 'api_platform.graphql.graphiql.enabled' => false,
  4721. 'api_platform.graphql.graphql_playground.enabled' => false,
  4722. 'api_platform.graphql.collection.pagination' => [
  4723. 'enabled' => true,
  4724. ],
  4725. 'api_platform.validator.serialize_payload_fields' => [
  4726. ],
  4727. 'api_platform.validator.query_parameter_validation' => true,
  4728. 'api_platform.elasticsearch.enabled' => false,
  4729. 'gesdinet_jwt_refresh_token.ttl' => 2592000,
  4730. 'gesdinet_jwt_refresh_token.ttl_update' => false,
  4731. 'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  4732. 'gesdinet_jwt_refresh_token.user_provider' => NULL,
  4733. 'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  4734. 'gesdinet_jwt_refresh_token.single_use' => false,
  4735. 'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  4736. 'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  4737. 'gesdinet_jwt_refresh_token.cookie' => [
  4738. 'enabled' => false,
  4739. 'same_site' => 'lax',
  4740. 'path' => '/',
  4741. 'domain' => NULL,
  4742. 'http_only' => true,
  4743. 'secure' => true,
  4744. 'partitioned' => false,
  4745. 'remove_token_from_body' => true,
  4746. ],
  4747. 'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  4748. 'gesdinet_jwt_refresh_token.return_expiration' => false,
  4749. 'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  4750. 'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\RefreshToken',
  4751. 'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  4752. 'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  4753. 'maker.compatible_check.doctrine.supports_attributes' => true,
  4754. 'data_collector.templates' => [
  4755. 'data_collector.request' => [
  4756. 0 => 'request',
  4757. 1 => '@WebProfiler/Collector/request.html.twig',
  4758. ],
  4759. 'api_platform.data_collector.request' => [
  4760. 0 => 'api_platform.data_collector.request',
  4761. 1 => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  4762. ],
  4763. 'data_collector.time' => [
  4764. 0 => 'time',
  4765. 1 => '@WebProfiler/Collector/time.html.twig',
  4766. ],
  4767. 'data_collector.memory' => [
  4768. 0 => 'memory',
  4769. 1 => '@WebProfiler/Collector/memory.html.twig',
  4770. ],
  4771. 'data_collector.validator' => [
  4772. 0 => 'validator',
  4773. 1 => '@WebProfiler/Collector/validator.html.twig',
  4774. ],
  4775. 'data_collector.ajax' => [
  4776. 0 => 'ajax',
  4777. 1 => '@WebProfiler/Collector/ajax.html.twig',
  4778. ],
  4779. 'data_collector.form' => [
  4780. 0 => 'form',
  4781. 1 => '@WebProfiler/Collector/form.html.twig',
  4782. ],
  4783. 'data_collector.exception' => [
  4784. 0 => 'exception',
  4785. 1 => '@WebProfiler/Collector/exception.html.twig',
  4786. ],
  4787. 'data_collector.logger' => [
  4788. 0 => 'logger',
  4789. 1 => '@WebProfiler/Collector/logger.html.twig',
  4790. ],
  4791. 'data_collector.events' => [
  4792. 0 => 'events',
  4793. 1 => '@WebProfiler/Collector/events.html.twig',
  4794. ],
  4795. 'data_collector.router' => [
  4796. 0 => 'router',
  4797. 1 => '@WebProfiler/Collector/router.html.twig',
  4798. ],
  4799. 'data_collector.cache' => [
  4800. 0 => 'cache',
  4801. 1 => '@WebProfiler/Collector/cache.html.twig',
  4802. ],
  4803. 'data_collector.translation' => [
  4804. 0 => 'translation',
  4805. 1 => '@WebProfiler/Collector/translation.html.twig',
  4806. ],
  4807. 'data_collector.security' => [
  4808. 0 => 'security',
  4809. 1 => '@Security/Collector/security.html.twig',
  4810. ],
  4811. 'data_collector.twig' => [
  4812. 0 => 'twig',
  4813. 1 => '@WebProfiler/Collector/twig.html.twig',
  4814. ],
  4815. 'data_collector.http_client' => [
  4816. 0 => 'http_client',
  4817. 1 => '@WebProfiler/Collector/http_client.html.twig',
  4818. ],
  4819. 'data_collector.doctrine' => [
  4820. 0 => 'db',
  4821. 1 => '@Doctrine/Collector/db.html.twig',
  4822. ],
  4823. 'swiftmailer.data_collector' => [
  4824. 0 => 'swiftmailer',
  4825. 1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4826. ],
  4827. 'data_collector.dump' => [
  4828. 0 => 'dump',
  4829. 1 => '@Debug/Profiler/dump.html.twig',
  4830. ],
  4831. 'data_collector.messenger' => [
  4832. 0 => 'messenger',
  4833. 1 => '@WebProfiler/Collector/messenger.html.twig',
  4834. ],
  4835. 'mailer.data_collector' => [
  4836. 0 => 'mailer',
  4837. 1 => '@WebProfiler/Collector/mailer.html.twig',
  4838. ],
  4839. 'notifier.data_collector' => [
  4840. 0 => 'notifier',
  4841. 1 => '@WebProfiler/Collector/notifier.html.twig',
  4842. ],
  4843. 'data_collector.mercure' => [
  4844. 0 => 'mercure',
  4845. 1 => '@Mercure/Collector/mercure.html.twig',
  4846. ],
  4847. 'data_collector.config' => [
  4848. 0 => 'config',
  4849. 1 => '@WebProfiler/Collector/config.html.twig',
  4850. ],
  4851. ],
  4852. 'console.command.ids' => [
  4853. 0 => 'console.command.public_alias.App\\MigrationCommand\\ActionWorkflowCommand',
  4854. 1 => 'console.command.public_alias.App\\MigrationCommand\\CreateAdminCommand',
  4855. 2 => 'console.command.public_alias.App\\MigrationCommand\\GroupCommand',
  4856. 3 => 'console.command.public_alias.App\\MigrationCommand\\IndustryCommand',
  4857. 4 => 'console.command.public_alias.App\\MigrationCommand\\TaskWorkflowCommand',
  4858. ],
  4859. ];
  4860. }
  4861. protected function throw($message)
  4862. {
  4863. throw new RuntimeException($message);
  4864. }
  4865. }