var/cache/dev/ContainerGAqxGmk/App_KernelDevDebugContainer.php line 776

Open in your IDE?
  1. <?php
  2. namespace ContainerGAqxGmk;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37. '.container.private.twig' => 'get_Container_Private_TwigService',
  38. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39. 'cache.app' => 'getCache_AppService',
  40. 'cache.system' => 'getCache_SystemService',
  41. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42. 'data_collector.dump' => 'getDataCollector_DumpService',
  43. 'doctrine' => 'getDoctrineService',
  44. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46. 'event_dispatcher' => 'getEventDispatcherService',
  47. 'http_kernel' => 'getHttpKernelService',
  48. 'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  49. 'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  50. 'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  51. 'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  52. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  53. 'request_stack' => 'getRequestStackService',
  54. 'router' => 'getRouterService',
  55. 'translator' => 'getTranslatorService',
  56. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57. 'cache_clearer' => 'getCacheClearerService',
  58. 'filesystem' => 'getFilesystemService',
  59. 'serializer' => 'getSerializerService',
  60. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61. 'form.factory' => 'getForm_FactoryService',
  62. 'form.type.file' => 'getForm_Type_FileService',
  63. 'profiler' => 'getProfilerService',
  64. 'twig' => 'getTwigService',
  65. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66. 'security.token_storage' => 'getSecurity_TokenStorageService',
  67. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68. 'session' => 'getSessionService',
  69. 'validator' => 'getValidatorService',
  70. ];
  71. $this->fileMap = [
  72. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73. '.container.private.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\\Backoffice\\DashboardController' => 'getDashboardControllerService',
  80. 'App\\Controller\\Backoffice\\PricingController' => 'getPricingControllerService',
  81. 'App\\Controller\\Backoffice\\PromotionsController' => 'getPromotionsControllerService',
  82. 'App\\Controller\\Backoffice\\ReservationsController' => 'getReservationsControllerService',
  83. 'App\\Controller\\Backoffice\\SeasonsController' => 'getSeasonsControllerService',
  84. 'App\\Controller\\Backoffice\\Tools\\MailsController' => 'getMailsControllerService',
  85. 'App\\Controller\\Backoffice\\Tools\\ParametersController' => 'getParametersControllerService',
  86. 'App\\Controller\\Backoffice\\UsersController' => 'getUsersControllerService',
  87. 'App\\Controller\\Blog\\HomepageController' => 'getHomepageControllerService',
  88. 'App\\Controller\\Customer\\HomepageController' => 'getHomepageController2Service',
  89. 'App\\Controller\\Login\\FacebookController' => 'getFacebookControllerService',
  90. 'App\\Controller\\Login\\LinkedinController' => 'getLinkedinControllerService',
  91. 'App\\Controller\\Login\\PasswordController' => 'getPasswordControllerService',
  92. 'App\\Controller\\Login\\SecurityController' => 'getSecurityControllerService',
  93. 'App\\Controller\\Login\\VerificationController' => 'getVerificationControllerService',
  94. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  95. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
  96. 'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterControllerService',
  97. 'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  98. 'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  99. 'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  100. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  101. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  102. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  103. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  104. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  105. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  106. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  107. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  108. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  109. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  110. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  111. 'cache.app_clearer' => 'getCache_AppClearerService',
  112. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  113. 'cache.system_clearer' => 'getCache_SystemClearerService',
  114. 'cache_warmer' => 'getCacheWarmerService',
  115. 'console.command.public_alias.App\\Command\\ArticlesCommand' => 'getArticlesCommandService',
  116. 'console.command.public_alias.App\\Command\\Mailing\\StacksCommand' => 'getStacksCommandService',
  117. 'console.command_loader' => 'getConsole_CommandLoaderService',
  118. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  119. 'error_controller' => 'getErrorControllerService',
  120. 'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  121. 'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  122. 'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  123. 'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  124. 'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  125. 'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  126. 'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  127. 'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  128. 'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  129. 'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService',
  130. 'knp_paginator' => 'getKnpPaginatorService',
  131. 'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  132. 'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  133. 'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  134. 'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  135. 'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  136. 'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  137. 'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  138. 'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  139. 'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  140. 'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  141. 'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  142. 'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  143. 'phpoffice.spreadsheet' => 'getPhpoffice_SpreadsheetService',
  144. 'routing.loader' => 'getRouting_LoaderService',
  145. 'services_resetter' => 'getServicesResetterService',
  146. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  147. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  148. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  149. 'vich_uploader.namer_uniqid.agencies_files' => 'getVichUploader_NamerUniqid_AgenciesFilesService',
  150. 'vich_uploader.namer_uniqid.articles_files' => 'getVichUploader_NamerUniqid_ArticlesFilesService',
  151. 'vich_uploader.namer_uniqid.authors_files' => 'getVichUploader_NamerUniqid_AuthorsFilesService',
  152. 'vich_uploader.namer_uniqid.avatars_files' => 'getVichUploader_NamerUniqid_AvatarsFilesService',
  153. 'vich_uploader.namer_uniqid.candidates_files' => 'getVichUploader_NamerUniqid_CandidatesFilesService',
  154. 'vich_uploader.namer_uniqid.cvs_files' => 'getVichUploader_NamerUniqid_CvsFilesService',
  155. 'vich_uploader.namer_uniqid.pages_files' => 'getVichUploader_NamerUniqid_PagesFilesService',
  156. 'vich_uploader.namer_uniqid.press_files' => 'getVichUploader_NamerUniqid_PressFilesService',
  157. 'vich_uploader.namer_uniqid.uploads_files' => 'getVichUploader_NamerUniqid_UploadsFilesService',
  158. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  159. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  160. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  161. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  162. ];
  163. $this->aliases = [
  164. 'App\\Kernel' => 'kernel',
  165. 'database_connection' => 'doctrine.dbal.default_connection',
  166. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  167. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  168. 'oauth2.registry' => 'knpu.oauth2.registry',
  169. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  170. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  171. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  172. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  173. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  174. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  175. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  176. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  177. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  178. ];
  179. $this->privates['service_container'] = function () {
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  186. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  187. include_once \dirname(__DIR__, 4).'/src/EventListener/MinifyHTMLListener.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  511. include_once \dirname(__DIR__, 4).'/src/Twig/ArticlesExtension.php';
  512. include_once \dirname(__DIR__, 4).'/src/Twig/CoreExtension.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  515. include_once \dirname(__DIR__, 4).'/src/Twig/MenuExtension.php';
  516. include_once \dirname(__DIR__, 4).'/src/Twig/PagesExtension.php';
  517. include_once \dirname(__DIR__, 4).'/src/Twig/ToolsExtension.php';
  518. include_once \dirname(__DIR__, 4).'/src/Twig/TranslationsExtension.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/src/IntlExtension.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/tgalopin/html-sanitizer-bundle/src/Twig/TwigExtension.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.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/AuthorizationChecker.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  543. };
  544. }
  545. public function compile(): void
  546. {
  547. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  548. }
  549. public function isCompiled(): bool
  550. {
  551. return true;
  552. }
  553. public function getRemovedIds(): array
  554. {
  555. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  556. }
  557. protected function load($file, $lazyLoad = true)
  558. {
  559. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  560. return $class::do($this, $lazyLoad);
  561. }
  562. if ('.' === $file[-4]) {
  563. $class = substr($class, 0, -4);
  564. } else {
  565. $file .= '.php';
  566. }
  567. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  568. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  569. }
  570. protected function createProxy($class, \Closure $factory)
  571. {
  572. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  573. return $factory();
  574. }
  575. /**
  576. * Gets the public '.container.private.filesystem' shared service.
  577. *
  578. * @return \Symfony\Component\Filesystem\Filesystem
  579. */
  580. protected function get_Container_Private_FilesystemService()
  581. {
  582. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  583. }
  584. /**
  585. * Gets the public '.container.private.profiler' shared service.
  586. *
  587. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  588. */
  589. protected function get_Container_Private_ProfilerService()
  590. {
  591. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  592. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  593. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  594. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  595. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  596. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  597. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  598. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  599. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  600. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  601. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  602. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  603. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  604. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  605. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  606. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  607. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  608. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  609. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  610. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  611. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  612. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  613. $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  614. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  615. if ($this->has('kernel')) {
  616. $f->setKernel($b);
  617. }
  618. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  619. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  620. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  621. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  622. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  623. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  624. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  625. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  626. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  627. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  628. $instance->add($d);
  629. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  630. $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));
  631. $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())));
  632. $instance->add($e);
  633. $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([])))));
  634. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  635. $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()))));
  636. $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()))));
  637. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  638. $instance->add($f);
  639. return $instance;
  640. }
  641. /**
  642. * Gets the public '.container.private.security.authorization_checker' shared service.
  643. *
  644. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  645. */
  646. protected function get_Container_Private_Security_AuthorizationCheckerService()
  647. {
  648. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  649. if (isset($this->services['.container.private.security.authorization_checker'])) {
  650. return $this->services['.container.private.security.authorization_checker'];
  651. }
  652. 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);
  653. }
  654. /**
  655. * Gets the public '.container.private.security.token_storage' shared service.
  656. *
  657. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  658. */
  659. protected function get_Container_Private_Security_TokenStorageService()
  660. {
  661. 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, [
  662. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  663. ], [
  664. 'request_stack' => '?',
  665. ]));
  666. }
  667. /**
  668. * Gets the public '.container.private.twig' shared service.
  669. *
  670. * @return \Twig\Environment
  671. */
  672. protected function get_Container_Private_TwigService()
  673. {
  674. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  675. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  676. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  677. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  678. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  679. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  680. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  681. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  682. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  683. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  684. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  685. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  686. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  687. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  688. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  689. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  690. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  691. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  692. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  693. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  694. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  695. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  696. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  697. $a->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  698. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  699. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  700. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  701. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  702. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  703. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  704. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  705. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  706. $e = ($this->services['router'] ?? $this->getRouterService());
  707. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  708. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  709. $h = ($this->privates['App\\Services\\Core\\Core'] ?? $this->getCoreService());
  710. $i = ($this->privates['App\\Services\\Core\\Tools'] ?? $this->getToolsService());
  711. $j = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  712. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  713. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  714. ], [
  715. 'security.authorization_checker' => '?',
  716. 'security.token_storage' => '?',
  717. ]));
  718. $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  719. $k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  720. $l = new \Symfony\Bridge\Twig\AppVariable();
  721. $l->setEnvironment('dev');
  722. $l->setDebug(true);
  723. if ($this->has('.container.private.security.token_storage')) {
  724. $l->setTokenStorage($g);
  725. }
  726. if ($this->has('request_stack')) {
  727. $l->setRequestStack($f);
  728. }
  729. $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  730. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  731. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  732. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  733. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  734. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  735. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  736. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  737. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  738. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  739. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  740. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  741. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  742. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  743. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  744. $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())));
  745. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  746. $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)));
  747. $instance->addExtension(new \App\Twig\ArticlesExtension(($this->privates['App\\Services\\Articles\\Articles'] ?? $this->getArticlesService())));
  748. $instance->addExtension(new \App\Twig\CoreExtension($h, $i, ($this->privates['App\\Services\\Core\\Users'] ?? $this->getUsersService()), $j, ($this->privates['App\\Services\\Seo\\Redir'] ?? $this->getRedirService())));
  749. $instance->addExtension(new \App\Twig\MenuExtension(($this->privates['App\\Services\\Menu\\Core'] ?? $this->getCore2Service())));
  750. $instance->addExtension(new \App\Twig\PagesExtension($h, ($this->privates['App\\Services\\Pages\\Templates'] ?? $this->getTemplatesService())));
  751. $instance->addExtension(new \App\Twig\ToolsExtension($i));
  752. $instance->addExtension(new \App\Twig\TranslationsExtension($f, ($this->privates['App\\Services\\Core\\Translations'] ?? $this->getTranslationsService()), $j));
  753. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  754. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  755. $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  756. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  757. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e, $c)));
  758. $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  759. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  760. $instance->addExtension(new \HtmlSanitizer\Bundle\Twig\TwigExtension(($this->privates['html_sanitizer.registry'] ?? $this->getHtmlSanitizer_RegistryService()), 'default'));
  761. $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  762. $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension());
  763. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  764. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', true],
  765. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  766. ], [
  767. 'webpack_encore.entrypoint_lookup_collection' => '?',
  768. 'webpack_encore.tag_renderer' => '?',
  769. ])));
  770. $instance->addGlobal('app', $l);
  771. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  772. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  773. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  774. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  775. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  776. 'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates', 'twig.runtime.markdown', 'getTwig_Runtime_MarkdownService', true],
  777. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates', 'hwi_oauth.twig.extension.oauth.runtime', 'getHwiOauth_Twig_Extension_Oauth_RuntimeService', true],
  778. 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter' => ['privates', 'time.datetime_formatter', 'getTime_DatetimeFormatterService', true],
  779. ], [
  780. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  781. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  782. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  783. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  784. 'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  785. 'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  786. 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter' => '?',
  787. ])));
  788. $instance->addGlobal('website_name', 'Letsgomino');
  789. $instance->registerUndefinedFilterCallback([0 => $m, 1 => 'suggestFilter']);
  790. $instance->registerUndefinedFunctionCallback([0 => $m, 1 => 'suggestFunction']);
  791. $instance->registerUndefinedTokenParserCallback([0 => $m, 1 => 'suggestTag']);
  792. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  793. return $instance;
  794. }
  795. /**
  796. * Gets the public '.container.private.validator' shared service.
  797. *
  798. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  799. */
  800. protected function get_Container_Private_ValidatorService()
  801. {
  802. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  803. if (isset($this->services['.container.private.validator'])) {
  804. return $this->services['.container.private.validator'];
  805. }
  806. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  807. }
  808. /**
  809. * Gets the public 'cache.app' shared service.
  810. *
  811. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  812. */
  813. protected function getCache_AppService()
  814. {
  815. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ZDl5Af0Cgv', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  816. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  817. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  818. }
  819. /**
  820. * Gets the public 'cache.system' shared service.
  821. *
  822. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  823. */
  824. protected function getCache_SystemService()
  825. {
  826. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('grfkShhK8J', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  827. }
  828. /**
  829. * Gets the public 'cache.validator_expression_language' shared service.
  830. *
  831. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  832. */
  833. protected function getCache_ValidatorExpressionLanguageService()
  834. {
  835. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CcKwuLI6OD', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  836. }
  837. /**
  838. * Gets the public 'data_collector.dump' shared service.
  839. *
  840. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  841. */
  842. protected function getDataCollector_DumpService()
  843. {
  844. 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()));
  845. }
  846. /**
  847. * Gets the public 'doctrine' shared service.
  848. *
  849. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  850. */
  851. protected function getDoctrineService()
  852. {
  853. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  854. }
  855. /**
  856. * Gets the public 'doctrine.dbal.default_connection' shared service.
  857. *
  858. * @return \Doctrine\DBAL\Connection
  859. */
  860. protected function getDoctrine_Dbal_DefaultConnectionService()
  861. {
  862. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  863. if (isset($this->services['doctrine.dbal.default_connection'])) {
  864. return $this->services['doctrine.dbal.default_connection'];
  865. }
  866. $b = new \Doctrine\DBAL\Configuration();
  867. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  868. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  869. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  870. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  871. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  872. $d->setConnectionName('default');
  873. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  874. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  875. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  876. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  877. }
  878. /**
  879. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  880. *
  881. * @return \Doctrine\ORM\EntityManager
  882. */
  883. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  884. {
  885. if ($lazyLoad) {
  886. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  887. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  888. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  889. $proxy->setProxyInitializer(null);
  890. return true;
  891. });
  892. });
  893. }
  894. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  902. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  903. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  906. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  907. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  908. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  909. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  910. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  911. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  912. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  914. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  915. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  916. $a = new \Doctrine\ORM\Configuration();
  917. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  918. $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  919. $b->addDriver($c, 'App\\Entity');
  920. $b->addDriver($c, 'Vich\\UploaderBundle\\Entity');
  921. $a->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  922. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  923. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  924. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  925. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  926. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  927. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  928. ], [
  929. 'doctrine.ulid_generator' => '?',
  930. 'doctrine.uuid_generator' => '?',
  931. ])));
  932. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  933. $a->setProxyNamespace('Proxies');
  934. $a->setAutoGenerateProxyClasses(true);
  935. $a->setSchemaIgnoreClasses([]);
  936. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  937. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  938. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  939. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  940. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  941. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  942. $a->setLazyGhostObjectEnabled(false);
  943. $a->setIdentityGenerationPreferences([]);
  944. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  945. 'App\\Repository\\Articles\\ArticlesAuthorsRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesAuthorsRepository', 'getArticlesAuthorsRepositoryService', true],
  946. 'App\\Repository\\Articles\\ArticlesHasCategoriesRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesHasCategoriesRepository', 'getArticlesHasCategoriesRepositoryService', true],
  947. 'App\\Repository\\Articles\\ArticlesHasLanguagesRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesHasLanguagesRepository', 'getArticlesHasLanguagesRepositoryService', true],
  948. 'App\\Repository\\Articles\\ArticlesRepository' => ['privates', 'App\\Repository\\Articles\\ArticlesRepository', 'getArticlesRepositoryService', true],
  949. 'App\\Repository\\Core\\MailsRepository' => ['privates', 'App\\Repository\\Core\\MailsRepository', 'getMailsRepositoryService', true],
  950. 'App\\Repository\\Core\\PagesRepository' => ['privates', 'App\\Repository\\Core\\PagesRepository', 'getPagesRepositoryService', true],
  951. 'App\\Repository\\Core\\PricingRepository' => ['privates', 'App\\Repository\\Core\\PricingRepository', 'getPricingRepositoryService', true],
  952. 'App\\Repository\\Core\\PromotionRepository' => ['privates', 'App\\Repository\\Core\\PromotionRepository', 'getPromotionRepositoryService', true],
  953. 'App\\Repository\\Core\\ReservationsRepository' => ['privates', 'App\\Repository\\Core\\ReservationsRepository', 'getReservationsRepositoryService', true],
  954. 'App\\Repository\\Core\\SeasonRepository' => ['privates', 'App\\Repository\\Core\\SeasonRepository', 'getSeasonRepositoryService', true],
  955. 'App\\Repository\\Core\\ToolsRepository' => ['privates', 'App\\Repository\\Core\\ToolsRepository', 'getToolsRepositoryService', true],
  956. 'App\\Repository\\Core\\TranslationsRepository' => ['privates', 'App\\Repository\\Core\\TranslationsRepository', 'getTranslationsRepositoryService', true],
  957. 'App\\Repository\\Core\\UploadsRepository' => ['privates', 'App\\Repository\\Core\\UploadsRepository', 'getUploadsRepositoryService', true],
  958. 'App\\Repository\\Core\\UsersRepository' => ['privates', 'App\\Repository\\Core\\UsersRepository', 'getUsersRepositoryService', true],
  959. 'App\\Repository\\Mailing\\ArchivesRepository' => ['privates', 'App\\Repository\\Mailing\\ArchivesRepository', 'getArchivesRepositoryService', true],
  960. 'App\\Repository\\Mailing\\StacksRepository' => ['privates', 'App\\Repository\\Mailing\\StacksRepository', 'getStacksRepositoryService', true],
  961. 'App\\Repository\\Menu\\ItemsRepository' => ['privates', 'App\\Repository\\Menu\\ItemsRepository', 'getItemsRepositoryService', true],
  962. 'App\\Repository\\Menu\\ParentsRepository' => ['privates', 'App\\Repository\\Menu\\ParentsRepository', 'getParentsRepositoryService', true],
  963. 'App\\Repository\\Menu\\WebsiteItemsRepository' => ['privates', 'App\\Repository\\Menu\\WebsiteItemsRepository', 'getWebsiteItemsRepositoryService', true],
  964. 'App\\Repository\\Menu\\WebsiteParentsRepository' => ['privates', 'App\\Repository\\Menu\\WebsiteParentsRepository', 'getWebsiteParentsRepositoryService', true],
  965. 'App\\Repository\\Pages\\PagesBlocksRepository' => ['privates', 'App\\Repository\\Pages\\PagesBlocksRepository', 'getPagesBlocksRepositoryService', true],
  966. 'App\\Repository\\Pages\\PagesHasLanguagesRepository' => ['privates', 'App\\Repository\\Pages\\PagesHasLanguagesRepository', 'getPagesHasLanguagesRepositoryService', true],
  967. 'App\\Repository\\Pages\\PagesRepository' => ['privates', 'App\\Repository\\Pages\\PagesRepository', 'getPagesRepository2Service', true],
  968. 'App\\Repository\\Pages\\SaveTemplatesHasItemsRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesHasItemsRepository', 'getSaveTemplatesHasItemsRepositoryService', true],
  969. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsRepository', 'getSaveTemplatesHasSubItemsRepositoryService', true],
  970. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsValuesRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsValuesRepository', 'getSaveTemplatesHasSubItemsValuesRepositoryService', true],
  971. 'App\\Repository\\Pages\\SaveTemplatesRepository' => ['privates', 'App\\Repository\\Pages\\SaveTemplatesRepository', 'getSaveTemplatesRepositoryService', true],
  972. 'App\\Repository\\Pages\\TemplatesHasItemsRepository' => ['privates', 'App\\Repository\\Pages\\TemplatesHasItemsRepository', 'getTemplatesHasItemsRepositoryService', true],
  973. 'App\\Repository\\Pages\\TemplatesHasSubItemsRepository' => ['privates', 'App\\Repository\\Pages\\TemplatesHasSubItemsRepository', 'getTemplatesHasSubItemsRepositoryService', true],
  974. 'App\\Repository\\Pages\\TemplatesRepository' => ['privates', 'App\\Repository\\Pages\\TemplatesRepository', 'getTemplatesRepositoryService', true],
  975. 'App\\Repository\\Seo\\RedirectionRepository' => ['privates', 'App\\Repository\\Seo\\RedirectionRepository', 'getRedirectionRepositoryService', true],
  976. ], [
  977. 'App\\Repository\\Articles\\ArticlesAuthorsRepository' => '?',
  978. 'App\\Repository\\Articles\\ArticlesHasCategoriesRepository' => '?',
  979. 'App\\Repository\\Articles\\ArticlesHasLanguagesRepository' => '?',
  980. 'App\\Repository\\Articles\\ArticlesRepository' => '?',
  981. 'App\\Repository\\Core\\MailsRepository' => '?',
  982. 'App\\Repository\\Core\\PagesRepository' => '?',
  983. 'App\\Repository\\Core\\PricingRepository' => '?',
  984. 'App\\Repository\\Core\\PromotionRepository' => '?',
  985. 'App\\Repository\\Core\\ReservationsRepository' => '?',
  986. 'App\\Repository\\Core\\SeasonRepository' => '?',
  987. 'App\\Repository\\Core\\ToolsRepository' => '?',
  988. 'App\\Repository\\Core\\TranslationsRepository' => '?',
  989. 'App\\Repository\\Core\\UploadsRepository' => '?',
  990. 'App\\Repository\\Core\\UsersRepository' => '?',
  991. 'App\\Repository\\Mailing\\ArchivesRepository' => '?',
  992. 'App\\Repository\\Mailing\\StacksRepository' => '?',
  993. 'App\\Repository\\Menu\\ItemsRepository' => '?',
  994. 'App\\Repository\\Menu\\ParentsRepository' => '?',
  995. 'App\\Repository\\Menu\\WebsiteItemsRepository' => '?',
  996. 'App\\Repository\\Menu\\WebsiteParentsRepository' => '?',
  997. 'App\\Repository\\Pages\\PagesBlocksRepository' => '?',
  998. 'App\\Repository\\Pages\\PagesHasLanguagesRepository' => '?',
  999. 'App\\Repository\\Pages\\PagesRepository' => '?',
  1000. 'App\\Repository\\Pages\\SaveTemplatesHasItemsRepository' => '?',
  1001. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsRepository' => '?',
  1002. 'App\\Repository\\Pages\\SaveTemplatesHasSubItemsValuesRepository' => '?',
  1003. 'App\\Repository\\Pages\\SaveTemplatesRepository' => '?',
  1004. 'App\\Repository\\Pages\\TemplatesHasItemsRepository' => '?',
  1005. 'App\\Repository\\Pages\\TemplatesHasSubItemsRepository' => '?',
  1006. 'App\\Repository\\Pages\\TemplatesRepository' => '?',
  1007. 'App\\Repository\\Seo\\RedirectionRepository' => '?',
  1008. ])));
  1009. $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()));
  1010. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1011. return $instance;
  1012. }
  1013. /**
  1014. * Gets the public 'event_dispatcher' shared service.
  1015. *
  1016. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1017. */
  1018. protected function getEventDispatcherService()
  1019. {
  1020. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1021. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1022. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1023. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1024. $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())));
  1025. $instance->addListener('kernel.response', [0 => function () {
  1026. return ($this->privates['App\\EventListener\\MinifyHTMLListener'] ?? ($this->privates['App\\EventListener\\MinifyHTMLListener'] = new \App\EventListener\MinifyHTMLListener()));
  1027. }, 1 => 'onKernelResponse'], 0);
  1028. $instance->addListener('kernel.controller', [0 => function () {
  1029. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1030. }, 1 => 'onKernelController'], 0);
  1031. $instance->addListener('console.command', [0 => function () {
  1032. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1033. }, 1 => 'onConsoleCommand'], 0);
  1034. $instance->addListener('kernel.request', [0 => function () {
  1035. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1036. }, 1 => 'onKernelRequest'], 0);
  1037. $instance->addListener('kernel.exception', [0 => function () {
  1038. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1039. }, 1 => 'onKernelException'], 0);
  1040. $instance->addListener('kernel.request', [0 => function () {
  1041. return ($this->privates['App\\Listener\\RedirectionListener'] ?? $this->getRedirectionListenerService());
  1042. }, 1 => 'onKernelRequest'], 9999);
  1043. $instance->addListener('kernel.response', [0 => function () {
  1044. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1045. }, 1 => 'onKernelResponse'], 0);
  1046. $instance->addListener('kernel.response', [0 => function () {
  1047. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1048. }, 1 => 'onKernelResponse'], -1024);
  1049. $instance->addListener('kernel.request', [0 => function () {
  1050. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1051. }, 1 => 'setDefaultLocale'], 100);
  1052. $instance->addListener('kernel.request', [0 => function () {
  1053. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1054. }, 1 => 'onKernelRequest'], 16);
  1055. $instance->addListener('kernel.finish_request', [0 => function () {
  1056. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1057. }, 1 => 'onKernelFinishRequest'], 0);
  1058. $instance->addListener('kernel.request', [0 => function () {
  1059. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1060. }, 1 => 'onKernelRequest'], 256);
  1061. $instance->addListener('kernel.response', [0 => function () {
  1062. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1063. }, 1 => 'onResponse'], -255);
  1064. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1065. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1066. }, 1 => 'onControllerArguments'], 0);
  1067. $instance->addListener('kernel.exception', [0 => function () {
  1068. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1069. }, 1 => 'logKernelException'], 0);
  1070. $instance->addListener('kernel.exception', [0 => function () {
  1071. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1072. }, 1 => 'onKernelException'], -128);
  1073. $instance->addListener('kernel.response', [0 => function () {
  1074. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1075. }, 1 => 'removeCspHeader'], -128);
  1076. $instance->addListener('kernel.request', [0 => function () {
  1077. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1078. }, 1 => 'onKernelRequest'], 15);
  1079. $instance->addListener('kernel.finish_request', [0 => function () {
  1080. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1081. }, 1 => 'onKernelFinishRequest'], -15);
  1082. $instance->addListener('console.error', [0 => function () {
  1083. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1084. }, 1 => 'onConsoleError'], -128);
  1085. $instance->addListener('console.terminate', [0 => function () {
  1086. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1087. }, 1 => 'onConsoleTerminate'], -128);
  1088. $instance->addListener('console.error', [0 => function () {
  1089. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1090. }, 1 => 'onConsoleError'], 0);
  1091. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1092. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1093. }, 1 => 'onMessage'], -255);
  1094. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1095. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1096. }, 1 => 'onMessage'], -255);
  1097. $instance->addListener('kernel.response', [0 => function () {
  1098. return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1099. }, 1 => 'onKernelResponse'], 0);
  1100. $instance->addListener('kernel.request', [0 => function () {
  1101. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1102. }, 1 => 'onKernelRequest'], 48);
  1103. $instance->addListener('kernel.request', [0 => function () {
  1104. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1105. }, 1 => 'configure'], 2048);
  1106. $instance->addListener('console.command', [0 => function () {
  1107. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1108. }, 1 => 'configure'], 2048);
  1109. $instance->addListener('kernel.request', [0 => function () {
  1110. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1111. }, 1 => 'onKernelRequest'], 32);
  1112. $instance->addListener('kernel.finish_request', [0 => function () {
  1113. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1114. }, 1 => 'onKernelFinishRequest'], 0);
  1115. $instance->addListener('kernel.exception', [0 => function () {
  1116. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1117. }, 1 => 'onKernelException'], -64);
  1118. $instance->addListener('kernel.response', [0 => function () {
  1119. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1120. }, 1 => 'onKernelResponse'], 0);
  1121. $instance->addListener('kernel.request', [0 => function () {
  1122. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1123. }, 1 => 'onKernelRequest'], 128);
  1124. $instance->addListener('kernel.response', [0 => function () {
  1125. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1126. }, 1 => 'onKernelResponse'], -1000);
  1127. $instance->addListener('kernel.finish_request', [0 => function () {
  1128. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1129. }, 1 => 'onFinishRequest'], 0);
  1130. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1131. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1132. }, 1 => 'onNotification'], -255);
  1133. $instance->addListener('kernel.response', [0 => function () {
  1134. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1135. }, 1 => 'onKernelResponse'], -100);
  1136. $instance->addListener('kernel.exception', [0 => function () {
  1137. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1138. }, 1 => 'onKernelException'], 0);
  1139. $instance->addListener('kernel.terminate', [0 => function () {
  1140. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1141. }, 1 => 'onKernelTerminate'], -1024);
  1142. $instance->addListener('kernel.controller', [0 => function () {
  1143. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1144. }, 1 => 'onKernelController'], 0);
  1145. $instance->addListener('kernel.response', [0 => function () {
  1146. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1147. }, 1 => 'onKernelResponse'], 0);
  1148. $instance->addListener('kernel.controller', [0 => function () {
  1149. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1150. }, 1 => 'onKernelController'], 0);
  1151. $instance->addListener('kernel.controller', [0 => function () {
  1152. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1153. }, 1 => 'onKernelController'], 0);
  1154. $instance->addListener('kernel.controller', [0 => function () {
  1155. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1156. }, 1 => 'onKernelController'], -128);
  1157. $instance->addListener('kernel.view', [0 => function () {
  1158. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1159. }, 1 => 'onKernelView'], 0);
  1160. $instance->addListener('kernel.controller', [0 => function () {
  1161. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1162. }, 1 => 'onKernelController'], 0);
  1163. $instance->addListener('kernel.response', [0 => function () {
  1164. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1165. }, 1 => 'onKernelResponse'], 0);
  1166. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1167. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1168. }, 1 => 'onKernelControllerArguments'], 0);
  1169. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1170. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1171. }, 1 => 'onKernelControllerArguments'], 0);
  1172. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1173. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1174. }, 1 => 'onMessage'], 0);
  1175. $instance->addListener('kernel.response', [0 => function () {
  1176. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1177. }, 1 => 'onKernelResponse'], -128);
  1178. $instance->addListener('console.command', [0 => function () {
  1179. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1180. }, 1 => 'onCommand'], 255);
  1181. $instance->addListener('console.terminate', [0 => function () {
  1182. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1183. }, 1 => 'onTerminate'], -255);
  1184. $instance->addListener('console.command', [0 => function () {
  1185. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1186. }, 1 => 'configure'], 1024);
  1187. $instance->addListener('console.error', [0 => function () {
  1188. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1189. }, 1 => 'onConsoleError'], 0);
  1190. $instance->addListener('console.terminate', [0 => function () {
  1191. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1192. }, 1 => 'onConsoleTerminate'], 0);
  1193. $instance->addListener('kernel.response', [0 => function () {
  1194. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1195. }, 1 => 'onKernelResponse'], 0);
  1196. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1197. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1198. }, 1 => 'onVoterVote'], 0);
  1199. $instance->addListener('kernel.request', [0 => function () {
  1200. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1201. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1202. $instance->addListener('kernel.request', [0 => function () {
  1203. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1204. }, 1 => 'onKernelRequest'], 8);
  1205. $instance->addListener('kernel.finish_request', [0 => function () {
  1206. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1207. }, 1 => 'onKernelFinishRequest'], 0);
  1208. $instance->addListener('knp_pager.before', [0 => function () {
  1209. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1210. }, 1 => 'before'], 0);
  1211. $instance->addListener('knp_pager.pagination', [0 => function () {
  1212. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1213. }, 1 => 'pagination'], 0);
  1214. $instance->addListener('knp_pager.before', [0 => function () {
  1215. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1216. }, 1 => 'before'], 1);
  1217. $instance->addListener('knp_pager.before', [0 => function () {
  1218. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1219. }, 1 => 'before'], 1);
  1220. $instance->addListener('knp_pager.pagination', [0 => function () {
  1221. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1222. }, 1 => 'pagination'], 1);
  1223. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1224. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1225. }, 1 => 'onLogout'], 0);
  1226. return $instance;
  1227. }
  1228. /**
  1229. * Gets the public 'http_kernel' shared service.
  1230. *
  1231. * @return \Symfony\Component\HttpKernel\HttpKernel
  1232. */
  1233. protected function getHttpKernelService()
  1234. {
  1235. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1236. if (isset($this->services['http_kernel'])) {
  1237. return $this->services['http_kernel'];
  1238. }
  1239. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1240. 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 () {
  1241. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1242. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1243. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1244. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1245. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1246. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1247. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1248. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1249. }, 8)), $b));
  1250. }
  1251. /**
  1252. * Gets the public 'liip_imagine.cache.manager' shared service.
  1253. *
  1254. * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1255. */
  1256. protected function getLiipImagine_Cache_ManagerService()
  1257. {
  1258. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1259. if (isset($this->services['liip_imagine.cache.manager'])) {
  1260. return $this->services['liip_imagine.cache.manager'];
  1261. }
  1262. $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a, 'default', false);
  1263. $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1264. $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1265. return $instance;
  1266. }
  1267. /**
  1268. * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1269. *
  1270. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1271. */
  1272. protected function getLiipImagine_Cache_Resolver_DefaultService()
  1273. {
  1274. return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), '/media/cache');
  1275. }
  1276. /**
  1277. * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1278. *
  1279. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1280. */
  1281. protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1282. {
  1283. return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1284. }
  1285. /**
  1286. * Gets the public 'liip_imagine.cache.signer' shared service.
  1287. *
  1288. * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1289. */
  1290. protected function getLiipImagine_Cache_SignerService()
  1291. {
  1292. return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1293. }
  1294. /**
  1295. * Gets the public 'monolog.logger.deprecation' shared service.
  1296. *
  1297. * @return \Symfony\Bridge\Monolog\Logger
  1298. */
  1299. protected function getMonolog_Logger_DeprecationService()
  1300. {
  1301. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1302. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1303. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1304. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1305. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1306. return $instance;
  1307. }
  1308. /**
  1309. * Gets the public 'request_stack' shared service.
  1310. *
  1311. * @return \Symfony\Component\HttpFoundation\RequestStack
  1312. */
  1313. protected function getRequestStackService()
  1314. {
  1315. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1316. }
  1317. /**
  1318. * Gets the public 'router' shared service.
  1319. *
  1320. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1321. */
  1322. protected function getRouterService()
  1323. {
  1324. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1325. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1326. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1327. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1328. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1329. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1330. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1331. ], [
  1332. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1333. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'en');
  1334. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1335. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1336. return $instance;
  1337. }
  1338. /**
  1339. * Gets the public 'translator' shared service.
  1340. *
  1341. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1342. */
  1343. protected function getTranslatorService()
  1344. {
  1345. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1346. }
  1347. /**
  1348. * Gets the public 'var_dumper.cloner' shared service.
  1349. *
  1350. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1351. */
  1352. protected function getVarDumper_ClonerService()
  1353. {
  1354. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1355. $instance->setMaxItems(2500);
  1356. $instance->setMinDepth(1);
  1357. $instance->setMaxString(-1);
  1358. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1359. return $instance;
  1360. }
  1361. /**
  1362. * Gets the private '.debug.http_client' shared service.
  1363. *
  1364. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1365. */
  1366. protected function get_Debug_HttpClientService()
  1367. {
  1368. $a = \Symfony\Component\HttpClient\HttpClient::create(['timeout' => 30, 'max_redirects' => 3, 'headers' => ['User-Agent' => 'Mozilla/5.0 (compatible; MyApp/1.0)'], 'resolve' => []], 6);
  1369. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1370. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1371. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1372. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1373. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1374. $a->setLogger($b);
  1375. 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))));
  1376. }
  1377. /**
  1378. * Gets the private '.debug.hwi_oauth.http_client' shared service.
  1379. *
  1380. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1381. */
  1382. protected function get_Debug_HwiOauth_HttpClientService()
  1383. {
  1384. return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1385. }
  1386. /**
  1387. * Gets the private '.service_locator.zJyh7qS' shared service.
  1388. *
  1389. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1390. */
  1391. protected function get_ServiceLocator_ZJyh7qSService()
  1392. {
  1393. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1394. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1395. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1396. ], [
  1397. 'security.firewall.map.context.dev' => '?',
  1398. 'security.firewall.map.context.main' => '?',
  1399. ]);
  1400. }
  1401. /**
  1402. * Gets the private 'App\Listener\RedirectionListener' shared autowired service.
  1403. *
  1404. * @return \App\Listener\RedirectionListener
  1405. */
  1406. protected function getRedirectionListenerService($lazyLoad = true)
  1407. {
  1408. if ($lazyLoad) {
  1409. return $this->privates['App\\Listener\\RedirectionListener'] = $this->createProxy('RedirectionListener_f4f52c4', function () {
  1410. return \RedirectionListener_f4f52c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1411. $wrappedInstance = $this->getRedirectionListenerService(false);
  1412. $proxy->setProxyInitializer(null);
  1413. return true;
  1414. });
  1415. });
  1416. }
  1417. include_once \dirname(__DIR__, 4).'/src/Listener/RedirectionListener.php';
  1418. return new \App\Listener\RedirectionListener(($this->privates['App\\Services\\Seo\\Redir'] ?? $this->getRedirService()));
  1419. }
  1420. /**
  1421. * Gets the private 'App\Services\Articles\Articles' shared autowired service.
  1422. *
  1423. * @return \App\Services\Articles\Articles
  1424. */
  1425. protected function getArticlesService($lazyLoad = true)
  1426. {
  1427. if ($lazyLoad) {
  1428. return $this->privates['App\\Services\\Articles\\Articles'] = $this->createProxy('Articles_3be5623', function () {
  1429. return \Articles_3be5623::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1430. $wrappedInstance = $this->getArticlesService(false);
  1431. $proxy->setProxyInitializer(null);
  1432. return true;
  1433. });
  1434. });
  1435. }
  1436. include_once \dirname(__DIR__, 4).'/src/Services/Articles/Articles.php';
  1437. return new \App\Services\Articles\Articles(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1438. }
  1439. /**
  1440. * Gets the private 'App\Services\Core\Core' shared autowired service.
  1441. *
  1442. * @return \App\Services\Core\Core
  1443. */
  1444. protected function getCoreService($lazyLoad = true)
  1445. {
  1446. if ($lazyLoad) {
  1447. return $this->privates['App\\Services\\Core\\Core'] = $this->createProxy('Core_b868033', function () {
  1448. return \Core_b868033::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1449. $wrappedInstance = $this->getCoreService(false);
  1450. $proxy->setProxyInitializer(null);
  1451. return true;
  1452. });
  1453. });
  1454. }
  1455. include_once \dirname(__DIR__, 4).'/src/Services/Core/Core.php';
  1456. return new \App\Services\Core\Core();
  1457. }
  1458. /**
  1459. * Gets the private 'App\Services\Core\Tools' shared autowired service.
  1460. *
  1461. * @return \App\Services\Core\Tools
  1462. */
  1463. protected function getToolsService($lazyLoad = true)
  1464. {
  1465. if ($lazyLoad) {
  1466. return $this->privates['App\\Services\\Core\\Tools'] = $this->createProxy('Tools_d795729', function () {
  1467. return \Tools_d795729::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1468. $wrappedInstance = $this->getToolsService(false);
  1469. $proxy->setProxyInitializer(null);
  1470. return true;
  1471. });
  1472. });
  1473. }
  1474. include_once \dirname(__DIR__, 4).'/src/Services/Core/Tools.php';
  1475. return new \App\Services\Core\Tools(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1476. }
  1477. /**
  1478. * Gets the private 'App\Services\Core\Translations' shared autowired service.
  1479. *
  1480. * @return \App\Services\Core\Translations
  1481. */
  1482. protected function getTranslationsService($lazyLoad = true)
  1483. {
  1484. if ($lazyLoad) {
  1485. return $this->privates['App\\Services\\Core\\Translations'] = $this->createProxy('Translations_29ad517', function () {
  1486. return \Translations_29ad517::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1487. $wrappedInstance = $this->getTranslationsService(false);
  1488. $proxy->setProxyInitializer(null);
  1489. return true;
  1490. });
  1491. });
  1492. }
  1493. include_once \dirname(__DIR__, 4).'/src/Services/Core/Translations.php';
  1494. return new \App\Services\Core\Translations(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1495. }
  1496. /**
  1497. * Gets the private 'App\Services\Core\Users' shared autowired service.
  1498. *
  1499. * @return \App\Services\Core\Users
  1500. */
  1501. protected function getUsersService($lazyLoad = true)
  1502. {
  1503. if ($lazyLoad) {
  1504. return $this->privates['App\\Services\\Core\\Users'] = $this->createProxy('Users_600ef71', function () {
  1505. return \Users_600ef71::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1506. $wrappedInstance = $this->getUsersService(false);
  1507. $proxy->setProxyInitializer(null);
  1508. return true;
  1509. });
  1510. });
  1511. }
  1512. include_once \dirname(__DIR__, 4).'/src/Services/Core/Users.php';
  1513. return new \App\Services\Core\Users(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1514. }
  1515. /**
  1516. * Gets the private 'App\Services\Menu\Core' shared autowired service.
  1517. *
  1518. * @return \App\Services\Menu\Core
  1519. */
  1520. protected function getCore2Service($lazyLoad = true)
  1521. {
  1522. if ($lazyLoad) {
  1523. return $this->privates['App\\Services\\Menu\\Core'] = $this->createProxy('Core_529306a', function () {
  1524. return \Core_529306a::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1525. $wrappedInstance = $this->getCore2Service(false);
  1526. $proxy->setProxyInitializer(null);
  1527. return true;
  1528. });
  1529. });
  1530. }
  1531. include_once \dirname(__DIR__, 4).'/src/Services/Menu/Core.php';
  1532. return new \App\Services\Menu\Core(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1533. }
  1534. /**
  1535. * Gets the private 'App\Services\Pages\Templates' shared autowired service.
  1536. *
  1537. * @return \App\Services\Pages\Templates
  1538. */
  1539. protected function getTemplatesService($lazyLoad = true)
  1540. {
  1541. if ($lazyLoad) {
  1542. return $this->privates['App\\Services\\Pages\\Templates'] = $this->createProxy('Templates_905b3c2', function () {
  1543. return \Templates_905b3c2::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1544. $wrappedInstance = $this->getTemplatesService(false);
  1545. $proxy->setProxyInitializer(null);
  1546. return true;
  1547. });
  1548. });
  1549. }
  1550. include_once \dirname(__DIR__, 4).'/src/Services/Pages/Templates.php';
  1551. return new \App\Services\Pages\Templates(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1552. }
  1553. /**
  1554. * Gets the private 'App\Services\Seo\Redir' shared autowired service.
  1555. *
  1556. * @return \App\Services\Seo\Redir
  1557. */
  1558. protected function getRedirService($lazyLoad = true)
  1559. {
  1560. if ($lazyLoad) {
  1561. return $this->privates['App\\Services\\Seo\\Redir'] = $this->createProxy('Redir_2a24bfe', function () {
  1562. return \Redir_2a24bfe::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1563. $wrappedInstance = $this->getRedirService(false);
  1564. $proxy->setProxyInitializer(null);
  1565. return true;
  1566. });
  1567. });
  1568. }
  1569. include_once \dirname(__DIR__, 4).'/src/Services/Seo/Redir.php';
  1570. return new \App\Services\Seo\Redir(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1571. }
  1572. /**
  1573. * Gets the private 'annotations.cache_adapter' shared service.
  1574. *
  1575. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1576. */
  1577. protected function getAnnotations_CacheAdapterService()
  1578. {
  1579. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1580. }
  1581. /**
  1582. * Gets the private 'annotations.cached_reader' shared service.
  1583. *
  1584. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1585. */
  1586. protected function getAnnotations_CachedReaderService()
  1587. {
  1588. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1589. }
  1590. /**
  1591. * Gets the private 'annotations.reader' shared service.
  1592. *
  1593. * @return \Doctrine\Common\Annotations\AnnotationReader
  1594. */
  1595. protected function getAnnotations_ReaderService()
  1596. {
  1597. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1598. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1599. $a->registerUniqueLoader('class_exists');
  1600. $instance->addGlobalIgnoredName('required', $a);
  1601. return $instance;
  1602. }
  1603. /**
  1604. * Gets the private 'assets.packages' shared service.
  1605. *
  1606. * @return \Symfony\Component\Asset\Packages
  1607. */
  1608. protected function getAssets_PackagesService()
  1609. {
  1610. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1611. 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 () {
  1612. return new \EmptyIterator();
  1613. }, 0));
  1614. }
  1615. /**
  1616. * Gets the private 'cache.annotations' shared service.
  1617. *
  1618. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1619. */
  1620. protected function getCache_AnnotationsService()
  1621. {
  1622. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('49NjNTwLaZ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1623. }
  1624. /**
  1625. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1626. *
  1627. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1628. */
  1629. protected function getCache_Doctrine_Orm_Default_QueryService()
  1630. {
  1631. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1632. }
  1633. /**
  1634. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1635. *
  1636. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1637. */
  1638. protected function getCache_Doctrine_Orm_Default_ResultService()
  1639. {
  1640. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1641. }
  1642. /**
  1643. * Gets the private 'cache.property_info' shared service.
  1644. *
  1645. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1646. */
  1647. protected function getCache_PropertyInfoService()
  1648. {
  1649. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rzwlH-zK0H', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1650. }
  1651. /**
  1652. * Gets the private 'cache.security_expression_language' shared service.
  1653. *
  1654. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1655. */
  1656. protected function getCache_SecurityExpressionLanguageService()
  1657. {
  1658. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gm+VMBBTxn', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1659. }
  1660. /**
  1661. * Gets the private 'cache.serializer' shared service.
  1662. *
  1663. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1664. */
  1665. protected function getCache_SerializerService()
  1666. {
  1667. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xt4ev8N0Dx', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1668. }
  1669. /**
  1670. * Gets the private 'cache.validator' shared service.
  1671. *
  1672. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1673. */
  1674. protected function getCache_ValidatorService()
  1675. {
  1676. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xAtTJbhGlo', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1677. }
  1678. /**
  1679. * Gets the private 'cache.webpack_encore' shared service.
  1680. *
  1681. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1682. */
  1683. protected function getCache_WebpackEncoreService()
  1684. {
  1685. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Yj0bfz23lP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1686. }
  1687. /**
  1688. * Gets the private 'config_cache_factory' shared service.
  1689. *
  1690. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1691. */
  1692. protected function getConfigCacheFactoryService()
  1693. {
  1694. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1695. 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)));
  1696. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1697. }, 2));
  1698. }
  1699. /**
  1700. * Gets the private 'data_collector.form' shared service.
  1701. *
  1702. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1703. */
  1704. protected function getDataCollector_FormService()
  1705. {
  1706. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1707. }
  1708. /**
  1709. * Gets the private 'data_collector.request' shared service.
  1710. *
  1711. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1712. */
  1713. protected function getDataCollector_RequestService()
  1714. {
  1715. 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())));
  1716. }
  1717. /**
  1718. * Gets the private 'debug.debug_handlers_listener' shared service.
  1719. *
  1720. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1721. */
  1722. protected function getDebug_DebugHandlersListenerService()
  1723. {
  1724. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1725. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1726. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1727. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1728. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1729. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1730. }
  1731. /**
  1732. * Gets the private 'debug.file_link_formatter' shared service.
  1733. *
  1734. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1735. */
  1736. protected function getDebug_FileLinkFormatterService()
  1737. {
  1738. 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 () {
  1739. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1740. });
  1741. }
  1742. /**
  1743. * Gets the private 'debug.log_processor' shared service.
  1744. *
  1745. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1746. */
  1747. protected function getDebug_LogProcessorService()
  1748. {
  1749. 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())));
  1750. }
  1751. /**
  1752. * Gets the private 'debug.security.access.decision_manager' shared service.
  1753. *
  1754. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1755. */
  1756. protected function getDebug_Security_Access_DecisionManagerService()
  1757. {
  1758. 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 () {
  1759. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1760. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1761. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1762. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1763. }
  1764. /**
  1765. * Gets the private 'debug.security.firewall' shared service.
  1766. *
  1767. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1768. */
  1769. protected function getDebug_Security_FirewallService()
  1770. {
  1771. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1772. if (isset($this->privates['debug.security.firewall'])) {
  1773. return $this->privates['debug.security.firewall'];
  1774. }
  1775. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1776. if (isset($this->privates['debug.security.firewall'])) {
  1777. return $this->privates['debug.security.firewall'];
  1778. }
  1779. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1780. }
  1781. /**
  1782. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1783. *
  1784. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1785. */
  1786. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1787. {
  1788. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1789. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1790. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1791. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1792. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1793. 'vich_uploader.listener.clean.agencies_files' => ['privates', 'vich_uploader.listener.clean.agencies_files', 'getVichUploader_Listener_Clean_AgenciesFilesService', true],
  1794. 'vich_uploader.listener.clean.articles_files' => ['privates', 'vich_uploader.listener.clean.articles_files', 'getVichUploader_Listener_Clean_ArticlesFilesService', true],
  1795. 'vich_uploader.listener.clean.authors_files' => ['privates', 'vich_uploader.listener.clean.authors_files', 'getVichUploader_Listener_Clean_AuthorsFilesService', true],
  1796. 'vich_uploader.listener.clean.avatars_files' => ['privates', 'vich_uploader.listener.clean.avatars_files', 'getVichUploader_Listener_Clean_AvatarsFilesService', true],
  1797. 'vich_uploader.listener.clean.candidates_files' => ['privates', 'vich_uploader.listener.clean.candidates_files', 'getVichUploader_Listener_Clean_CandidatesFilesService', true],
  1798. 'vich_uploader.listener.clean.cvs_files' => ['privates', 'vich_uploader.listener.clean.cvs_files', 'getVichUploader_Listener_Clean_CvsFilesService', true],
  1799. 'vich_uploader.listener.clean.pages_files' => ['privates', 'vich_uploader.listener.clean.pages_files', 'getVichUploader_Listener_Clean_PagesFilesService', true],
  1800. 'vich_uploader.listener.clean.press_files' => ['privates', 'vich_uploader.listener.clean.press_files', 'getVichUploader_Listener_Clean_PressFilesService', true],
  1801. 'vich_uploader.listener.clean.uploads_files' => ['privates', 'vich_uploader.listener.clean.uploads_files', 'getVichUploader_Listener_Clean_UploadsFilesService', true],
  1802. 'vich_uploader.listener.remove.agencies_files' => ['privates', 'vich_uploader.listener.remove.agencies_files', 'getVichUploader_Listener_Remove_AgenciesFilesService', true],
  1803. 'vich_uploader.listener.remove.articles_files' => ['privates', 'vich_uploader.listener.remove.articles_files', 'getVichUploader_Listener_Remove_ArticlesFilesService', true],
  1804. 'vich_uploader.listener.remove.authors_files' => ['privates', 'vich_uploader.listener.remove.authors_files', 'getVichUploader_Listener_Remove_AuthorsFilesService', true],
  1805. 'vich_uploader.listener.remove.avatars_files' => ['privates', 'vich_uploader.listener.remove.avatars_files', 'getVichUploader_Listener_Remove_AvatarsFilesService', true],
  1806. 'vich_uploader.listener.remove.candidates_files' => ['privates', 'vich_uploader.listener.remove.candidates_files', 'getVichUploader_Listener_Remove_CandidatesFilesService', true],
  1807. 'vich_uploader.listener.remove.cvs_files' => ['privates', 'vich_uploader.listener.remove.cvs_files', 'getVichUploader_Listener_Remove_CvsFilesService', true],
  1808. 'vich_uploader.listener.remove.pages_files' => ['privates', 'vich_uploader.listener.remove.pages_files', 'getVichUploader_Listener_Remove_PagesFilesService', true],
  1809. 'vich_uploader.listener.remove.press_files' => ['privates', 'vich_uploader.listener.remove.press_files', 'getVichUploader_Listener_Remove_PressFilesService', true],
  1810. 'vich_uploader.listener.remove.uploads_files' => ['privates', 'vich_uploader.listener.remove.uploads_files', 'getVichUploader_Listener_Remove_UploadsFilesService', true],
  1811. 'vich_uploader.listener.upload.agencies_files' => ['privates', 'vich_uploader.listener.upload.agencies_files', 'getVichUploader_Listener_Upload_AgenciesFilesService', true],
  1812. 'vich_uploader.listener.upload.articles_files' => ['privates', 'vich_uploader.listener.upload.articles_files', 'getVichUploader_Listener_Upload_ArticlesFilesService', true],
  1813. 'vich_uploader.listener.upload.authors_files' => ['privates', 'vich_uploader.listener.upload.authors_files', 'getVichUploader_Listener_Upload_AuthorsFilesService', true],
  1814. 'vich_uploader.listener.upload.avatars_files' => ['privates', 'vich_uploader.listener.upload.avatars_files', 'getVichUploader_Listener_Upload_AvatarsFilesService', true],
  1815. 'vich_uploader.listener.upload.candidates_files' => ['privates', 'vich_uploader.listener.upload.candidates_files', 'getVichUploader_Listener_Upload_CandidatesFilesService', true],
  1816. 'vich_uploader.listener.upload.cvs_files' => ['privates', 'vich_uploader.listener.upload.cvs_files', 'getVichUploader_Listener_Upload_CvsFilesService', true],
  1817. 'vich_uploader.listener.upload.pages_files' => ['privates', 'vich_uploader.listener.upload.pages_files', 'getVichUploader_Listener_Upload_PagesFilesService', true],
  1818. 'vich_uploader.listener.upload.press_files' => ['privates', 'vich_uploader.listener.upload.press_files', 'getVichUploader_Listener_Upload_PressFilesService', true],
  1819. 'vich_uploader.listener.upload.uploads_files' => ['privates', 'vich_uploader.listener.upload.uploads_files', 'getVichUploader_Listener_Upload_UploadsFilesService', true],
  1820. ], [
  1821. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1822. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1823. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1824. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1825. 'vich_uploader.listener.clean.agencies_files' => '?',
  1826. 'vich_uploader.listener.clean.articles_files' => '?',
  1827. 'vich_uploader.listener.clean.authors_files' => '?',
  1828. 'vich_uploader.listener.clean.avatars_files' => '?',
  1829. 'vich_uploader.listener.clean.candidates_files' => '?',
  1830. 'vich_uploader.listener.clean.cvs_files' => '?',
  1831. 'vich_uploader.listener.clean.pages_files' => '?',
  1832. 'vich_uploader.listener.clean.press_files' => '?',
  1833. 'vich_uploader.listener.clean.uploads_files' => '?',
  1834. 'vich_uploader.listener.remove.agencies_files' => '?',
  1835. 'vich_uploader.listener.remove.articles_files' => '?',
  1836. 'vich_uploader.listener.remove.authors_files' => '?',
  1837. 'vich_uploader.listener.remove.avatars_files' => '?',
  1838. 'vich_uploader.listener.remove.candidates_files' => '?',
  1839. 'vich_uploader.listener.remove.cvs_files' => '?',
  1840. 'vich_uploader.listener.remove.pages_files' => '?',
  1841. 'vich_uploader.listener.remove.press_files' => '?',
  1842. 'vich_uploader.listener.remove.uploads_files' => '?',
  1843. 'vich_uploader.listener.upload.agencies_files' => '?',
  1844. 'vich_uploader.listener.upload.articles_files' => '?',
  1845. 'vich_uploader.listener.upload.authors_files' => '?',
  1846. 'vich_uploader.listener.upload.avatars_files' => '?',
  1847. 'vich_uploader.listener.upload.candidates_files' => '?',
  1848. 'vich_uploader.listener.upload.cvs_files' => '?',
  1849. 'vich_uploader.listener.upload.pages_files' => '?',
  1850. 'vich_uploader.listener.upload.press_files' => '?',
  1851. 'vich_uploader.listener.upload.uploads_files' => '?',
  1852. ]), [0 => 'vich_uploader.listener.clean.articles_files', 1 => 'vich_uploader.listener.clean.cvs_files', 2 => 'vich_uploader.listener.clean.authors_files', 3 => 'vich_uploader.listener.clean.pages_files', 4 => 'vich_uploader.listener.clean.agencies_files', 5 => 'vich_uploader.listener.clean.press_files', 6 => 'vich_uploader.listener.clean.avatars_files', 7 => 'vich_uploader.listener.clean.uploads_files', 8 => 'vich_uploader.listener.clean.candidates_files', 9 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 10 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 11 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 12 => 'vich_uploader.listener.remove.articles_files', 13 => 'vich_uploader.listener.upload.articles_files', 14 => 'vich_uploader.listener.remove.cvs_files', 15 => 'vich_uploader.listener.upload.cvs_files', 16 => 'vich_uploader.listener.remove.authors_files', 17 => 'vich_uploader.listener.upload.authors_files', 18 => 'vich_uploader.listener.remove.pages_files', 19 => 'vich_uploader.listener.upload.pages_files', 20 => 'vich_uploader.listener.remove.agencies_files', 21 => 'vich_uploader.listener.upload.agencies_files', 22 => 'vich_uploader.listener.remove.press_files', 23 => 'vich_uploader.listener.upload.press_files', 24 => 'vich_uploader.listener.remove.avatars_files', 25 => 'vich_uploader.listener.upload.avatars_files', 26 => 'vich_uploader.listener.remove.uploads_files', 27 => 'vich_uploader.listener.upload.uploads_files', 28 => 'vich_uploader.listener.remove.candidates_files', 29 => 'vich_uploader.listener.upload.candidates_files', 30 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1853. }
  1854. /**
  1855. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1856. *
  1857. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1858. */
  1859. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1860. {
  1861. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Entity')], false);
  1862. }
  1863. /**
  1864. * Gets the private 'esi_listener' shared service.
  1865. *
  1866. * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  1867. */
  1868. protected function getEsiListenerService()
  1869. {
  1870. return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  1871. }
  1872. /**
  1873. * Gets the private 'exception_listener' shared service.
  1874. *
  1875. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1876. */
  1877. protected function getExceptionListenerService()
  1878. {
  1879. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1880. }
  1881. /**
  1882. * Gets the private 'fragment.listener' shared service.
  1883. *
  1884. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1885. */
  1886. protected function getFragment_ListenerService()
  1887. {
  1888. return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  1889. }
  1890. /**
  1891. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1892. *
  1893. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1894. */
  1895. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1896. {
  1897. 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())));
  1898. }
  1899. /**
  1900. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1901. *
  1902. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1903. */
  1904. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1905. {
  1906. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1907. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1908. return $this->privates['framework_extra_bundle.event.is_granted'];
  1909. }
  1910. 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);
  1911. }
  1912. /**
  1913. * Gets the private 'html_sanitizer.registry' shared service.
  1914. *
  1915. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1916. */
  1917. protected function getHtmlSanitizer_RegistryService()
  1918. {
  1919. return $this->privates['html_sanitizer.registry'] = new \Symfony\Component\DependencyInjection\ServiceLocator(['default' => function () {
  1920. return ($this->privates['html_sanitizer.default'] ?? $this->load('getHtmlSanitizer_DefaultService'));
  1921. }]);
  1922. }
  1923. /**
  1924. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1925. *
  1926. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1927. */
  1928. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1929. {
  1930. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  1931. }
  1932. /**
  1933. * Gets the private 'liip_imagine.filter.configuration' shared service.
  1934. *
  1935. * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  1936. */
  1937. protected function getLiipImagine_Filter_ConfigurationService()
  1938. {
  1939. return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  1940. }
  1941. /**
  1942. * Gets the private 'locale_aware_listener' shared service.
  1943. *
  1944. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1945. */
  1946. protected function getLocaleAwareListenerService()
  1947. {
  1948. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1949. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1950. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1951. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1952. }
  1953. /**
  1954. * Gets the private 'locale_listener' shared service.
  1955. *
  1956. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1957. */
  1958. protected function getLocaleListenerService()
  1959. {
  1960. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1961. }
  1962. /**
  1963. * Gets the private 'monolog.handler.console' shared service.
  1964. *
  1965. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1966. */
  1967. protected function getMonolog_Handler_ConsoleService()
  1968. {
  1969. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1970. }
  1971. /**
  1972. * Gets the private 'monolog.handler.main' shared service.
  1973. *
  1974. * @return \Monolog\Handler\StreamHandler
  1975. */
  1976. protected function getMonolog_Handler_MainService()
  1977. {
  1978. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1979. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1980. return $instance;
  1981. }
  1982. /**
  1983. * Gets the private 'monolog.logger' shared service.
  1984. *
  1985. * @return \Symfony\Bridge\Monolog\Logger
  1986. */
  1987. protected function getMonolog_LoggerService()
  1988. {
  1989. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1990. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1991. $instance->useMicrosecondTimestamps(true);
  1992. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1993. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1994. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1995. return $instance;
  1996. }
  1997. /**
  1998. * Gets the private 'monolog.logger.cache' shared service.
  1999. *
  2000. * @return \Symfony\Bridge\Monolog\Logger
  2001. */
  2002. protected function getMonolog_Logger_CacheService()
  2003. {
  2004. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2005. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2006. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2007. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2008. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2009. return $instance;
  2010. }
  2011. /**
  2012. * Gets the private 'monolog.logger.request' shared service.
  2013. *
  2014. * @return \Symfony\Bridge\Monolog\Logger
  2015. */
  2016. protected function getMonolog_Logger_RequestService()
  2017. {
  2018. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2019. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2020. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2021. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2022. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2023. return $instance;
  2024. }
  2025. /**
  2026. * Gets the private 'parameter_bag' shared service.
  2027. *
  2028. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2029. */
  2030. protected function getParameterBagService()
  2031. {
  2032. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2033. }
  2034. /**
  2035. * Gets the private 'profiler_listener' shared service.
  2036. *
  2037. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2038. */
  2039. protected function getProfilerListenerService()
  2040. {
  2041. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2042. if (isset($this->privates['profiler_listener'])) {
  2043. return $this->privates['profiler_listener'];
  2044. }
  2045. 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);
  2046. }
  2047. /**
  2048. * Gets the private 'property_info' shared service.
  2049. *
  2050. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2051. */
  2052. protected function getPropertyInfoService()
  2053. {
  2054. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2055. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2056. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2057. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2058. }, 3), new RewindableGenerator(function () {
  2059. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2060. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2061. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2062. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2063. }, 4), new RewindableGenerator(function () {
  2064. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2065. }, 1), new RewindableGenerator(function () {
  2066. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2067. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2068. }, 2), new RewindableGenerator(function () {
  2069. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2070. }, 1));
  2071. }
  2072. /**
  2073. * Gets the private 'router.expression_language_provider' shared service.
  2074. *
  2075. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2076. */
  2077. protected function getRouter_ExpressionLanguageProviderService()
  2078. {
  2079. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2080. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2081. ], [
  2082. 'env' => 'Closure',
  2083. ]));
  2084. }
  2085. /**
  2086. * Gets the private 'router.request_context' shared service.
  2087. *
  2088. * @return \Symfony\Component\Routing\RequestContext
  2089. */
  2090. protected function getRouter_RequestContextService()
  2091. {
  2092. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  2093. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2094. return $instance;
  2095. }
  2096. /**
  2097. * Gets the private 'router_listener' shared service.
  2098. *
  2099. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2100. */
  2101. protected function getRouterListenerService()
  2102. {
  2103. 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);
  2104. }
  2105. /**
  2106. * Gets the private 'security.firewall.map' shared service.
  2107. *
  2108. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2109. */
  2110. protected function getSecurity_Firewall_MapService()
  2111. {
  2112. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2113. if (isset($this->privates['security.firewall.map'])) {
  2114. return $this->privates['security.firewall.map'];
  2115. }
  2116. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2117. 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)/')));
  2118. yield 'security.firewall.map.context.main' => NULL;
  2119. }, 2));
  2120. }
  2121. /**
  2122. * Gets the private 'security.logout_url_generator' shared service.
  2123. *
  2124. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2125. */
  2126. protected function getSecurity_LogoutUrlGeneratorService()
  2127. {
  2128. $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2129. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  2130. return $instance;
  2131. }
  2132. /**
  2133. * Gets the private 'security.role_hierarchy' shared service.
  2134. *
  2135. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2136. */
  2137. protected function getSecurity_RoleHierarchyService()
  2138. {
  2139. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2140. }
  2141. /**
  2142. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2143. *
  2144. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2145. */
  2146. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2147. {
  2148. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2149. }
  2150. /**
  2151. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2152. *
  2153. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2154. */
  2155. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2156. {
  2157. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2158. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2159. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2160. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2161. }
  2162. /**
  2163. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2164. *
  2165. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2166. */
  2167. protected function getSensioFrameworkExtra_Security_ListenerService()
  2168. {
  2169. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2170. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2171. return $this->privates['sensio_framework_extra.security.listener'];
  2172. }
  2173. 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()));
  2174. }
  2175. /**
  2176. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2177. *
  2178. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2179. */
  2180. protected function getSensioFrameworkExtra_View_ListenerService()
  2181. {
  2182. $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))));
  2183. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2184. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2185. ], [
  2186. 'twig' => '?',
  2187. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2188. return $instance;
  2189. }
  2190. /**
  2191. * Gets the private 'session_listener' shared service.
  2192. *
  2193. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2194. */
  2195. protected function getSessionListenerService()
  2196. {
  2197. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2198. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2199. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2200. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2201. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2202. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2203. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2204. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  2205. ], [
  2206. 'initialized_session' => '?',
  2207. 'logger' => '?',
  2208. 'request_stack' => '?',
  2209. 'session' => '?',
  2210. 'session_collector' => '?',
  2211. 'session_factory' => '?',
  2212. 'session_storage' => '?',
  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()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.nb.xliff')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.nn.xliff')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.pt.xliff')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.sk.xliff')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.sl.xliff')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.th.xliff')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.vi.xliff')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.zh_CN.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.zh_TW.xliff')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), 1 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.zh.xliff')], 'bs_Latn_BA' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.bs_Latn_BA.xliff')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.eo.xliff')], 'hr_HR' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.hr_HR.xliff')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.pt_PT.xliff')], 'sr_Latin' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.sr_Latin.xliff')], 'zh_HK' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations/time.zh_HK.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).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-gaufrette-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/tgalopin/html-sanitizer-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/yectep/phpspreadsheet-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations', 6 => 'vendor/hwi/oauth-bundle/src/Resources/translations', 7 => 'vendor/knplabs/knp-time-bundle/translations', 8 => 'translations', 9 => 'vendor/symfony/framework-bundle/translations', 10 => 'vendor/sensio/framework-extra-bundle/src/translations', 11 => 'vendor/symfony/twig-bundle/translations', 12 => 'vendor/symfony/web-profiler-bundle/translations', 13 => 'vendor/symfony/monolog-bundle/translations', 14 => 'vendor/symfony/debug-bundle/translations', 15 => 'vendor/symfony/maker-bundle/src/translations', 16 => 'vendor/doctrine/doctrine-bundle/translations', 17 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 18 => 'vendor/symfony/security-bundle/translations', 19 => 'vendor/twig/extra-bundle/translations', 20 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 21 => 'vendor/knplabs/knp-gaufrette-bundle/translations', 22 => 'vendor/liip/imagine-bundle/translations', 23 => 'vendor/tgalopin/html-sanitizer-bundle/src/translations', 24 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations', 25 => 'vendor/symfony/webpack-encore-bundle/src/translations', 26 => 'vendor/yectep/phpspreadsheet-bundle/src/translations']]], []);
  2247. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2248. $instance->setFallbackLocales([0 => 'en']);
  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. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  2262. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  2263. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2264. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2265. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2266. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2267. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2268. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2269. 'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  2270. 'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  2271. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2272. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2273. ], [
  2274. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  2275. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  2276. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2277. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2278. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2279. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2280. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2281. 'doctrine.orm.validator.unique' => '?',
  2282. 'ewz_recaptcha.true' => '?',
  2283. 'ewz_recaptcha.v3.true' => '?',
  2284. 'security.validator.user_password' => '?',
  2285. 'validator.expression' => '?',
  2286. ])));
  2287. if ($this->has('translator')) {
  2288. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2289. }
  2290. $instance->setTranslationDomain('validators');
  2291. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2292. $instance->enableAnnotationMapping(true);
  2293. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2294. $instance->addMethodMapping('loadValidatorMetadata');
  2295. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2296. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^App\\\\Entity\\\\}'));
  2297. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^App\\\\Entity\\\\}'));
  2298. return $instance;
  2299. }
  2300. /**
  2301. * Gets the private 'var_dumper.html_dumper' shared service.
  2302. *
  2303. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2304. */
  2305. protected function getVarDumper_HtmlDumperService()
  2306. {
  2307. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2308. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2309. return $instance;
  2310. }
  2311. /**
  2312. * Gets the private 'var_dumper.server_connection' shared service.
  2313. *
  2314. * @return \Symfony\Component\VarDumper\Server\Connection
  2315. */
  2316. protected function getVarDumper_ServerConnectionService()
  2317. {
  2318. 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()]);
  2319. }
  2320. /**
  2321. * Gets the private 'vich_uploader.metadata_reader' shared service.
  2322. *
  2323. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2324. */
  2325. protected function getVichUploader_MetadataReaderService()
  2326. {
  2327. $a = new \Metadata\Driver\FileLocator([]);
  2328. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
  2329. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2330. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2331. }
  2332. /**
  2333. * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2334. *
  2335. * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2336. */
  2337. protected function getVichUploader_PropertyMappingFactoryService()
  2338. {
  2339. return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  2340. }
  2341. /**
  2342. * Gets the private 'vich_uploader.storage.file_system' shared service.
  2343. *
  2344. * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2345. */
  2346. protected function getVichUploader_Storage_FileSystemService()
  2347. {
  2348. return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2349. }
  2350. /**
  2351. * Gets the private 'web_profiler.csp.handler' shared service.
  2352. *
  2353. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2354. */
  2355. protected function getWebProfiler_Csp_HandlerService()
  2356. {
  2357. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2358. }
  2359. /**
  2360. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2361. *
  2362. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2363. */
  2364. protected function getWebProfiler_DebugToolbarService()
  2365. {
  2366. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2367. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2368. return $this->privates['web_profiler.debug_toolbar'];
  2369. }
  2370. 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()));
  2371. }
  2372. /**
  2373. * Gets the public 'cache_clearer' alias.
  2374. *
  2375. * @return object The ".container.private.cache_clearer" service.
  2376. */
  2377. protected function getCacheClearerService()
  2378. {
  2379. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2380. return $this->get('.container.private.cache_clearer');
  2381. }
  2382. /**
  2383. * Gets the public 'filesystem' alias.
  2384. *
  2385. * @return object The ".container.private.filesystem" service.
  2386. */
  2387. protected function getFilesystemService()
  2388. {
  2389. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2390. return $this->get('.container.private.filesystem');
  2391. }
  2392. /**
  2393. * Gets the public 'serializer' alias.
  2394. *
  2395. * @return object The ".container.private.serializer" service.
  2396. */
  2397. protected function getSerializerService()
  2398. {
  2399. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2400. return $this->get('.container.private.serializer');
  2401. }
  2402. /**
  2403. * Gets the public 'security.csrf.token_manager' alias.
  2404. *
  2405. * @return object The ".container.private.security.csrf.token_manager" service.
  2406. */
  2407. protected function getSecurity_Csrf_TokenManagerService()
  2408. {
  2409. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2410. return $this->get('.container.private.security.csrf.token_manager');
  2411. }
  2412. /**
  2413. * Gets the public 'form.factory' alias.
  2414. *
  2415. * @return object The ".container.private.form.factory" service.
  2416. */
  2417. protected function getForm_FactoryService()
  2418. {
  2419. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2420. return $this->get('.container.private.form.factory');
  2421. }
  2422. /**
  2423. * Gets the public 'form.type.file' alias.
  2424. *
  2425. * @return object The ".container.private.form.type.file" service.
  2426. */
  2427. protected function getForm_Type_FileService()
  2428. {
  2429. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2430. return $this->get('.container.private.form.type.file');
  2431. }
  2432. /**
  2433. * Gets the public 'profiler' alias.
  2434. *
  2435. * @return object The ".container.private.profiler" service.
  2436. */
  2437. protected function getProfilerService()
  2438. {
  2439. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2440. return $this->get('.container.private.profiler');
  2441. }
  2442. /**
  2443. * Gets the public 'twig' alias.
  2444. *
  2445. * @return object The ".container.private.twig" service.
  2446. */
  2447. protected function getTwigService()
  2448. {
  2449. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2450. return $this->get('.container.private.twig');
  2451. }
  2452. /**
  2453. * Gets the public 'security.authorization_checker' alias.
  2454. *
  2455. * @return object The ".container.private.security.authorization_checker" service.
  2456. */
  2457. protected function getSecurity_AuthorizationCheckerService()
  2458. {
  2459. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2460. return $this->get('.container.private.security.authorization_checker');
  2461. }
  2462. /**
  2463. * Gets the public 'security.token_storage' alias.
  2464. *
  2465. * @return object The ".container.private.security.token_storage" service.
  2466. */
  2467. protected function getSecurity_TokenStorageService()
  2468. {
  2469. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2470. return $this->get('.container.private.security.token_storage');
  2471. }
  2472. /**
  2473. * Gets the public 'security.password_encoder' alias.
  2474. *
  2475. * @return object The ".container.private.security.password_encoder" service.
  2476. */
  2477. protected function getSecurity_PasswordEncoderService()
  2478. {
  2479. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2480. return $this->get('.container.private.security.password_encoder');
  2481. }
  2482. /**
  2483. * Gets the public 'session' alias.
  2484. *
  2485. * @return object The ".container.private.session" service.
  2486. */
  2487. protected function getSessionService()
  2488. {
  2489. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2490. return $this->get('.container.private.session');
  2491. }
  2492. /**
  2493. * Gets the public 'validator' alias.
  2494. *
  2495. * @return object The ".container.private.validator" service.
  2496. */
  2497. protected function getValidatorService()
  2498. {
  2499. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2500. return $this->get('.container.private.validator');
  2501. }
  2502. /**
  2503. * @return array|bool|float|int|string|\UnitEnum|null
  2504. */
  2505. public function getParameter(string $name)
  2506. {
  2507. if (isset($this->buildParameters[$name])) {
  2508. return $this->buildParameters[$name];
  2509. }
  2510. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2511. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2512. }
  2513. if (isset($this->loadedDynamicParameters[$name])) {
  2514. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2515. }
  2516. return $this->parameters[$name];
  2517. }
  2518. public function hasParameter(string $name): bool
  2519. {
  2520. if (isset($this->buildParameters[$name])) {
  2521. return true;
  2522. }
  2523. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2524. }
  2525. public function setParameter(string $name, $value): void
  2526. {
  2527. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2528. }
  2529. public function getParameterBag(): ParameterBagInterface
  2530. {
  2531. if (null === $this->parameterBag) {
  2532. $parameters = $this->parameters;
  2533. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2534. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2535. }
  2536. foreach ($this->buildParameters as $name => $value) {
  2537. $parameters[$name] = $value;
  2538. }
  2539. $this->parameterBag = new FrozenParameterBag($parameters);
  2540. }
  2541. return $this->parameterBag;
  2542. }
  2543. private $loadedDynamicParameters = [
  2544. 'kernel.runtime_environment' => false,
  2545. 'kernel.build_dir' => false,
  2546. 'kernel.cache_dir' => false,
  2547. 'kernel.secret' => false,
  2548. 'debug.container.dump' => false,
  2549. 'serializer.mapping.cache.file' => false,
  2550. 'validator.mapping.cache.file' => false,
  2551. 'profiler.storage.dsn' => false,
  2552. 'doctrine.orm.proxy_dir' => false,
  2553. 'ewz_recaptcha.public_key' => false,
  2554. 'ewz_recaptcha.private_key' => false,
  2555. ];
  2556. private $dynamicParameters = [];
  2557. private function getDynamicParameter(string $name)
  2558. {
  2559. switch ($name) {
  2560. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2561. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2562. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2563. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2564. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2565. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2566. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2567. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2568. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2569. case 'ewz_recaptcha.public_key': $value = $this->getEnv('RECAPTCHA_PUBLIC_KEY'); break;
  2570. case 'ewz_recaptcha.private_key': $value = $this->getEnv('RECAPTCHA_SECRET_KEY'); break;
  2571. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2572. }
  2573. $this->loadedDynamicParameters[$name] = true;
  2574. return $this->dynamicParameters[$name] = $value;
  2575. }
  2576. protected function getDefaultParameters(): array
  2577. {
  2578. return [
  2579. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2580. 'kernel.environment' => 'dev',
  2581. 'kernel.debug' => true,
  2582. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2583. 'kernel.bundles' => [
  2584. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2585. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2586. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2587. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2588. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2589. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2590. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2591. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2592. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2593. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2594. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2595. 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  2596. 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  2597. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2598. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2599. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2600. 'HtmlSanitizerBundle' => 'HtmlSanitizer\\Bundle\\HtmlSanitizerBundle',
  2601. 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  2602. 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  2603. 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  2604. 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  2605. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2606. 'PhpSpreadsheetBundle' => 'Yectep\\PhpSpreadsheetBundle\\PhpSpreadsheetBundle',
  2607. ],
  2608. 'kernel.bundles_metadata' => [
  2609. 'FrameworkBundle' => [
  2610. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2611. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2612. ],
  2613. 'SensioFrameworkExtraBundle' => [
  2614. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2615. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2616. ],
  2617. 'TwigBundle' => [
  2618. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2619. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2620. ],
  2621. 'WebProfilerBundle' => [
  2622. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2623. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2624. ],
  2625. 'MonologBundle' => [
  2626. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2627. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2628. ],
  2629. 'DebugBundle' => [
  2630. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2631. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2632. ],
  2633. 'MakerBundle' => [
  2634. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2635. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2636. ],
  2637. 'DoctrineBundle' => [
  2638. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2639. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2640. ],
  2641. 'DoctrineMigrationsBundle' => [
  2642. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2643. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2644. ],
  2645. 'SecurityBundle' => [
  2646. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2647. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2648. ],
  2649. 'TwigExtraBundle' => [
  2650. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2651. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2652. ],
  2653. 'FOSJsRoutingBundle' => [
  2654. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  2655. 'namespace' => 'FOS\\JsRoutingBundle',
  2656. ],
  2657. 'KnpGaufretteBundle' => [
  2658. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-gaufrette-bundle'),
  2659. 'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  2660. ],
  2661. 'KnpPaginatorBundle' => [
  2662. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  2663. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2664. ],
  2665. 'LiipImagineBundle' => [
  2666. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  2667. 'namespace' => 'Liip\\ImagineBundle',
  2668. ],
  2669. 'VichUploaderBundle' => [
  2670. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  2671. 'namespace' => 'Vich\\UploaderBundle',
  2672. ],
  2673. 'HtmlSanitizerBundle' => [
  2674. 'path' => (\dirname(__DIR__, 4).'/vendor/tgalopin/html-sanitizer-bundle/src'),
  2675. 'namespace' => 'HtmlSanitizer\\Bundle',
  2676. ],
  2677. 'EWZRecaptchaBundle' => [
  2678. 'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  2679. 'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  2680. ],
  2681. 'HWIOAuthBundle' => [
  2682. 'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src'),
  2683. 'namespace' => 'HWI\\Bundle\\OAuthBundle',
  2684. ],
  2685. 'KnpUOAuth2ClientBundle' => [
  2686. 'path' => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  2687. 'namespace' => 'KnpU\\OAuth2ClientBundle',
  2688. ],
  2689. 'KnpTimeBundle' => [
  2690. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle'),
  2691. 'namespace' => 'Knp\\Bundle\\TimeBundle',
  2692. ],
  2693. 'WebpackEncoreBundle' => [
  2694. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2695. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2696. ],
  2697. 'PhpSpreadsheetBundle' => [
  2698. 'path' => (\dirname(__DIR__, 4).'/vendor/yectep/phpspreadsheet-bundle/src'),
  2699. 'namespace' => 'Yectep\\PhpSpreadsheetBundle',
  2700. ],
  2701. ],
  2702. 'kernel.charset' => 'UTF-8',
  2703. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2704. 'locale' => 'en',
  2705. 'app_locales' => 'en',
  2706. 'website_name' => 'Letsgomino',
  2707. 'app.mail_smtp' => 'ssl0.ovh.net',
  2708. 'app.mail_port' => 465,
  2709. 'app.mail_username' => 'contact@letsgomino.com',
  2710. 'app.mail_password' => '3e8gjt2pXAWF47',
  2711. 'app.mail_from' => 'contact@letsgomino.com',
  2712. 'app.mail_from_title' => 'Letsgomino',
  2713. 'path_folder' => (\dirname(__DIR__, 6).'/mirtillostudio.fr/lgm.mirtillostudio.fr/'),
  2714. 'app.mail_to_contact' => 'hello@letsgominio.com',
  2715. 'app.mail_critical' => '',
  2716. 'event_dispatcher.event_aliases' => [
  2717. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2718. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2719. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2720. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2721. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2722. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2723. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2724. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2725. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2726. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2727. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2728. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2729. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2730. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2731. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2732. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2733. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2734. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2735. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2736. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2737. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2738. ],
  2739. 'fragment.renderer.hinclude.global_template' => NULL,
  2740. 'fragment.path' => '/_fragment',
  2741. 'kernel.http_method_override' => true,
  2742. 'kernel.trusted_hosts' => [
  2743. ],
  2744. 'kernel.default_locale' => 'en',
  2745. 'kernel.enabled_locales' => [
  2746. ],
  2747. 'kernel.error_controller' => 'error_controller',
  2748. 'debug.file_link_format' => NULL,
  2749. 'asset.request_context.base_path' => NULL,
  2750. 'asset.request_context.secure' => NULL,
  2751. 'translator.logging' => false,
  2752. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2753. 'debug.error_handler.throw_at' => -1,
  2754. 'router.request_context.host' => 'localhost',
  2755. 'router.request_context.scheme' => 'http',
  2756. 'router.request_context.base_url' => '',
  2757. 'router.resource' => 'kernel::loadRoutes',
  2758. 'request_listener.http_port' => 80,
  2759. 'request_listener.https_port' => 443,
  2760. 'session.metadata.storage_key' => '_sf2_meta',
  2761. 'session.storage.options' => [
  2762. 'cache_limiter' => '0',
  2763. 'cookie_secure' => 'auto',
  2764. 'cookie_httponly' => true,
  2765. 'cookie_samesite' => 'lax',
  2766. 'gc_probability' => 1,
  2767. ],
  2768. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  2769. 'session.metadata.update_threshold' => 0,
  2770. 'form.type_extension.csrf.enabled' => true,
  2771. 'form.type_extension.csrf.field_name' => '_token',
  2772. 'validator.translation_domain' => 'validators',
  2773. 'profiler_listener.only_exceptions' => false,
  2774. 'profiler_listener.only_main_requests' => false,
  2775. 'twig.form.resources' => [
  2776. 0 => '@VichUploader/Form/fields.html.twig',
  2777. 1 => 'form_div_layout.html.twig',
  2778. 2 => '@LiipImagine/Form/form_div_layout.html.twig',
  2779. 3 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  2780. ],
  2781. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2782. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2783. 'web_profiler.debug_toolbar.mode' => 2,
  2784. 'monolog.use_microseconds' => true,
  2785. 'monolog.swift_mailer.handlers' => [
  2786. ],
  2787. 'monolog.handlers_to_channels' => [
  2788. 'monolog.handler.console' => [
  2789. 'type' => 'exclusive',
  2790. 'elements' => [
  2791. 0 => 'event',
  2792. 1 => 'doctrine',
  2793. 2 => 'console',
  2794. ],
  2795. ],
  2796. 'monolog.handler.main' => [
  2797. 'type' => 'exclusive',
  2798. 'elements' => [
  2799. 0 => 'event',
  2800. ],
  2801. ],
  2802. ],
  2803. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2804. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2805. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2806. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2807. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2808. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2809. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2810. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2811. 'doctrine.entity_managers' => [
  2812. 'default' => 'doctrine.orm.default_entity_manager',
  2813. ],
  2814. 'doctrine.default_entity_manager' => 'default',
  2815. 'doctrine.dbal.connection_factory.types' => [
  2816. 'datetime' => [
  2817. 'class' => 'App\\Doctrine\\Type\\UtcDateTimeType',
  2818. ],
  2819. ],
  2820. 'doctrine.connections' => [
  2821. 'default' => 'doctrine.dbal.default_connection',
  2822. ],
  2823. 'doctrine.default_connection' => 'default',
  2824. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2825. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2826. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2827. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2828. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2829. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2830. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2831. 'doctrine.orm.cache.memcache_port' => 11211,
  2832. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2833. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2834. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2835. 'doctrine.orm.cache.memcached_port' => 11211,
  2836. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2837. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2838. 'doctrine.orm.cache.redis_host' => 'localhost',
  2839. 'doctrine.orm.cache.redis_port' => 6379,
  2840. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2841. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2842. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2843. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2844. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2845. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2846. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2847. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2848. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2849. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2850. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2851. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2852. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2853. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2854. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2855. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2856. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2857. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2858. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2859. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2860. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2861. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2862. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2863. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2864. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2865. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2866. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2867. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2868. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2869. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2870. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2871. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2872. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2873. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2874. 'doctrine.migrations.preferred_em' => NULL,
  2875. 'doctrine.migrations.preferred_connection' => NULL,
  2876. 'security.role_hierarchy.roles' => [
  2877. 'ROLE_SUPER_ADMIN' => [
  2878. 0 => 'ROLE_ADMIN',
  2879. ],
  2880. 'ROLE_ADMIN' => [
  2881. 0 => 'ROLE_REDACTOR',
  2882. ],
  2883. 'ROLE_REDACTOR' => [
  2884. 0 => 'ROLE_USER',
  2885. ],
  2886. ],
  2887. 'security.access.denied_url' => NULL,
  2888. 'security.authentication.manager.erase_credentials' => true,
  2889. 'security.authentication.session_strategy.strategy' => 'migrate',
  2890. 'security.access.always_authenticate_before_granting' => false,
  2891. 'security.authentication.hide_user_not_found' => true,
  2892. 'security.firewalls' => [
  2893. 0 => 'dev',
  2894. 1 => 'main',
  2895. ],
  2896. 'hwi_oauth.resource_ownermap.configured.main' => [
  2897. 'google' => '/connect/google/check',
  2898. ],
  2899. 'security.main._indexed_authenticators' => [
  2900. ],
  2901. 'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  2902. 'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  2903. 'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  2904. 'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  2905. 'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  2906. 'fos_js_routing.request_context_base_url' => NULL,
  2907. 'fos_js_routing.cache_control' => [
  2908. 'public' => false,
  2909. 'maxage' => NULL,
  2910. 'smaxage' => NULL,
  2911. 'expires' => NULL,
  2912. 'vary' => [
  2913. ],
  2914. 'enabled' => true,
  2915. ],
  2916. 'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  2917. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  2918. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2919. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  2920. 'knp_paginator.page_range' => 5,
  2921. 'knp_paginator.page_limit' => NULL,
  2922. 'liip_imagine.resolvers' => [
  2923. 'default' => [
  2924. 'web_path' => [
  2925. 'web_root' => (\dirname(__DIR__, 4).'/public'),
  2926. 'cache_prefix' => '/media/cache',
  2927. ],
  2928. ],
  2929. ],
  2930. 'liip_imagine.loaders' => [
  2931. 'default' => [
  2932. 'filesystem' => [
  2933. 'data_root' => [
  2934. 0 => (\dirname(__DIR__, 4).'/public'),
  2935. ],
  2936. 'locator' => 'filesystem',
  2937. 'allow_unresolvable_data_roots' => false,
  2938. 'bundle_resources' => [
  2939. 'enabled' => false,
  2940. 'access_control_type' => 'blacklist',
  2941. 'access_control_list' => [
  2942. ],
  2943. ],
  2944. ],
  2945. ],
  2946. ],
  2947. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  2948. 'liip_imagine.jpegoptim.stripAll' => true,
  2949. 'liip_imagine.jpegoptim.max' => NULL,
  2950. 'liip_imagine.jpegoptim.progressive' => true,
  2951. 'liip_imagine.jpegoptim.tempDir' => NULL,
  2952. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  2953. 'liip_imagine.optipng.level' => 7,
  2954. 'liip_imagine.optipng.stripAll' => true,
  2955. 'liip_imagine.optipng.tempDir' => NULL,
  2956. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  2957. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  2958. 'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  2959. 'liip_imagine.cwebp.tempDir' => NULL,
  2960. 'liip_imagine.cwebp.q' => 75,
  2961. 'liip_imagine.cwebp.alphaQ' => 100,
  2962. 'liip_imagine.cwebp.m' => 4,
  2963. 'liip_imagine.cwebp.alphaFilter' => 'fast',
  2964. 'liip_imagine.cwebp.alphaMethod' => 1,
  2965. 'liip_imagine.cwebp.exact' => false,
  2966. 'liip_imagine.cwebp.metadata' => [
  2967. 0 => 'none',
  2968. ],
  2969. 'liip_imagine.driver_service' => 'liip_imagine.imagick',
  2970. 'liip_imagine.cache.resolver.default' => 'default',
  2971. 'liip_imagine.default_image' => NULL,
  2972. 'liip_imagine.filter_sets' => [
  2973. 'favicon_32' => [
  2974. 'quality' => 75,
  2975. 'jpeg_quality' => NULL,
  2976. 'png_compression_level' => NULL,
  2977. 'png_compression_filter' => NULL,
  2978. 'format' => NULL,
  2979. 'animated' => false,
  2980. 'cache' => 'default',
  2981. 'data_loader' => 'default',
  2982. 'default_image' => NULL,
  2983. 'filters' => [
  2984. 'thumbnail' => [
  2985. 'size' => [
  2986. 0 => 32,
  2987. 1 => 32,
  2988. ],
  2989. 'mode' => 'outbound',
  2990. ],
  2991. ],
  2992. 'post_processors' => [
  2993. ],
  2994. ],
  2995. 'favicon_57' => [
  2996. 'quality' => 75,
  2997. 'jpeg_quality' => NULL,
  2998. 'png_compression_level' => NULL,
  2999. 'png_compression_filter' => NULL,
  3000. 'format' => NULL,
  3001. 'animated' => false,
  3002. 'cache' => 'default',
  3003. 'data_loader' => 'default',
  3004. 'default_image' => NULL,
  3005. 'filters' => [
  3006. 'thumbnail' => [
  3007. 'size' => [
  3008. 0 => 57,
  3009. 1 => 57,
  3010. ],
  3011. 'mode' => 'outbound',
  3012. ],
  3013. ],
  3014. 'post_processors' => [
  3015. ],
  3016. ],
  3017. 'favicon_76' => [
  3018. 'quality' => 75,
  3019. 'jpeg_quality' => NULL,
  3020. 'png_compression_level' => NULL,
  3021. 'png_compression_filter' => NULL,
  3022. 'format' => NULL,
  3023. 'animated' => false,
  3024. 'cache' => 'default',
  3025. 'data_loader' => 'default',
  3026. 'default_image' => NULL,
  3027. 'filters' => [
  3028. 'thumbnail' => [
  3029. 'size' => [
  3030. 0 => 76,
  3031. 1 => 76,
  3032. ],
  3033. 'mode' => 'outbound',
  3034. ],
  3035. ],
  3036. 'post_processors' => [
  3037. ],
  3038. ],
  3039. 'favicon_96' => [
  3040. 'quality' => 75,
  3041. 'jpeg_quality' => NULL,
  3042. 'png_compression_level' => NULL,
  3043. 'png_compression_filter' => NULL,
  3044. 'format' => NULL,
  3045. 'animated' => false,
  3046. 'cache' => 'default',
  3047. 'data_loader' => 'default',
  3048. 'default_image' => NULL,
  3049. 'filters' => [
  3050. 'thumbnail' => [
  3051. 'size' => [
  3052. 0 => 96,
  3053. 1 => 96,
  3054. ],
  3055. 'mode' => 'outbound',
  3056. ],
  3057. ],
  3058. 'post_processors' => [
  3059. ],
  3060. ],
  3061. 'favicon_128' => [
  3062. 'quality' => 75,
  3063. 'jpeg_quality' => NULL,
  3064. 'png_compression_level' => NULL,
  3065. 'png_compression_filter' => NULL,
  3066. 'format' => NULL,
  3067. 'animated' => false,
  3068. 'cache' => 'default',
  3069. 'data_loader' => 'default',
  3070. 'default_image' => NULL,
  3071. 'filters' => [
  3072. 'thumbnail' => [
  3073. 'size' => [
  3074. 0 => 128,
  3075. 1 => 128,
  3076. ],
  3077. 'mode' => 'outbound',
  3078. ],
  3079. ],
  3080. 'post_processors' => [
  3081. ],
  3082. ],
  3083. 'favicon_228' => [
  3084. 'quality' => 75,
  3085. 'jpeg_quality' => NULL,
  3086. 'png_compression_level' => NULL,
  3087. 'png_compression_filter' => NULL,
  3088. 'format' => NULL,
  3089. 'animated' => false,
  3090. 'cache' => 'default',
  3091. 'data_loader' => 'default',
  3092. 'default_image' => NULL,
  3093. 'filters' => [
  3094. 'thumbnail' => [
  3095. 'size' => [
  3096. 0 => 228,
  3097. 1 => 228,
  3098. ],
  3099. 'mode' => 'outbound',
  3100. ],
  3101. ],
  3102. 'post_processors' => [
  3103. ],
  3104. ],
  3105. 'favicon_192' => [
  3106. 'quality' => 75,
  3107. 'jpeg_quality' => NULL,
  3108. 'png_compression_level' => NULL,
  3109. 'png_compression_filter' => NULL,
  3110. 'format' => NULL,
  3111. 'animated' => false,
  3112. 'cache' => 'default',
  3113. 'data_loader' => 'default',
  3114. 'default_image' => NULL,
  3115. 'filters' => [
  3116. 'thumbnail' => [
  3117. 'size' => [
  3118. 0 => 192,
  3119. 1 => 192,
  3120. ],
  3121. 'mode' => 'outbound',
  3122. ],
  3123. ],
  3124. 'post_processors' => [
  3125. ],
  3126. ],
  3127. 'favicon_196' => [
  3128. 'quality' => 75,
  3129. 'jpeg_quality' => NULL,
  3130. 'png_compression_level' => NULL,
  3131. 'png_compression_filter' => NULL,
  3132. 'format' => NULL,
  3133. 'animated' => false,
  3134. 'cache' => 'default',
  3135. 'data_loader' => 'default',
  3136. 'default_image' => NULL,
  3137. 'filters' => [
  3138. 'thumbnail' => [
  3139. 'size' => [
  3140. 0 => 196,
  3141. 1 => 196,
  3142. ],
  3143. 'mode' => 'outbound',
  3144. ],
  3145. ],
  3146. 'post_processors' => [
  3147. ],
  3148. ],
  3149. 'favicon_72' => [
  3150. 'quality' => 75,
  3151. 'jpeg_quality' => NULL,
  3152. 'png_compression_level' => NULL,
  3153. 'png_compression_filter' => NULL,
  3154. 'format' => NULL,
  3155. 'animated' => false,
  3156. 'cache' => 'default',
  3157. 'data_loader' => 'default',
  3158. 'default_image' => NULL,
  3159. 'filters' => [
  3160. 'thumbnail' => [
  3161. 'size' => [
  3162. 0 => 72,
  3163. 1 => 72,
  3164. ],
  3165. 'mode' => 'outbound',
  3166. ],
  3167. ],
  3168. 'post_processors' => [
  3169. ],
  3170. ],
  3171. 'favicon_114' => [
  3172. 'quality' => 75,
  3173. 'jpeg_quality' => NULL,
  3174. 'png_compression_level' => NULL,
  3175. 'png_compression_filter' => NULL,
  3176. 'format' => NULL,
  3177. 'animated' => false,
  3178. 'cache' => 'default',
  3179. 'data_loader' => 'default',
  3180. 'default_image' => NULL,
  3181. 'filters' => [
  3182. 'thumbnail' => [
  3183. 'size' => [
  3184. 0 => 114,
  3185. 1 => 114,
  3186. ],
  3187. 'mode' => 'outbound',
  3188. ],
  3189. ],
  3190. 'post_processors' => [
  3191. ],
  3192. ],
  3193. 'favicon_120' => [
  3194. 'quality' => 75,
  3195. 'jpeg_quality' => NULL,
  3196. 'png_compression_level' => NULL,
  3197. 'png_compression_filter' => NULL,
  3198. 'format' => NULL,
  3199. 'animated' => false,
  3200. 'cache' => 'default',
  3201. 'data_loader' => 'default',
  3202. 'default_image' => NULL,
  3203. 'filters' => [
  3204. 'thumbnail' => [
  3205. 'size' => [
  3206. 0 => 120,
  3207. 1 => 120,
  3208. ],
  3209. 'mode' => 'outbound',
  3210. ],
  3211. ],
  3212. 'post_processors' => [
  3213. ],
  3214. ],
  3215. 'favicon_144' => [
  3216. 'quality' => 75,
  3217. 'jpeg_quality' => NULL,
  3218. 'png_compression_level' => NULL,
  3219. 'png_compression_filter' => NULL,
  3220. 'format' => NULL,
  3221. 'animated' => false,
  3222. 'cache' => 'default',
  3223. 'data_loader' => 'default',
  3224. 'default_image' => NULL,
  3225. 'filters' => [
  3226. 'thumbnail' => [
  3227. 'size' => [
  3228. 0 => 144,
  3229. 1 => 144,
  3230. ],
  3231. 'mode' => 'outbound',
  3232. ],
  3233. ],
  3234. 'post_processors' => [
  3235. ],
  3236. ],
  3237. 'favicon_152' => [
  3238. 'quality' => 75,
  3239. 'jpeg_quality' => NULL,
  3240. 'png_compression_level' => NULL,
  3241. 'png_compression_filter' => NULL,
  3242. 'format' => NULL,
  3243. 'animated' => false,
  3244. 'cache' => 'default',
  3245. 'data_loader' => 'default',
  3246. 'default_image' => NULL,
  3247. 'filters' => [
  3248. 'thumbnail' => [
  3249. 'size' => [
  3250. 0 => 152,
  3251. 1 => 152,
  3252. ],
  3253. 'mode' => 'outbound',
  3254. ],
  3255. ],
  3256. 'post_processors' => [
  3257. ],
  3258. ],
  3259. 'favicon_180' => [
  3260. 'quality' => 75,
  3261. 'jpeg_quality' => NULL,
  3262. 'png_compression_level' => NULL,
  3263. 'png_compression_filter' => NULL,
  3264. 'format' => NULL,
  3265. 'animated' => false,
  3266. 'cache' => 'default',
  3267. 'data_loader' => 'default',
  3268. 'default_image' => NULL,
  3269. 'filters' => [
  3270. 'thumbnail' => [
  3271. 'size' => [
  3272. 0 => 180,
  3273. 1 => 180,
  3274. ],
  3275. 'mode' => 'outbound',
  3276. ],
  3277. ],
  3278. 'post_processors' => [
  3279. ],
  3280. ],
  3281. 'avatar_30' => [
  3282. 'quality' => 75,
  3283. 'jpeg_quality' => NULL,
  3284. 'png_compression_level' => NULL,
  3285. 'png_compression_filter' => NULL,
  3286. 'format' => NULL,
  3287. 'animated' => false,
  3288. 'cache' => 'default',
  3289. 'data_loader' => 'default',
  3290. 'default_image' => NULL,
  3291. 'filters' => [
  3292. 'thumbnail' => [
  3293. 'size' => [
  3294. 0 => 30,
  3295. 1 => 30,
  3296. ],
  3297. 'mode' => 'outbound',
  3298. ],
  3299. ],
  3300. 'post_processors' => [
  3301. ],
  3302. ],
  3303. 'articles_preview' => [
  3304. 'quality' => 75,
  3305. 'jpeg_quality' => NULL,
  3306. 'png_compression_level' => NULL,
  3307. 'png_compression_filter' => NULL,
  3308. 'format' => NULL,
  3309. 'animated' => false,
  3310. 'cache' => 'default',
  3311. 'data_loader' => 'default',
  3312. 'default_image' => NULL,
  3313. 'filters' => [
  3314. 'thumbnail' => [
  3315. 'size' => [
  3316. 0 => 740,
  3317. 1 => 440,
  3318. ],
  3319. 'mode' => 'outbound',
  3320. ],
  3321. ],
  3322. 'post_processors' => [
  3323. ],
  3324. ],
  3325. 'articles_preview2' => [
  3326. 'quality' => 75,
  3327. 'jpeg_quality' => NULL,
  3328. 'png_compression_level' => NULL,
  3329. 'png_compression_filter' => NULL,
  3330. 'format' => NULL,
  3331. 'animated' => false,
  3332. 'cache' => 'default',
  3333. 'data_loader' => 'default',
  3334. 'default_image' => NULL,
  3335. 'filters' => [
  3336. 'thumbnail' => [
  3337. 'size' => [
  3338. 0 => 374,
  3339. 1 => 220,
  3340. ],
  3341. 'mode' => 'outbound',
  3342. ],
  3343. ],
  3344. 'post_processors' => [
  3345. ],
  3346. ],
  3347. 'articles_preview3' => [
  3348. 'quality' => 75,
  3349. 'jpeg_quality' => NULL,
  3350. 'png_compression_level' => NULL,
  3351. 'png_compression_filter' => NULL,
  3352. 'format' => NULL,
  3353. 'animated' => false,
  3354. 'cache' => 'default',
  3355. 'data_loader' => 'default',
  3356. 'default_image' => NULL,
  3357. 'filters' => [
  3358. 'thumbnail' => [
  3359. 'size' => [
  3360. 0 => 800,
  3361. 1 => 533,
  3362. ],
  3363. 'mode' => 'outbound',
  3364. ],
  3365. ],
  3366. 'post_processors' => [
  3367. ],
  3368. ],
  3369. 'articles_preview4' => [
  3370. 'quality' => 75,
  3371. 'jpeg_quality' => NULL,
  3372. 'png_compression_level' => NULL,
  3373. 'png_compression_filter' => NULL,
  3374. 'format' => NULL,
  3375. 'animated' => false,
  3376. 'cache' => 'default',
  3377. 'data_loader' => 'default',
  3378. 'default_image' => NULL,
  3379. 'filters' => [
  3380. 'thumbnail' => [
  3381. 'size' => [
  3382. 0 => 396,
  3383. 1 => 396,
  3384. ],
  3385. 'mode' => 'outbound',
  3386. ],
  3387. ],
  3388. 'post_processors' => [
  3389. ],
  3390. ],
  3391. 'articles_preview5' => [
  3392. 'quality' => 75,
  3393. 'jpeg_quality' => NULL,
  3394. 'png_compression_level' => NULL,
  3395. 'png_compression_filter' => NULL,
  3396. 'format' => NULL,
  3397. 'animated' => false,
  3398. 'cache' => 'default',
  3399. 'data_loader' => 'default',
  3400. 'default_image' => NULL,
  3401. 'filters' => [
  3402. 'thumbnail' => [
  3403. 'size' => [
  3404. 0 => 800,
  3405. 1 => 800,
  3406. ],
  3407. 'mode' => 'outbound',
  3408. ],
  3409. ],
  3410. 'post_processors' => [
  3411. ],
  3412. ],
  3413. ],
  3414. 'liip_imagine.binary.loader.default' => 'default',
  3415. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3416. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3417. 'liip_imagine.webp.generate' => false,
  3418. 'liip_imagine.webp.options' => [
  3419. 'quality' => 100,
  3420. 'cache' => NULL,
  3421. 'data_loader' => NULL,
  3422. 'post_processors' => [
  3423. ],
  3424. ],
  3425. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  3426. 'vich_uploader.mappings' => [
  3427. 'articles_files' => [
  3428. 'uri_prefix' => '/uploads/articles',
  3429. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/articles'),
  3430. 'namer' => [
  3431. 'service' => 'vich_uploader.namer_uniqid.articles_files',
  3432. 'options' => [
  3433. ],
  3434. ],
  3435. 'directory_namer' => [
  3436. 'service' => NULL,
  3437. 'options' => NULL,
  3438. ],
  3439. 'delete_on_remove' => true,
  3440. 'delete_on_update' => true,
  3441. 'inject_on_load' => false,
  3442. 'db_driver' => 'orm',
  3443. ],
  3444. 'cvs_files' => [
  3445. 'uri_prefix' => '/files/cvs',
  3446. 'upload_destination' => (\dirname(__DIR__, 4).'/files/cvs/'),
  3447. 'namer' => [
  3448. 'service' => 'vich_uploader.namer_uniqid.cvs_files',
  3449. 'options' => [
  3450. ],
  3451. ],
  3452. 'directory_namer' => [
  3453. 'service' => NULL,
  3454. 'options' => NULL,
  3455. ],
  3456. 'delete_on_remove' => true,
  3457. 'delete_on_update' => true,
  3458. 'inject_on_load' => false,
  3459. 'db_driver' => 'orm',
  3460. ],
  3461. 'authors_files' => [
  3462. 'uri_prefix' => '/uploads/authors',
  3463. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/authors'),
  3464. 'namer' => [
  3465. 'service' => 'vich_uploader.namer_uniqid.authors_files',
  3466. 'options' => [
  3467. ],
  3468. ],
  3469. 'directory_namer' => [
  3470. 'service' => NULL,
  3471. 'options' => NULL,
  3472. ],
  3473. 'delete_on_remove' => true,
  3474. 'delete_on_update' => true,
  3475. 'inject_on_load' => false,
  3476. 'db_driver' => 'orm',
  3477. ],
  3478. 'pages_files' => [
  3479. 'uri_prefix' => '/uploads/pages',
  3480. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/pages'),
  3481. 'namer' => [
  3482. 'service' => 'vich_uploader.namer_uniqid.pages_files',
  3483. 'options' => [
  3484. ],
  3485. ],
  3486. 'directory_namer' => [
  3487. 'service' => NULL,
  3488. 'options' => NULL,
  3489. ],
  3490. 'delete_on_remove' => true,
  3491. 'delete_on_update' => true,
  3492. 'inject_on_load' => false,
  3493. 'db_driver' => 'orm',
  3494. ],
  3495. 'agencies_files' => [
  3496. 'uri_prefix' => '/uploads/agencies',
  3497. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/agencies'),
  3498. 'namer' => [
  3499. 'service' => 'vich_uploader.namer_uniqid.agencies_files',
  3500. 'options' => [
  3501. ],
  3502. ],
  3503. 'directory_namer' => [
  3504. 'service' => NULL,
  3505. 'options' => NULL,
  3506. ],
  3507. 'delete_on_remove' => true,
  3508. 'delete_on_update' => true,
  3509. 'inject_on_load' => false,
  3510. 'db_driver' => 'orm',
  3511. ],
  3512. 'press_files' => [
  3513. 'uri_prefix' => '/uploads/press',
  3514. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/press'),
  3515. 'namer' => [
  3516. 'service' => 'vich_uploader.namer_uniqid.press_files',
  3517. 'options' => [
  3518. ],
  3519. ],
  3520. 'directory_namer' => [
  3521. 'service' => NULL,
  3522. 'options' => NULL,
  3523. ],
  3524. 'delete_on_remove' => true,
  3525. 'delete_on_update' => true,
  3526. 'inject_on_load' => false,
  3527. 'db_driver' => 'orm',
  3528. ],
  3529. 'avatars_files' => [
  3530. 'uri_prefix' => '/uploads/avatars',
  3531. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/avatars'),
  3532. 'namer' => [
  3533. 'service' => 'vich_uploader.namer_uniqid.avatars_files',
  3534. 'options' => [
  3535. ],
  3536. ],
  3537. 'directory_namer' => [
  3538. 'service' => NULL,
  3539. 'options' => NULL,
  3540. ],
  3541. 'delete_on_remove' => true,
  3542. 'delete_on_update' => true,
  3543. 'inject_on_load' => false,
  3544. 'db_driver' => 'orm',
  3545. ],
  3546. 'uploads_files' => [
  3547. 'uri_prefix' => '/ups',
  3548. 'upload_destination' => (\dirname(__DIR__, 4).'/public/ups/'),
  3549. 'namer' => [
  3550. 'service' => 'vich_uploader.namer_uniqid.uploads_files',
  3551. 'options' => [
  3552. ],
  3553. ],
  3554. 'directory_namer' => [
  3555. 'service' => NULL,
  3556. 'options' => NULL,
  3557. ],
  3558. 'delete_on_remove' => true,
  3559. 'delete_on_update' => true,
  3560. 'inject_on_load' => false,
  3561. 'db_driver' => 'orm',
  3562. ],
  3563. 'candidates_files' => [
  3564. 'uri_prefix' => '/files/candidates',
  3565. 'upload_destination' => (\dirname(__DIR__, 4).'/files/candidates/'),
  3566. 'namer' => [
  3567. 'service' => 'vich_uploader.namer_uniqid.candidates_files',
  3568. 'options' => [
  3569. ],
  3570. ],
  3571. 'directory_namer' => [
  3572. 'service' => NULL,
  3573. 'options' => NULL,
  3574. ],
  3575. 'delete_on_remove' => true,
  3576. 'delete_on_update' => true,
  3577. 'inject_on_load' => false,
  3578. 'db_driver' => 'orm',
  3579. ],
  3580. ],
  3581. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3582. 'ewz_recaptcha.locale_key' => 'en',
  3583. 'ewz_recaptcha.enabled' => true,
  3584. 'ewz_recaptcha.verify_host' => false,
  3585. 'ewz_recaptcha.ajax' => false,
  3586. 'ewz_recaptcha.api_host' => 'www.google.com',
  3587. 'ewz_recaptcha.locale_from_request' => false,
  3588. 'ewz_recaptcha.version' => 2,
  3589. 'ewz_recaptcha.hide_badge' => false,
  3590. 'ewz_recaptcha.score_threshold' => 0.5,
  3591. 'ewz_recaptcha.timeout' => NULL,
  3592. 'ewz_recaptcha.trusted_roles' => [
  3593. ],
  3594. 'ewz_recaptcha.http_proxy' => [
  3595. 'host' => NULL,
  3596. 'port' => NULL,
  3597. 'auth' => NULL,
  3598. ],
  3599. 'ewz_recaptcha.service_definition' => [
  3600. ],
  3601. 'hwi_oauth.target_path_parameter' => NULL,
  3602. 'hwi_oauth.target_path_domains_whitelist' => [
  3603. ],
  3604. 'hwi_oauth.use_referer' => false,
  3605. 'hwi_oauth.failed_use_referer' => false,
  3606. 'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  3607. 'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  3608. 'hwi_oauth.resource_owners' => [
  3609. 'google' => 'google',
  3610. 'facebook' => 'facebook',
  3611. ],
  3612. 'hwi_oauth.connect' => false,
  3613. 'hwi_oauth.connect.confirmation' => false,
  3614. 'hwi_oauth.connect.registration_form' => NULL,
  3615. 'phpofficebundle_spreadsheet_class' => 'Yectep\\PhpSpreadsheetBundle\\Factory',
  3616. 'data_collector.templates' => [
  3617. 'data_collector.request' => [
  3618. 0 => 'request',
  3619. 1 => '@WebProfiler/Collector/request.html.twig',
  3620. ],
  3621. 'data_collector.time' => [
  3622. 0 => 'time',
  3623. 1 => '@WebProfiler/Collector/time.html.twig',
  3624. ],
  3625. 'data_collector.memory' => [
  3626. 0 => 'memory',
  3627. 1 => '@WebProfiler/Collector/memory.html.twig',
  3628. ],
  3629. 'data_collector.validator' => [
  3630. 0 => 'validator',
  3631. 1 => '@WebProfiler/Collector/validator.html.twig',
  3632. ],
  3633. 'data_collector.ajax' => [
  3634. 0 => 'ajax',
  3635. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3636. ],
  3637. 'data_collector.form' => [
  3638. 0 => 'form',
  3639. 1 => '@WebProfiler/Collector/form.html.twig',
  3640. ],
  3641. 'data_collector.exception' => [
  3642. 0 => 'exception',
  3643. 1 => '@WebProfiler/Collector/exception.html.twig',
  3644. ],
  3645. 'data_collector.logger' => [
  3646. 0 => 'logger',
  3647. 1 => '@WebProfiler/Collector/logger.html.twig',
  3648. ],
  3649. 'data_collector.events' => [
  3650. 0 => 'events',
  3651. 1 => '@WebProfiler/Collector/events.html.twig',
  3652. ],
  3653. 'data_collector.router' => [
  3654. 0 => 'router',
  3655. 1 => '@WebProfiler/Collector/router.html.twig',
  3656. ],
  3657. 'data_collector.cache' => [
  3658. 0 => 'cache',
  3659. 1 => '@WebProfiler/Collector/cache.html.twig',
  3660. ],
  3661. 'data_collector.translation' => [
  3662. 0 => 'translation',
  3663. 1 => '@WebProfiler/Collector/translation.html.twig',
  3664. ],
  3665. 'data_collector.security' => [
  3666. 0 => 'security',
  3667. 1 => '@Security/Collector/security.html.twig',
  3668. ],
  3669. 'data_collector.twig' => [
  3670. 0 => 'twig',
  3671. 1 => '@WebProfiler/Collector/twig.html.twig',
  3672. ],
  3673. 'data_collector.http_client' => [
  3674. 0 => 'http_client',
  3675. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3676. ],
  3677. 'data_collector.doctrine' => [
  3678. 0 => 'db',
  3679. 1 => '@Doctrine/Collector/db.html.twig',
  3680. ],
  3681. 'data_collector.dump' => [
  3682. 0 => 'dump',
  3683. 1 => '@Debug/Profiler/dump.html.twig',
  3684. ],
  3685. 'mailer.data_collector' => [
  3686. 0 => 'mailer',
  3687. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3688. ],
  3689. 'notifier.data_collector' => [
  3690. 0 => 'notifier',
  3691. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3692. ],
  3693. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3694. 0 => 'vich_uploader.mapping_collector',
  3695. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  3696. ],
  3697. 'data_collector.config' => [
  3698. 0 => 'config',
  3699. 1 => '@WebProfiler/Collector/config.html.twig',
  3700. ],
  3701. ],
  3702. 'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  3703. 'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  3704. 'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  3705. 'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  3706. 'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  3707. 'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  3708. 'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  3709. 'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  3710. 'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  3711. 'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  3712. 'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  3713. 'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  3714. 'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  3715. 'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  3716. 'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  3717. 'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  3718. 'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  3719. 'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  3720. 'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  3721. 'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  3722. 'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  3723. 'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  3724. 'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  3725. 'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  3726. 'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  3727. 'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  3728. 'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  3729. 'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  3730. 'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  3731. 'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  3732. 'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  3733. 'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  3734. 'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  3735. 'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  3736. 'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  3737. 'hwi_oauth.resource_owner.telegram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TelegramResourceOwner',
  3738. 'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  3739. 'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  3740. 'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  3741. 'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  3742. 'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  3743. 'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  3744. 'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  3745. 'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  3746. 'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  3747. 'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  3748. 'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  3749. 'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  3750. 'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  3751. 'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  3752. 'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  3753. 'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  3754. 'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  3755. 'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  3756. 'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  3757. 'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  3758. 'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  3759. 'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  3760. 'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  3761. 'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  3762. 'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  3763. 'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  3764. 'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  3765. 'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  3766. 'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  3767. 'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  3768. 'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  3769. 'console.command.ids' => [
  3770. 0 => 'console.command.public_alias.App\\Command\\ArticlesCommand',
  3771. 1 => 'console.command.public_alias.App\\Command\\Mailing\\StacksCommand',
  3772. ],
  3773. ];
  3774. }
  3775. protected function throw($message)
  3776. {
  3777. throw new RuntimeException($message);
  3778. }
  3779. }