var/cache/dev/ContainerXhD6136/App_KernelDevDebugContainer.php line 663

Open in your IDE?
  1. <?php
  2. namespace ContainerXhD6136;
  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.twig' => 'get_Container_Private_TwigService',
  37. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38. 'cache.app' => 'getCache_AppService',
  39. 'cache.system' => 'getCache_SystemService',
  40. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41. 'data_collector.dump' => 'getDataCollector_DumpService',
  42. 'doctrine' => 'getDoctrineService',
  43. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45. 'event_dispatcher' => 'getEventDispatcherService',
  46. 'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  47. 'http_kernel' => 'getHttpKernelService',
  48. 'jms_serializer' => 'getJmsSerializerService',
  49. 'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  50. 'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  51. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  52. 'request_stack' => 'getRequestStackService',
  53. 'router' => 'getRouterService',
  54. 'translator' => 'getTranslatorService',
  55. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  56. 'cache_clearer' => 'getCacheClearerService',
  57. 'filesystem' => 'getFilesystemService',
  58. 'serializer' => 'getSerializerService',
  59. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  60. 'form.factory' => 'getForm_FactoryService',
  61. 'form.type.file' => 'getForm_Type_FileService',
  62. 'profiler' => 'getProfilerService',
  63. 'twig' => 'getTwigService',
  64. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65. 'security.token_storage' => 'getSecurity_TokenStorageService',
  66. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  67. 'session' => 'getSessionService',
  68. 'validator' => 'getValidatorService',
  69. ];
  70. $this->fileMap = [
  71. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  72. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  73. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  74. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  75. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  76. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  77. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  78. '.container.private.session' => 'get_Container_Private_SessionService',
  79. 'App\\Controller\\AnonymousApiController' => 'getAnonymousApiControllerService',
  80. 'App\\Controller\\ComparateurController' => 'getComparateurControllerService',
  81. 'App\\Controller\\ComparatorController' => 'getComparatorControllerService',
  82. 'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  83. 'App\\Controller\\EnedisHomologationController' => 'getEnedisHomologationControllerService',
  84. 'App\\Controller\\ManagerController' => 'getManagerControllerService',
  85. 'App\\Controller\\PublicApiController' => 'getPublicApiControllerService',
  86. 'App\\Controller\\api\\ContractController' => 'getContractControllerService',
  87. 'App\\Controller\\api\\UserController' => 'getUserControllerService',
  88. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  89. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  90. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  91. 'app.service.docusignservice' => 'getApp_Service_DocusignserviceService',
  92. 'app.service.ellisphereservice' => 'getApp_Service_EllisphereserviceService',
  93. 'app.service.enedisservice' => 'getApp_Service_EnedisserviceService',
  94. 'app.service.offercalculatorservice' => 'getApp_Service_OffercalculatorserviceService',
  95. 'app.service.pappersservice' => 'getApp_Service_PappersserviceService',
  96. 'app.service.sendemailservice' => 'getApp_Service_SendemailserviceService',
  97. 'app.service.turpecalculatorservice' => 'getApp_Service_TurpecalculatorserviceService',
  98. 'app.service.yousignservice' => 'getApp_Service_YousignserviceService',
  99. 'cache.app_clearer' => 'getCache_AppClearerService',
  100. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  101. 'cache.system_clearer' => 'getCache_SystemClearerService',
  102. 'cache_warmer' => 'getCacheWarmerService',
  103. 'console.command.public_alias.App\\Command\\SendACDReminderCommand' => 'getSendACDReminderCommandService',
  104. 'console.command.public_alias.App\\Command\\SendNotificationCommand' => 'getSendNotificationCommandService',
  105. 'console.command_loader' => 'getConsole_CommandLoaderService',
  106. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  107. 'error_controller' => 'getErrorControllerService',
  108. 'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  109. 'knp_paginator' => 'getKnpPaginatorService',
  110. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  111. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  112. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  113. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  114. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  115. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  116. 'routing.loader' => 'getRouting_LoaderService',
  117. 'services_resetter' => 'getServicesResetterService',
  118. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  119. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  120. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  121. ];
  122. $this->aliases = [
  123. 'App\\Kernel' => 'kernel',
  124. 'database_connection' => 'doctrine.dbal.default_connection',
  125. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  126. 'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  127. ];
  128. $this->privates['service_container'] = function () {
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  135. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  136. include_once \dirname(__DIR__, 4).'/src/Service/OfferCalculatorService.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/eckinox/tinymce-bundle/src/Util/TinymceConfigurator.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  522. include_once \dirname(__DIR__, 4).'/src/Twig/TwigExtensions.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/eckinox/tinymce-bundle/src/Twig/TinymceTwigExtension.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  544. };
  545. }
  546. public function compile(): void
  547. {
  548. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  549. }
  550. public function isCompiled(): bool
  551. {
  552. return true;
  553. }
  554. public function getRemovedIds(): array
  555. {
  556. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  557. }
  558. protected function load($file, $lazyLoad = true)
  559. {
  560. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  561. return $class::do($this, $lazyLoad);
  562. }
  563. if ('.' === $file[-4]) {
  564. $class = substr($class, 0, -4);
  565. } else {
  566. $file .= '.php';
  567. }
  568. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  569. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  570. }
  571. protected function createProxy($class, \Closure $factory)
  572. {
  573. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  574. return $factory();
  575. }
  576. /**
  577. * Gets the public '.container.private.profiler' shared service.
  578. *
  579. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  580. */
  581. protected function get_Container_Private_ProfilerService()
  582. {
  583. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  584. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  585. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  586. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  587. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  588. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  589. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  590. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  591. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  592. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  593. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  594. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  595. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  596. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  597. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  598. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  599. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  600. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  601. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  602. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  603. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  604. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  605. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  606. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  607. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  608. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  609. if ($this->has('kernel')) {
  610. $g->setKernel($b);
  611. }
  612. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  613. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  614. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  615. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  616. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  617. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  618. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  619. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  620. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  621. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  622. $instance->add($d);
  623. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  624. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  625. $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())));
  626. $instance->add($e);
  627. $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([])))));
  628. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  629. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  630. $instance->add($f);
  631. $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()))));
  632. $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()))));
  633. $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['App\\Entity' => (\dirname(__DIR__, 4).'/src/Resources/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  634. $instance->add($g);
  635. return $instance;
  636. }
  637. /**
  638. * Gets the public '.container.private.security.authorization_checker' shared service.
  639. *
  640. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  641. */
  642. protected function get_Container_Private_Security_AuthorizationCheckerService()
  643. {
  644. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  645. if (isset($this->services['.container.private.security.authorization_checker'])) {
  646. return $this->services['.container.private.security.authorization_checker'];
  647. }
  648. 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);
  649. }
  650. /**
  651. * Gets the public '.container.private.security.token_storage' shared service.
  652. *
  653. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  654. */
  655. protected function get_Container_Private_Security_TokenStorageService()
  656. {
  657. 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, [
  658. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  659. ], [
  660. 'request_stack' => '?',
  661. ]));
  662. }
  663. /**
  664. * Gets the public '.container.private.twig' shared service.
  665. *
  666. * @return \Twig\Environment
  667. */
  668. protected function get_Container_Private_TwigService()
  669. {
  670. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  671. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  672. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  673. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  674. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  675. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  676. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  677. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  678. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  679. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  680. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  681. $a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  682. $a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  683. $a->addPath((\dirname(__DIR__, 4).'/vendor/eckinox/tinymce-bundle/templates'), 'Tinymce');
  684. $a->addPath((\dirname(__DIR__, 4).'/vendor/eckinox/tinymce-bundle/templates'), '!Tinymce');
  685. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  686. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  687. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  688. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  689. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  690. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  691. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  692. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  693. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  694. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  695. $e = ($this->services['router'] ?? $this->getRouterService());
  696. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  697. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  698. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  699. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  700. $i = new \Symfony\Bridge\Twig\AppVariable();
  701. $i->setEnvironment('dev');
  702. $i->setDebug(true);
  703. if ($this->has('.container.private.security.token_storage')) {
  704. $i->setTokenStorage($g);
  705. }
  706. if ($this->has('request_stack')) {
  707. $i->setRequestStack($f);
  708. }
  709. $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  710. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  711. $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())));
  712. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  713. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  714. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  715. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  716. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  717. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  718. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  719. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  720. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  721. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  722. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  723. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  724. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  725. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  726. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  727. $instance->addExtension(new \App\Twig\TwigExtensions($this, ($this->privates['App\\Service\\OfferCalculatorService'] ?? $this->getOfferCalculatorServiceService())));
  728. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  729. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  730. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  731. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  732. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  733. ], [
  734. 'webpack_encore.entrypoint_lookup_collection' => '?',
  735. 'webpack_encore.tag_renderer' => '?',
  736. ])));
  737. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  738. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  739. $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  740. $instance->addExtension(new \Eckinox\TinymceBundle\Twig\TinymceTwigExtension(($this->privates['Eckinox\\TinymceBundle\\Util\\TinymceConfigurator'] ?? $this->getTinymceConfiguratorService())));
  741. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e, $c)));
  742. $instance->addGlobal('app', $i);
  743. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  744. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  745. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  746. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  747. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  748. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
  749. ], [
  750. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  751. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  752. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  753. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  754. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  755. ])));
  756. $instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
  757. $instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
  758. $instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
  759. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  760. return $instance;
  761. }
  762. /**
  763. * Gets the public '.container.private.validator' shared service.
  764. *
  765. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  766. */
  767. protected function get_Container_Private_ValidatorService()
  768. {
  769. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  770. }
  771. /**
  772. * Gets the public 'cache.app' shared service.
  773. *
  774. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  775. */
  776. protected function getCache_AppService()
  777. {
  778. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('RQvSs4AaAI', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  779. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  780. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  781. }
  782. /**
  783. * Gets the public 'cache.system' shared service.
  784. *
  785. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  786. */
  787. protected function getCache_SystemService()
  788. {
  789. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('INUBp5C1cU', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  790. }
  791. /**
  792. * Gets the public 'cache.validator_expression_language' shared service.
  793. *
  794. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  795. */
  796. protected function getCache_ValidatorExpressionLanguageService()
  797. {
  798. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('51Qp5k6H8O', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  799. }
  800. /**
  801. * Gets the public 'data_collector.dump' shared service.
  802. *
  803. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  804. */
  805. protected function getDataCollector_DumpService()
  806. {
  807. 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()));
  808. }
  809. /**
  810. * Gets the public 'doctrine' shared service.
  811. *
  812. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  813. */
  814. protected function getDoctrineService()
  815. {
  816. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  817. }
  818. /**
  819. * Gets the public 'doctrine.dbal.default_connection' shared service.
  820. *
  821. * @return \Doctrine\DBAL\Connection
  822. */
  823. protected function getDoctrine_Dbal_DefaultConnectionService()
  824. {
  825. $a = new \Doctrine\DBAL\Configuration();
  826. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  827. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  828. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  829. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  830. $c = 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))));
  831. $c->setConnectionName('default');
  832. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  833. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  834. 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' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  835. }
  836. /**
  837. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  838. *
  839. * @return \Doctrine\ORM\EntityManager
  840. */
  841. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  842. {
  843. if ($lazyLoad) {
  844. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  845. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  846. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  847. $proxy->setProxyInitializer(null);
  848. return true;
  849. });
  850. });
  851. }
  852. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  874. $a = new \Doctrine\ORM\Configuration();
  875. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  876. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  877. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  878. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  879. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  880. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  881. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  882. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  883. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  884. ], [
  885. 'doctrine.ulid_generator' => '?',
  886. 'doctrine.uuid_generator' => '?',
  887. ])));
  888. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  889. $a->setProxyNamespace('Proxies');
  890. $a->setAutoGenerateProxyClasses(true);
  891. $a->setSchemaIgnoreClasses([]);
  892. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  893. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  894. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  895. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  896. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  897. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  898. $a->setLazyGhostObjectEnabled(false);
  899. $a->setIdentityGenerationPreferences([]);
  900. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  901. 'App\\Repository\\AccountRepository' => ['privates', 'App\\Repository\\AccountRepository', 'getAccountRepositoryService', true],
  902. 'App\\Repository\\CityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', true],
  903. 'App\\Repository\\CompanyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', true],
  904. 'App\\Repository\\CompanySectorRepository' => ['privates', 'App\\Repository\\CompanySectorRepository', 'getCompanySectorRepositoryService', true],
  905. 'App\\Repository\\ContactProRepository' => ['privates', 'App\\Repository\\ContactProRepository', 'getContactProRepositoryService', true],
  906. 'App\\Repository\\ContractRepository' => ['privates', 'App\\Repository\\ContractRepository', 'getContractRepositoryService', true],
  907. 'App\\Repository\\ContractStateRepository' => ['privates', 'App\\Repository\\ContractStateRepository', 'getContractStateRepositoryService', true],
  908. 'App\\Repository\\CotationMultisiteRepository' => ['privates', 'App\\Repository\\CotationMultisiteRepository', 'getCotationMultisiteRepositoryService', true],
  909. 'App\\Repository\\CotationRepository' => ['privates', 'App\\Repository\\CotationRepository', 'getCotationRepositoryService', true],
  910. 'App\\Repository\\CotationStateRepository' => ['privates', 'App\\Repository\\CotationStateRepository', 'getCotationStateRepositoryService', true],
  911. 'App\\Repository\\DepartmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', true],
  912. 'App\\Repository\\DeviceRepository' => ['privates', 'App\\Repository\\DeviceRepository', 'getDeviceRepositoryService', true],
  913. 'App\\Repository\\DocumentRepository' => ['privates', 'App\\Repository\\DocumentRepository', 'getDocumentRepositoryService', true],
  914. 'App\\Repository\\GasZoneRepository' => ['privates', 'App\\Repository\\GasZoneRepository', 'getGasZoneRepositoryService', true],
  915. 'App\\Repository\\ManagerRepository' => ['privates', 'App\\Repository\\ManagerRepository', 'getManagerRepositoryService', true],
  916. 'App\\Repository\\NotificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepositoryService', true],
  917. 'App\\Repository\\ProcedureSignRepository' => ['privates', 'App\\Repository\\ProcedureSignRepository', 'getProcedureSignRepositoryService', true],
  918. 'App\\Repository\\RegionRepository' => ['privates', 'App\\Repository\\RegionRepository', 'getRegionRepositoryService', true],
  919. 'App\\Repository\\RoadmapRepository' => ['privates', 'App\\Repository\\RoadmapRepository', 'getRoadmapRepositoryService', true],
  920. 'App\\Repository\\SettingRepository' => ['privates', 'App\\Repository\\SettingRepository', 'getSettingRepositoryService', true],
  921. 'App\\Repository\\SituationGasElecRepository' => ['privates', 'App\\Repository\\SituationGasElecRepository', 'getSituationGasElecRepositoryService', true],
  922. 'App\\Repository\\SupplierRepository' => ['privates', 'App\\Repository\\SupplierRepository', 'getSupplierRepositoryService', true],
  923. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  924. ], [
  925. 'App\\Repository\\AccountRepository' => '?',
  926. 'App\\Repository\\CityRepository' => '?',
  927. 'App\\Repository\\CompanyRepository' => '?',
  928. 'App\\Repository\\CompanySectorRepository' => '?',
  929. 'App\\Repository\\ContactProRepository' => '?',
  930. 'App\\Repository\\ContractRepository' => '?',
  931. 'App\\Repository\\ContractStateRepository' => '?',
  932. 'App\\Repository\\CotationMultisiteRepository' => '?',
  933. 'App\\Repository\\CotationRepository' => '?',
  934. 'App\\Repository\\CotationStateRepository' => '?',
  935. 'App\\Repository\\DepartmentRepository' => '?',
  936. 'App\\Repository\\DeviceRepository' => '?',
  937. 'App\\Repository\\DocumentRepository' => '?',
  938. 'App\\Repository\\GasZoneRepository' => '?',
  939. 'App\\Repository\\ManagerRepository' => '?',
  940. 'App\\Repository\\NotificationRepository' => '?',
  941. 'App\\Repository\\ProcedureSignRepository' => '?',
  942. 'App\\Repository\\RegionRepository' => '?',
  943. 'App\\Repository\\RoadmapRepository' => '?',
  944. 'App\\Repository\\SettingRepository' => '?',
  945. 'App\\Repository\\SituationGasElecRepository' => '?',
  946. 'App\\Repository\\SupplierRepository' => '?',
  947. 'App\\Repository\\UserRepository' => '?',
  948. ])));
  949. $a->addCustomDatetimeFunction('DAY', 'DoctrineExtensions\\Query\\Mysql\\Day');
  950. $a->addCustomDatetimeFunction('MONTH', 'DoctrineExtensions\\Query\\Mysql\\Month');
  951. $a->addCustomDatetimeFunction('YEAR', 'DoctrineExtensions\\Query\\Mysql\\Year');
  952. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  953. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  954. return $instance;
  955. }
  956. /**
  957. * Gets the public 'event_dispatcher' shared service.
  958. *
  959. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  960. */
  961. protected function getEventDispatcherService()
  962. {
  963. $a = new \Symfony\Bridge\Monolog\Logger('event');
  964. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  965. $a->pushHandler(new \Monolog\Handler\NullHandler());
  966. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  967. $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())));
  968. $instance->addListener('kernel.controller', [0 => function () {
  969. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  970. }, 1 => 'onKernelController'], 0);
  971. $instance->addListener('kernel.exception', [0 => function () {
  972. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  973. }, 1 => 'onKernelException'], 0);
  974. $instance->addListener('kernel.request', [0 => function () {
  975. return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  976. }, 1 => 'onKernelRequest'], 10);
  977. $instance->addListener('kernel.request', [0 => function () {
  978. return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  979. }, 1 => 'onKernelRequest'], 34);
  980. $instance->addListener('kernel.controller', [0 => function () {
  981. return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  982. }, 1 => 'onKernelController'], 5);
  983. $instance->addListener('kernel.request', [0 => function () {
  984. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  985. }, 1 => 'onKernelRequest'], 250);
  986. $instance->addListener('kernel.response', [0 => function () {
  987. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  988. }, 1 => 'onKernelResponse'], 0);
  989. $instance->addListener('kernel.response', [0 => function () {
  990. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  991. }, 1 => 'onResponse'], -10);
  992. $instance->addListener('kernel.terminate', [0 => function () {
  993. return ($this->privates['rms_push_notifications.event_listener'] ?? ($this->privates['rms_push_notifications.event_listener'] = new \RMS\PushNotificationsBundle\Service\EventListener()));
  994. }, 1 => 'onKernelTerminate'], 0);
  995. $instance->addListener('kernel.request', [0 => function () {
  996. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  997. }, 1 => 'onKernelRequest'], 0);
  998. $instance->addListener('kernel.response', [0 => function () {
  999. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1000. }, 1 => 'onKernelResponse'], 0);
  1001. $instance->addListener('kernel.response', [0 => function () {
  1002. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1003. }, 1 => 'onKernelResponse'], -1024);
  1004. $instance->addListener('kernel.request', [0 => function () {
  1005. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1006. }, 1 => 'setDefaultLocale'], 100);
  1007. $instance->addListener('kernel.request', [0 => function () {
  1008. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1009. }, 1 => 'onKernelRequest'], 16);
  1010. $instance->addListener('kernel.finish_request', [0 => function () {
  1011. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1012. }, 1 => 'onKernelFinishRequest'], 0);
  1013. $instance->addListener('kernel.request', [0 => function () {
  1014. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1015. }, 1 => 'onKernelRequest'], 256);
  1016. $instance->addListener('kernel.response', [0 => function () {
  1017. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1018. }, 1 => 'onResponse'], -255);
  1019. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1020. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1021. }, 1 => 'onControllerArguments'], 0);
  1022. $instance->addListener('kernel.exception', [0 => function () {
  1023. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1024. }, 1 => 'logKernelException'], 0);
  1025. $instance->addListener('kernel.exception', [0 => function () {
  1026. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1027. }, 1 => 'onKernelException'], -128);
  1028. $instance->addListener('kernel.response', [0 => function () {
  1029. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1030. }, 1 => 'removeCspHeader'], -128);
  1031. $instance->addListener('kernel.request', [0 => function () {
  1032. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1033. }, 1 => 'onKernelRequest'], 15);
  1034. $instance->addListener('kernel.finish_request', [0 => function () {
  1035. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1036. }, 1 => 'onKernelFinishRequest'], -15);
  1037. $instance->addListener('console.error', [0 => function () {
  1038. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1039. }, 1 => 'onConsoleError'], -128);
  1040. $instance->addListener('console.terminate', [0 => function () {
  1041. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1042. }, 1 => 'onConsoleTerminate'], -128);
  1043. $instance->addListener('console.error', [0 => function () {
  1044. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1045. }, 1 => 'onConsoleError'], 0);
  1046. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1047. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1048. }, 1 => 'onMessage'], -255);
  1049. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1050. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1051. }, 1 => 'onMessage'], -255);
  1052. $instance->addListener('kernel.request', [0 => function () {
  1053. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1054. }, 1 => 'configure'], 2048);
  1055. $instance->addListener('console.command', [0 => function () {
  1056. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1057. }, 1 => 'configure'], 2048);
  1058. $instance->addListener('kernel.request', [0 => function () {
  1059. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1060. }, 1 => 'onKernelRequest'], 32);
  1061. $instance->addListener('kernel.finish_request', [0 => function () {
  1062. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1063. }, 1 => 'onKernelFinishRequest'], 0);
  1064. $instance->addListener('kernel.exception', [0 => function () {
  1065. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1066. }, 1 => 'onKernelException'], -64);
  1067. $instance->addListener('kernel.response', [0 => function () {
  1068. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1069. }, 1 => 'onKernelResponse'], 0);
  1070. $instance->addListener('kernel.request', [0 => function () {
  1071. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1072. }, 1 => 'onKernelRequest'], 128);
  1073. $instance->addListener('kernel.response', [0 => function () {
  1074. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1075. }, 1 => 'onKernelResponse'], -1000);
  1076. $instance->addListener('kernel.finish_request', [0 => function () {
  1077. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1078. }, 1 => 'onFinishRequest'], 0);
  1079. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1080. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1081. }, 1 => 'onMessageFailed'], 100);
  1082. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1083. 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()));
  1084. }, 1 => 'onMessageFailed'], 200);
  1085. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1086. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1087. }, 1 => 'onWorkerRunning'], 100);
  1088. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1089. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1090. }, 1 => 'onWorkerStarted'], 0);
  1091. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1092. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1093. }, 1 => 'onWorkerRunning'], 0);
  1094. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1095. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1096. }, 1 => 'onWorkerStarted'], 100);
  1097. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1098. 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()));
  1099. }, 1 => 'onMessageFailed'], 0);
  1100. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1101. 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()));
  1102. }, 1 => 'onWorkerRunning'], 0);
  1103. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1104. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1105. }, 1 => 'onNotification'], -255);
  1106. $instance->addListener('kernel.response', [0 => function () {
  1107. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1108. }, 1 => 'onKernelResponse'], -100);
  1109. $instance->addListener('kernel.exception', [0 => function () {
  1110. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1111. }, 1 => 'onKernelException'], 0);
  1112. $instance->addListener('kernel.terminate', [0 => function () {
  1113. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1114. }, 1 => 'onKernelTerminate'], -1024);
  1115. $instance->addListener('kernel.controller', [0 => function () {
  1116. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1117. }, 1 => 'onKernelController'], 0);
  1118. $instance->addListener('kernel.response', [0 => function () {
  1119. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1120. }, 1 => 'onKernelResponse'], 0);
  1121. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1122. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1123. }, 1 => 'onWorkerMessageHandled'], 0);
  1124. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1125. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1126. }, 1 => 'onWorkerMessageFailed'], 0);
  1127. $instance->addListener('console.command', [0 => function () {
  1128. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1129. }, 1 => 'configure'], 1024);
  1130. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1131. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1132. }, 1 => 'onMessage'], 0);
  1133. $instance->addListener('kernel.response', [0 => function () {
  1134. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1135. }, 1 => 'onKernelResponse'], -128);
  1136. $instance->addListener('kernel.finish_request', [0 => function () {
  1137. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1138. }, 1 => 'resetAssets'], 0);
  1139. $instance->addListener('kernel.response', [0 => function () {
  1140. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1141. }, 1 => 'onKernelResponse'], 0);
  1142. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1143. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1144. }, 1 => 'onVoterVote'], 0);
  1145. $instance->addListener('kernel.request', [0 => function () {
  1146. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1147. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1148. $instance->addListener('kernel.request', [0 => function () {
  1149. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1150. }, 1 => 'onKernelRequest'], 8);
  1151. $instance->addListener('kernel.finish_request', [0 => function () {
  1152. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1153. }, 1 => 'onKernelFinishRequest'], 0);
  1154. $instance->addListener('console.command', [0 => function () {
  1155. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1156. }, 1 => 'onCommand'], 255);
  1157. $instance->addListener('console.terminate', [0 => function () {
  1158. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1159. }, 1 => 'onTerminate'], -255);
  1160. $instance->addListener('console.error', [0 => function () {
  1161. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1162. }, 1 => 'onConsoleError'], 0);
  1163. $instance->addListener('console.terminate', [0 => function () {
  1164. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1165. }, 1 => 'onConsoleTerminate'], 0);
  1166. $instance->addListener('kernel.controller', [0 => function () {
  1167. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1168. }, 1 => 'onKernelController'], 0);
  1169. $instance->addListener('kernel.controller', [0 => function () {
  1170. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1171. }, 1 => 'onKernelController'], 0);
  1172. $instance->addListener('kernel.controller', [0 => function () {
  1173. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1174. }, 1 => 'onKernelController'], -128);
  1175. $instance->addListener('kernel.view', [0 => function () {
  1176. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1177. }, 1 => 'onKernelView'], 0);
  1178. $instance->addListener('kernel.controller', [0 => function () {
  1179. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1180. }, 1 => 'onKernelController'], 0);
  1181. $instance->addListener('kernel.response', [0 => function () {
  1182. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1183. }, 1 => 'onKernelResponse'], 0);
  1184. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1185. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1186. }, 1 => 'onKernelControllerArguments'], 0);
  1187. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1188. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1189. }, 1 => 'onKernelControllerArguments'], 0);
  1190. $instance->addListener('kernel.controller', [0 => function () {
  1191. return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1192. }, 1 => 'onKernelController'], 0);
  1193. $instance->addListener('kernel.view', [0 => function () {
  1194. return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1195. }, 1 => 'onKernelView'], 30);
  1196. $instance->addListener('knp_pager.before', [0 => function () {
  1197. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1198. }, 1 => 'before'], 0);
  1199. $instance->addListener('knp_pager.pagination', [0 => function () {
  1200. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1201. }, 1 => 'pagination'], 0);
  1202. $instance->addListener('knp_pager.before', [0 => function () {
  1203. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1204. }, 1 => 'before'], 1);
  1205. $instance->addListener('knp_pager.before', [0 => function () {
  1206. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1207. }, 1 => 'before'], 1);
  1208. $instance->addListener('knp_pager.pagination', [0 => function () {
  1209. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1210. }, 1 => 'pagination'], 1);
  1211. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1212. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1213. }, 1 => 'onLogout'], 0);
  1214. return $instance;
  1215. }
  1216. /**
  1217. * Gets the public 'fos_rest.view_handler' shared service.
  1218. *
  1219. * @return \FOS\RestBundle\View\ViewHandler
  1220. */
  1221. protected function getFosRest_ViewHandlerService()
  1222. {
  1223. return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false], 400, 204, false, ['serializeNullStrategy' => true]);
  1224. }
  1225. /**
  1226. * Gets the public 'http_kernel' shared service.
  1227. *
  1228. * @return \Symfony\Component\HttpKernel\HttpKernel
  1229. */
  1230. protected function getHttpKernelService()
  1231. {
  1232. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1233. if (isset($this->services['http_kernel'])) {
  1234. return $this->services['http_kernel'];
  1235. }
  1236. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1237. 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 () {
  1238. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1239. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1240. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1241. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1242. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1243. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1244. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1245. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1246. }, 8)), $b));
  1247. }
  1248. /**
  1249. * Gets the public 'jms_serializer' shared service.
  1250. *
  1251. * @return \JMS\Serializer\Serializer
  1252. */
  1253. protected function getJmsSerializerService()
  1254. {
  1255. $a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  1256. $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1257. $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1258. $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1259. $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1260. $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1261. $f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  1262. $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1263. $g->setOptions(1216);
  1264. $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  1265. $h->setOptions(0);
  1266. return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e, $f, $d), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $e, $f, $d)], ['json' => $g, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $h, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1267. }
  1268. /**
  1269. * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1270. *
  1271. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1272. */
  1273. protected function getJmsSerializer_DeserializationContextFactoryService()
  1274. {
  1275. return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1276. }
  1277. /**
  1278. * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1279. *
  1280. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1281. */
  1282. protected function getJmsSerializer_SerializationContextFactoryService()
  1283. {
  1284. return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1285. }
  1286. /**
  1287. * Gets the public 'messenger.default_bus' shared service.
  1288. *
  1289. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1290. */
  1291. protected function getMessenger_DefaultBusService()
  1292. {
  1293. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1294. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1295. 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')));
  1296. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1297. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1298. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1299. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1300. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1301. }, 7)));
  1302. }
  1303. /**
  1304. * Gets the public 'request_stack' shared service.
  1305. *
  1306. * @return \Symfony\Component\HttpFoundation\RequestStack
  1307. */
  1308. protected function getRequestStackService()
  1309. {
  1310. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1311. }
  1312. /**
  1313. * Gets the public 'router' shared service.
  1314. *
  1315. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1316. */
  1317. protected function getRouterService()
  1318. {
  1319. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1320. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1321. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1322. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1323. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1324. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1325. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1326. ], [
  1327. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1328. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
  1329. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1330. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1331. return $instance;
  1332. }
  1333. /**
  1334. * Gets the public 'translator' shared service.
  1335. *
  1336. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1337. */
  1338. protected function getTranslatorService()
  1339. {
  1340. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1341. }
  1342. /**
  1343. * Gets the public 'var_dumper.cloner' shared service.
  1344. *
  1345. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1346. */
  1347. protected function getVarDumper_ClonerService()
  1348. {
  1349. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1350. $instance->setMaxItems(2500);
  1351. $instance->setMinDepth(1);
  1352. $instance->setMaxString(-1);
  1353. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1354. return $instance;
  1355. }
  1356. /**
  1357. * Gets the private '.debug.http_client' shared service.
  1358. *
  1359. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1360. */
  1361. protected function get_Debug_HttpClientService()
  1362. {
  1363. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1364. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1365. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1366. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1367. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1368. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1369. $a->setLogger($b);
  1370. 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))));
  1371. }
  1372. /**
  1373. * Gets the private '.service_locator.djzPblW' shared service.
  1374. *
  1375. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1376. */
  1377. protected function get_ServiceLocator_DjzPblWService()
  1378. {
  1379. return $this->privates['.service_locator.djzPblW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1380. 'security.firewall.map.context.anonymousapi' => ['privates', 'security.firewall.map.context.anonymousapi', 'getSecurity_Firewall_Map_Context_AnonymousapiService', true],
  1381. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  1382. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1383. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1384. ], [
  1385. 'security.firewall.map.context.anonymousapi' => '?',
  1386. 'security.firewall.map.context.api' => '?',
  1387. 'security.firewall.map.context.dev' => '?',
  1388. 'security.firewall.map.context.main' => '?',
  1389. ]);
  1390. }
  1391. /**
  1392. * Gets the private 'App\Service\OfferCalculatorService' shared autowired service.
  1393. *
  1394. * @return \App\Service\OfferCalculatorService
  1395. */
  1396. protected function getOfferCalculatorServiceService()
  1397. {
  1398. return $this->privates['App\\Service\\OfferCalculatorService'] = new \App\Service\OfferCalculatorService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1399. }
  1400. /**
  1401. * Gets the private 'Eckinox\TinymceBundle\Util\TinymceConfigurator' shared autowired service.
  1402. *
  1403. * @return \Eckinox\TinymceBundle\Util\TinymceConfigurator
  1404. */
  1405. protected function getTinymceConfiguratorService()
  1406. {
  1407. return $this->privates['Eckinox\\TinymceBundle\\Util\\TinymceConfigurator'] = new \Eckinox\TinymceBundle\Util\TinymceConfigurator([], ($this->services['router'] ?? $this->getRouterService()));
  1408. }
  1409. /**
  1410. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1411. *
  1412. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1413. */
  1414. protected function getResetAssetsEventListenerService()
  1415. {
  1416. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1417. }
  1418. /**
  1419. * Gets the private 'annotations.cache_adapter' shared service.
  1420. *
  1421. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1422. */
  1423. protected function getAnnotations_CacheAdapterService()
  1424. {
  1425. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1426. }
  1427. /**
  1428. * Gets the private 'annotations.cached_reader' shared service.
  1429. *
  1430. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1431. */
  1432. protected function getAnnotations_CachedReaderService()
  1433. {
  1434. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1435. }
  1436. /**
  1437. * Gets the private 'annotations.reader' shared service.
  1438. *
  1439. * @return \Doctrine\Common\Annotations\AnnotationReader
  1440. */
  1441. protected function getAnnotations_ReaderService()
  1442. {
  1443. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1444. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1445. $a->registerUniqueLoader('class_exists');
  1446. $instance->addGlobalIgnoredName('required', $a);
  1447. return $instance;
  1448. }
  1449. /**
  1450. * Gets the private 'assets.packages' shared service.
  1451. *
  1452. * @return \Symfony\Component\Asset\Packages
  1453. */
  1454. protected function getAssets_PackagesService()
  1455. {
  1456. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1457. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1458. return new \EmptyIterator();
  1459. }, 0));
  1460. }
  1461. /**
  1462. * Gets the private 'cache.annotations' shared service.
  1463. *
  1464. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1465. */
  1466. protected function getCache_AnnotationsService()
  1467. {
  1468. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6DrY6wGjLp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1469. }
  1470. /**
  1471. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1472. *
  1473. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1474. */
  1475. protected function getCache_Doctrine_Orm_Default_QueryService()
  1476. {
  1477. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1478. }
  1479. /**
  1480. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1481. *
  1482. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1483. */
  1484. protected function getCache_Doctrine_Orm_Default_ResultService()
  1485. {
  1486. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1487. }
  1488. /**
  1489. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1490. *
  1491. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1492. */
  1493. protected function getCache_Messenger_RestartWorkersSignalService()
  1494. {
  1495. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('U8wTLZA91S', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1496. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1497. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1498. }
  1499. /**
  1500. * Gets the private 'cache.property_info' shared service.
  1501. *
  1502. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1503. */
  1504. protected function getCache_PropertyInfoService()
  1505. {
  1506. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8duc2ngTXI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1507. }
  1508. /**
  1509. * Gets the private 'cache.security_expression_language' shared service.
  1510. *
  1511. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1512. */
  1513. protected function getCache_SecurityExpressionLanguageService()
  1514. {
  1515. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GSGV4NQugI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1516. }
  1517. /**
  1518. * Gets the private 'cache.serializer' shared service.
  1519. *
  1520. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1521. */
  1522. protected function getCache_SerializerService()
  1523. {
  1524. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FCN3khxAHN', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1525. }
  1526. /**
  1527. * Gets the private 'cache.validator' shared service.
  1528. *
  1529. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1530. */
  1531. protected function getCache_ValidatorService()
  1532. {
  1533. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TmkRgiZgll', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1534. }
  1535. /**
  1536. * Gets the private 'cache.webpack_encore' shared service.
  1537. *
  1538. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1539. */
  1540. protected function getCache_WebpackEncoreService()
  1541. {
  1542. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('td5I-i-ZTm', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1543. }
  1544. /**
  1545. * Gets the private 'config_cache_factory' shared service.
  1546. *
  1547. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1548. */
  1549. protected function getConfigCacheFactoryService()
  1550. {
  1551. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1552. 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)));
  1553. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1554. }, 2));
  1555. }
  1556. /**
  1557. * Gets the private 'data_collector.form' shared service.
  1558. *
  1559. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1560. */
  1561. protected function getDataCollector_FormService()
  1562. {
  1563. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1564. }
  1565. /**
  1566. * Gets the private 'data_collector.request' shared service.
  1567. *
  1568. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1569. */
  1570. protected function getDataCollector_RequestService()
  1571. {
  1572. 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())));
  1573. }
  1574. /**
  1575. * Gets the private 'debug.debug_handlers_listener' shared service.
  1576. *
  1577. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1578. */
  1579. protected function getDebug_DebugHandlersListenerService()
  1580. {
  1581. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1582. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1583. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1584. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1585. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1586. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1587. }
  1588. /**
  1589. * Gets the private 'debug.file_link_formatter' shared service.
  1590. *
  1591. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1592. */
  1593. protected function getDebug_FileLinkFormatterService()
  1594. {
  1595. 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 () {
  1596. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1597. });
  1598. }
  1599. /**
  1600. * Gets the private 'debug.log_processor' shared service.
  1601. *
  1602. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1603. */
  1604. protected function getDebug_LogProcessorService()
  1605. {
  1606. 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())));
  1607. }
  1608. /**
  1609. * Gets the private 'debug.security.access.decision_manager' shared service.
  1610. *
  1611. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1612. */
  1613. protected function getDebug_Security_Access_DecisionManagerService()
  1614. {
  1615. 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 () {
  1616. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1617. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1618. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1619. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1620. }
  1621. /**
  1622. * Gets the private 'debug.security.firewall' shared service.
  1623. *
  1624. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1625. */
  1626. protected function getDebug_Security_FirewallService()
  1627. {
  1628. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1629. if (isset($this->privates['debug.security.firewall'])) {
  1630. return $this->privates['debug.security.firewall'];
  1631. }
  1632. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1633. if (isset($this->privates['debug.security.firewall'])) {
  1634. return $this->privates['debug.security.firewall'];
  1635. }
  1636. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1637. }
  1638. /**
  1639. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1640. *
  1641. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1642. */
  1643. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1644. {
  1645. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1646. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1647. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1648. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1649. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1650. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  1651. ], [
  1652. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1653. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1654. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1655. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1656. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1657. ]), [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']]);
  1658. }
  1659. /**
  1660. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1661. *
  1662. * @return \Doctrine\Migrations\DependencyFactory
  1663. */
  1664. protected function getDoctrine_Migrations_DependencyFactoryService()
  1665. {
  1666. $a = new \Doctrine\Migrations\Configuration\Configuration();
  1667. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  1668. $a->setAllOrNothing(false);
  1669. $a->setCheckDatabasePlatform(true);
  1670. $a->setTransactional(true);
  1671. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1672. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1673. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1674. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1675. });
  1676. return $instance;
  1677. }
  1678. /**
  1679. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1680. *
  1681. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1682. */
  1683. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1684. {
  1685. 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);
  1686. }
  1687. /**
  1688. * Gets the private 'exception_listener' shared service.
  1689. *
  1690. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1691. */
  1692. protected function getExceptionListenerService()
  1693. {
  1694. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1695. }
  1696. /**
  1697. * Gets the private 'fos_rest.body_listener' shared service.
  1698. *
  1699. * @return \FOS\RestBundle\EventListener\BodyListener
  1700. */
  1701. protected function getFosRest_BodyListenerService()
  1702. {
  1703. $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1704. 'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', true],
  1705. 'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService', true],
  1706. ], [
  1707. 'fos_rest.decoder.json' => '?',
  1708. 'fos_rest.decoder.xml' => '?',
  1709. ]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false);
  1710. $instance->setDefaultFormat(NULL);
  1711. return $instance;
  1712. }
  1713. /**
  1714. * Gets the private 'fos_rest.format_listener' shared service.
  1715. *
  1716. * @return \FOS\RestBundle\EventListener\FormatListener
  1717. */
  1718. protected function getFosRest_FormatListenerService()
  1719. {
  1720. $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1721. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/', NULL, NULL, NULL, []), ['methods' => NULL, 'priorities' => [0 => 'html', 1 => 'json'], 'fallback_format' => 'html', 'attributes' => [], 'prefer_extension' => '2.0']);
  1722. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'prefer_extension' => '2.0', 'methods' => NULL, 'attributes' => [], 'stop' => false]);
  1723. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/publicapi', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'prefer_extension' => '2.0', 'methods' => NULL, 'attributes' => [], 'stop' => false]);
  1724. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/', NULL, NULL, NULL, []), ['priorities' => [0 => 'html'], 'fallback_format' => 'html', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
  1725. return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  1726. }
  1727. /**
  1728. * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  1729. *
  1730. * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  1731. */
  1732. protected function getFosRest_ParamFetcherListenerService()
  1733. {
  1734. return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())), true);
  1735. }
  1736. /**
  1737. * Gets the private 'fos_rest.serializer.jms' shared service.
  1738. *
  1739. * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  1740. */
  1741. protected function getFosRest_Serializer_JmsService()
  1742. {
  1743. return $this->privates['fos_rest.serializer.jms'] = new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  1744. }
  1745. /**
  1746. * Gets the private 'fos_rest.view_response_listener' shared service.
  1747. *
  1748. * @return \FOS\RestBundle\EventListener\ViewResponseListener
  1749. */
  1750. protected function getFosRest_ViewResponseListenerService()
  1751. {
  1752. return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1753. }
  1754. /**
  1755. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1756. *
  1757. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1758. */
  1759. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1760. {
  1761. 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())));
  1762. }
  1763. /**
  1764. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1765. *
  1766. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1767. */
  1768. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1769. {
  1770. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1771. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1772. return $this->privates['framework_extra_bundle.event.is_granted'];
  1773. }
  1774. 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);
  1775. }
  1776. /**
  1777. * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  1778. *
  1779. * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  1780. */
  1781. protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  1782. {
  1783. return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['App\\Entity' => (\dirname(__DIR__, 4).'/src/Resources/serializer')]));
  1784. }
  1785. /**
  1786. * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  1787. *
  1788. * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  1789. */
  1790. protected function getJmsSerializer_TraceableEventDispatcherService()
  1791. {
  1792. $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1793. 'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
  1794. 'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
  1795. 'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
  1796. ], [
  1797. 'jms_serializer.stopwatch_subscriber' => '?',
  1798. 'jms_serializer.traceable_runs_listener' => '?',
  1799. 'jms_serializer.doctrine_proxy_subscriber' => '?',
  1800. ]));
  1801. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
  1802. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
  1803. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
  1804. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
  1805. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
  1806. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  1807. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  1808. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
  1809. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
  1810. $instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
  1811. $instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
  1812. $instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
  1813. return $instance;
  1814. }
  1815. /**
  1816. * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  1817. *
  1818. * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  1819. */
  1820. protected function getJmsSerializer_TraceableHandlerRegistryService()
  1821. {
  1822. $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1823. 'fos_rest.serializer.flatten_exception_handler' => ['privates', 'fos_rest.serializer.flatten_exception_handler', 'getFosRest_Serializer_FlattenExceptionHandlerService', true],
  1824. 'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
  1825. 'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
  1826. 'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
  1827. 'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
  1828. 'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
  1829. ], [
  1830. 'fos_rest.serializer.flatten_exception_handler' => '?',
  1831. 'jms_serializer.array_collection_handler' => '?',
  1832. 'jms_serializer.constraint_violation_handler' => '?',
  1833. 'jms_serializer.datetime_handler' => '?',
  1834. 'jms_serializer.iterator_handler' => '?',
  1835. 'fos_rest.serializer.form_error_handler' => '?',
  1836. ])));
  1837. $instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'json', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToJson']);
  1838. $instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'xml', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToXml']);
  1839. $instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1840. $instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1841. $instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1842. $instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1843. $instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1844. $instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1845. $instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1846. $instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1847. $instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1848. $instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
  1849. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
  1850. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
  1851. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
  1852. $instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
  1853. $instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
  1854. $instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
  1855. $instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
  1856. $instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
  1857. $instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
  1858. $instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
  1859. $instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
  1860. $instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
  1861. $instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  1862. $instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  1863. $instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  1864. $instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  1865. $instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  1866. $instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
  1867. $instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml']);
  1868. $instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']);
  1869. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml']);
  1870. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']);
  1871. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
  1872. $instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
  1873. $instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1874. $instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1875. $instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1876. $instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1877. $instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1878. $instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1879. $instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1880. $instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1881. $instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1882. $instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
  1883. $instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
  1884. $instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
  1885. $instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
  1886. $instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
  1887. $instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
  1888. $instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
  1889. $instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
  1890. $instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
  1891. $instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  1892. $instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  1893. $instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  1894. $instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
  1895. $instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
  1896. $instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
  1897. return $instance;
  1898. }
  1899. /**
  1900. * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  1901. *
  1902. * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  1903. */
  1904. protected function getJmsSerializer_TraceableMetadataFactoryService()
  1905. {
  1906. $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1907. 'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', true],
  1908. ], [
  1909. 'metadata_driver' => '?',
  1910. ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  1911. $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  1912. $a->setIncludeInterfaces(false);
  1913. return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  1914. }
  1915. /**
  1916. * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  1917. *
  1918. * @return \JMS\SerializerBundle\Debug\RunsListener
  1919. */
  1920. protected function getJmsSerializer_TraceableRunsListenerService()
  1921. {
  1922. return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  1923. }
  1924. /**
  1925. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1926. *
  1927. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1928. */
  1929. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1930. {
  1931. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  1932. }
  1933. /**
  1934. * Gets the private 'locale_aware_listener' shared service.
  1935. *
  1936. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1937. */
  1938. protected function getLocaleAwareListenerService()
  1939. {
  1940. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1941. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1942. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1943. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1944. }
  1945. /**
  1946. * Gets the private 'locale_listener' shared service.
  1947. *
  1948. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1949. */
  1950. protected function getLocaleListenerService()
  1951. {
  1952. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1953. }
  1954. /**
  1955. * Gets the private 'monolog.handler.console' shared service.
  1956. *
  1957. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1958. */
  1959. protected function getMonolog_Handler_ConsoleService()
  1960. {
  1961. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1962. }
  1963. /**
  1964. * Gets the private 'monolog.handler.main' shared service.
  1965. *
  1966. * @return \Monolog\Handler\StreamHandler
  1967. */
  1968. protected function getMonolog_Handler_MainService()
  1969. {
  1970. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1971. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1972. return $instance;
  1973. }
  1974. /**
  1975. * Gets the private 'monolog.logger' shared service.
  1976. *
  1977. * @return \Symfony\Bridge\Monolog\Logger
  1978. */
  1979. protected function getMonolog_LoggerService()
  1980. {
  1981. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1982. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1983. $instance->useMicrosecondTimestamps(true);
  1984. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1985. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1986. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1987. return $instance;
  1988. }
  1989. /**
  1990. * Gets the private 'monolog.logger.cache' shared service.
  1991. *
  1992. * @return \Symfony\Bridge\Monolog\Logger
  1993. */
  1994. protected function getMonolog_Logger_CacheService()
  1995. {
  1996. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1997. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1998. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1999. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2000. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2001. return $instance;
  2002. }
  2003. /**
  2004. * Gets the private 'monolog.logger.request' shared service.
  2005. *
  2006. * @return \Symfony\Bridge\Monolog\Logger
  2007. */
  2008. protected function getMonolog_Logger_RequestService()
  2009. {
  2010. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2011. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2012. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2013. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2014. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2015. return $instance;
  2016. }
  2017. /**
  2018. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2019. *
  2020. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2021. */
  2022. protected function getNelmioCors_CorsListenerService()
  2023. {
  2024. 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'))]));
  2025. }
  2026. /**
  2027. * Gets the private 'parameter_bag' shared service.
  2028. *
  2029. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2030. */
  2031. protected function getParameterBagService()
  2032. {
  2033. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2034. }
  2035. /**
  2036. * Gets the private 'profiler_listener' shared service.
  2037. *
  2038. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2039. */
  2040. protected function getProfilerListenerService()
  2041. {
  2042. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2043. if (isset($this->privates['profiler_listener'])) {
  2044. return $this->privates['profiler_listener'];
  2045. }
  2046. 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);
  2047. }
  2048. /**
  2049. * Gets the private 'property_info' shared service.
  2050. *
  2051. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2052. */
  2053. protected function getPropertyInfoService()
  2054. {
  2055. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2056. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2057. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2058. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2059. }, 3), new RewindableGenerator(function () {
  2060. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2061. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2062. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2063. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2064. }, 4), new RewindableGenerator(function () {
  2065. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2066. }, 1), new RewindableGenerator(function () {
  2067. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2068. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2069. }, 2), new RewindableGenerator(function () {
  2070. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2071. }, 1));
  2072. }
  2073. /**
  2074. * Gets the private 'router.expression_language_provider' shared service.
  2075. *
  2076. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2077. */
  2078. protected function getRouter_ExpressionLanguageProviderService()
  2079. {
  2080. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2081. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2082. ], [
  2083. 'env' => 'Closure',
  2084. ]));
  2085. }
  2086. /**
  2087. * Gets the private 'router.request_context' shared service.
  2088. *
  2089. * @return \Symfony\Component\Routing\RequestContext
  2090. */
  2091. protected function getRouter_RequestContextService()
  2092. {
  2093. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  2094. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2095. return $instance;
  2096. }
  2097. /**
  2098. * Gets the private 'router_listener' shared service.
  2099. *
  2100. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2101. */
  2102. protected function getRouterListenerService()
  2103. {
  2104. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
  2105. }
  2106. /**
  2107. * Gets the private 'security.firewall.map' shared service.
  2108. *
  2109. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2110. */
  2111. protected function getSecurity_Firewall_MapService()
  2112. {
  2113. $a = ($this->privates['.service_locator.djzPblW'] ?? $this->get_ServiceLocator_DjzPblWService());
  2114. if (isset($this->privates['security.firewall.map'])) {
  2115. return $this->privates['security.firewall.map'];
  2116. }
  2117. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2118. 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)/')));
  2119. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2120. yield 'security.firewall.map.context.anonymousapi' => ($this->privates['.security.request_matcher.GwtZZOL'] ?? ($this->privates['.security.request_matcher.GwtZZOL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/anonymousapi')));
  2121. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2122. }, 4));
  2123. }
  2124. /**
  2125. * Gets the private 'security.logout_url_generator' shared service.
  2126. *
  2127. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2128. */
  2129. protected function getSecurity_LogoutUrlGeneratorService()
  2130. {
  2131. return $this->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2132. }
  2133. /**
  2134. * Gets the private 'security.role_hierarchy' shared service.
  2135. *
  2136. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2137. */
  2138. protected function getSecurity_RoleHierarchyService()
  2139. {
  2140. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2141. }
  2142. /**
  2143. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2144. *
  2145. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2146. */
  2147. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2148. {
  2149. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2150. }
  2151. /**
  2152. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2153. *
  2154. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2155. */
  2156. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2157. {
  2158. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2159. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2160. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2161. $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], '', ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), 'violations'), -50, 'fos_rest.request_body');
  2162. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2163. }
  2164. /**
  2165. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2166. *
  2167. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2168. */
  2169. protected function getSensioFrameworkExtra_Security_ListenerService()
  2170. {
  2171. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2172. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2173. return $this->privates['sensio_framework_extra.security.listener'];
  2174. }
  2175. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2176. }
  2177. /**
  2178. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2179. *
  2180. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2181. */
  2182. protected function getSensioFrameworkExtra_View_ListenerService()
  2183. {
  2184. $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))));
  2185. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2186. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2187. ], [
  2188. 'twig' => '?',
  2189. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2190. return $instance;
  2191. }
  2192. /**
  2193. * Gets the private 'session_listener' shared service.
  2194. *
  2195. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2196. */
  2197. protected function getSessionListenerService()
  2198. {
  2199. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2200. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2201. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2202. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2203. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2204. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2205. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2206. ], [
  2207. 'initialized_session' => '?',
  2208. 'logger' => '?',
  2209. 'request_stack' => '?',
  2210. 'session' => '?',
  2211. 'session_collector' => '?',
  2212. 'session_factory' => '?',
  2213. ]), true, $this->parameters['session.storage.options']);
  2214. }
  2215. /**
  2216. * Gets the private 'translator.default' shared service.
  2217. *
  2218. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2219. */
  2220. protected function getTranslator_DefaultService()
  2221. {
  2222. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2223. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2224. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2225. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2226. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2227. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2228. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2229. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2230. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2231. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2232. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2233. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2234. ], [
  2235. 'translation.loader.csv' => '?',
  2236. 'translation.loader.dat' => '?',
  2237. 'translation.loader.ini' => '?',
  2238. 'translation.loader.json' => '?',
  2239. 'translation.loader.mo' => '?',
  2240. 'translation.loader.php' => '?',
  2241. 'translation.loader.po' => '?',
  2242. 'translation.loader.qt' => '?',
  2243. 'translation.loader.res' => '?',
  2244. 'translation.loader.xliff' => '?',
  2245. 'translation.loader.yml' => '?',
  2246. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/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/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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/qipsius/tcpdf-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/richsage/rms-push-notifications-bundle/RMS/PushNotificationsBundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/eckinox/tinymce-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/knplabs/knp-paginator-bundle/translations', 4 => 'translations', 5 => 'vendor/symfony/framework-bundle/translations', 6 => 'vendor/doctrine/doctrine-bundle/translations', 7 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 8 => 'vendor/symfony/debug-bundle/translations', 9 => 'vendor/symfony/twig-bundle/translations', 10 => 'vendor/symfony/web-profiler-bundle/translations', 11 => 'vendor/symfony/webpack-encore-bundle/src/translations', 12 => 'vendor/twig/extra-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/monolog-bundle/translations', 15 => 'vendor/symfony/maker-bundle/src/translations', 16 => 'vendor/sensio/framework-extra-bundle/src/translations', 17 => 'vendor/qipsius/tcpdf-bundle/translations', 18 => 'vendor/friendsofsymfony/rest-bundle/translations', 19 => 'vendor/nelmio/cors-bundle/translations', 20 => 'vendor/jms/serializer-bundle/translations', 21 => 'vendor/lexik/jwt-authentication-bundle/translations', 22 => 'vendor/richsage/rms-push-notifications-bundle/RMS/PushNotificationsBundle/translations', 23 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 24 => 'vendor/eckinox/tinymce-bundle/translations']]], []);
  2247. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2248. $instance->setFallbackLocales([0 => 'fr']);
  2249. return $instance;
  2250. }
  2251. /**
  2252. * Gets the private 'validator.builder' shared service.
  2253. *
  2254. * @return \Symfony\Component\Validator\ValidatorBuilder
  2255. */
  2256. protected function getValidator_BuilderService()
  2257. {
  2258. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2259. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2260. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2261. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2262. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2263. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2264. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2265. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2266. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2267. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2268. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2269. ], [
  2270. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2271. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2272. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2273. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2274. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2275. 'doctrine.orm.validator.unique' => '?',
  2276. 'security.validator.user_password' => '?',
  2277. 'validator.expression' => '?',
  2278. ])));
  2279. if ($this->has('translator')) {
  2280. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2281. }
  2282. $instance->setTranslationDomain('validators');
  2283. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2284. $instance->enableAnnotationMapping(true);
  2285. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2286. $instance->addMethodMapping('loadValidatorMetadata');
  2287. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2288. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2289. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2290. return $instance;
  2291. }
  2292. /**
  2293. * Gets the private 'var_dumper.html_dumper' shared service.
  2294. *
  2295. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2296. */
  2297. protected function getVarDumper_HtmlDumperService()
  2298. {
  2299. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2300. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2301. return $instance;
  2302. }
  2303. /**
  2304. * Gets the private 'var_dumper.server_connection' shared service.
  2305. *
  2306. * @return \Symfony\Component\VarDumper\Server\Connection
  2307. */
  2308. protected function getVarDumper_ServerConnectionService()
  2309. {
  2310. 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()]);
  2311. }
  2312. /**
  2313. * Gets the private 'web_profiler.csp.handler' shared service.
  2314. *
  2315. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2316. */
  2317. protected function getWebProfiler_Csp_HandlerService()
  2318. {
  2319. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2320. }
  2321. /**
  2322. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2323. *
  2324. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2325. */
  2326. protected function getWebProfiler_DebugToolbarService()
  2327. {
  2328. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2329. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2330. return $this->privates['web_profiler.debug_toolbar'];
  2331. }
  2332. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2333. }
  2334. /**
  2335. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2336. *
  2337. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2338. */
  2339. protected function getWebpackEncore_EntrypointLookupCollectionService()
  2340. {
  2341. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2342. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  2343. ], [
  2344. '_default' => '?',
  2345. ]), '_default');
  2346. }
  2347. /**
  2348. * Gets the public 'cache_clearer' alias.
  2349. *
  2350. * @return object The ".container.private.cache_clearer" service.
  2351. */
  2352. protected function getCacheClearerService()
  2353. {
  2354. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2355. return $this->get('.container.private.cache_clearer');
  2356. }
  2357. /**
  2358. * Gets the public 'filesystem' alias.
  2359. *
  2360. * @return object The ".container.private.filesystem" service.
  2361. */
  2362. protected function getFilesystemService()
  2363. {
  2364. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2365. return $this->get('.container.private.filesystem');
  2366. }
  2367. /**
  2368. * Gets the public 'serializer' alias.
  2369. *
  2370. * @return object The ".container.private.serializer" service.
  2371. */
  2372. protected function getSerializerService()
  2373. {
  2374. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2375. return $this->get('.container.private.serializer');
  2376. }
  2377. /**
  2378. * Gets the public 'security.csrf.token_manager' alias.
  2379. *
  2380. * @return object The ".container.private.security.csrf.token_manager" service.
  2381. */
  2382. protected function getSecurity_Csrf_TokenManagerService()
  2383. {
  2384. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2385. return $this->get('.container.private.security.csrf.token_manager');
  2386. }
  2387. /**
  2388. * Gets the public 'form.factory' alias.
  2389. *
  2390. * @return object The ".container.private.form.factory" service.
  2391. */
  2392. protected function getForm_FactoryService()
  2393. {
  2394. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2395. return $this->get('.container.private.form.factory');
  2396. }
  2397. /**
  2398. * Gets the public 'form.type.file' alias.
  2399. *
  2400. * @return object The ".container.private.form.type.file" service.
  2401. */
  2402. protected function getForm_Type_FileService()
  2403. {
  2404. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2405. return $this->get('.container.private.form.type.file');
  2406. }
  2407. /**
  2408. * Gets the public 'profiler' alias.
  2409. *
  2410. * @return object The ".container.private.profiler" service.
  2411. */
  2412. protected function getProfilerService()
  2413. {
  2414. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2415. return $this->get('.container.private.profiler');
  2416. }
  2417. /**
  2418. * Gets the public 'twig' alias.
  2419. *
  2420. * @return object The ".container.private.twig" service.
  2421. */
  2422. protected function getTwigService()
  2423. {
  2424. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2425. return $this->get('.container.private.twig');
  2426. }
  2427. /**
  2428. * Gets the public 'security.authorization_checker' alias.
  2429. *
  2430. * @return object The ".container.private.security.authorization_checker" service.
  2431. */
  2432. protected function getSecurity_AuthorizationCheckerService()
  2433. {
  2434. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2435. return $this->get('.container.private.security.authorization_checker');
  2436. }
  2437. /**
  2438. * Gets the public 'security.token_storage' alias.
  2439. *
  2440. * @return object The ".container.private.security.token_storage" service.
  2441. */
  2442. protected function getSecurity_TokenStorageService()
  2443. {
  2444. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2445. return $this->get('.container.private.security.token_storage');
  2446. }
  2447. /**
  2448. * Gets the public 'security.password_encoder' alias.
  2449. *
  2450. * @return object The ".container.private.security.password_encoder" service.
  2451. */
  2452. protected function getSecurity_PasswordEncoderService()
  2453. {
  2454. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2455. return $this->get('.container.private.security.password_encoder');
  2456. }
  2457. /**
  2458. * Gets the public 'session' alias.
  2459. *
  2460. * @return object The ".container.private.session" service.
  2461. */
  2462. protected function getSessionService()
  2463. {
  2464. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2465. return $this->get('.container.private.session');
  2466. }
  2467. /**
  2468. * Gets the public 'validator' alias.
  2469. *
  2470. * @return object The ".container.private.validator" service.
  2471. */
  2472. protected function getValidatorService()
  2473. {
  2474. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2475. return $this->get('.container.private.validator');
  2476. }
  2477. /**
  2478. * @return array|bool|float|int|string|\UnitEnum|null
  2479. */
  2480. public function getParameter(string $name)
  2481. {
  2482. if (isset($this->buildParameters[$name])) {
  2483. return $this->buildParameters[$name];
  2484. }
  2485. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2486. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2487. }
  2488. if (isset($this->loadedDynamicParameters[$name])) {
  2489. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2490. }
  2491. return $this->parameters[$name];
  2492. }
  2493. public function hasParameter(string $name): bool
  2494. {
  2495. if (isset($this->buildParameters[$name])) {
  2496. return true;
  2497. }
  2498. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2499. }
  2500. public function setParameter(string $name, $value): void
  2501. {
  2502. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2503. }
  2504. public function getParameterBag(): ParameterBagInterface
  2505. {
  2506. if (null === $this->parameterBag) {
  2507. $parameters = $this->parameters;
  2508. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2509. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2510. }
  2511. foreach ($this->buildParameters as $name => $value) {
  2512. $parameters[$name] = $value;
  2513. }
  2514. $this->parameterBag = new FrozenParameterBag($parameters);
  2515. }
  2516. return $this->parameterBag;
  2517. }
  2518. private $loadedDynamicParameters = [
  2519. 'kernel.runtime_environment' => false,
  2520. 'kernel.build_dir' => false,
  2521. 'kernel.cache_dir' => false,
  2522. 'kernel.secret' => false,
  2523. 'debug.container.dump' => false,
  2524. 'serializer.mapping.cache.file' => false,
  2525. 'validator.mapping.cache.file' => false,
  2526. 'profiler.storage.dsn' => false,
  2527. 'doctrine.orm.proxy_dir' => false,
  2528. 'qipsius_tcpdf.tcpdf' => false,
  2529. 'nelmio_cors.defaults' => false,
  2530. 'lexik_jwt_authentication.pass_phrase' => false,
  2531. 'knp_snappy.pdf.binary' => false,
  2532. 'knp_snappy.image.binary' => false,
  2533. ];
  2534. private $dynamicParameters = [];
  2535. private function getDynamicParameter(string $name)
  2536. {
  2537. switch ($name) {
  2538. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2539. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2540. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2541. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2542. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2543. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2544. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2545. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2546. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2547. case 'qipsius_tcpdf.tcpdf': $value = [
  2548. 'k_path_url' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/'),
  2549. 'k_path_main' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/'),
  2550. 'k_path_fonts' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/fonts/'),
  2551. 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  2552. 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  2553. 'k_path_images' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  2554. 'k_blank_image' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  2555. 'k_cell_height_ratio' => 1.25,
  2556. 'k_title_magnification' => 1.3,
  2557. 'k_small_ratio' => 0.6666666666666666,
  2558. 'k_thai_topchars' => true,
  2559. 'k_tcpdf_calls_in_html' => false,
  2560. 'k_tcpdf_external_config' => true,
  2561. 'k_tcpdf_throw_exception_error' => true,
  2562. 'head_magnification' => 1.1,
  2563. 'pdf_page_format' => 'A4',
  2564. 'pdf_page_orientation' => 'P',
  2565. 'pdf_creator' => 'TCPDF',
  2566. 'pdf_author' => 'TCPDF',
  2567. 'pdf_header_title' => '',
  2568. 'pdf_header_string' => '',
  2569. 'pdf_header_logo' => '',
  2570. 'pdf_header_logo_width' => '',
  2571. 'pdf_unit' => 'mm',
  2572. 'pdf_margin_header' => 5,
  2573. 'pdf_margin_footer' => 10,
  2574. 'pdf_margin_top' => 27,
  2575. 'pdf_margin_bottom' => 25,
  2576. 'pdf_margin_left' => 15,
  2577. 'pdf_margin_right' => 15,
  2578. 'pdf_font_name_main' => 'helvetica',
  2579. 'pdf_font_size_main' => 10,
  2580. 'pdf_font_name_data' => 'helvetica',
  2581. 'pdf_font_size_data' => 8,
  2582. 'pdf_font_monospaced' => 'courier',
  2583. 'pdf_image_scale_ratio' => 1.25,
  2584. ]; break;
  2585. case 'nelmio_cors.defaults': $value = [
  2586. 'allow_origin' => [
  2587. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2588. ],
  2589. 'allow_credentials' => false,
  2590. 'allow_headers' => [
  2591. 0 => 'content-type',
  2592. 1 => 'authorization',
  2593. ],
  2594. 'allow_private_network' => false,
  2595. 'expose_headers' => [
  2596. 0 => 'Link',
  2597. ],
  2598. 'allow_methods' => [
  2599. 0 => 'GET',
  2600. 1 => 'OPTIONS',
  2601. 2 => 'POST',
  2602. 3 => 'PUT',
  2603. 4 => 'PATCH',
  2604. 5 => 'DELETE',
  2605. ],
  2606. 'max_age' => 3600,
  2607. 'hosts' => [
  2608. ],
  2609. 'origin_regex' => true,
  2610. 'forced_allow_origin_value' => NULL,
  2611. 'skip_same_as_origin' => true,
  2612. ]; break;
  2613. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  2614. case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
  2615. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  2616. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2617. }
  2618. $this->loadedDynamicParameters[$name] = true;
  2619. return $this->dynamicParameters[$name] = $value;
  2620. }
  2621. protected function getDefaultParameters(): array
  2622. {
  2623. return [
  2624. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2625. 'kernel.environment' => 'dev',
  2626. 'kernel.debug' => true,
  2627. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2628. 'kernel.bundles' => [
  2629. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2630. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2631. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2632. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2633. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2634. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2635. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2636. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2637. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2638. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2639. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2640. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2641. 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  2642. 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2643. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2644. 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2645. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2646. 'RMSPushNotificationsBundle' => 'RMS\\PushNotificationsBundle\\RMSPushNotificationsBundle',
  2647. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2648. 'TinymceBundle' => 'Eckinox\\TinymceBundle\\TinymceBundle',
  2649. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2650. ],
  2651. 'kernel.bundles_metadata' => [
  2652. 'FrameworkBundle' => [
  2653. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2654. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2655. ],
  2656. 'DoctrineBundle' => [
  2657. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2658. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2659. ],
  2660. 'DoctrineMigrationsBundle' => [
  2661. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2662. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2663. ],
  2664. 'DebugBundle' => [
  2665. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2666. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2667. ],
  2668. 'TwigBundle' => [
  2669. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2670. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2671. ],
  2672. 'WebProfilerBundle' => [
  2673. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2674. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2675. ],
  2676. 'WebpackEncoreBundle' => [
  2677. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2678. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2679. ],
  2680. 'TwigExtraBundle' => [
  2681. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2682. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2683. ],
  2684. 'SecurityBundle' => [
  2685. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2686. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2687. ],
  2688. 'MonologBundle' => [
  2689. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2690. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2691. ],
  2692. 'MakerBundle' => [
  2693. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2694. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2695. ],
  2696. 'SensioFrameworkExtraBundle' => [
  2697. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2698. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2699. ],
  2700. 'QipsiusTCPDFBundle' => [
  2701. 'path' => (\dirname(__DIR__, 4).'/vendor/qipsius/tcpdf-bundle'),
  2702. 'namespace' => 'Qipsius\\TCPDFBundle',
  2703. ],
  2704. 'FOSRestBundle' => [
  2705. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
  2706. 'namespace' => 'FOS\\RestBundle',
  2707. ],
  2708. 'NelmioCorsBundle' => [
  2709. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  2710. 'namespace' => 'Nelmio\\CorsBundle',
  2711. ],
  2712. 'JMSSerializerBundle' => [
  2713. 'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
  2714. 'namespace' => 'JMS\\SerializerBundle',
  2715. ],
  2716. 'LexikJWTAuthenticationBundle' => [
  2717. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  2718. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2719. ],
  2720. 'RMSPushNotificationsBundle' => [
  2721. 'path' => (\dirname(__DIR__, 4).'/vendor/richsage/rms-push-notifications-bundle/RMS/PushNotificationsBundle'),
  2722. 'namespace' => 'RMS\\PushNotificationsBundle',
  2723. ],
  2724. 'KnpSnappyBundle' => [
  2725. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2726. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2727. ],
  2728. 'TinymceBundle' => [
  2729. 'path' => (\dirname(__DIR__, 4).'/vendor/eckinox/tinymce-bundle'),
  2730. 'namespace' => 'Eckinox\\TinymceBundle',
  2731. ],
  2732. 'KnpPaginatorBundle' => [
  2733. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  2734. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2735. ],
  2736. ],
  2737. 'kernel.charset' => 'UTF-8',
  2738. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2739. 'documents_fc_certificate' => (\dirname(__DIR__, 4).'/src/Resources/fc_contract_certificate.pdf'),
  2740. 'documents_logos_directory' => (\dirname(__DIR__, 4).'/public/assets/media/logos/'),
  2741. 'documents_justificatif_directory' => (\dirname(__DIR__, 4).'/src/Resources/justificatif/'),
  2742. 'documents_acd_directory' => (\dirname(__DIR__, 4).'/src/Resources/acd/'),
  2743. 'documents_electricity_directory' => (\dirname(__DIR__, 4).'/src/Resources/electricity/'),
  2744. 'documents_gas_directory' => (\dirname(__DIR__, 4).'/src/Resources/gas/'),
  2745. 'documents_offers_directory' => (\dirname(__DIR__, 4).'/src/Resources/offers/'),
  2746. 'documents_contracts_directory' => (\dirname(__DIR__, 4).'/src/Resources/contracts/'),
  2747. 'assets_directory' => (\dirname(__DIR__, 4).'/assets/documents/'),
  2748. 'yousign_api_key' => 'a353401c49edf9e22f860e0601d3322a',
  2749. 'event_dispatcher.event_aliases' => [
  2750. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2751. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2752. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2753. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2754. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2755. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2756. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2757. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2758. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2759. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2760. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2761. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2762. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2763. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2764. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2765. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2766. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2767. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2768. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2769. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2770. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2771. ],
  2772. 'fragment.renderer.hinclude.global_template' => NULL,
  2773. 'fragment.path' => '/_fragment',
  2774. 'kernel.http_method_override' => false,
  2775. 'kernel.trusted_hosts' => [
  2776. ],
  2777. 'kernel.default_locale' => 'fr',
  2778. 'kernel.enabled_locales' => [
  2779. ],
  2780. 'kernel.error_controller' => 'error_controller',
  2781. 'debug.file_link_format' => NULL,
  2782. 'asset.request_context.base_path' => NULL,
  2783. 'asset.request_context.secure' => NULL,
  2784. 'translator.logging' => false,
  2785. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2786. 'debug.error_handler.throw_at' => -1,
  2787. 'router.request_context.host' => 'localhost',
  2788. 'router.request_context.scheme' => 'http',
  2789. 'router.request_context.base_url' => '',
  2790. 'router.resource' => 'kernel::loadRoutes',
  2791. 'request_listener.http_port' => 80,
  2792. 'request_listener.https_port' => 443,
  2793. 'session.metadata.storage_key' => '_sf2_meta',
  2794. 'session.storage.options' => [
  2795. 'cache_limiter' => '0',
  2796. 'cookie_secure' => 'auto',
  2797. 'cookie_httponly' => true,
  2798. 'cookie_samesite' => 'lax',
  2799. 'gc_probability' => 1,
  2800. ],
  2801. 'session.save_path' => NULL,
  2802. 'session.metadata.update_threshold' => 0,
  2803. 'form.type_extension.csrf.enabled' => true,
  2804. 'form.type_extension.csrf.field_name' => '_token',
  2805. 'validator.translation_domain' => 'validators',
  2806. 'profiler_listener.only_exceptions' => false,
  2807. 'profiler_listener.only_main_requests' => false,
  2808. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2809. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2810. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2811. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2812. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2813. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2814. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2815. 'doctrine.entity_managers' => [
  2816. 'default' => 'doctrine.orm.default_entity_manager',
  2817. ],
  2818. 'doctrine.default_entity_manager' => 'default',
  2819. 'doctrine.dbal.connection_factory.types' => [
  2820. ],
  2821. 'doctrine.connections' => [
  2822. 'default' => 'doctrine.dbal.default_connection',
  2823. ],
  2824. 'doctrine.default_connection' => 'default',
  2825. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2826. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2827. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2828. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2829. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2830. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2831. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2832. 'doctrine.orm.cache.memcache_port' => 11211,
  2833. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2834. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2835. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2836. 'doctrine.orm.cache.memcached_port' => 11211,
  2837. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2838. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2839. 'doctrine.orm.cache.redis_host' => 'localhost',
  2840. 'doctrine.orm.cache.redis_port' => 6379,
  2841. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2842. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2843. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2844. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2845. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2846. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2847. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2848. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2849. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2850. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2851. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2852. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2853. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2854. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2855. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2856. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2857. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2858. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2859. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2860. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2861. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2862. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2863. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2864. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2865. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2866. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2867. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2868. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2869. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2870. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2871. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2872. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2873. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2874. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2875. 'doctrine.migrations.preferred_em' => NULL,
  2876. 'doctrine.migrations.preferred_connection' => NULL,
  2877. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2878. 'twig.form.resources' => [
  2879. 0 => 'form_div_layout.html.twig',
  2880. 1 => '@Tinymce/form/tinymce_type.html.twig',
  2881. 2 => 'form/custom_types.html.twig',
  2882. ],
  2883. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2884. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2885. 'web_profiler.debug_toolbar.mode' => 2,
  2886. 'security.role_hierarchy.roles' => [
  2887. 'ROLE_ADMIN' => [
  2888. 0 => 'ROLE_MANAGER',
  2889. ],
  2890. ],
  2891. 'security.access.denied_url' => NULL,
  2892. 'security.authentication.manager.erase_credentials' => true,
  2893. 'security.authentication.session_strategy.strategy' => 'migrate',
  2894. 'security.access.always_authenticate_before_granting' => false,
  2895. 'security.authentication.hide_user_not_found' => true,
  2896. 'security.firewalls' => [
  2897. 0 => 'dev',
  2898. 1 => 'api',
  2899. 2 => 'anonymousapi',
  2900. 3 => 'main',
  2901. ],
  2902. 'security.api._indexed_authenticators' => [
  2903. ],
  2904. 'security.anonymousapi._indexed_authenticators' => [
  2905. ],
  2906. 'security.main._indexed_authenticators' => [
  2907. ],
  2908. 'monolog.use_microseconds' => true,
  2909. 'monolog.swift_mailer.handlers' => [
  2910. ],
  2911. 'monolog.handlers_to_channels' => [
  2912. 'monolog.handler.console' => [
  2913. 'type' => 'exclusive',
  2914. 'elements' => [
  2915. 0 => 'event',
  2916. 1 => 'doctrine',
  2917. 2 => 'console',
  2918. ],
  2919. ],
  2920. 'monolog.handler.main' => [
  2921. 'type' => 'exclusive',
  2922. 'elements' => [
  2923. 0 => 'event',
  2924. ],
  2925. ],
  2926. ],
  2927. 'qipsius_tcpdf.file' => (\dirname(__DIR__, 4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  2928. 'qipsius_tcpdf.class' => 'TCPDF',
  2929. 'fos_rest.format_listener.rules' => NULL,
  2930. 'nelmio_cors.map' => [
  2931. '^/' => [
  2932. 'allow_origin' => true,
  2933. 'allow_headers' => [
  2934. 0 => 'x-custom-auth',
  2935. 1 => 'content-type',
  2936. 2 => 'authorization',
  2937. ],
  2938. 'allow_methods' => [
  2939. 0 => 'GET',
  2940. 1 => 'OPTIONS',
  2941. 2 => 'POST',
  2942. 3 => 'PUT',
  2943. 4 => 'PATCH',
  2944. 5 => 'DELETE',
  2945. ],
  2946. 'max_age' => 3600,
  2947. ],
  2948. ],
  2949. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  2950. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  2951. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  2952. 'lexik_jwt_authentication.token_ttl' => 5184000,
  2953. 'lexik_jwt_authentication.clock_skew' => 0,
  2954. 'lexik_jwt_authentication.user_identity_field' => 'username',
  2955. 'lexik_jwt_authentication.allow_no_expiration' => false,
  2956. 'lexik_jwt_authentication.user_id_claim' => 'username',
  2957. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  2958. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  2959. 'rms_push_notifications.class' => 'RMS\\PushNotificationsBundle\\Service\\Notifications',
  2960. 'rms_push_notifications.android.class' => 'RMS\\PushNotificationsBundle\\Service\\OS\\AndroidNotification',
  2961. 'rms_push_notifications.ios.class' => 'RMS\\PushNotificationsBundle\\Service\\OS\\AppleNotification',
  2962. 'rms_push_notifications.ios.feedback.class' => 'RMS\\PushNotificationsBundle\\Service\\iOSFeedback',
  2963. 'rms_push_notifications.mac.class' => 'RMS\\PushNotificationsBundle\\Service\\OS\\AppleNotification',
  2964. 'rms_push_notifications.event_listener.class' => 'RMS\\PushNotificationsBundle\\Service\\EventListener',
  2965. 'rms_push_notifications.android.enabled' => true,
  2966. 'rms_push_notifications.ios.enabled' => true,
  2967. 'rms_push_notifications.mac.enabled' => false,
  2968. 'rms_push_notifications.android.c2dm.enabled' => true,
  2969. 'rms_push_notifications.android.timeout' => 5,
  2970. 'rms_push_notifications.android.c2dm.username' => '',
  2971. 'rms_push_notifications.android.c2dm.password' => '',
  2972. 'rms_push_notifications.android.c2dm.source' => '',
  2973. 'rms_push_notifications.android.gcm.api_key' => NULL,
  2974. 'rms_push_notifications.android.gcm.use_multi_curl' => NULL,
  2975. 'rms_push_notifications.android.gcm.dry_run' => NULL,
  2976. 'rms_push_notifications.android.fcm.api_key' => 'AAAAGv2X_Ro:APA91bHbrIfbr7QTrnmIkLJub_-G8D_Z3a26W7HmiHmyeIVsSf6H7k1nH7YKU_nwY0XsH7gTkV3dTjNxloxErQqpE9o_3RWwhhLSzj1I-wCb0yd9Z3AdlaIsw_xddPWt4DoYs5tyr5gP',
  2977. 'rms_push_notifications.android.fcm.use_multi_curl' => false,
  2978. 'rms_push_notifications.android.gcm.enabled' => false,
  2979. 'rms_push_notifications.android.fcm.enabled' => true,
  2980. 'rms_push_notifications.android.c2dm.class' => 'RMS\\PushNotificationsBundle\\Service\\OS\\AndroidNotification',
  2981. 'rms_push_notifications.android.gcm.class' => 'RMS\\PushNotificationsBundle\\Service\\OS\\AndroidGCMNotification',
  2982. 'rms_push_notifications.android.fcm.class' => 'RMS\\PushNotificationsBundle\\Service\\OS\\AndroidFCMNotification',
  2983. 'rms_push_notifications.ios.timeout' => 60,
  2984. 'rms_push_notifications.ios.sandbox' => true,
  2985. 'rms_push_notifications.ios.pem' => (\dirname(__DIR__, 4).'/assets/certificates/pushcert.pem'),
  2986. 'rms_push_notifications.ios.passphrase' => '288y4GWPqaYt',
  2987. 'rms_push_notifications.ios.bundleId' => 'org.reactjs.native.example.FlashEnergie',
  2988. 'rms_push_notifications.ios.json_unescaped_unicode' => false,
  2989. 'knp_snappy.pdf.options' => [
  2990. 'debug-javascript' => true,
  2991. 'enable-javascript' => true,
  2992. 'javascript-delay' => 2000,
  2993. 'no-stop-slow-scripts' => true,
  2994. 'load-error-handling' => 'ignore',
  2995. 'load-media-error-handling' => 'ignore',
  2996. ],
  2997. 'knp_snappy.pdf.env' => [
  2998. ],
  2999. 'knp_snappy.image.options' => [
  3000. ],
  3001. 'knp_snappy.image.env' => [
  3002. ],
  3003. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  3004. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3005. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3006. 'knp_paginator.page_range' => 5,
  3007. 'knp_paginator.page_limit' => NULL,
  3008. 'data_collector.templates' => [
  3009. 'data_collector.request' => [
  3010. 0 => 'request',
  3011. 1 => '@WebProfiler/Collector/request.html.twig',
  3012. ],
  3013. 'data_collector.time' => [
  3014. 0 => 'time',
  3015. 1 => '@WebProfiler/Collector/time.html.twig',
  3016. ],
  3017. 'data_collector.memory' => [
  3018. 0 => 'memory',
  3019. 1 => '@WebProfiler/Collector/memory.html.twig',
  3020. ],
  3021. 'data_collector.validator' => [
  3022. 0 => 'validator',
  3023. 1 => '@WebProfiler/Collector/validator.html.twig',
  3024. ],
  3025. 'data_collector.ajax' => [
  3026. 0 => 'ajax',
  3027. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3028. ],
  3029. 'data_collector.form' => [
  3030. 0 => 'form',
  3031. 1 => '@WebProfiler/Collector/form.html.twig',
  3032. ],
  3033. 'data_collector.exception' => [
  3034. 0 => 'exception',
  3035. 1 => '@WebProfiler/Collector/exception.html.twig',
  3036. ],
  3037. 'data_collector.logger' => [
  3038. 0 => 'logger',
  3039. 1 => '@WebProfiler/Collector/logger.html.twig',
  3040. ],
  3041. 'data_collector.events' => [
  3042. 0 => 'events',
  3043. 1 => '@WebProfiler/Collector/events.html.twig',
  3044. ],
  3045. 'data_collector.router' => [
  3046. 0 => 'router',
  3047. 1 => '@WebProfiler/Collector/router.html.twig',
  3048. ],
  3049. 'data_collector.cache' => [
  3050. 0 => 'cache',
  3051. 1 => '@WebProfiler/Collector/cache.html.twig',
  3052. ],
  3053. 'data_collector.translation' => [
  3054. 0 => 'translation',
  3055. 1 => '@WebProfiler/Collector/translation.html.twig',
  3056. ],
  3057. 'data_collector.security' => [
  3058. 0 => 'security',
  3059. 1 => '@Security/Collector/security.html.twig',
  3060. ],
  3061. 'data_collector.twig' => [
  3062. 0 => 'twig',
  3063. 1 => '@WebProfiler/Collector/twig.html.twig',
  3064. ],
  3065. 'data_collector.http_client' => [
  3066. 0 => 'http_client',
  3067. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3068. ],
  3069. 'data_collector.doctrine' => [
  3070. 0 => 'db',
  3071. 1 => '@Doctrine/Collector/db.html.twig',
  3072. ],
  3073. 'doctrine_migrations.migrations_collector' => [
  3074. 0 => 'doctrine_migrations',
  3075. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  3076. ],
  3077. 'data_collector.dump' => [
  3078. 0 => 'dump',
  3079. 1 => '@Debug/Profiler/dump.html.twig',
  3080. ],
  3081. 'data_collector.messenger' => [
  3082. 0 => 'messenger',
  3083. 1 => '@WebProfiler/Collector/messenger.html.twig',
  3084. ],
  3085. 'mailer.data_collector' => [
  3086. 0 => 'mailer',
  3087. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3088. ],
  3089. 'notifier.data_collector' => [
  3090. 0 => 'notifier',
  3091. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3092. ],
  3093. 'data_collector.jms_serializer' => [
  3094. 0 => 'jms_serializer',
  3095. 1 => '@JMSSerializer/Collector/panel.html.twig',
  3096. ],
  3097. 'data_collector.config' => [
  3098. 0 => 'config',
  3099. 1 => '@WebProfiler/Collector/config.html.twig',
  3100. ],
  3101. ],
  3102. 'console.command.ids' => [
  3103. 0 => 'console.command.public_alias.App\\Command\\SendACDReminderCommand',
  3104. 1 => 'console.command.public_alias.App\\Command\\SendNotificationCommand',
  3105. ],
  3106. ];
  3107. }
  3108. protected function throw($message)
  3109. {
  3110. throw new RuntimeException($message);
  3111. }
  3112. }