var/cache/dev/Container4CH9jWl/App_KernelDevDebugContainer.php line 559

Open in your IDE?
  1. <?php
  2. namespace Container4CH9jWl;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  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. 'markdown.parser' => 'getMarkdown_ParserService',
  49. 'request_stack' => 'getRequestStackService',
  50. 'router' => 'getRouterService',
  51. 'translator' => 'getTranslatorService',
  52. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53. 'cache_clearer' => 'getCacheClearerService',
  54. 'filesystem' => 'getFilesystemService',
  55. 'serializer' => 'getSerializerService',
  56. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57. 'form.factory' => 'getForm_FactoryService',
  58. 'form.type.file' => 'getForm_Type_FileService',
  59. 'profiler' => 'getProfilerService',
  60. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  61. 'security.token_storage' => 'getSecurity_TokenStorageService',
  62. 'twig' => 'getTwigService',
  63. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64. 'session' => 'getSessionService',
  65. 'validator' => 'getValidatorService',
  66. ];
  67. $this->fileMap = [
  68. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  73. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  74. '.container.private.session' => 'get_Container_Private_SessionService',
  75. 'App\\Controller\\Admin\\ContractsCrudController' => 'getContractsCrudControllerService',
  76. 'App\\Controller\\Admin\\CustomersCrudController' => 'getCustomersCrudControllerService',
  77. 'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  78. 'App\\Controller\\Admin\\EventsCrudController' => 'getEventsCrudControllerService',
  79. 'App\\Controller\\Admin\\MaterialCrudController' => 'getMaterialCrudControllerService',
  80. 'App\\Controller\\Admin\\MyProjectsCrudController' => 'getMyProjectsCrudControllerService',
  81. 'App\\Controller\\Admin\\PhotoCrudController' => 'getPhotoCrudControllerService',
  82. 'App\\Controller\\Admin\\ProjectProductsCrudController' => 'getProjectProductsCrudControllerService',
  83. 'App\\Controller\\Admin\\ProjectsCrudController' => 'getProjectsCrudControllerService',
  84. 'App\\Controller\\Admin\\QuoteItemsCrudController' => 'getQuoteItemsCrudControllerService',
  85. 'App\\Controller\\Admin\\QuotesCrudController' => 'getQuotesCrudControllerService',
  86. 'App\\Controller\\Admin\\SettingsCrudController' => 'getSettingsCrudControllerService',
  87. 'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  88. 'App\\Controller\\Admin\\WorkHoursCrudController' => 'getWorkHoursCrudControllerService',
  89. 'App\\Controller\\Admin\\WorkersCrudController' => 'getWorkersCrudControllerService',
  90. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  91. 'App\\Namer\\DirectoryNamer' => 'getDirectoryNamerService',
  92. 'App\\Namer\\FileNamer' => 'getFileNamerService',
  93. 'App\\Namer\\FileNamer.attachments' => 'getFileNamer_AttachmentsService',
  94. 'App\\Namer\\FileNamer.photos' => 'getFileNamer_PhotosService',
  95. 'CalendarBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
  96. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  97. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  98. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  99. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  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_loader' => 'getConsole_CommandLoaderService',
  116. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  117. 'error_controller' => 'getErrorControllerService',
  118. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  119. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  120. 'routing.loader' => 'getRouting_LoaderService',
  121. 'services_resetter' => 'getServicesResetterService',
  122. 'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  123. 'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  124. 'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  125. 'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  126. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  127. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  128. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  129. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  130. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  131. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  132. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  133. ];
  134. $this->aliases = [
  135. 'App\\Kernel' => 'kernel',
  136. 'database_connection' => 'doctrine.dbal.default_connection',
  137. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  138. 'mailer' => 'swiftmailer.mailer.default',
  139. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  140. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  141. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  142. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  143. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  144. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  145. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  146. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  147. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  148. ];
  149. $this->privates['service_container'] = function () {
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  156. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  157. include_once \dirname(__DIR__, 4).'/src/Service/Settings.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  521. };
  522. }
  523. public function compile(): void
  524. {
  525. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  526. }
  527. public function isCompiled(): bool
  528. {
  529. return true;
  530. }
  531. public function getRemovedIds(): array
  532. {
  533. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  534. }
  535. protected function load($file, $lazyLoad = true)
  536. {
  537. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  538. return $class::do($this, $lazyLoad);
  539. }
  540. if ('.' === $file[-4]) {
  541. $class = substr($class, 0, -4);
  542. } else {
  543. $file .= '.php';
  544. }
  545. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  546. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  547. }
  548. protected function createProxy($class, \Closure $factory)
  549. {
  550. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  551. return $factory();
  552. }
  553. /**
  554. * Gets the public '.container.private.profiler' shared service.
  555. *
  556. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  557. */
  558. protected function get_Container_Private_ProfilerService()
  559. {
  560. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  561. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  562. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  563. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  564. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  565. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  566. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  567. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  568. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  569. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  570. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  571. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  572. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  573. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  574. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  575. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  576. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  577. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  578. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  579. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  580. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  581. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  582. if ($this->has('kernel')) {
  583. $f->setKernel($b);
  584. }
  585. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  586. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  587. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  588. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  589. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  590. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  591. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  592. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  593. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  594. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  595. $instance->add($d);
  596. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  597. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  598. $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())));
  599. $instance->add($e);
  600. $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([])))));
  601. $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  602. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  603. $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()))));
  604. $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()))));
  605. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  606. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  607. $instance->add($f);
  608. return $instance;
  609. }
  610. /**
  611. * Gets the public '.container.private.security.authorization_checker' shared service.
  612. *
  613. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  614. */
  615. protected function get_Container_Private_Security_AuthorizationCheckerService()
  616. {
  617. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  618. if (isset($this->services['.container.private.security.authorization_checker'])) {
  619. return $this->services['.container.private.security.authorization_checker'];
  620. }
  621. return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
  622. }
  623. /**
  624. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  625. *
  626. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  627. */
  628. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  629. {
  630. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  631. }
  632. /**
  633. * Gets the public '.container.private.security.token_storage' shared service.
  634. *
  635. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  636. */
  637. protected function get_Container_Private_Security_TokenStorageService()
  638. {
  639. 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, [
  640. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  641. ], [
  642. 'request_stack' => '?',
  643. ]));
  644. }
  645. /**
  646. * Gets the public '.container.private.twig' shared service.
  647. *
  648. * @return \Twig\Environment
  649. */
  650. protected function get_Container_Private_TwigService()
  651. {
  652. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  653. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  654. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  655. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  656. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  657. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  658. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  659. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  660. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  661. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  662. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  663. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  664. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  665. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  666. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  667. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  668. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  669. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  670. $a->addPath((\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Resources/views'), 'Calendar');
  671. $a->addPath((\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Resources/views'), '!Calendar');
  672. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  673. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  674. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  675. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  676. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  677. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  678. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  679. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  680. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  681. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  682. $g = ($this->services['router'] ?? $this->getRouterService());
  683. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  684. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  685. $i = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  686. $i->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  687. $i->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  688. $i->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  689. $i->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  690. $i->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  691. $j = new \Symfony\Bridge\Twig\AppVariable();
  692. $j->setEnvironment('dev');
  693. $j->setDebug(true);
  694. if ($this->has('.container.private.security.token_storage')) {
  695. $j->setTokenStorage($c);
  696. }
  697. if ($this->has('request_stack')) {
  698. $j->setRequestStack($b);
  699. }
  700. $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  701. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  702. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  703. $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  704. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  705. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  706. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  707. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  708. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  709. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  710. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  711. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  712. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  713. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $g)));
  714. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  715. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  716. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  717. $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())));
  718. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  719. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  720. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  721. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  722. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  723. ], [
  724. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  725. ])));
  726. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  727. $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($i));
  728. $instance->addGlobal('app', $j);
  729. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  730. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  731. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  732. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  733. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  734. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  735. ], [
  736. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  737. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  738. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  739. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  740. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  741. ])));
  742. $instance->addGlobal('settings', ($this->privates['App\\Service\\Settings'] ?? $this->getSettingsService()));
  743. $instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
  744. $instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
  745. $instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
  746. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  747. return $instance;
  748. }
  749. /**
  750. * Gets the public '.container.private.validator' shared service.
  751. *
  752. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  753. */
  754. protected function get_Container_Private_ValidatorService()
  755. {
  756. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  757. if (isset($this->services['.container.private.validator'])) {
  758. return $this->services['.container.private.validator'];
  759. }
  760. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  761. }
  762. /**
  763. * Gets the public 'cache.app' shared service.
  764. *
  765. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  766. */
  767. protected function getCache_AppService()
  768. {
  769. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('G5+Xg1Zxb4', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  770. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  771. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  772. }
  773. /**
  774. * Gets the public 'cache.system' shared service.
  775. *
  776. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  777. */
  778. protected function getCache_SystemService()
  779. {
  780. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xSCqepr9i0', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  781. }
  782. /**
  783. * Gets the public 'cache.validator_expression_language' shared service.
  784. *
  785. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  786. */
  787. protected function getCache_ValidatorExpressionLanguageService()
  788. {
  789. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lyhwpySHLE', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  790. }
  791. /**
  792. * Gets the public 'data_collector.dump' shared service.
  793. *
  794. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  795. */
  796. protected function getDataCollector_DumpService()
  797. {
  798. 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()));
  799. }
  800. /**
  801. * Gets the public 'doctrine' shared service.
  802. *
  803. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  804. */
  805. protected function getDoctrineService()
  806. {
  807. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  808. }
  809. /**
  810. * Gets the public 'doctrine.dbal.default_connection' shared service.
  811. *
  812. * @return \Doctrine\DBAL\Connection
  813. */
  814. protected function getDoctrine_Dbal_DefaultConnectionService()
  815. {
  816. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  817. if (isset($this->services['doctrine.dbal.default_connection'])) {
  818. return $this->services['doctrine.dbal.default_connection'];
  819. }
  820. $b = new \Doctrine\DBAL\Configuration();
  821. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  822. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  823. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  824. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  825. $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))));
  826. $d->setConnectionName('default');
  827. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  828. $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')))]));
  829. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  830. 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(['dbname' => $this->getEnv('resolve:DATABASE_NAME'), 'host' => $this->getEnv('resolve:DATABASE_HOST'), 'port' => 3306, 'user' => $this->getEnv('resolve:DATABASE_USER'), 'password' => $this->getEnv('resolve:DATABASE_PASSWORD'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  831. }
  832. /**
  833. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  834. *
  835. * @return \Doctrine\ORM\EntityManager
  836. */
  837. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  838. {
  839. if ($lazyLoad) {
  840. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  841. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  842. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  843. $proxy->setProxyInitializer(null);
  844. return true;
  845. });
  846. });
  847. }
  848. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  870. $a = new \Doctrine\ORM\Configuration();
  871. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  872. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  873. $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  874. $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Entity')], false))), 'CalendarBundle\\Entity');
  875. $a->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity', 'CalendarBundle' => 'CalendarBundle\\Entity']);
  876. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  877. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  878. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  879. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  880. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  881. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  882. ], [
  883. 'doctrine.ulid_generator' => '?',
  884. 'doctrine.uuid_generator' => '?',
  885. ])));
  886. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  887. $a->setProxyNamespace('Proxies');
  888. $a->setAutoGenerateProxyClasses(true);
  889. $a->setSchemaIgnoreClasses([]);
  890. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  891. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  892. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  893. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  894. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  895. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  896. $a->setLazyGhostObjectEnabled(false);
  897. $a->setIdentityGenerationPreferences([]);
  898. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  899. 'App\\Repository\\ContractsRepository' => ['privates', 'App\\Repository\\ContractsRepository', 'getContractsRepositoryService', true],
  900. 'App\\Repository\\CustomersRepository' => ['privates', 'App\\Repository\\CustomersRepository', 'getCustomersRepositoryService', true],
  901. 'App\\Repository\\EventsRepository' => ['privates', 'App\\Repository\\EventsRepository', 'getEventsRepositoryService', true],
  902. 'App\\Repository\\MaterialRepository' => ['privates', 'App\\Repository\\MaterialRepository', 'getMaterialRepositoryService', true],
  903. 'App\\Repository\\ProjectProductsRepository' => ['privates', 'App\\Repository\\ProjectProductsRepository', 'getProjectProductsRepositoryService', true],
  904. 'App\\Repository\\ProjectsRepository' => ['privates', 'App\\Repository\\ProjectsRepository', 'getProjectsRepositoryService', true],
  905. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  906. 'App\\Repository\\WorkHoursRepository' => ['privates', 'App\\Repository\\WorkHoursRepository', 'getWorkHoursRepositoryService', true],
  907. 'App\\Repository\\WorkersRepository' => ['privates', 'App\\Repository\\WorkersRepository', 'getWorkersRepositoryService', true],
  908. ], [
  909. 'App\\Repository\\ContractsRepository' => '?',
  910. 'App\\Repository\\CustomersRepository' => '?',
  911. 'App\\Repository\\EventsRepository' => '?',
  912. 'App\\Repository\\MaterialRepository' => '?',
  913. 'App\\Repository\\ProjectProductsRepository' => '?',
  914. 'App\\Repository\\ProjectsRepository' => '?',
  915. 'App\\Repository\\UserRepository' => '?',
  916. 'App\\Repository\\WorkHoursRepository' => '?',
  917. 'App\\Repository\\WorkersRepository' => '?',
  918. ])));
  919. $a->addCustomStringFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  920. $a->addCustomStringFunction('CONCAT_WS', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  921. $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()));
  922. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  923. return $instance;
  924. }
  925. /**
  926. * Gets the public 'event_dispatcher' shared service.
  927. *
  928. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  929. */
  930. protected function getEventDispatcherService()
  931. {
  932. $a = new \Symfony\Bridge\Monolog\Logger('event');
  933. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  934. $a->pushHandler(new \Monolog\Handler\NullHandler());
  935. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  936. $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())));
  937. $instance->addListener('vich_uploader.post_upload', [0 => function () {
  938. return ($this->privates['App\\EventListener\\ResizeListener'] ?? ($this->privates['App\\EventListener\\ResizeListener'] = new \App\EventListener\ResizeListener()));
  939. }, 1 => 'onVichUploaderPostUpload'], 0);
  940. $instance->addListener('kernel.controller', [0 => function () {
  941. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  942. }, 1 => 'onKernelController'], 0);
  943. $instance->addListener('console.command', [0 => function () {
  944. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  945. }, 1 => 'onConsoleCommand'], 0);
  946. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  947. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  948. }, 1 => 'checkPassport'], 1024);
  949. $instance->addListener('kernel.response', [0 => function () {
  950. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  951. }, 1 => 'onKernelResponse'], 0);
  952. $instance->addListener('kernel.exception', [0 => function () {
  953. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  954. }, 1 => 'onKernelException'], -64);
  955. $instance->addListener('kernel.view', [0 => function () {
  956. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  957. }, 1 => 'onKernelView'], 0);
  958. $instance->addListener('kernel.response', [0 => function () {
  959. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  960. }, 1 => 'onKernelResponse'], 0);
  961. $instance->addListener('kernel.response', [0 => function () {
  962. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  963. }, 1 => 'onKernelResponse'], -1024);
  964. $instance->addListener('kernel.request', [0 => function () {
  965. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  966. }, 1 => 'setDefaultLocale'], 100);
  967. $instance->addListener('kernel.request', [0 => function () {
  968. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  969. }, 1 => 'onKernelRequest'], 16);
  970. $instance->addListener('kernel.finish_request', [0 => function () {
  971. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  972. }, 1 => 'onKernelFinishRequest'], 0);
  973. $instance->addListener('kernel.request', [0 => function () {
  974. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  975. }, 1 => 'onKernelRequest'], 256);
  976. $instance->addListener('kernel.response', [0 => function () {
  977. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  978. }, 1 => 'onResponse'], -255);
  979. $instance->addListener('kernel.controller_arguments', [0 => function () {
  980. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  981. }, 1 => 'onControllerArguments'], 0);
  982. $instance->addListener('kernel.exception', [0 => function () {
  983. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  984. }, 1 => 'logKernelException'], 0);
  985. $instance->addListener('kernel.exception', [0 => function () {
  986. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  987. }, 1 => 'onKernelException'], -128);
  988. $instance->addListener('kernel.response', [0 => function () {
  989. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  990. }, 1 => 'removeCspHeader'], -128);
  991. $instance->addListener('kernel.request', [0 => function () {
  992. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  993. }, 1 => 'onKernelRequest'], 15);
  994. $instance->addListener('kernel.finish_request', [0 => function () {
  995. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  996. }, 1 => 'onKernelFinishRequest'], -15);
  997. $instance->addListener('console.error', [0 => function () {
  998. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  999. }, 1 => 'onConsoleError'], -128);
  1000. $instance->addListener('console.terminate', [0 => function () {
  1001. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1002. }, 1 => 'onConsoleTerminate'], -128);
  1003. $instance->addListener('console.error', [0 => function () {
  1004. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1005. }, 1 => 'onConsoleError'], 0);
  1006. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1007. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1008. }, 1 => 'onMessage'], -255);
  1009. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1010. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1011. }, 1 => 'onMessage'], -255);
  1012. $instance->addListener('kernel.request', [0 => function () {
  1013. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1014. }, 1 => 'configure'], 2048);
  1015. $instance->addListener('console.command', [0 => function () {
  1016. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1017. }, 1 => 'configure'], 2048);
  1018. $instance->addListener('kernel.request', [0 => function () {
  1019. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1020. }, 1 => 'onKernelRequest'], 32);
  1021. $instance->addListener('kernel.finish_request', [0 => function () {
  1022. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1023. }, 1 => 'onKernelFinishRequest'], 0);
  1024. $instance->addListener('kernel.exception', [0 => function () {
  1025. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1026. }, 1 => 'onKernelException'], -64);
  1027. $instance->addListener('kernel.response', [0 => function () {
  1028. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1029. }, 1 => 'onKernelResponse'], 0);
  1030. $instance->addListener('kernel.request', [0 => function () {
  1031. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1032. }, 1 => 'onKernelRequest'], 128);
  1033. $instance->addListener('kernel.response', [0 => function () {
  1034. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1035. }, 1 => 'onKernelResponse'], -1000);
  1036. $instance->addListener('kernel.finish_request', [0 => function () {
  1037. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1038. }, 1 => 'onFinishRequest'], 0);
  1039. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1040. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1041. }, 1 => 'onNotification'], -255);
  1042. $instance->addListener('kernel.response', [0 => function () {
  1043. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1044. }, 1 => 'onKernelResponse'], -100);
  1045. $instance->addListener('kernel.exception', [0 => function () {
  1046. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1047. }, 1 => 'onKernelException'], 0);
  1048. $instance->addListener('kernel.terminate', [0 => function () {
  1049. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1050. }, 1 => 'onKernelTerminate'], -1024);
  1051. $instance->addListener('kernel.controller', [0 => function () {
  1052. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1053. }, 1 => 'onKernelController'], 0);
  1054. $instance->addListener('kernel.response', [0 => function () {
  1055. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1056. }, 1 => 'onKernelResponse'], 0);
  1057. $instance->addListener('kernel.controller', [0 => function () {
  1058. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1059. }, 1 => 'onKernelController'], 0);
  1060. $instance->addListener('kernel.controller', [0 => function () {
  1061. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1062. }, 1 => 'onKernelController'], 0);
  1063. $instance->addListener('kernel.controller', [0 => function () {
  1064. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1065. }, 1 => 'onKernelController'], -128);
  1066. $instance->addListener('kernel.view', [0 => function () {
  1067. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1068. }, 1 => 'onKernelView'], 0);
  1069. $instance->addListener('kernel.controller', [0 => function () {
  1070. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1071. }, 1 => 'onKernelController'], 0);
  1072. $instance->addListener('kernel.response', [0 => function () {
  1073. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1074. }, 1 => 'onKernelResponse'], 0);
  1075. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1076. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1077. }, 1 => 'onKernelControllerArguments'], 0);
  1078. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1079. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1080. }, 1 => 'onKernelControllerArguments'], 0);
  1081. $instance->addListener('kernel.response', [0 => function () {
  1082. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1083. }, 1 => 'onKernelResponse'], 0);
  1084. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1085. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1086. }, 1 => 'checkPassport'], 0);
  1087. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1088. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1089. }, 1 => 'onLoginSuccess'], 0);
  1090. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1091. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1092. }, 1 => 'onVoterVote'], 0);
  1093. $instance->addListener('kernel.request', [0 => function () {
  1094. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1095. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1096. $instance->addListener('kernel.request', [0 => function () {
  1097. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1098. }, 1 => 'onKernelRequest'], 8);
  1099. $instance->addListener('kernel.finish_request', [0 => function () {
  1100. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1101. }, 1 => 'onKernelFinishRequest'], 0);
  1102. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1103. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1104. }, 1 => 'onMessage'], 0);
  1105. $instance->addListener('kernel.response', [0 => function () {
  1106. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1107. }, 1 => 'onKernelResponse'], -128);
  1108. $instance->addListener('console.command', [0 => function () {
  1109. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1110. }, 1 => 'onCommand'], 255);
  1111. $instance->addListener('console.terminate', [0 => function () {
  1112. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1113. }, 1 => 'onTerminate'], -255);
  1114. $instance->addListener('console.command', [0 => function () {
  1115. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1116. }, 1 => 'configure'], 1024);
  1117. $instance->addListener('console.error', [0 => function () {
  1118. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1119. }, 1 => 'onConsoleError'], 0);
  1120. $instance->addListener('console.terminate', [0 => function () {
  1121. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1122. }, 1 => 'onConsoleTerminate'], 0);
  1123. $instance->addListener('kernel.request', [0 => function () {
  1124. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1125. }, 1 => 'handleLegacyEaContext'], 10);
  1126. $instance->addListener('kernel.request', [0 => function () {
  1127. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1128. }, 1 => 'onKernelRequest'], 0);
  1129. $instance->addListener('kernel.controller', [0 => function () {
  1130. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1131. }, 1 => 'onKernelController'], 128);
  1132. $instance->addListener('kernel.exception', [0 => function () {
  1133. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1134. }, 1 => 'onException'], 0);
  1135. $instance->addListener('kernel.terminate', [0 => function () {
  1136. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1137. }, 1 => 'onTerminate'], 0);
  1138. $instance->addListener('console.error', [0 => function () {
  1139. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1140. }, 1 => 'onException'], 0);
  1141. $instance->addListener('console.terminate', [0 => function () {
  1142. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1143. }, 1 => 'onTerminate'], 0);
  1144. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1145. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1146. }, 1 => 'checkPassport'], 512);
  1147. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1148. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1149. }, 1 => 'onLogout'], 0);
  1150. return $instance;
  1151. }
  1152. /**
  1153. * Gets the public 'http_kernel' shared service.
  1154. *
  1155. * @return \Symfony\Component\HttpKernel\HttpKernel
  1156. */
  1157. protected function getHttpKernelService()
  1158. {
  1159. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1160. if (isset($this->services['http_kernel'])) {
  1161. return $this->services['http_kernel'];
  1162. }
  1163. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  1164. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1165. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1166. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1167. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1168. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1169. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1170. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1171. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1172. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1173. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1174. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1175. }
  1176. /**
  1177. * Gets the public 'markdown.parser' shared service.
  1178. *
  1179. * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1180. */
  1181. protected function getMarkdown_ParserService()
  1182. {
  1183. return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1184. }
  1185. /**
  1186. * Gets the public 'request_stack' shared service.
  1187. *
  1188. * @return \Symfony\Component\HttpFoundation\RequestStack
  1189. */
  1190. protected function getRequestStackService()
  1191. {
  1192. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1193. }
  1194. /**
  1195. * Gets the public 'router' shared service.
  1196. *
  1197. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1198. */
  1199. protected function getRouterService()
  1200. {
  1201. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1202. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1203. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1204. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1205. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1206. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1207. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1208. ], [
  1209. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1210. ]))->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, 'hu');
  1211. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1212. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1213. return $instance;
  1214. }
  1215. /**
  1216. * Gets the public 'translator' shared service.
  1217. *
  1218. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1219. */
  1220. protected function getTranslatorService()
  1221. {
  1222. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1223. }
  1224. /**
  1225. * Gets the public 'var_dumper.cloner' shared service.
  1226. *
  1227. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1228. */
  1229. protected function getVarDumper_ClonerService()
  1230. {
  1231. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1232. $instance->setMaxItems(2500);
  1233. $instance->setMinDepth(1);
  1234. $instance->setMaxString(-1);
  1235. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1236. return $instance;
  1237. }
  1238. /**
  1239. * Gets the private '.debug.http_client' shared service.
  1240. *
  1241. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1242. */
  1243. protected function get_Debug_HttpClientService()
  1244. {
  1245. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1246. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1247. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1248. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1249. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1250. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1251. $a->setLogger($b);
  1252. 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))));
  1253. }
  1254. /**
  1255. * Gets the private '.service_locator.zJyh7qS' shared service.
  1256. *
  1257. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1258. */
  1259. protected function get_ServiceLocator_ZJyh7qSService()
  1260. {
  1261. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1262. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1263. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1264. ], [
  1265. 'security.firewall.map.context.dev' => '?',
  1266. 'security.firewall.map.context.main' => '?',
  1267. ]);
  1268. }
  1269. /**
  1270. * Gets the private 'App\Service\Settings' shared autowired service.
  1271. *
  1272. * @return \App\Service\Settings
  1273. */
  1274. protected function getSettingsService()
  1275. {
  1276. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1277. if (isset($this->privates['App\\Service\\Settings'])) {
  1278. return $this->privates['App\\Service\\Settings'];
  1279. }
  1280. return $this->privates['App\\Service\\Settings'] = new \App\Service\Settings(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['router'] ?? $this->getRouterService()), $a);
  1281. }
  1282. /**
  1283. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1284. *
  1285. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1286. */
  1287. protected function getAdminRouterSubscriberService()
  1288. {
  1289. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1290. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1291. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1292. }
  1293. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1294. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1295. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1296. }
  1297. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1298. $d = ($this->services['router'] ?? $this->getRouterService());
  1299. $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1300. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', $c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c, $d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e, $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d, $d, $b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1301. }
  1302. /**
  1303. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1304. *
  1305. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1306. */
  1307. protected function getActionFactoryService()
  1308. {
  1309. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1310. }
  1311. /**
  1312. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1313. *
  1314. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1315. */
  1316. protected function getControllerFactoryService()
  1317. {
  1318. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1319. }
  1320. /**
  1321. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1322. *
  1323. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1324. */
  1325. protected function getEntityFactoryService()
  1326. {
  1327. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1328. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1329. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1330. }
  1331. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1332. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1333. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1334. yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1335. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1336. yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1337. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1338. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1339. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1340. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1341. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1342. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1343. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1344. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1345. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1346. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
  1347. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1348. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1349. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1350. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1351. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1352. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1353. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1354. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1355. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1356. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1357. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1358. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1359. yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1360. yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1361. }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1362. }
  1363. /**
  1364. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1365. *
  1366. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1367. */
  1368. protected function getAdminContextProviderService()
  1369. {
  1370. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1371. }
  1372. /**
  1373. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1374. *
  1375. * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1376. */
  1377. protected function getCrudControllerRegistryService()
  1378. {
  1379. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [0 => 'App\\Controller\\Admin\\ContractsCrudController', 1 => 'App\\Controller\\Admin\\CustomersCrudController', 2 => 'App\\Controller\\Admin\\EventsCrudController', 3 => 'App\\Controller\\Admin\\MaterialCrudController', 4 => 'App\\Controller\\Admin\\MyProjectsCrudController', 5 => 'App\\Controller\\Admin\\PhotoCrudController', 6 => 'App\\Controller\\Admin\\ProjectProductsCrudController', 7 => 'App\\Controller\\Admin\\ProjectsCrudController', 8 => 'App\\Controller\\Admin\\QuoteItemsCrudController', 9 => 'App\\Controller\\Admin\\QuotesCrudController', 10 => 'App\\Controller\\Admin\\SettingsCrudController', 11 => 'App\\Controller\\Admin\\UserCrudController', 12 => 'App\\Controller\\Admin\\WorkHoursCrudController', 13 => 'App\\Controller\\Admin\\WorkersCrudController']);
  1380. }
  1381. /**
  1382. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1383. *
  1384. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1385. */
  1386. protected function getAdminUrlGeneratorService()
  1387. {
  1388. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1389. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1390. };
  1391. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1392. }
  1393. /**
  1394. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1395. *
  1396. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1397. */
  1398. protected function getAuthorizationCheckerService()
  1399. {
  1400. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1401. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1402. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1403. }
  1404. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1405. }
  1406. /**
  1407. * Gets the private 'annotations.cache_adapter' shared service.
  1408. *
  1409. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1410. */
  1411. protected function getAnnotations_CacheAdapterService()
  1412. {
  1413. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1414. }
  1415. /**
  1416. * Gets the private 'annotations.cached_reader' shared service.
  1417. *
  1418. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1419. */
  1420. protected function getAnnotations_CachedReaderService()
  1421. {
  1422. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1423. }
  1424. /**
  1425. * Gets the private 'annotations.reader' shared service.
  1426. *
  1427. * @return \Doctrine\Common\Annotations\AnnotationReader
  1428. */
  1429. protected function getAnnotations_ReaderService()
  1430. {
  1431. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1432. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1433. $a->registerUniqueLoader('class_exists');
  1434. $instance->addGlobalIgnoredName('required', $a);
  1435. return $instance;
  1436. }
  1437. /**
  1438. * Gets the private 'assets.packages' shared service.
  1439. *
  1440. * @return \Symfony\Component\Asset\Packages
  1441. */
  1442. protected function getAssets_PackagesService()
  1443. {
  1444. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1445. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), 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 () {
  1446. return new \EmptyIterator();
  1447. }, 0));
  1448. }
  1449. /**
  1450. * Gets the private 'cache.annotations' shared service.
  1451. *
  1452. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1453. */
  1454. protected function getCache_AnnotationsService()
  1455. {
  1456. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gvluOSgxaM', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1457. }
  1458. /**
  1459. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1460. *
  1461. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1462. */
  1463. protected function getCache_Doctrine_Orm_Default_QueryService()
  1464. {
  1465. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1466. }
  1467. /**
  1468. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1469. *
  1470. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1471. */
  1472. protected function getCache_Doctrine_Orm_Default_ResultService()
  1473. {
  1474. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1475. }
  1476. /**
  1477. * Gets the private 'cache.property_info' shared service.
  1478. *
  1479. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1480. */
  1481. protected function getCache_PropertyInfoService()
  1482. {
  1483. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qt0Sdm06mg', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1484. }
  1485. /**
  1486. * Gets the private 'cache.security_expression_language' shared service.
  1487. *
  1488. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1489. */
  1490. protected function getCache_SecurityExpressionLanguageService()
  1491. {
  1492. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8tCSNt4UAj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1493. }
  1494. /**
  1495. * Gets the private 'cache.serializer' shared service.
  1496. *
  1497. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1498. */
  1499. protected function getCache_SerializerService()
  1500. {
  1501. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MiuDJmIgCM', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1502. }
  1503. /**
  1504. * Gets the private 'cache.validator' shared service.
  1505. *
  1506. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1507. */
  1508. protected function getCache_ValidatorService()
  1509. {
  1510. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('53iMwL3dIs', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1511. }
  1512. /**
  1513. * Gets the private 'config_cache_factory' shared service.
  1514. *
  1515. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1516. */
  1517. protected function getConfigCacheFactoryService()
  1518. {
  1519. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1520. 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)));
  1521. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1522. }, 2));
  1523. }
  1524. /**
  1525. * Gets the private 'data_collector.form' shared service.
  1526. *
  1527. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1528. */
  1529. protected function getDataCollector_FormService()
  1530. {
  1531. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1532. }
  1533. /**
  1534. * Gets the private 'data_collector.request' shared service.
  1535. *
  1536. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1537. */
  1538. protected function getDataCollector_RequestService()
  1539. {
  1540. 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())));
  1541. }
  1542. /**
  1543. * Gets the private 'debug.controller_resolver' shared service.
  1544. *
  1545. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1546. */
  1547. protected function getDebug_ControllerResolverService()
  1548. {
  1549. return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1550. }
  1551. /**
  1552. * Gets the private 'debug.debug_handlers_listener' shared service.
  1553. *
  1554. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1555. */
  1556. protected function getDebug_DebugHandlersListenerService()
  1557. {
  1558. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1559. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1560. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1561. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1562. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1563. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1564. }
  1565. /**
  1566. * Gets the private 'debug.file_link_formatter' shared service.
  1567. *
  1568. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1569. */
  1570. protected function getDebug_FileLinkFormatterService()
  1571. {
  1572. 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 () {
  1573. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1574. });
  1575. }
  1576. /**
  1577. * Gets the private 'debug.log_processor' shared service.
  1578. *
  1579. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1580. */
  1581. protected function getDebug_LogProcessorService()
  1582. {
  1583. 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())));
  1584. }
  1585. /**
  1586. * Gets the private 'debug.security.access.decision_manager' shared service.
  1587. *
  1588. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1589. */
  1590. protected function getDebug_Security_Access_DecisionManagerService()
  1591. {
  1592. 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 () {
  1593. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1594. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1595. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1596. yield 3 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1597. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1598. }
  1599. /**
  1600. * Gets the private 'debug.security.firewall' shared service.
  1601. *
  1602. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1603. */
  1604. protected function getDebug_Security_FirewallService()
  1605. {
  1606. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1607. if (isset($this->privates['debug.security.firewall'])) {
  1608. return $this->privates['debug.security.firewall'];
  1609. }
  1610. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $a, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1611. }
  1612. /**
  1613. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1614. *
  1615. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1616. */
  1617. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1618. {
  1619. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1620. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1621. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1622. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1623. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1624. 'vich_uploader.listener.clean.attachments' => ['privates', 'vich_uploader.listener.clean.attachments', 'getVichUploader_Listener_Clean_AttachmentsService', true],
  1625. 'vich_uploader.listener.clean.photos' => ['privates', 'vich_uploader.listener.clean.photos', 'getVichUploader_Listener_Clean_PhotosService', true],
  1626. 'vich_uploader.listener.remove.attachments' => ['privates', 'vich_uploader.listener.remove.attachments', 'getVichUploader_Listener_Remove_AttachmentsService', true],
  1627. 'vich_uploader.listener.remove.photos' => ['privates', 'vich_uploader.listener.remove.photos', 'getVichUploader_Listener_Remove_PhotosService', true],
  1628. 'vich_uploader.listener.upload.attachments' => ['privates', 'vich_uploader.listener.upload.attachments', 'getVichUploader_Listener_Upload_AttachmentsService', true],
  1629. 'vich_uploader.listener.upload.photos' => ['privates', 'vich_uploader.listener.upload.photos', 'getVichUploader_Listener_Upload_PhotosService', true],
  1630. ], [
  1631. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1632. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1633. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1634. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1635. 'vich_uploader.listener.clean.attachments' => '?',
  1636. 'vich_uploader.listener.clean.photos' => '?',
  1637. 'vich_uploader.listener.remove.attachments' => '?',
  1638. 'vich_uploader.listener.remove.photos' => '?',
  1639. 'vich_uploader.listener.upload.attachments' => '?',
  1640. 'vich_uploader.listener.upload.photos' => '?',
  1641. ]), [0 => 'vich_uploader.listener.clean.attachments', 1 => 'vich_uploader.listener.clean.photos', 2 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 3 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 4 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 5 => 'vich_uploader.listener.remove.attachments', 6 => 'vich_uploader.listener.upload.attachments', 7 => 'vich_uploader.listener.remove.photos', 8 => 'vich_uploader.listener.upload.photos', 9 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1642. }
  1643. /**
  1644. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1645. *
  1646. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1647. */
  1648. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1649. {
  1650. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  1651. }
  1652. /**
  1653. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  1654. *
  1655. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  1656. */
  1657. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  1658. {
  1659. $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
  1660. $instance->setGlobalBasename('mapping');
  1661. return $instance;
  1662. }
  1663. /**
  1664. * Gets the private 'exception_listener' shared service.
  1665. *
  1666. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1667. */
  1668. protected function getExceptionListener2Service()
  1669. {
  1670. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1671. }
  1672. /**
  1673. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1674. *
  1675. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1676. */
  1677. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1678. {
  1679. 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())));
  1680. }
  1681. /**
  1682. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1683. *
  1684. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1685. */
  1686. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1687. {
  1688. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1689. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1690. return $this->privates['framework_extra_bundle.event.is_granted'];
  1691. }
  1692. 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);
  1693. }
  1694. /**
  1695. * Gets the private 'locale_aware_listener' shared service.
  1696. *
  1697. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1698. */
  1699. protected function getLocaleAwareListenerService()
  1700. {
  1701. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1702. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('hu')));
  1703. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1704. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1705. }
  1706. /**
  1707. * Gets the private 'locale_listener' shared service.
  1708. *
  1709. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1710. */
  1711. protected function getLocaleListenerService()
  1712. {
  1713. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'hu', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1714. }
  1715. /**
  1716. * Gets the private 'monolog.handler.console' shared service.
  1717. *
  1718. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1719. */
  1720. protected function getMonolog_Handler_ConsoleService()
  1721. {
  1722. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1723. }
  1724. /**
  1725. * Gets the private 'monolog.handler.main' shared service.
  1726. *
  1727. * @return \Monolog\Handler\StreamHandler
  1728. */
  1729. protected function getMonolog_Handler_MainService()
  1730. {
  1731. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1732. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1733. return $instance;
  1734. }
  1735. /**
  1736. * Gets the private 'monolog.logger' shared service.
  1737. *
  1738. * @return \Symfony\Bridge\Monolog\Logger
  1739. */
  1740. protected function getMonolog_LoggerService()
  1741. {
  1742. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1743. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1744. $instance->useMicrosecondTimestamps(true);
  1745. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1746. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1747. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1748. return $instance;
  1749. }
  1750. /**
  1751. * Gets the private 'monolog.logger.cache' shared service.
  1752. *
  1753. * @return \Symfony\Bridge\Monolog\Logger
  1754. */
  1755. protected function getMonolog_Logger_CacheService()
  1756. {
  1757. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1758. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1759. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1760. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1761. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1762. return $instance;
  1763. }
  1764. /**
  1765. * Gets the private 'monolog.logger.request' shared service.
  1766. *
  1767. * @return \Symfony\Bridge\Monolog\Logger
  1768. */
  1769. protected function getMonolog_Logger_RequestService()
  1770. {
  1771. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1772. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1773. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1774. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1775. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1776. return $instance;
  1777. }
  1778. /**
  1779. * Gets the private 'monolog.logger.security' shared service.
  1780. *
  1781. * @return \Symfony\Bridge\Monolog\Logger
  1782. */
  1783. protected function getMonolog_Logger_SecurityService()
  1784. {
  1785. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1786. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1787. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1788. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1789. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1790. return $instance;
  1791. }
  1792. /**
  1793. * Gets the private 'parameter_bag' shared service.
  1794. *
  1795. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1796. */
  1797. protected function getParameterBagService()
  1798. {
  1799. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1800. }
  1801. /**
  1802. * Gets the private 'profiler_listener' shared service.
  1803. *
  1804. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1805. */
  1806. protected function getProfilerListenerService()
  1807. {
  1808. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1809. if (isset($this->privates['profiler_listener'])) {
  1810. return $this->privates['profiler_listener'];
  1811. }
  1812. 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);
  1813. }
  1814. /**
  1815. * Gets the private 'property_info' shared service.
  1816. *
  1817. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1818. */
  1819. protected function getPropertyInfoService()
  1820. {
  1821. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1822. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1823. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1824. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1825. }, 3), new RewindableGenerator(function () {
  1826. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1827. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1828. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1829. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1830. }, 4), new RewindableGenerator(function () {
  1831. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1832. }, 1), new RewindableGenerator(function () {
  1833. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1834. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1835. }, 2), new RewindableGenerator(function () {
  1836. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1837. }, 1));
  1838. }
  1839. /**
  1840. * Gets the private 'router.expression_language_provider' shared service.
  1841. *
  1842. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1843. */
  1844. protected function getRouter_ExpressionLanguageProviderService()
  1845. {
  1846. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1847. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1848. ], [
  1849. 'env' => 'Closure',
  1850. ]));
  1851. }
  1852. /**
  1853. * Gets the private 'router.request_context' shared service.
  1854. *
  1855. * @return \Symfony\Component\Routing\RequestContext
  1856. */
  1857. protected function getRouter_RequestContextService()
  1858. {
  1859. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1860. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1861. return $instance;
  1862. }
  1863. /**
  1864. * Gets the private 'router_listener' shared service.
  1865. *
  1866. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1867. */
  1868. protected function getRouterListenerService()
  1869. {
  1870. 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);
  1871. }
  1872. /**
  1873. * Gets the private 'security.context_listener.0' shared service.
  1874. *
  1875. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1876. */
  1877. protected function getSecurity_ContextListener_0Service()
  1878. {
  1879. return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  1880. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1881. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  1882. }
  1883. /**
  1884. * Gets the private 'security.csrf.token_storage' shared service.
  1885. *
  1886. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1887. */
  1888. protected function getSecurity_Csrf_TokenStorageService()
  1889. {
  1890. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1891. }
  1892. /**
  1893. * Gets the private 'security.event_dispatcher.main' shared service.
  1894. *
  1895. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1896. */
  1897. protected function getSecurity_EventDispatcher_MainService()
  1898. {
  1899. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1900. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1901. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1902. }, 1 => 'checkPassport'], 2048);
  1903. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1904. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1905. }, 1 => 'onSuccessfulLogin'], 0);
  1906. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1907. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1908. }, 1 => 'onLogout'], 64);
  1909. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1910. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1911. }, 1 => 'onLogout'], 0);
  1912. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1913. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1914. }, 1 => 'preCheckCredentials'], 256);
  1915. $instance->addListener('security.authentication.success', [0 => function () {
  1916. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1917. }, 1 => 'postCheckCredentials'], 256);
  1918. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1919. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1920. }, 1 => 'checkPassport'], 1024);
  1921. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1922. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1923. }, 1 => 'checkPassport'], 0);
  1924. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1925. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1926. }, 1 => 'onLoginSuccess'], 0);
  1927. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1928. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1929. }, 1 => 'checkPassport'], 512);
  1930. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1931. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1932. }, 1 => 'onLogout'], 0);
  1933. return $instance;
  1934. }
  1935. /**
  1936. * Gets the private 'security.firewall.map' shared service.
  1937. *
  1938. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1939. */
  1940. protected function getSecurity_Firewall_MapService()
  1941. {
  1942. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1943. if (isset($this->privates['security.firewall.map'])) {
  1944. return $this->privates['security.firewall.map'];
  1945. }
  1946. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1947. 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)/')));
  1948. yield 'security.firewall.map.context.main' => NULL;
  1949. }, 2));
  1950. }
  1951. /**
  1952. * Gets the private 'security.logout_url_generator' shared service.
  1953. *
  1954. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1955. */
  1956. protected function getSecurity_LogoutUrlGeneratorService()
  1957. {
  1958. $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()));
  1959. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  1960. return $instance;
  1961. }
  1962. /**
  1963. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1964. *
  1965. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1966. */
  1967. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1968. {
  1969. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1970. }
  1971. /**
  1972. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1973. *
  1974. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1975. */
  1976. protected function getSensioFrameworkExtra_Converter_ListenerService()
  1977. {
  1978. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1979. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  1980. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  1981. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  1982. }
  1983. /**
  1984. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1985. *
  1986. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1987. */
  1988. protected function getSensioFrameworkExtra_Security_ListenerService()
  1989. {
  1990. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1991. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1992. return $this->privates['sensio_framework_extra.security.listener'];
  1993. }
  1994. 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1995. }
  1996. /**
  1997. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1998. *
  1999. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2000. */
  2001. protected function getSensioFrameworkExtra_View_ListenerService()
  2002. {
  2003. $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))));
  2004. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2005. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2006. ], [
  2007. 'twig' => '?',
  2008. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2009. return $instance;
  2010. }
  2011. /**
  2012. * Gets the private 'session_listener' shared service.
  2013. *
  2014. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2015. */
  2016. protected function getSessionListenerService()
  2017. {
  2018. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2019. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2020. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2021. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2022. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2023. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2024. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2025. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  2026. ], [
  2027. 'initialized_session' => '?',
  2028. 'logger' => '?',
  2029. 'request_stack' => '?',
  2030. 'session' => '?',
  2031. 'session_collector' => '?',
  2032. 'session_factory' => '?',
  2033. 'session_storage' => '?',
  2034. ]), true, $this->parameters['session.storage.options']);
  2035. }
  2036. /**
  2037. * Gets the private 'translator.default' shared service.
  2038. *
  2039. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2040. */
  2041. protected function getTranslator_DefaultService()
  2042. {
  2043. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2044. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2045. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2046. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2047. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2048. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2049. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2050. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2051. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2052. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2053. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2054. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2055. ], [
  2056. 'translation.loader.csv' => '?',
  2057. 'translation.loader.dat' => '?',
  2058. 'translation.loader.ini' => '?',
  2059. 'translation.loader.json' => '?',
  2060. 'translation.loader.mo' => '?',
  2061. 'translation.loader.php' => '?',
  2062. 'translation.loader.po' => '?',
  2063. 'translation.loader.qt' => '?',
  2064. 'translation.loader.res' => '?',
  2065. 'translation.loader.xliff' => '?',
  2066. 'translation.loader.yml' => '?',
  2067. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'hu', ['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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/translations/messages.hu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], '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')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/doctrine/doctrine-bundle/translations', 9 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 10 => 'vendor/symfony/security-bundle/translations', 11 => 'vendor/symfony/twig-bundle/translations', 12 => 'vendor/twig/extra-bundle/translations', 13 => 'vendor/symfony/web-profiler-bundle/translations', 14 => 'vendor/symfony/monolog-bundle/translations', 15 => 'vendor/symfony/debug-bundle/translations', 16 => 'vendor/symfony/maker-bundle/src/translations', 17 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 18 => 'vendor/symfony/swiftmailer-bundle/translations', 19 => 'vendor/tattali/calendar-bundle/src/translations', 20 => 'vendor/knplabs/knp-markdown-bundle/translations']]], []);
  2068. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2069. $instance->setFallbackLocales([0 => 'en']);
  2070. return $instance;
  2071. }
  2072. /**
  2073. * Gets the private 'validator.builder' shared service.
  2074. *
  2075. * @return \Symfony\Component\Validator\ValidatorBuilder
  2076. */
  2077. protected function getValidator_BuilderService()
  2078. {
  2079. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2080. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2081. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2082. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2083. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2084. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2085. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2086. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2087. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2088. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2089. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2090. ], [
  2091. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2092. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2093. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2094. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2095. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2096. 'doctrine.orm.validator.unique' => '?',
  2097. 'security.validator.user_password' => '?',
  2098. 'validator.expression' => '?',
  2099. ])));
  2100. if ($this->has('translator')) {
  2101. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2102. }
  2103. $instance->setTranslationDomain('validators');
  2104. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2105. $instance->enableAnnotationMapping(true);
  2106. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2107. $instance->addMethodMapping('loadValidatorMetadata');
  2108. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2109. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2110. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2111. return $instance;
  2112. }
  2113. /**
  2114. * Gets the private 'var_dumper.html_dumper' shared service.
  2115. *
  2116. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2117. */
  2118. protected function getVarDumper_HtmlDumperService()
  2119. {
  2120. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2121. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2122. return $instance;
  2123. }
  2124. /**
  2125. * Gets the private 'var_dumper.server_connection' shared service.
  2126. *
  2127. * @return \Symfony\Component\VarDumper\Server\Connection
  2128. */
  2129. protected function getVarDumper_ServerConnectionService()
  2130. {
  2131. 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()]);
  2132. }
  2133. /**
  2134. * Gets the private 'vich_uploader.metadata_reader' shared service.
  2135. *
  2136. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2137. */
  2138. protected function getVichUploader_MetadataReaderService()
  2139. {
  2140. $a = new \Metadata\Driver\FileLocator([]);
  2141. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
  2142. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2143. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2144. }
  2145. /**
  2146. * Gets the private 'web_profiler.csp.handler' shared service.
  2147. *
  2148. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2149. */
  2150. protected function getWebProfiler_Csp_HandlerService()
  2151. {
  2152. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2153. }
  2154. /**
  2155. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2156. *
  2157. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2158. */
  2159. protected function getWebProfiler_DebugToolbarService()
  2160. {
  2161. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2162. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2163. return $this->privates['web_profiler.debug_toolbar'];
  2164. }
  2165. 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()));
  2166. }
  2167. /**
  2168. * Gets the public 'cache_clearer' alias.
  2169. *
  2170. * @return object The ".container.private.cache_clearer" service.
  2171. */
  2172. protected function getCacheClearerService()
  2173. {
  2174. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2175. return $this->get('.container.private.cache_clearer');
  2176. }
  2177. /**
  2178. * Gets the public 'filesystem' alias.
  2179. *
  2180. * @return object The ".container.private.filesystem" service.
  2181. */
  2182. protected function getFilesystemService()
  2183. {
  2184. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2185. return $this->get('.container.private.filesystem');
  2186. }
  2187. /**
  2188. * Gets the public 'serializer' alias.
  2189. *
  2190. * @return object The ".container.private.serializer" service.
  2191. */
  2192. protected function getSerializerService()
  2193. {
  2194. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2195. return $this->get('.container.private.serializer');
  2196. }
  2197. /**
  2198. * Gets the public 'security.csrf.token_manager' alias.
  2199. *
  2200. * @return object The ".container.private.security.csrf.token_manager" service.
  2201. */
  2202. protected function getSecurity_Csrf_TokenManagerService()
  2203. {
  2204. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2205. return $this->get('.container.private.security.csrf.token_manager');
  2206. }
  2207. /**
  2208. * Gets the public 'form.factory' alias.
  2209. *
  2210. * @return object The ".container.private.form.factory" service.
  2211. */
  2212. protected function getForm_FactoryService()
  2213. {
  2214. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2215. return $this->get('.container.private.form.factory');
  2216. }
  2217. /**
  2218. * Gets the public 'form.type.file' alias.
  2219. *
  2220. * @return object The ".container.private.form.type.file" service.
  2221. */
  2222. protected function getForm_Type_FileService()
  2223. {
  2224. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2225. return $this->get('.container.private.form.type.file');
  2226. }
  2227. /**
  2228. * Gets the public 'profiler' alias.
  2229. *
  2230. * @return object The ".container.private.profiler" service.
  2231. */
  2232. protected function getProfilerService()
  2233. {
  2234. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2235. return $this->get('.container.private.profiler');
  2236. }
  2237. /**
  2238. * Gets the public 'security.authorization_checker' alias.
  2239. *
  2240. * @return object The ".container.private.security.authorization_checker" service.
  2241. */
  2242. protected function getSecurity_AuthorizationCheckerService()
  2243. {
  2244. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2245. return $this->get('.container.private.security.authorization_checker');
  2246. }
  2247. /**
  2248. * Gets the public 'security.token_storage' alias.
  2249. *
  2250. * @return object The ".container.private.security.token_storage" service.
  2251. */
  2252. protected function getSecurity_TokenStorageService()
  2253. {
  2254. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2255. return $this->get('.container.private.security.token_storage');
  2256. }
  2257. /**
  2258. * Gets the public 'twig' alias.
  2259. *
  2260. * @return object The ".container.private.twig" service.
  2261. */
  2262. protected function getTwigService()
  2263. {
  2264. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2265. return $this->get('.container.private.twig');
  2266. }
  2267. /**
  2268. * Gets the public 'security.password_encoder' alias.
  2269. *
  2270. * @return object The ".container.private.security.password_encoder" service.
  2271. */
  2272. protected function getSecurity_PasswordEncoderService()
  2273. {
  2274. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2275. return $this->get('.container.private.security.password_encoder');
  2276. }
  2277. /**
  2278. * Gets the public 'session' alias.
  2279. *
  2280. * @return object The ".container.private.session" service.
  2281. */
  2282. protected function getSessionService()
  2283. {
  2284. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2285. return $this->get('.container.private.session');
  2286. }
  2287. /**
  2288. * Gets the public 'validator' alias.
  2289. *
  2290. * @return object The ".container.private.validator" service.
  2291. */
  2292. protected function getValidatorService()
  2293. {
  2294. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2295. return $this->get('.container.private.validator');
  2296. }
  2297. /**
  2298. * @return array|bool|float|int|string|\UnitEnum|null
  2299. */
  2300. public function getParameter(string $name)
  2301. {
  2302. if (isset($this->buildParameters[$name])) {
  2303. return $this->buildParameters[$name];
  2304. }
  2305. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2306. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2307. }
  2308. if (isset($this->loadedDynamicParameters[$name])) {
  2309. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2310. }
  2311. return $this->parameters[$name];
  2312. }
  2313. public function hasParameter(string $name): bool
  2314. {
  2315. if (isset($this->buildParameters[$name])) {
  2316. return true;
  2317. }
  2318. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2319. }
  2320. public function setParameter(string $name, $value): void
  2321. {
  2322. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2323. }
  2324. public function getParameterBag(): ParameterBagInterface
  2325. {
  2326. if (null === $this->parameterBag) {
  2327. $parameters = $this->parameters;
  2328. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2329. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2330. }
  2331. foreach ($this->buildParameters as $name => $value) {
  2332. $parameters[$name] = $value;
  2333. }
  2334. $this->parameterBag = new FrozenParameterBag($parameters);
  2335. }
  2336. return $this->parameterBag;
  2337. }
  2338. private $loadedDynamicParameters = [
  2339. 'kernel.runtime_environment' => false,
  2340. 'kernel.build_dir' => false,
  2341. 'kernel.cache_dir' => false,
  2342. 'app.domain' => false,
  2343. 'app.mailer.address_from' => false,
  2344. 'app.mailer.port' => false,
  2345. 'app.mailer.host' => false,
  2346. 'app.mailer.sec' => false,
  2347. 'app.mailer.user' => false,
  2348. 'app.mailer.pass' => false,
  2349. 'app.mailer' => false,
  2350. 'kernel.secret' => false,
  2351. 'debug.container.dump' => false,
  2352. 'serializer.mapping.cache.file' => false,
  2353. 'validator.mapping.cache.file' => false,
  2354. 'profiler.storage.dsn' => false,
  2355. 'doctrine.orm.proxy_dir' => false,
  2356. 'knp_snappy.pdf.binary' => false,
  2357. 'knp_snappy.image.binary' => false,
  2358. 'swiftmailer.spool.default.memory.path' => false,
  2359. ];
  2360. private $dynamicParameters = [];
  2361. private function getDynamicParameter(string $name)
  2362. {
  2363. switch ($name) {
  2364. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2365. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2366. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2367. case 'app.domain': $value = $this->getEnv('resolve:APP_DOMAIN'); break;
  2368. case 'app.mailer.address_from': $value = $this->getEnv('resolve:MAILER_ADDRESS'); break;
  2369. case 'app.mailer.port': $value = $this->getEnv('resolve:MAILER_PORT'); break;
  2370. case 'app.mailer.host': $value = $this->getEnv('resolve:MAILER_HOST'); break;
  2371. case 'app.mailer.sec': $value = $this->getEnv('resolve:MAILER_SEC'); break;
  2372. case 'app.mailer.user': $value = $this->getEnv('resolve:MAILER_USER'); break;
  2373. case 'app.mailer.pass': $value = $this->getEnv('resolve:MAILER_PASS'); break;
  2374. case 'app.mailer': $value = $this->getEnv('resolve:MAILER'); break;
  2375. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2376. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2377. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2378. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2379. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2380. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2381. case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
  2382. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  2383. case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2384. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2385. }
  2386. $this->loadedDynamicParameters[$name] = true;
  2387. return $this->dynamicParameters[$name] = $value;
  2388. }
  2389. protected function getDefaultParameters(): array
  2390. {
  2391. return [
  2392. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2393. 'kernel.environment' => 'dev',
  2394. 'kernel.debug' => true,
  2395. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2396. 'kernel.bundles' => [
  2397. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2398. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2399. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2400. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2401. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2402. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2403. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2404. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2405. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2406. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2407. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2408. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2409. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2410. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2411. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2412. 'CalendarBundle' => 'CalendarBundle\\CalendarBundle',
  2413. 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  2414. ],
  2415. 'kernel.bundles_metadata' => [
  2416. 'FrameworkBundle' => [
  2417. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2418. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2419. ],
  2420. 'SensioFrameworkExtraBundle' => [
  2421. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2422. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2423. ],
  2424. 'DoctrineBundle' => [
  2425. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2426. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2427. ],
  2428. 'DoctrineMigrationsBundle' => [
  2429. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2430. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2431. ],
  2432. 'SecurityBundle' => [
  2433. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2434. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2435. ],
  2436. 'TwigBundle' => [
  2437. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2438. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2439. ],
  2440. 'TwigExtraBundle' => [
  2441. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2442. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2443. ],
  2444. 'WebProfilerBundle' => [
  2445. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2446. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2447. ],
  2448. 'MonologBundle' => [
  2449. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2450. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2451. ],
  2452. 'DebugBundle' => [
  2453. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2454. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2455. ],
  2456. 'MakerBundle' => [
  2457. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2458. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2459. ],
  2460. 'EasyAdminBundle' => [
  2461. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
  2462. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2463. ],
  2464. 'VichUploaderBundle' => [
  2465. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  2466. 'namespace' => 'Vich\\UploaderBundle',
  2467. ],
  2468. 'KnpSnappyBundle' => [
  2469. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2470. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2471. ],
  2472. 'SwiftmailerBundle' => [
  2473. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
  2474. 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2475. ],
  2476. 'CalendarBundle' => [
  2477. 'path' => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src'),
  2478. 'namespace' => 'CalendarBundle',
  2479. ],
  2480. 'KnpMarkdownBundle' => [
  2481. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-markdown-bundle'),
  2482. 'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  2483. ],
  2484. ],
  2485. 'kernel.charset' => 'UTF-8',
  2486. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2487. 'app.files.download.path' => '/storage/uploads/',
  2488. 'directory.pdf' => (\dirname(__DIR__, 3).'/files/contracts'),
  2489. 'event_dispatcher.event_aliases' => [
  2490. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2491. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2492. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2493. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2494. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2495. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2496. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2497. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2498. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2499. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2500. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2501. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2502. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2503. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2504. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2505. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2506. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2507. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2508. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2509. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2510. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2511. ],
  2512. 'fragment.renderer.hinclude.global_template' => NULL,
  2513. 'fragment.path' => '/_fragment',
  2514. 'kernel.http_method_override' => true,
  2515. 'kernel.trusted_hosts' => [
  2516. ],
  2517. 'kernel.default_locale' => 'hu',
  2518. 'kernel.enabled_locales' => [
  2519. ],
  2520. 'kernel.error_controller' => 'error_controller',
  2521. 'debug.file_link_format' => NULL,
  2522. 'asset.request_context.base_path' => NULL,
  2523. 'asset.request_context.secure' => NULL,
  2524. 'translator.logging' => false,
  2525. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2526. 'debug.error_handler.throw_at' => -1,
  2527. 'router.request_context.host' => 'localhost',
  2528. 'router.request_context.scheme' => 'http',
  2529. 'router.request_context.base_url' => '',
  2530. 'router.resource' => 'kernel::loadRoutes',
  2531. 'request_listener.http_port' => 80,
  2532. 'request_listener.https_port' => 443,
  2533. 'session.metadata.storage_key' => '_sf2_meta',
  2534. 'session.storage.options' => [
  2535. 'cache_limiter' => '0',
  2536. 'cookie_secure' => 'auto',
  2537. 'cookie_httponly' => true,
  2538. 'cookie_samesite' => 'lax',
  2539. 'gc_probability' => 1,
  2540. ],
  2541. 'session.save_path' => NULL,
  2542. 'session.metadata.update_threshold' => 0,
  2543. 'form.type_extension.csrf.enabled' => true,
  2544. 'form.type_extension.csrf.field_name' => '_token',
  2545. 'validator.translation_domain' => 'validators',
  2546. 'profiler_listener.only_exceptions' => false,
  2547. 'profiler_listener.only_main_requests' => false,
  2548. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2549. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2550. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2551. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2552. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2553. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2554. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2555. 'doctrine.entity_managers' => [
  2556. 'default' => 'doctrine.orm.default_entity_manager',
  2557. ],
  2558. 'doctrine.default_entity_manager' => 'default',
  2559. 'doctrine.dbal.connection_factory.types' => [
  2560. 'uuid' => [
  2561. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2562. ],
  2563. 'ulid' => [
  2564. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2565. ],
  2566. ],
  2567. 'doctrine.connections' => [
  2568. 'default' => 'doctrine.dbal.default_connection',
  2569. ],
  2570. 'doctrine.default_connection' => 'default',
  2571. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2572. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2573. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2574. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2575. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2576. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2577. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2578. 'doctrine.orm.cache.memcache_port' => 11211,
  2579. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2580. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2581. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2582. 'doctrine.orm.cache.memcached_port' => 11211,
  2583. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2584. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2585. 'doctrine.orm.cache.redis_host' => 'localhost',
  2586. 'doctrine.orm.cache.redis_port' => 6379,
  2587. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2588. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2589. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2590. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2591. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2592. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2593. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2594. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2595. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2596. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2597. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2598. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2599. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2600. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2601. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2602. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2603. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2604. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2605. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2606. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2607. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2608. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2609. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2610. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2611. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2612. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2613. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2614. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2615. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2616. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2617. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2618. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2619. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2620. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2621. 'doctrine.migrations.preferred_em' => NULL,
  2622. 'doctrine.migrations.preferred_connection' => NULL,
  2623. 'security.role_hierarchy.roles' => [
  2624. ],
  2625. 'security.access.denied_url' => NULL,
  2626. 'security.authentication.manager.erase_credentials' => true,
  2627. 'security.authentication.session_strategy.strategy' => 'migrate',
  2628. 'security.access.always_authenticate_before_granting' => false,
  2629. 'security.authentication.hide_user_not_found' => true,
  2630. 'security.firewalls' => [
  2631. 0 => 'dev',
  2632. 1 => 'main',
  2633. ],
  2634. 'twig.form.resources' => [
  2635. 0 => '@VichUploader/Form/fields.html.twig',
  2636. 1 => 'form_div_layout.html.twig',
  2637. 2 => 'form/custom_types.html.twig',
  2638. 3 => '...',
  2639. ],
  2640. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2641. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2642. 'web_profiler.debug_toolbar.mode' => 2,
  2643. 'monolog.use_microseconds' => true,
  2644. 'monolog.swift_mailer.handlers' => [
  2645. ],
  2646. 'monolog.handlers_to_channels' => [
  2647. 'monolog.handler.console' => [
  2648. 'type' => 'exclusive',
  2649. 'elements' => [
  2650. 0 => 'event',
  2651. 1 => 'doctrine',
  2652. 2 => 'console',
  2653. ],
  2654. ],
  2655. 'monolog.handler.main' => [
  2656. 'type' => 'exclusive',
  2657. 'elements' => [
  2658. 0 => 'event',
  2659. ],
  2660. ],
  2661. ],
  2662. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2663. 'easyadmin.config' => [
  2664. ],
  2665. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  2666. 'vich_uploader.mappings' => [
  2667. 'attachments' => [
  2668. 'uri_prefix' => '/storage/uploads',
  2669. 'upload_destination' => (\dirname(__DIR__, 4).'//storage/uploads/'),
  2670. 'namer' => [
  2671. 'service' => 'App\\Namer\\FileNamer.attachments',
  2672. 'options' => [
  2673. ],
  2674. ],
  2675. 'directory_namer' => [
  2676. 'service' => 'App\\Namer\\DirectoryNamer',
  2677. 'options' => [
  2678. ],
  2679. ],
  2680. 'delete_on_remove' => true,
  2681. 'delete_on_update' => true,
  2682. 'inject_on_load' => false,
  2683. 'db_driver' => 'orm',
  2684. ],
  2685. 'photos' => [
  2686. 'uri_prefix' => '/storage/uploads',
  2687. 'upload_destination' => (\dirname(__DIR__, 4).'//storage/uploads/'),
  2688. 'namer' => [
  2689. 'service' => 'App\\Namer\\FileNamer.photos',
  2690. 'options' => [
  2691. ],
  2692. ],
  2693. 'directory_namer' => [
  2694. 'service' => 'App\\Namer\\DirectoryNamer',
  2695. 'options' => [
  2696. ],
  2697. ],
  2698. 'delete_on_remove' => true,
  2699. 'delete_on_update' => true,
  2700. 'inject_on_load' => false,
  2701. 'db_driver' => 'orm',
  2702. ],
  2703. ],
  2704. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2705. 'knp_snappy.pdf.options' => [
  2706. ],
  2707. 'knp_snappy.pdf.env' => [
  2708. ],
  2709. 'knp_snappy.image.options' => [
  2710. ],
  2711. 'knp_snappy.image.env' => [
  2712. ],
  2713. 'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2714. 'swiftmailer.mailer.default.spool.enabled' => true,
  2715. 'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2716. 'swiftmailer.mailer.default.single_address' => NULL,
  2717. 'swiftmailer.mailer.default.delivery.enabled' => true,
  2718. 'swiftmailer.spool.enabled' => true,
  2719. 'swiftmailer.delivery.enabled' => true,
  2720. 'swiftmailer.single_address' => NULL,
  2721. 'swiftmailer.mailers' => [
  2722. 'default' => 'swiftmailer.mailer.default',
  2723. ],
  2724. 'swiftmailer.default_mailer' => 'default',
  2725. 'data_collector.templates' => [
  2726. 'data_collector.request' => [
  2727. 0 => 'request',
  2728. 1 => '@WebProfiler/Collector/request.html.twig',
  2729. ],
  2730. 'data_collector.time' => [
  2731. 0 => 'time',
  2732. 1 => '@WebProfiler/Collector/time.html.twig',
  2733. ],
  2734. 'data_collector.memory' => [
  2735. 0 => 'memory',
  2736. 1 => '@WebProfiler/Collector/memory.html.twig',
  2737. ],
  2738. 'data_collector.validator' => [
  2739. 0 => 'validator',
  2740. 1 => '@WebProfiler/Collector/validator.html.twig',
  2741. ],
  2742. 'data_collector.ajax' => [
  2743. 0 => 'ajax',
  2744. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2745. ],
  2746. 'data_collector.form' => [
  2747. 0 => 'form',
  2748. 1 => '@WebProfiler/Collector/form.html.twig',
  2749. ],
  2750. 'data_collector.exception' => [
  2751. 0 => 'exception',
  2752. 1 => '@WebProfiler/Collector/exception.html.twig',
  2753. ],
  2754. 'data_collector.logger' => [
  2755. 0 => 'logger',
  2756. 1 => '@WebProfiler/Collector/logger.html.twig',
  2757. ],
  2758. 'data_collector.events' => [
  2759. 0 => 'events',
  2760. 1 => '@WebProfiler/Collector/events.html.twig',
  2761. ],
  2762. 'data_collector.router' => [
  2763. 0 => 'router',
  2764. 1 => '@WebProfiler/Collector/router.html.twig',
  2765. ],
  2766. 'data_collector.cache' => [
  2767. 0 => 'cache',
  2768. 1 => '@WebProfiler/Collector/cache.html.twig',
  2769. ],
  2770. 'data_collector.translation' => [
  2771. 0 => 'translation',
  2772. 1 => '@WebProfiler/Collector/translation.html.twig',
  2773. ],
  2774. 'data_collector.security' => [
  2775. 0 => 'security',
  2776. 1 => '@Security/Collector/security.html.twig',
  2777. ],
  2778. 'data_collector.twig' => [
  2779. 0 => 'twig',
  2780. 1 => '@WebProfiler/Collector/twig.html.twig',
  2781. ],
  2782. 'data_collector.http_client' => [
  2783. 0 => 'http_client',
  2784. 1 => '@WebProfiler/Collector/http_client.html.twig',
  2785. ],
  2786. 'data_collector.doctrine' => [
  2787. 0 => 'db',
  2788. 1 => '@Doctrine/Collector/db.html.twig',
  2789. ],
  2790. 'swiftmailer.data_collector' => [
  2791. 0 => 'swiftmailer',
  2792. 1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2793. ],
  2794. 'data_collector.dump' => [
  2795. 0 => 'dump',
  2796. 1 => '@Debug/Profiler/dump.html.twig',
  2797. ],
  2798. 'mailer.data_collector' => [
  2799. 0 => 'mailer',
  2800. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2801. ],
  2802. 'notifier.data_collector' => [
  2803. 0 => 'notifier',
  2804. 1 => '@WebProfiler/Collector/notifier.html.twig',
  2805. ],
  2806. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  2807. 0 => 'easyadmin',
  2808. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  2809. ],
  2810. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  2811. 0 => 'vich_uploader.mapping_collector',
  2812. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  2813. ],
  2814. 'data_collector.config' => [
  2815. 0 => 'config',
  2816. 1 => '@WebProfiler/Collector/config.html.twig',
  2817. ],
  2818. ],
  2819. 'console.command.ids' => [
  2820. ],
  2821. ];
  2822. }
  2823. protected function throw($message)
  2824. {
  2825. throw new RuntimeException($message);
  2826. }
  2827. }