var/cache/dev/Container8U5A6Fx/App_KernelDevDebugContainer.php line 561

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