var/cache/dev/ContainerHY70kGy/App_KernelDevDebugContainer.php line 2396

Open in your IDE?
  1. <?php
  2. namespace ContainerHY70kGy;
  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.serializer' => 'get_Container_Private_SerializerService',
  38. '.container.private.session' => 'get_Container_Private_SessionService',
  39. '.container.private.twig' => 'get_Container_Private_TwigService',
  40. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41. 'Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection' => 'getFileAccessUserInjectionService',
  42. 'Roothirsch\\DamBundle\\Filter\\FileLocaleInjection' => 'getFileLocaleInjectionService',
  43. 'Roothirsch\\ShopBundle\\Twig\\ShopExtension' => 'getShopExtensionService',
  44. 'cache.app' => 'getCache_AppService',
  45. 'cache.system' => 'getCache_SystemService',
  46. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  47. 'cache.webpack_encore' => 'getCache_WebpackEncoreService',
  48. 'data_collector.dump' => 'getDataCollector_DumpService',
  49. 'doctrine' => 'getDoctrineService',
  50. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  51. 'doctrine.dbal.my_brunex_connection' => 'getDoctrine_Dbal_MyBrunexConnectionService',
  52. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53. 'doctrine.orm.my_brunex_entity_manager' => 'getDoctrine_Orm_MyBrunexEntityManagerService',
  54. 'event_dispatcher' => 'getEventDispatcherService',
  55. 'flagception.listener.routing_metadata_subscriber' => 'getFlagception_Listener_RoutingMetadataSubscriberService',
  56. 'flagception.manager.feature_manager' => 'getFlagception_Manager_FeatureManagerService',
  57. 'http_kernel' => 'getHttpKernelService',
  58. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  59. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  60. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  61. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  62. 'request_stack' => 'getRequestStackService',
  63. 'router' => 'getRouterService',
  64. 'translator' => 'getTranslatorService',
  65. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66. 'cache_clearer' => 'getCacheClearerService',
  67. 'filesystem' => 'getFilesystemService',
  68. 'serializer' => 'getSerializerService',
  69. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  70. 'form.factory' => 'getForm_FactoryService',
  71. 'form.type.file' => 'getForm_Type_FileService',
  72. 'profiler' => 'getProfilerService',
  73. 'twig' => 'getTwigService',
  74. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  75. 'security.token_storage' => 'getSecurity_TokenStorageService',
  76. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  77. 'session' => 'getSessionService',
  78. 'validator' => 'getValidatorService',
  79. ];
  80. $this->fileMap = [
  81. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  82. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  83. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  84. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  85. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86. 'App\\Controller\\AdminController' => 'getAdminControllerService',
  87. 'App\\Controller\\Api\\ActiveDiscountsController' => 'getActiveDiscountsControllerService',
  88. 'App\\Controller\\Api\\EstimateAutoFillController' => 'getEstimateAutoFillControllerService',
  89. 'App\\Controller\\CompanyCrudController' => 'getCompanyCrudControllerService',
  90. 'App\\Controller\\ContentController' => 'getContentControllerService',
  91. 'App\\Controller\\Declaration\\DeclarationController' => 'getDeclarationControllerService',
  92. 'App\\Controller\\Declaration\\DeclarationCrudController' => 'getDeclarationCrudControllerService',
  93. 'App\\Controller\\Declaration\\DeclarationFileController' => 'getDeclarationFileControllerService',
  94. 'App\\Controller\\Declaration\\FieldCrudController' => 'getFieldCrudControllerService',
  95. 'App\\Controller\\Declaration\\ProductCrudController' => 'getProductCrudControllerService',
  96. 'App\\Controller\\DiscountCrudController' => 'getDiscountCrudControllerService',
  97. 'App\\Controller\\EstimateCrudController' => 'getEstimateCrudControllerService',
  98. 'App\\Controller\\FrontendController' => 'getFrontendControllerService',
  99. 'App\\Controller\\Legacy\\AddressController' => 'getAddressControllerService',
  100. 'App\\Controller\\Legacy\\DocxController' => 'getDocxControllerService',
  101. 'App\\Controller\\Legacy\\PdfController' => 'getPdfControllerService',
  102. 'App\\Controller\\Legacy\\UploadController' => 'getUploadControllerService',
  103. 'App\\Controller\\OrderCrudController' => 'getOrderCrudControllerService',
  104. 'App\\Controller\\SiteCrudController' => 'getSiteCrudControllerService',
  105. 'App\\Controller\\TestController' => 'getTestControllerService',
  106. 'App\\Tus\\Controller\\TusController' => 'getTusControllerService',
  107. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  108. 'EFrane\\TusBundle\\Controller\\TusController' => 'getTusController2Service',
  109. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  110. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  111. 'Faker\\Generator' => 'getGeneratorService',
  112. 'Knp\\Snappy\\Image' => 'getImageService',
  113. 'Knp\\Snappy\\Pdf' => 'getPdfService',
  114. 'Roothirsch\\ConfiguratorBundle\\Commands\\DataUpdateCommand' => 'getDataUpdateCommandService',
  115. 'Roothirsch\\ConfiguratorBundle\\Commands\\RenameHelperCommand' => 'getRenameHelperCommandService',
  116. 'Roothirsch\\ConfiguratorBundle\\ConfiguratorBundle' => 'getConfiguratorBundleService',
  117. 'Roothirsch\\ConfiguratorBundle\\DataImporter\\PreisAnpassungImport' => 'getPreisAnpassungImportService',
  118. 'Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController' => 'getCompanyAttributeCrudControllerService',
  119. 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController' => 'getCompanyCrudController2Service',
  120. 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController' => 'getContactPersonCrudControllerService',
  121. 'Roothirsch\\CoreBundle\\Controller\\FeedbackController' => 'getFeedbackControllerService',
  122. 'Roothirsch\\CoreBundle\\Controller\\ReportController' => 'getReportControllerService',
  123. 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController' => 'getRoleCrudControllerService',
  124. 'Roothirsch\\CoreBundle\\Controller\\UserCrudController' => 'getUserCrudControllerService',
  125. 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController' => 'getFeatureFlagCrudControllerService',
  126. 'Roothirsch\\CoreBundle\\Menu\\API\\UpdateSorting' => 'getUpdateSortingService',
  127. 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController' => 'getMenuItemCrudControllerService',
  128. 'Roothirsch\\CoreBundle\\Security\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  129. 'Roothirsch\\CoreBundle\\Security\\Controller\\ProfileController' => 'getProfileControllerService',
  130. 'Roothirsch\\CoreBundle\\Security\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  131. 'Roothirsch\\CoreBundle\\Security\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  132. 'Roothirsch\\CoreBundle\\Security\\Controller\\SecurityController' => 'getSecurityControllerService',
  133. 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController' => 'getSiteCrudController2Service',
  134. 'Roothirsch\\CoreBundle\\Translation\\Controller\\Api\\TranslationScope\\PushTranslationsController' => 'getPushTranslationsControllerService',
  135. 'Roothirsch\\CoreBundle\\Translation\\Controller\\Api\\TranslationUnit\\TranslateController' => 'getTranslateControllerService',
  136. 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController' => 'getLanguageCrudControllerService',
  137. 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController' => 'getTranslationScopeCrudControllerService',
  138. 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController' => 'getTranslationUnitCrudControllerService',
  139. 'Roothirsch\\DamBundle\\API\\UpdateSorting' => 'getUpdateSorting2Service',
  140. 'Roothirsch\\DamBundle\\Command\\FileSearchCommand' => 'getFileSearchCommandService',
  141. 'Roothirsch\\DamBundle\\Command\\ImportDirectoryCommand' => 'getImportDirectoryCommandService',
  142. 'Roothirsch\\DamBundle\\Command\\MigrateDirectoryStructureCommand' => 'getMigrateDirectoryStructureCommandService',
  143. 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController' => 'getAssetManagementCrudControllerService',
  144. 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController' => 'getCategoryCrudControllerService',
  145. 'Roothirsch\\DamBundle\\Controller\\FileCrudController' => 'getFileCrudControllerService',
  146. 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController' => 'getFileManagementCrudControllerService',
  147. 'Roothirsch\\DamBundle\\DamBundle' => 'getDamBundleService',
  148. 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener' => 'getFileContentSummaryListenerService',
  149. 'Roothirsch\\DamBundle\\EventSubscriber\\AssetToggleFavoriteSubscriber' => 'getAssetToggleFavoriteSubscriberService',
  150. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => 'getFileMetadataSubscriberService',
  151. 'Roothirsch\\DamBundle\\Filter\\FileAccessSqlFilter' => 'getFileAccessSqlFilterService',
  152. 'Roothirsch\\DamBundle\\Filter\\FileLocaleSqlFilter' => 'getFileLocaleSqlFilterService',
  153. 'Roothirsch\\DamBundle\\Form\\FileFormType' => 'getFileFormTypeService',
  154. 'Roothirsch\\DamBundle\\MessageHandler\\ProcessContentSummaryHandler' => 'getProcessContentSummaryHandlerService',
  155. 'Roothirsch\\DamBundle\\Repository\\AssetRepository' => 'getAssetRepositoryService',
  156. 'Roothirsch\\DamBundle\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
  157. 'Roothirsch\\DamBundle\\Repository\\FileRepository' => 'getFileRepositoryService',
  158. 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController' => 'getDowntimeCrudControllerService',
  159. 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController' => 'getProductCrudController2Service',
  160. 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController' => 'getProductGroupCrudControllerService',
  161. 'Roothirsch\\NotificationBundle\\Controller\\FetchController' => 'getFetchControllerService',
  162. 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController' => 'getNotificationCrudControllerService',
  163. 'Roothirsch\\NotificationBundle\\DependencyInjection\\RoothirschNotificationExtension' => 'getRoothirschNotificationExtensionService',
  164. 'Roothirsch\\NotificationBundle\\NotificationBundle' => 'getNotificationBundleService',
  165. 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository' => 'getNotificationReadOnRepositoryService',
  166. 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository' => 'getNotificationRepositoryService',
  167. 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController' => 'getArticleCrudControllerService',
  168. 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController' => 'getAttributeCrudControllerService',
  169. 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController' => 'getAttributeGroupCrudControllerService',
  170. 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController' => 'getCategoryCrudController2Service',
  171. 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController' => 'getChannelCrudControllerService',
  172. 'Roothirsch\\PimBundle\\Controller\\ProductCrudController' => 'getProductCrudController3Service',
  173. 'Roothirsch\\ShopBundle\\API\\Filter\\AttributeOrderFilter' => 'getAttributeOrderFilterService',
  174. 'Roothirsch\\ShopBundle\\API\\Filter\\HasPositionsFilter' => 'getHasPositionsFilterService',
  175. 'Roothirsch\\ShopBundle\\Controller\\AddressController' => 'getAddressController2Service',
  176. 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController' => 'getEstimateAttributeCrudControllerService',
  177. 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController' => 'getEstimateCrudController2Service',
  178. 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController' => 'getEstimateManagementCrudControllerService',
  179. 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController' => 'getOrderAttributeCrudControllerService',
  180. 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController' => 'getOrderCrudController2Service',
  181. 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController' => 'getOrderManagementCrudControllerService',
  182. 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController' => 'getPositionTemplateCrudControllerService',
  183. 'Roothirsch\\ShopBundle\\Email\\OrderConfirmationEmail' => 'getOrderConfirmationEmailService',
  184. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateAddressSubscriber' => 'getEstimateAddressSubscriberService',
  185. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDistributorSubscriber' => 'getEstimateDistributorSubscriberService',
  186. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDuplicateSubscriber' => 'getEstimateDuplicateSubscriberService',
  187. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOrderSubscriber' => 'getEstimateOrderSubscriberService',
  188. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOwnerSubscriber' => 'getEstimateOwnerSubscriberService',
  189. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => 'getAttributesInjectorService',
  190. 'Roothirsch\\ShopBundle\\Export\\StfExport' => 'getStfExportService',
  191. 'Roothirsch\\ShopBundle\\Form\\EstimateAttributeOptionType' => 'getEstimateAttributeOptionTypeService',
  192. 'Roothirsch\\ShopBundle\\Form\\OrderAttributeOptionType' => 'getOrderAttributeOptionTypeService',
  193. 'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => 'getAddressRepositoryService',
  194. 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => 'getAttributeOptionRepositoryService',
  195. 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => 'getAttributeValueRepositoryService',
  196. 'Roothirsch\\ShopBundle\\Repository\\DiscountRepository' => 'getDiscountRepositoryService',
  197. 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => 'getEstimateAttributeRepositoryService',
  198. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => 'getEstimatePositionAttributeRepositoryService',
  199. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => 'getEstimatePositionRepositoryService',
  200. 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => 'getEstimateRepositoryService',
  201. 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => 'getOrderAttributeRepositoryService',
  202. 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => 'getOrderPositionRepositoryService',
  203. 'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => 'getOrderRepositoryService',
  204. 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository' => 'getPositionTemplateRepositoryService',
  205. 'Roothirsch\\ShopBundle\\Service\\DiscountFilterService' => 'getDiscountFilterServiceService',
  206. 'Roothirsch\\ShopBundle\\ShopBundle' => 'getShopBundleService',
  207. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  208. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  209. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  210. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  211. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  212. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  213. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  214. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  215. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  216. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  217. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  218. 'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  219. 'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  220. 'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  221. 'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  222. 'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  223. 'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  224. 'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  225. 'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  226. 'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  227. 'app.tus.collector' => 'getApp_Tus_CollectorService',
  228. 'cache.app_clearer' => 'getCache_AppClearerService',
  229. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  230. 'cache.system_clearer' => 'getCache_SystemClearerService',
  231. 'cache_warmer' => 'getCacheWarmerService',
  232. 'console.command.public_alias.Roothirsch\\CoreBundle\\Translation\\Command\\TranslationUpdateCommand' => 'getTranslationUpdateCommandService',
  233. 'console.command_loader' => 'getConsole_CommandLoaderService',
  234. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  235. 'error_controller' => 'getErrorControllerService',
  236. 'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  237. 'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  238. 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  239. 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  240. 'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  241. 'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  242. 'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  243. 'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  244. 'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  245. 'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  246. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  247. 'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  248. 'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  249. 'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  250. 'roothirsch.core.attribute_types' => 'getRoothirsch_Core_AttributeTypesService',
  251. 'roothirsch.core.reporter' => 'getRoothirsch_Core_ReporterService',
  252. 'roothirsch.core.site_setting.resolver' => 'getRoothirsch_Core_SiteSetting_ResolverService',
  253. 'routing.loader' => 'getRouting_LoaderService',
  254. 'services_resetter' => 'getServicesResetterService',
  255. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  256. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  257. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  258. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  259. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  260. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  261. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  262. ];
  263. $this->aliases = [
  264. 'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  265. 'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  266. 'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  267. 'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  268. 'api_platform.action.get_item' => 'api_platform.action.placeholder',
  269. 'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  270. 'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  271. 'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  272. 'api_platform.action.put_item' => 'api_platform.action.placeholder',
  273. 'database_connection' => 'doctrine.dbal.default_connection',
  274. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  275. 'knp_snappy.image' => 'Knp\\Snappy\\Image',
  276. 'knp_snappy.pdf' => 'Knp\\Snappy\\Pdf',
  277. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  278. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  279. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  280. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  281. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  282. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  283. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  284. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  285. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  286. ];
  287. $this->privates['service_container'] = function () {
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  294. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Behaviors/Translatable/TranslatableDoctrineListener.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/EventListener/LocaleEventListener.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/EventSubscriber/UserReadSubscriber.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/Repository/FeatureFlagRepository.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Messaging/MessagingService.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Repository/GroupRepository.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Repository/UserRepository.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Security/EventListener/CheckUserListener.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Security/TokenCookieListener.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Security/UserManager.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Site/SiteProvider.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Site/TemplatePathInjection.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/EventSubscriber/TranslationScopeReadSubscriber.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Repository/LanguageRepository.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Repository/TranslationScopeRepository.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Services/LegacyTranslator.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/UserAware/UserDetection.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Filter/FileAccessUserInjection.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Filter/FileLocaleInjection.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Twig/ShopExtension.php';
  330. include_once \dirname(__DIR__, 4).'/src/Service/StahlzargeBestellhilfeService.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/DatabaseActivator.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcherInterface.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  849. include_once \dirname(__DIR__, 4).'/src/Serializer/CustomXmlEncoder.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  902. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  903. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  906. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  907. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  908. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  909. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  910. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  911. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  912. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Twig/TranslateExtension.php';
  914. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/FavoriteExtension.php';
  915. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/FileExtension.php';
  916. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/HistoryExtension.php';
  917. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/LocalizedAssetExtension.php';
  918. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/MoneyExtension.php';
  919. include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
  920. include_once \dirname(__DIR__, 4).'/src/Twig/BestellhilfeExtension.php';
  921. include_once \dirname(__DIR__, 4).'/src/Twig/FMCExtension.php';
  922. include_once \dirname(__DIR__, 4).'/src/Twig/ShopExtension.php';
  923. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  924. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  925. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  926. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  927. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  928. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  929. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  930. include_once \dirname(__DIR__, 4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  931. include_once \dirname(__DIR__, 4).'/vendor/twig/inky-extra/InkyExtension.php';
  932. include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
  933. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  934. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  935. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  936. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  937. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  938. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  939. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  940. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/LanguageProvider.php';
  941. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/FeaturesProvider.php';
  942. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  943. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  944. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  945. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  946. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  947. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  948. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  949. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  950. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  951. };
  952. }
  953. public function compile(): void
  954. {
  955. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  956. }
  957. public function isCompiled(): bool
  958. {
  959. return true;
  960. }
  961. public function getRemovedIds(): array
  962. {
  963. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  964. }
  965. protected function load($file, $lazyLoad = true)
  966. {
  967. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  968. return $class::do($this, $lazyLoad);
  969. }
  970. if ('.' === $file[-4]) {
  971. $class = substr($class, 0, -4);
  972. } else {
  973. $file .= '.php';
  974. }
  975. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  976. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  977. }
  978. /**
  979. * Gets the public '.container.private.profiler' shared service.
  980. *
  981. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  982. */
  983. protected function get_Container_Private_ProfilerService()
  984. {
  985. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  986. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  987. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  988. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  989. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  990. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  991. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  992. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  993. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  994. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  995. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  996. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  997. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  998. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  999. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1000. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1001. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1002. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1003. $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  1004. $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1005. $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1006. $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1007. $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1008. $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1009. $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1010. $d->addInstance('cache.doctrine.orm.my_brunex.result', ($this->privates['cache.doctrine.orm.my_brunex.result'] ?? $this->getCache_Doctrine_Orm_MyBrunex_ResultService()));
  1011. $d->addInstance('cache.doctrine.orm.my_brunex.query', ($this->privates['cache.doctrine.orm.my_brunex.query'] ?? $this->getCache_Doctrine_Orm_MyBrunex_QueryService()));
  1012. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1013. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1014. $d->addInstance('cache.webpack_encore', ($this->services['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1015. $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1016. $e->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1017. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1018. if ($this->has('kernel')) {
  1019. $f->setKernel($b);
  1020. }
  1021. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1022. $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1023. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1024. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1025. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1026. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1027. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1028. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1029. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1030. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1031. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1032. $instance->add($d);
  1033. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1034. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1035. $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())));
  1036. $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([])))));
  1037. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1038. $instance->add($e);
  1039. $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()))));
  1040. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1041. $instance->add(new \Flagception\Bundle\FlagceptionBundle\Profiler\FeatureDataCollector(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator()))));
  1042. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1043. $instance->add($f);
  1044. return $instance;
  1045. }
  1046. /**
  1047. * Gets the public '.container.private.security.authorization_checker' shared service.
  1048. *
  1049. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1050. */
  1051. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1052. {
  1053. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1054. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1055. return $this->services['.container.private.security.authorization_checker'];
  1056. }
  1057. 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);
  1058. }
  1059. /**
  1060. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1061. *
  1062. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1063. */
  1064. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1065. {
  1066. 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())));
  1067. }
  1068. /**
  1069. * Gets the public '.container.private.security.token_storage' shared service.
  1070. *
  1071. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1072. */
  1073. protected function get_Container_Private_Security_TokenStorageService()
  1074. {
  1075. 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, [
  1076. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1077. ], [
  1078. 'request_stack' => '?',
  1079. ]));
  1080. }
  1081. /**
  1082. * Gets the public '.container.private.serializer' shared service.
  1083. *
  1084. * @return \Symfony\Component\Serializer\Serializer
  1085. */
  1086. protected function get_Container_Private_SerializerService()
  1087. {
  1088. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1089. if (isset($this->services['.container.private.serializer'])) {
  1090. return $this->services['.container.private.serializer'];
  1091. }
  1092. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1093. if (isset($this->services['.container.private.serializer'])) {
  1094. return $this->services['.container.private.serializer'];
  1095. }
  1096. $c = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1097. if (isset($this->services['.container.private.serializer'])) {
  1098. return $this->services['.container.private.serializer'];
  1099. }
  1100. $d = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1101. if (isset($this->services['.container.private.serializer'])) {
  1102. return $this->services['.container.private.serializer'];
  1103. }
  1104. $e = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1105. if (isset($this->services['.container.private.serializer'])) {
  1106. return $this->services['.container.private.serializer'];
  1107. }
  1108. $f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1109. if (isset($this->services['.container.private.serializer'])) {
  1110. return $this->services['.container.private.serializer'];
  1111. }
  1112. $g = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1113. if (isset($this->services['.container.private.serializer'])) {
  1114. return $this->services['.container.private.serializer'];
  1115. }
  1116. $h = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1117. if (isset($this->services['.container.private.serializer'])) {
  1118. return $this->services['.container.private.serializer'];
  1119. }
  1120. $i = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1121. if (isset($this->services['.container.private.serializer'])) {
  1122. return $this->services['.container.private.serializer'];
  1123. }
  1124. $j = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1125. if (isset($this->services['.container.private.serializer'])) {
  1126. return $this->services['.container.private.serializer'];
  1127. }
  1128. $k = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1129. $l = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
  1130. $m = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $k, $a)], [0 => $l]));
  1131. $n = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($m);
  1132. $o = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1133. $p = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1134. $q = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($o, $b, $p, $c, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $d, NULL, $e, NULL, false, 'oauth2', 'application', '', '', [], $this->parameters['api_platform.swagger.api_keys'], $f, true, 'page', true, 'limit', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $m));
  1135. $r = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1136. $s = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1137. $t = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1138. $u = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1139. $v = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($u);
  1140. $w = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($u, $s, $k, $a, $v, NULL, [], $a);
  1141. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($k), 1 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'd.m.Y']), 2 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 3 => $n, 4 => $q, 5 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($r, [], $s), 6 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $s), 7 => $q, 8 => $n, 9 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($o, $b, $p, $t, NULL, $r, NULL, $s), 10 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($o, $g, $r), 11 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($r, true), 12 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 13 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 15 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 16 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($o, $b, $p, $g, $t, $h, $k, $s, $u, [], new RewindableGenerator(function () {
  1142. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1143. }, 1), $i), 17 => new \ApiPlatform\Serializer\ItemNormalizer($b, $p, $g, $t, $k, $s, $u, $j, false, NULL, new RewindableGenerator(function () {
  1144. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1145. }, 1), $o, $i), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $s), 20 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($u, $s, $a, $v, NULL, [])), 21 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 26 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 27 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($h, $t, $g, NULL), 'page', 'pagination', $o, $k), $o, $t, $e), 28 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 29 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($w, $g, $h), 30 => $w], [0 => new \App\Serializer\CustomXmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 2 => $l, 3 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 4 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 6 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1146. }
  1147. /**
  1148. * Gets the public '.container.private.session' shared service.
  1149. *
  1150. * @return \Symfony\Component\HttpFoundation\Session\Session
  1151. */
  1152. protected function get_Container_Private_SessionService()
  1153. {
  1154. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1155. if (isset($this->services['.container.private.session'])) {
  1156. return $this->services['.container.private.session'];
  1157. }
  1158. return $this->services['.container.private.session'] = $a->createSession();
  1159. }
  1160. /**
  1161. * Gets the public '.container.private.twig' shared service.
  1162. *
  1163. * @return \Twig\Environment
  1164. */
  1165. protected function get_Container_Private_TwigService()
  1166. {
  1167. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1168. $a->addPath((\dirname(__DIR__, 4).'/templates'), 'templates');
  1169. $a->addPath((\dirname(__DIR__, 4).'/assets/'), 'assets');
  1170. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources/views'), 'RoothirschCore');
  1171. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1172. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1173. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1174. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1175. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1176. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1177. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1178. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1179. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1180. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1181. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1182. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1183. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1184. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1185. $a->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  1186. $a->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  1187. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  1188. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  1189. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  1190. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources/views'), 'RoothirschCore');
  1191. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources/views'), '!RoothirschCore');
  1192. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Resources/views'), 'Dam');
  1193. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Resources/views'), '!Dam');
  1194. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Resources/views'), 'Shop');
  1195. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Resources/views'), '!Shop');
  1196. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/templates'), 'Notification');
  1197. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/templates'), '!Notification');
  1198. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  1199. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1200. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1201. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1202. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1203. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1204. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1205. $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1206. $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1207. $f = ($this->services['router'] ?? $this->getRouterService());
  1208. $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1209. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1210. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1211. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
  1212. $j = ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService());
  1213. $k = new \Symfony\Bridge\Twig\AppVariable();
  1214. $k->setEnvironment('dev');
  1215. $k->setDebug(true);
  1216. if ($this->has('.container.private.security.token_storage')) {
  1217. $k->setTokenStorage($h);
  1218. }
  1219. if ($this->has('request_stack')) {
  1220. $k->setRequestStack($g);
  1221. }
  1222. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1223. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1224. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1225. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1226. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1227. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
  1228. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1229. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1230. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  1231. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1232. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1233. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, $f)));
  1234. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1235. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1236. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1237. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1238. $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($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1239. $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())));
  1240. $instance->addExtension(new \Roothirsch\CoreBundle\Translation\Twig\TranslateExtension());
  1241. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\FavoriteExtension($h));
  1242. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\FileExtension($h));
  1243. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\HistoryExtension());
  1244. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\LocalizedAssetExtension($g, $d));
  1245. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\MoneyExtension());
  1246. $instance->addExtension(($this->services['Roothirsch\\ShopBundle\\Twig\\ShopExtension'] ?? ($this->services['Roothirsch\\ShopBundle\\Twig\\ShopExtension'] = new \Roothirsch\ShopBundle\Twig\ShopExtension())));
  1247. $instance->addExtension(new \App\Twig\AppExtension());
  1248. $instance->addExtension(new \App\Twig\BestellhilfeExtension(($this->privates['App\\Service\\StahlzargeBestellhilfeService'] ?? ($this->privates['App\\Service\\StahlzargeBestellhilfeService'] = new \App\Service\StahlzargeBestellhilfeService()))));
  1249. $instance->addExtension(new \App\Twig\FMCExtension());
  1250. $instance->addExtension(new \App\Twig\ShopExtension(($this->privates['Roothirsch\\CoreBundle\\Translation\\Services\\LegacyTranslator'] ?? $this->getLegacyTranslatorService())));
  1251. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1252. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1253. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1254. $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension($j));
  1255. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1256. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1257. ], [
  1258. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1259. ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1260. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1261. $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1262. $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  1263. $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1264. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1265. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  1266. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  1267. ], [
  1268. 'webpack_encore.entrypoint_lookup_collection' => '?',
  1269. 'webpack_encore.tag_renderer' => '?',
  1270. ])));
  1271. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  1272. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension(new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($instance)));
  1273. $instance->addGlobal('app', $k);
  1274. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1275. 'Roothirsch\\CoreBundle\\Translation\\Twig\\TranslatorRuntime' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Twig\\TranslatorRuntime', 'getTranslatorRuntimeService', true],
  1276. 'App\\Twig\\AppRuntime' => ['privates', 'App\\Twig\\AppRuntime', 'getAppRuntimeService', true],
  1277. 'App\\Twig\\ShopRuntime' => ['privates', 'App\\Twig\\ShopRuntime', 'getShopRuntimeService', true],
  1278. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1279. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1280. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1281. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1282. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  1283. ], [
  1284. 'Roothirsch\\CoreBundle\\Translation\\Twig\\TranslatorRuntime' => '?',
  1285. 'App\\Twig\\AppRuntime' => '?',
  1286. 'App\\Twig\\ShopRuntime' => '?',
  1287. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1288. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1289. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1290. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1291. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1292. ])));
  1293. $instance->addGlobal('languageProvider', new \Roothirsch\CoreBundle\Translation\LanguageProvider(($this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository'] ?? $this->getLanguageRepositoryService())));
  1294. $instance->addGlobal('site', ($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? $this->getSiteProviderService()));
  1295. $instance->addGlobal('features', new \Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider($j, ($this->services['kernel'] ?? $this->get('kernel', 1))));
  1296. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  1297. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  1298. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  1299. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1300. return $instance;
  1301. }
  1302. /**
  1303. * Gets the public '.container.private.validator' shared service.
  1304. *
  1305. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1306. */
  1307. protected function get_Container_Private_ValidatorService()
  1308. {
  1309. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1310. if (isset($this->services['.container.private.validator'])) {
  1311. return $this->services['.container.private.validator'];
  1312. }
  1313. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1314. }
  1315. /**
  1316. * Gets the public 'Roothirsch\DamBundle\Filter\FileAccessUserInjection' shared autowired service.
  1317. *
  1318. * @return \Roothirsch\DamBundle\Filter\FileAccessUserInjection
  1319. */
  1320. protected function getFileAccessUserInjectionService()
  1321. {
  1322. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1323. if (isset($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'])) {
  1324. return $this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'];
  1325. }
  1326. $b = ($this->services['router'] ?? $this->getRouterService());
  1327. if (isset($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'])) {
  1328. return $this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'];
  1329. }
  1330. return $this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'] = new \Roothirsch\DamBundle\Filter\FileAccessUserInjection($a, $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1331. }
  1332. /**
  1333. * Gets the public 'Roothirsch\DamBundle\Filter\FileLocaleInjection' shared autowired service.
  1334. *
  1335. * @return \Roothirsch\DamBundle\Filter\FileLocaleInjection
  1336. */
  1337. protected function getFileLocaleInjectionService()
  1338. {
  1339. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1340. if (isset($this->services['Roothirsch\\DamBundle\\Filter\\FileLocaleInjection'])) {
  1341. return $this->services['Roothirsch\\DamBundle\\Filter\\FileLocaleInjection'];
  1342. }
  1343. return $this->services['Roothirsch\\DamBundle\\Filter\\FileLocaleInjection'] = new \Roothirsch\DamBundle\Filter\FileLocaleInjection($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository'] ?? $this->getLanguageRepositoryService()));
  1344. }
  1345. /**
  1346. * Gets the public 'Roothirsch\ShopBundle\Twig\ShopExtension' shared autowired service.
  1347. *
  1348. * @return \Roothirsch\ShopBundle\Twig\ShopExtension
  1349. */
  1350. protected function getShopExtensionService()
  1351. {
  1352. return $this->services['Roothirsch\\ShopBundle\\Twig\\ShopExtension'] = new \Roothirsch\ShopBundle\Twig\ShopExtension();
  1353. }
  1354. /**
  1355. * Gets the public 'cache.app' shared service.
  1356. *
  1357. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1358. */
  1359. protected function getCache_AppService()
  1360. {
  1361. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('3EdJP6kOpE', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1362. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1363. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1364. }
  1365. /**
  1366. * Gets the public 'cache.system' shared service.
  1367. *
  1368. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1369. */
  1370. protected function getCache_SystemService()
  1371. {
  1372. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FXMkrpJuV1', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1373. }
  1374. /**
  1375. * Gets the public 'cache.validator_expression_language' shared service.
  1376. *
  1377. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1378. */
  1379. protected function getCache_ValidatorExpressionLanguageService()
  1380. {
  1381. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('umvzDcpKP5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1382. }
  1383. /**
  1384. * Gets the public 'cache.webpack_encore' shared service.
  1385. *
  1386. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1387. */
  1388. protected function getCache_WebpackEncoreService()
  1389. {
  1390. return $this->services['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sn1OcGP2J-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1391. }
  1392. /**
  1393. * Gets the public 'data_collector.dump' shared service.
  1394. *
  1395. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1396. */
  1397. protected function getDataCollector_DumpService()
  1398. {
  1399. 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()));
  1400. }
  1401. /**
  1402. * Gets the public 'doctrine' shared service.
  1403. *
  1404. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1405. */
  1406. protected function getDoctrineService()
  1407. {
  1408. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1409. }
  1410. /**
  1411. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1412. *
  1413. * @return \Doctrine\DBAL\Connection
  1414. */
  1415. protected function getDoctrine_Dbal_DefaultConnectionService()
  1416. {
  1417. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1418. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1419. return $this->services['doctrine.dbal.default_connection'];
  1420. }
  1421. $b = new \Doctrine\DBAL\Configuration();
  1422. $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1423. $c->setConnectionName('default');
  1424. $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1425. $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('migration_versions')))]));
  1426. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
  1427. return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.11.0', 'defaultTableOptions' => ['charset' => 'utf8', 'collate' => 'utf8_unicode_ci']], $b, $a, []);
  1428. }
  1429. /**
  1430. * Gets the public 'doctrine.dbal.my_brunex_connection' shared service.
  1431. *
  1432. * @return \Doctrine\DBAL\Connection
  1433. */
  1434. protected function getDoctrine_Dbal_MyBrunexConnectionService()
  1435. {
  1436. $a = ($this->privates['doctrine.dbal.my_brunex_connection.event_manager'] ?? $this->getDoctrine_Dbal_MyBrunexConnection_EventManagerService());
  1437. if (isset($this->services['doctrine.dbal.my_brunex_connection'])) {
  1438. return $this->services['doctrine.dbal.my_brunex_connection'];
  1439. }
  1440. $b = new \Doctrine\DBAL\Configuration();
  1441. $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1442. $c->setConnectionName('my_brunex');
  1443. $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1444. $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('migration_versions')))]));
  1445. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
  1446. return $this->services['doctrine.dbal.my_brunex_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_MY_BRUNEX_URL'), 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.11.0', 'defaultTableOptions' => []], $b, $a, []);
  1447. }
  1448. /**
  1449. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1450. *
  1451. * @return \Doctrine\ORM\EntityManager
  1452. */
  1453. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1454. {
  1455. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1456. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1457. return $this->services['doctrine.orm.default_entity_manager'];
  1458. }
  1459. $b = ($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService());
  1460. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1461. return $this->services['doctrine.orm.default_entity_manager'];
  1462. }
  1463. $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1464. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1465. return $this->services['doctrine.orm.default_entity_manager'];
  1466. }
  1467. $d = new \Doctrine\ORM\Configuration();
  1468. $e = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1469. $f = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1470. $e->addDriver($f, 'App\\Entity\\');
  1471. $e->addDriver($f, 'Gedmo\\Translatable\\Entity');
  1472. $e->addDriver($f, 'Gedmo\\Translator\\Entity');
  1473. $e->addDriver($f, 'Gedmo\\Loggable\\Entity');
  1474. $e->addDriver($f, 'Gedmo\\Tree\\Entity');
  1475. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Entity');
  1476. $e->addDriver($f, 'Roothirsch\\CoreBundle\\FeatureFlag\\Entity');
  1477. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Menu\\Entity');
  1478. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Site\\Entity');
  1479. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Translation\\Entity');
  1480. $e->addDriver($f, 'Roothirsch\\PimBundle\\Entity');
  1481. $e->addDriver($f, 'Roothirsch\\DamBundle\\Entity');
  1482. $e->addDriver($f, 'Roothirsch\\ShopBundle\\Entity');
  1483. $e->addDriver($f, 'Roothirsch\\NotificationBundle\\Entity');
  1484. $e->addDriver($f, 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity');
  1485. $e->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1486. $d->setEntityNamespaces(['App' => 'App\\Entity\\', 'GedmoTranslatable' => 'Gedmo\\Translatable\\Entity', 'GedmoTranslator' => 'Gedmo\\Translator\\Entity', 'GedmoLoggable' => 'Gedmo\\Loggable\\Entity', 'GedmoTree' => 'Gedmo\\Tree\\Entity', 'Core' => 'Roothirsch\\CoreBundle\\Site\\Entity', 'FeatureFlags' => 'Roothirsch\\CoreBundle\\FeatureFlag\\Entity', 'Menu' => 'Roothirsch\\CoreBundle\\Menu\\Entity', 'Translation' => 'Roothirsch\\CoreBundle\\Translation\\Entity', 'PIM' => 'Roothirsch\\PimBundle\\Entity', 'DAM' => 'Roothirsch\\DamBundle\\Entity', 'Shop' => 'Roothirsch\\ShopBundle\\Entity', 'Notification' => 'Roothirsch\\NotificationBundle\\Entity', 'DeliveryTimeEstimator' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity', 'RoothirschCoreBundle' => 'Roothirsch\\CoreBundle\\Entity', 'DamBundle' => 'Roothirsch\\DamBundle\\Entity', 'ShopBundle' => 'Roothirsch\\ShopBundle\\Entity', 'NotificationBundle' => 'Roothirsch\\NotificationBundle\\Entity']);
  1487. $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1488. $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1489. $d->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1490. $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($e, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1491. $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1492. $d->setProxyNamespace('Proxies');
  1493. $d->setAutoGenerateProxyClasses(true);
  1494. $d->setSchemaIgnoreClasses([]);
  1495. $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1496. $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1497. $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1498. $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1499. $d->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1500. $d->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1501. $d->setLazyGhostObjectEnabled(false);
  1502. $d->setIdentityGenerationPreferences([]);
  1503. $d->setRepositoryFactory($b);
  1504. $d->addFilter('softdeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1505. $d->addFilter('user_aware_filter', 'Roothirsch\\CoreBundle\\UserAware\\UserAwareSqlFilter');
  1506. $d->addFilter('file_access_filter', 'Roothirsch\\DamBundle\\Filter\\FileAccessSqlFilter');
  1507. $d->addFilter('file_locale_filter', 'Roothirsch\\DamBundle\\Filter\\FileLocaleSqlFilter');
  1508. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $d, $c);
  1509. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'softdeleteable', 1 => 'user_aware_filter', 2 => 'file_access_filter', 3 => 'file_locale_filter'], []))->configure($instance);
  1510. return $instance;
  1511. }
  1512. /**
  1513. * Gets the public 'doctrine.orm.my_brunex_entity_manager' shared service.
  1514. *
  1515. * @return \Doctrine\ORM\EntityManager
  1516. */
  1517. protected function getDoctrine_Orm_MyBrunexEntityManagerService($lazyLoad = true)
  1518. {
  1519. $a = ($this->services['doctrine.dbal.my_brunex_connection'] ?? $this->getDoctrine_Dbal_MyBrunexConnectionService());
  1520. if (isset($this->services['doctrine.orm.my_brunex_entity_manager'])) {
  1521. return $this->services['doctrine.orm.my_brunex_entity_manager'];
  1522. }
  1523. $b = ($this->privates['doctrine.dbal.my_brunex_connection.event_manager'] ?? $this->getDoctrine_Dbal_MyBrunexConnection_EventManagerService());
  1524. if (isset($this->services['doctrine.orm.my_brunex_entity_manager'])) {
  1525. return $this->services['doctrine.orm.my_brunex_entity_manager'];
  1526. }
  1527. $c = new \Doctrine\ORM\Configuration();
  1528. $c->setEntityNamespaces([]);
  1529. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1530. $c->setQueryCache(($this->privates['cache.doctrine.orm.my_brunex.query'] ?? $this->getCache_Doctrine_Orm_MyBrunex_QueryService()));
  1531. $c->setResultCache(($this->privates['cache.doctrine.orm.my_brunex.result'] ?? $this->getCache_Doctrine_Orm_MyBrunex_ResultService()));
  1532. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(), ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1533. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1534. $c->setProxyNamespace('Proxies');
  1535. $c->setAutoGenerateProxyClasses(true);
  1536. $c->setSchemaIgnoreClasses([]);
  1537. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1538. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1539. $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1540. $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1541. $c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1542. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1543. $c->setLazyGhostObjectEnabled(false);
  1544. $c->setIdentityGenerationPreferences([]);
  1545. $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1546. $this->services['doctrine.orm.my_brunex_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1547. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1548. return $instance;
  1549. }
  1550. /**
  1551. * Gets the public 'event_dispatcher' shared service.
  1552. *
  1553. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1554. */
  1555. protected function getEventDispatcherService()
  1556. {
  1557. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1558. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1559. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1560. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1561. $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())));
  1562. $instance->addListener('kernel.request', [0 => function () {
  1563. return ($this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] ?? $this->getLocaleEventListenerService());
  1564. }, 1 => 'onKernelRequest'], 30);
  1565. $instance->addListener('kernel.request', [0 => function () {
  1566. return ($this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'] ?? $this->getCheckUserListenerService());
  1567. }, 1 => 'onKernelRequest'], 0);
  1568. $instance->addListener('kernel.response', [0 => function () {
  1569. return ($this->privates['Roothirsch\\CoreBundle\\Security\\TokenCookieListener'] ?? $this->getTokenCookieListenerService());
  1570. }, 1 => 'onAuthenticationSuccessEvent'], 0);
  1571. $instance->addListener('kernel.controller', [0 => function () {
  1572. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1573. }, 1 => 'onKernelController'], 0);
  1574. $instance->addListener('kernel.request', [0 => function () {
  1575. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1576. }, 1 => 'onKernelRequest'], 250);
  1577. $instance->addListener('kernel.response', [0 => function () {
  1578. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1579. }, 1 => 'onKernelResponse'], 0);
  1580. $instance->addListener('kernel.response', [0 => function () {
  1581. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1582. }, 1 => 'onResponse'], -10);
  1583. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1584. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1585. }, 1 => 'checkPassport'], 1024);
  1586. $instance->addListener('kernel.response', [0 => function () {
  1587. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1588. }, 1 => 'onKernelResponse'], 0);
  1589. $instance->addListener('kernel.request', [0 => function () {
  1590. return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1591. }, 1 => 'onKernelRequest'], 28);
  1592. $instance->addListener('kernel.request', [0 => function () {
  1593. return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1594. }, 1 => 'onKernelRequest'], 2);
  1595. $instance->addListener('kernel.view', [0 => function () {
  1596. return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1597. }, 1 => 'onKernelView'], 16);
  1598. $instance->addListener('kernel.view', [0 => function () {
  1599. return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1600. }, 1 => 'onKernelView'], 8);
  1601. $instance->addListener('kernel.exception', [0 => function () {
  1602. return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1603. }, 1 => 'onKernelException'], 0);
  1604. $instance->addListener('kernel.exception', [0 => function () {
  1605. return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1606. }, 1 => 'onKernelException'], -96);
  1607. $instance->addListener('kernel.view', [0 => function () {
  1608. return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1609. }, 1 => 'onKernelView'], 32);
  1610. $instance->addListener('kernel.request', [0 => function () {
  1611. return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1612. }, 1 => 'onKernelRequest'], 4);
  1613. $instance->addListener('kernel.request', [0 => function () {
  1614. return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1615. }, 1 => 'onKernelRequest'], 0);
  1616. $instance->addListener('kernel.response', [0 => function () {
  1617. return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1618. }, 1 => 'onKernelResponse'], 0);
  1619. $instance->addListener('kernel.response', [0 => function () {
  1620. return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1621. }, 1 => 'onKernelResponse'], -1);
  1622. $instance->addListener('kernel.view', [0 => function () {
  1623. return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1624. }, 1 => 'onKernelView'], 64);
  1625. $instance->addListener('kernel.request', [0 => function () {
  1626. return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1627. }, 1 => 'onKernelRequest'], 16);
  1628. $instance->addListener('kernel.request', [0 => function () {
  1629. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1630. }, 1 => 'onSecurity'], 3);
  1631. $instance->addListener('kernel.request', [0 => function () {
  1632. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1633. }, 1 => 'onSecurityPostDenormalize'], 1);
  1634. $instance->addListener('kernel.view', [0 => function () {
  1635. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1636. }, 1 => 'onSecurityPostValidation'], 63);
  1637. $instance->addListener('console.command', [0 => function () {
  1638. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  1639. }, 1 => 'onConsoleCommand'], 0);
  1640. $instance->addListener('kernel.exception', [0 => function () {
  1641. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1642. }, 1 => 'onKernelException'], -64);
  1643. $instance->addListener('kernel.view', [0 => function () {
  1644. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1645. }, 1 => 'onKernelView'], 0);
  1646. $instance->addListener('kernel.exception', [0 => function () {
  1647. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1648. }, 1 => 'onKernelException'], 0);
  1649. $instance->addListener('form.pre_set_data', [0 => function () {
  1650. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeInjectorEventSubscriber'] ?? $this->load('getAttributeInjectorEventSubscriberService'));
  1651. }, 1 => 'buildForm'], 0);
  1652. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterCrudActionEvent', [0 => function () {
  1653. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\DragDropSortable\\DragDropSortableSubscriber'] ?? $this->load('getDragDropSortableSubscriberService'));
  1654. }, 1 => 'processGroups'], 0);
  1655. $instance->addListener('form.pre_set_data', [0 => function () {
  1656. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFormSubscriber'] ?? $this->load('getTranslatableFormSubscriberService'));
  1657. }, 1 => 'preSetData'], 0);
  1658. $instance->addListener('form.post_submit', [0 => function () {
  1659. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFormSubscriber'] ?? $this->load('getTranslatableFormSubscriberService'));
  1660. }, 1 => 'postSubmit'], 0);
  1661. $instance->addListener('kernel.view', [0 => function () {
  1662. return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\FeatureSubscriber'] ?? $this->load('getFeatureSubscriberService'));
  1663. }, 1 => 'load'], 17);
  1664. $instance->addListener('kernel.request', [0 => function () {
  1665. return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'] ?? $this->getUserReadSubscriberService());
  1666. }, 1 => 'load'], 5);
  1667. $instance->addListener('kernel.view', [0 => function () {
  1668. return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber'] ?? $this->load('getUserWriteSubscriberService'));
  1669. }, 1 => 'validate'], 63);
  1670. $instance->addListener('kernel.request', [0 => function () {
  1671. return ($this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] ?? $this->getTemplatePathInjectionService());
  1672. }, 1 => 'onKernelRequest'], 5);
  1673. $instance->addListener('kernel.request', [0 => function () {
  1674. return ($this->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] ?? $this->getTranslationScopeReadSubscriberService());
  1675. }, 1 => 'handle'], 5);
  1676. $instance->addListener('kernel.request', [0 => function () {
  1677. return ($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'] ?? $this->getUserDetectionService());
  1678. }, 1 => 'onKernelRequest'], 5);
  1679. $instance->addListener('kernel.view', [0 => function () {
  1680. return ($this->services['Roothirsch\\DamBundle\\EventSubscriber\\AssetToggleFavoriteSubscriber'] ?? $this->load('getAssetToggleFavoriteSubscriberService'));
  1681. }, 1 => 'validate'], 63);
  1682. $instance->addListener('kernel.request', [0 => function () {
  1683. return ($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'] ?? $this->getFileAccessUserInjectionService());
  1684. }, 1 => 'onKernelRequest'], 5);
  1685. $instance->addListener('kernel.request', [0 => function () {
  1686. return ($this->services['Roothirsch\\DamBundle\\Filter\\FileLocaleInjection'] ?? $this->getFileLocaleInjectionService());
  1687. }, 1 => 'onKernelRequest'], 5);
  1688. $instance->addListener('kernel.view', [0 => function () {
  1689. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateAddressSubscriber'] ?? $this->load('getEstimateAddressSubscriberService'));
  1690. }, 1 => 'validate'], 65);
  1691. $instance->addListener('kernel.view', [0 => function () {
  1692. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDistributorSubscriber'] ?? $this->load('getEstimateDistributorSubscriberService'));
  1693. }, 1 => 'validate'], 65);
  1694. $instance->addListener('kernel.view', [0 => function () {
  1695. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDuplicateSubscriber'] ?? $this->load('getEstimateDuplicateSubscriberService'));
  1696. }, 1 => 'validate'], 65);
  1697. $instance->addListener('kernel.view', [0 => function () {
  1698. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOrderSubscriber'] ?? $this->load('getEstimateOrderSubscriberService'));
  1699. }, 1 => 'validate'], 63);
  1700. $instance->addListener('kernel.view', [0 => function () {
  1701. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOwnerSubscriber'] ?? $this->load('getEstimateOwnerSubscriberService'));
  1702. }, 1 => 'validate'], 65);
  1703. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeCrudActionEvent', [0 => function () {
  1704. return ($this->privates['App\\EventListener\\ContactPersonDeleteListener'] ?? $this->load('getContactPersonDeleteListenerService'));
  1705. }, 1 => 'check'], 0);
  1706. $instance->addListener('core.registration.token_created', [0 => function () {
  1707. return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->load('getRegistrationListenerService'));
  1708. }, 1 => 'onTokenCreatedEvent'], 0);
  1709. $instance->addListener('core.registration.completed', [0 => function () {
  1710. return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->load('getRegistrationListenerService'));
  1711. }, 1 => 'onRegistrationCompletedEvent'], 0);
  1712. $instance->addListener('kernel.view', [0 => function () {
  1713. return ($this->privates['App\\EventSubscriber\\Api\\EstimateAddressSubscriber'] ?? $this->load('getEstimateAddressSubscriber2Service'));
  1714. }, 1 => 'validate'], 65);
  1715. $instance->addListener('kernel.view', [0 => function () {
  1716. return ($this->privates['App\\EventSubscriber\\Api\\EstimateDistributorSubscriber'] ?? $this->load('getEstimateDistributorSubscriber2Service'));
  1717. }, 1 => 'validate'], 65);
  1718. $instance->addListener('kernel.view', [0 => function () {
  1719. return ($this->privates['App\\EventSubscriber\\Api\\EstimateDuplicateSubscriber'] ?? $this->load('getEstimateDuplicateSubscriber2Service'));
  1720. }, 1 => 'validate'], 65);
  1721. $instance->addListener('kernel.view', [0 => function () {
  1722. return ($this->privates['App\\EventSubscriber\\Api\\EstimateOrderSubscriber'] ?? $this->load('getEstimateOrderSubscriber2Service'));
  1723. }, 1 => 'validate'], 63);
  1724. $instance->addListener('kernel.view', [0 => function () {
  1725. return ($this->privates['App\\EventSubscriber\\Api\\EstimateOwnerSubscriber'] ?? $this->load('getEstimateOwnerSubscriber2Service'));
  1726. }, 1 => 'validate'], 65);
  1727. $instance->addListener('kernel.view', [0 => function () {
  1728. return ($this->privates['App\\EventSubscriber\\Api\\PositionTotalUpdateSubscriber'] ?? $this->load('getPositionTotalUpdateSubscriberService'));
  1729. }, 1 => 'updateParentTotal'], 31);
  1730. $instance->addListener('kernel.view', [0 => function () {
  1731. return ($this->privates['App\\EventSubscriber\\Api\\UploadSubscriber'] ?? ($this->privates['App\\EventSubscriber\\Api\\UploadSubscriber'] = new \App\EventSubscriber\Api\UploadSubscriber($this, $this->targetDir.'')));
  1732. }, 1 => 'PRE_WRITE'], 33);
  1733. $instance->addListener('tus-server.upload.complete', [0 => function () {
  1734. return ($this->privates['App\\Tus\\EventListener\\TusListener'] ?? $this->load('getTusListenerService'));
  1735. }, 1 => 'onComplete'], 0);
  1736. $instance->addListener('kernel.response', [0 => function () {
  1737. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1738. }, 1 => 'onKernelResponse'], 0);
  1739. $instance->addListener('kernel.response', [0 => function () {
  1740. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1741. }, 1 => 'onKernelResponse'], -1024);
  1742. $instance->addListener('kernel.request', [0 => function () {
  1743. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1744. }, 1 => 'setDefaultLocale'], 100);
  1745. $instance->addListener('kernel.request', [0 => function () {
  1746. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1747. }, 1 => 'onKernelRequest'], 16);
  1748. $instance->addListener('kernel.finish_request', [0 => function () {
  1749. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1750. }, 1 => 'onKernelFinishRequest'], 0);
  1751. $instance->addListener('kernel.request', [0 => function () {
  1752. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1753. }, 1 => 'onKernelRequest'], 256);
  1754. $instance->addListener('kernel.response', [0 => function () {
  1755. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1756. }, 1 => 'onResponse'], -255);
  1757. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1758. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1759. }, 1 => 'onControllerArguments'], 0);
  1760. $instance->addListener('kernel.exception', [0 => function () {
  1761. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1762. }, 1 => 'logKernelException'], 0);
  1763. $instance->addListener('kernel.exception', [0 => function () {
  1764. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1765. }, 1 => 'onKernelException'], -128);
  1766. $instance->addListener('kernel.response', [0 => function () {
  1767. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1768. }, 1 => 'removeCspHeader'], -128);
  1769. $instance->addListener('kernel.request', [0 => function () {
  1770. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1771. }, 1 => 'onKernelRequest'], 15);
  1772. $instance->addListener('kernel.finish_request', [0 => function () {
  1773. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1774. }, 1 => 'onKernelFinishRequest'], -15);
  1775. $instance->addListener('console.error', [0 => function () {
  1776. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1777. }, 1 => 'onConsoleError'], -128);
  1778. $instance->addListener('console.terminate', [0 => function () {
  1779. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1780. }, 1 => 'onConsoleTerminate'], -128);
  1781. $instance->addListener('console.error', [0 => function () {
  1782. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1783. }, 1 => 'onConsoleError'], 0);
  1784. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1785. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('site_setting:MAILER_FROM'), [])));
  1786. }, 1 => 'onMessage'], -255);
  1787. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1788. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1789. }, 1 => 'onMessage'], -255);
  1790. $instance->addListener('kernel.request', [0 => function () {
  1791. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1792. }, 1 => 'configure'], 2048);
  1793. $instance->addListener('console.command', [0 => function () {
  1794. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1795. }, 1 => 'configure'], 2048);
  1796. $instance->addListener('kernel.request', [0 => function () {
  1797. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1798. }, 1 => 'onKernelRequest'], 32);
  1799. $instance->addListener('kernel.finish_request', [0 => function () {
  1800. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1801. }, 1 => 'onKernelFinishRequest'], 0);
  1802. $instance->addListener('kernel.exception', [0 => function () {
  1803. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1804. }, 1 => 'onKernelException'], -64);
  1805. $instance->addListener('kernel.response', [0 => function () {
  1806. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1807. }, 1 => 'onKernelResponse'], 0);
  1808. $instance->addListener('kernel.request', [0 => function () {
  1809. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1810. }, 1 => 'onKernelRequest'], 128);
  1811. $instance->addListener('kernel.response', [0 => function () {
  1812. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1813. }, 1 => 'onKernelResponse'], -1000);
  1814. $instance->addListener('kernel.finish_request', [0 => function () {
  1815. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1816. }, 1 => 'onFinishRequest'], 0);
  1817. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1818. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1819. }, 1 => 'onMessageFailed'], 100);
  1820. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1821. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1822. }, 1 => 'onMessageFailed'], 200);
  1823. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1824. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1825. }, 1 => 'onWorkerRunning'], 100);
  1826. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1827. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1828. }, 1 => 'onWorkerStarted'], 0);
  1829. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1830. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1831. }, 1 => 'onWorkerRunning'], 0);
  1832. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1833. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1834. }, 1 => 'onWorkerStarted'], 100);
  1835. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1836. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1837. }, 1 => 'onMessageFailed'], 0);
  1838. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1839. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1840. }, 1 => 'onWorkerRunning'], 0);
  1841. $instance->addListener('kernel.response', [0 => function () {
  1842. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1843. }, 1 => 'onKernelResponse'], -100);
  1844. $instance->addListener('kernel.exception', [0 => function () {
  1845. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1846. }, 1 => 'onKernelException'], 0);
  1847. $instance->addListener('kernel.terminate', [0 => function () {
  1848. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1849. }, 1 => 'onKernelTerminate'], -1024);
  1850. $instance->addListener('kernel.controller', [0 => function () {
  1851. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1852. }, 1 => 'onKernelController'], 0);
  1853. $instance->addListener('kernel.response', [0 => function () {
  1854. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1855. }, 1 => 'onKernelResponse'], 0);
  1856. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1857. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1858. }, 1 => 'onMessage'], 0);
  1859. $instance->addListener('kernel.response', [0 => function () {
  1860. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1861. }, 1 => 'onKernelResponse'], 0);
  1862. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1863. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1864. }, 1 => 'checkPassport'], 0);
  1865. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1866. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1867. }, 1 => 'onLoginSuccess'], 0);
  1868. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1869. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1870. }, 1 => 'onVoterVote'], 0);
  1871. $instance->addListener('kernel.request', [0 => function () {
  1872. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1873. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1874. $instance->addListener('kernel.request', [0 => function () {
  1875. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1876. }, 1 => 'onKernelRequest'], 8);
  1877. $instance->addListener('kernel.finish_request', [0 => function () {
  1878. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1879. }, 1 => 'onKernelFinishRequest'], 0);
  1880. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1881. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1882. }, 1 => 'onWorkerMessageHandled'], 0);
  1883. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1884. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1885. }, 1 => 'onWorkerMessageFailed'], 0);
  1886. $instance->addListener('kernel.request', [0 => function () {
  1887. return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1888. }, 1 => 'onKernelRequest'], 0);
  1889. $instance->addListener('kernel.response', [0 => function () {
  1890. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1891. }, 1 => 'onKernelResponse'], -128);
  1892. $instance->addListener('console.command', [0 => function () {
  1893. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1894. }, 1 => 'onCommand'], 255);
  1895. $instance->addListener('console.terminate', [0 => function () {
  1896. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1897. }, 1 => 'onTerminate'], -255);
  1898. $instance->addListener('console.command', [0 => function () {
  1899. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1900. }, 1 => 'configure'], 1024);
  1901. $instance->addListener('console.error', [0 => function () {
  1902. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1903. }, 1 => 'onConsoleError'], 0);
  1904. $instance->addListener('console.terminate', [0 => function () {
  1905. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1906. }, 1 => 'onConsoleTerminate'], 0);
  1907. $instance->addListener('kernel.controller', [0 => function () {
  1908. return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  1909. }, 1 => 'onKernelController'], 0);
  1910. $instance->addListener('kernel.request', [0 => function () {
  1911. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1912. }, 1 => 'onKernelRequest'], 0);
  1913. $instance->addListener('kernel.controller', [0 => function () {
  1914. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1915. }, 1 => 'onKernelController'], 128);
  1916. $instance->addListener('kernel.finish_request', [0 => function () {
  1917. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1918. }, 1 => 'resetAssets'], 0);
  1919. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1920. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1921. }, 1 => 'checkPassport'], 512);
  1922. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1923. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1924. }, 1 => 'onLogout'], 0);
  1925. return $instance;
  1926. }
  1927. /**
  1928. * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  1929. *
  1930. * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  1931. */
  1932. protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  1933. {
  1934. return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1935. }
  1936. /**
  1937. * Gets the public 'flagception.manager.feature_manager' shared service.
  1938. *
  1939. * @return \Flagception\Manager\FeatureManager
  1940. */
  1941. protected function getFlagception_Manager_FeatureManagerService()
  1942. {
  1943. $a = ($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService());
  1944. if (isset($this->services['flagception.manager.feature_manager'])) {
  1945. return $this->services['flagception.manager.feature_manager'];
  1946. }
  1947. return $this->services['flagception.manager.feature_manager'] = new \Flagception\Manager\FeatureManager($a, ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator())));
  1948. }
  1949. /**
  1950. * Gets the public 'http_kernel' shared service.
  1951. *
  1952. * @return \Symfony\Component\HttpKernel\HttpKernel
  1953. */
  1954. protected function getHttpKernelService()
  1955. {
  1956. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1957. if (isset($this->services['http_kernel'])) {
  1958. return $this->services['http_kernel'];
  1959. }
  1960. 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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1961. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1962. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1963. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1964. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1965. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1966. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1967. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1968. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1969. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1970. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1971. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1972. }
  1973. /**
  1974. * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1975. *
  1976. * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1977. */
  1978. protected function getLexikJwtAuthentication_EncoderService()
  1979. {
  1980. return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl', 'RS256', 36000, 0, false));
  1981. }
  1982. /**
  1983. * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1984. *
  1985. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1986. */
  1987. protected function getLexikJwtAuthentication_JwtManagerService()
  1988. {
  1989. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1990. if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  1991. return $this->services['lexik_jwt_authentication.jwt_manager'];
  1992. }
  1993. $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a, 'username', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
  1994. $instance->setUserIdentityField('username', false);
  1995. return $instance;
  1996. }
  1997. /**
  1998. * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1999. *
  2000. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2001. */
  2002. protected function getLexikJwtAuthentication_KeyLoaderService()
  2003. {
  2004. return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  2005. }
  2006. /**
  2007. * Gets the public 'messenger.default_bus' shared service.
  2008. *
  2009. * @return \Symfony\Component\Messenger\TraceableMessageBus
  2010. */
  2011. protected function getMessenger_DefaultBusService()
  2012. {
  2013. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2014. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2015. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2016. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2017. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2018. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2019. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2020. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2021. }, 7)));
  2022. }
  2023. /**
  2024. * Gets the public 'request_stack' shared service.
  2025. *
  2026. * @return \Symfony\Component\HttpFoundation\RequestStack
  2027. */
  2028. protected function getRequestStackService()
  2029. {
  2030. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2031. }
  2032. /**
  2033. * Gets the public 'router' shared service.
  2034. *
  2035. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2036. */
  2037. protected function getRouterService()
  2038. {
  2039. $a = new \Symfony\Bridge\Monolog\Logger('router');
  2040. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2041. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2042. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2043. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2044. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2045. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  2046. ], [
  2047. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2048. ]))->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, 'de');
  2049. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2050. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2051. return $instance;
  2052. }
  2053. /**
  2054. * Gets the public 'translator' shared service.
  2055. *
  2056. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2057. */
  2058. protected function getTranslatorService()
  2059. {
  2060. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2061. }
  2062. /**
  2063. * Gets the public 'var_dumper.cloner' shared service.
  2064. *
  2065. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2066. */
  2067. protected function getVarDumper_ClonerService()
  2068. {
  2069. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2070. $instance->setMaxItems(2500);
  2071. $instance->setMinDepth(1);
  2072. $instance->setMaxString(-1);
  2073. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2074. return $instance;
  2075. }
  2076. /**
  2077. * Gets the private '.service_locator.IkldLAI' shared service.
  2078. *
  2079. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2080. */
  2081. protected function get_ServiceLocator_IkldLAIService()
  2082. {
  2083. return $this->privates['.service_locator.IkldLAI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2084. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  2085. 'security.firewall.map.context.api_legacy' => ['privates', 'security.firewall.map.context.api_legacy', 'getSecurity_Firewall_Map_Context_ApiLegacyService', true],
  2086. 'security.firewall.map.context.api_login' => ['privates', 'security.firewall.map.context.api_login', 'getSecurity_Firewall_Map_Context_ApiLoginService', true],
  2087. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  2088. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  2089. ], [
  2090. 'security.firewall.map.context.api' => '?',
  2091. 'security.firewall.map.context.api_legacy' => '?',
  2092. 'security.firewall.map.context.api_login' => '?',
  2093. 'security.firewall.map.context.dev' => '?',
  2094. 'security.firewall.map.context.main' => '?',
  2095. ]);
  2096. }
  2097. /**
  2098. * Gets the private '.service_locator.KLVvNIq' shared service.
  2099. *
  2100. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2101. */
  2102. protected function get_ServiceLocator_KLVvNIqService()
  2103. {
  2104. return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2105. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  2106. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  2107. ], [
  2108. 'doctrine.ulid_generator' => '?',
  2109. 'doctrine.uuid_generator' => '?',
  2110. ]);
  2111. }
  2112. /**
  2113. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  2114. *
  2115. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  2116. */
  2117. protected function getAdminRouterSubscriberService()
  2118. {
  2119. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  2120. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2121. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2122. }
  2123. $b = ($this->services['router'] ?? $this->getRouterService());
  2124. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2125. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2126. }
  2127. $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  2128. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory($c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($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()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher($c)), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController' => 'Roothirsch\\CoreBundle\\Entity\\Company\\CompanyAttribute', 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController' => 'Roothirsch\\CoreBundle\\Entity\\Company', 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController' => 'Roothirsch\\CoreBundle\\Entity\\ContactPerson', 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController' => 'Roothirsch\\CoreBundle\\Entity\\Group', 'Roothirsch\\CoreBundle\\Controller\\UserCrudController' => 'Roothirsch\\CoreBundle\\Entity\\User', 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController' => 'Roothirsch\\CoreBundle\\FeatureFlag\\Entity\\FeatureFlag', 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController' => 'Roothirsch\\CoreBundle\\Menu\\Entity\\MenuItem', 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController' => 'Roothirsch\\CoreBundle\\Site\\Entity\\Site', 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController' => 'Roothirsch\\CoreBundle\\Translation\\Entity\\Language', 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController' => 'Roothirsch\\CoreBundle\\Translation\\Entity\\TranslationScope', 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController' => 'Roothirsch\\CoreBundle\\Translation\\Entity\\TranslationUnit', 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController' => 'Roothirsch\\PimBundle\\Entity\\Article', 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController' => 'Roothirsch\\PimBundle\\Entity\\Attribute', 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController' => 'Roothirsch\\PimBundle\\Entity\\AttributeGroup', 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController' => 'Roothirsch\\PimBundle\\Entity\\Category', 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController' => 'Roothirsch\\PimBundle\\Entity\\Channel', 'Roothirsch\\PimBundle\\Controller\\ProductCrudController' => 'Roothirsch\\PimBundle\\Entity\\Product', 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController' => 'Roothirsch\\DamBundle\\Entity\\Asset', 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController' => 'Roothirsch\\DamBundle\\Entity\\Category', 'Roothirsch\\DamBundle\\Controller\\FileCrudController' => 'Roothirsch\\DamBundle\\Entity\\File', 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController' => 'Roothirsch\\DamBundle\\Entity\\File', 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Estimate\\EstimateAttribute', 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Estimate', 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Estimate', 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Order\\OrderAttribute', 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Order', 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Order', 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController' => 'Roothirsch\\ShopBundle\\Entity\\PositionTemplate', 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController' => 'Roothirsch\\NotificationBundle\\Entity\\Notification', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity\\Downtime', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity\\Product', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity\\ProductGroup', 'App\\Controller\\CompanyCrudController' => 'App\\Entity\\Company', 'App\\Controller\\Declaration\\DeclarationCrudController' => 'App\\Entity\\Declaration\\Declaration', 'App\\Controller\\Declaration\\FieldCrudController' => 'App\\Entity\\Declaration\\Field', 'App\\Controller\\Declaration\\ProductCrudController' => 'App\\Entity\\Declaration\\Product', 'App\\Controller\\DiscountCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Discount', 'App\\Controller\\EstimateCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Estimate', 'App\\Controller\\OrderCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Order', 'App\\Controller\\SiteCrudController' => 'Roothirsch\\CoreBundle\\Site\\Entity\\Site'], ['Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController' => '5591027', 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController' => '55c4915', 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController' => '6e5dd57', 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController' => '0d4a098', 'Roothirsch\\CoreBundle\\Controller\\UserCrudController' => 'd78be0a', 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController' => '091154c', 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController' => '80d915c', 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController' => '6a6afe4', 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController' => 'a29c0f4', 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController' => '2ca2061', 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController' => 'd16a0af', 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController' => '3eaf695', 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController' => '57b1a7a', 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController' => '197520d', 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController' => '24b8c74', 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController' => 'a839f9c', 'Roothirsch\\PimBundle\\Controller\\ProductCrudController' => 'd4cc59d', 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController' => 'c9eb255', 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController' => '16fb2d9', 'Roothirsch\\DamBundle\\Controller\\FileCrudController' => '17b4523', 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController' => 'b8aec0b', 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController' => '047f548', 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController' => '2712932', 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController' => '5bc9305', 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController' => 'f776717', 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController' => '18e4127', 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController' => 'd309ac2', 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController' => '1d05846', 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController' => 'd7002ab', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController' => 'c73e063', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController' => '7a80e4f', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController' => 'f4e5094', 'App\\Controller\\CompanyCrudController' => '072dbaa', 'App\\Controller\\Declaration\\DeclarationCrudController' => '437574b', 'App\\Controller\\Declaration\\FieldCrudController' => '0d859a4', 'App\\Controller\\Declaration\\ProductCrudController' => 'ac46bcc', 'App\\Controller\\DiscountCrudController' => 'b6cf33c', 'App\\Controller\\EstimateCrudController' => '5a0e065', 'App\\Controller\\OrderCrudController' => '677a8d3', 'App\\Controller\\SiteCrudController' => 'd142dc0'], ['Roothirsch\\CoreBundle\\Entity\\Company\\CompanyAttribute' => 'Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController', 'Roothirsch\\CoreBundle\\Entity\\Company' => 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController', 'Roothirsch\\CoreBundle\\Entity\\ContactPerson' => 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController', 'Roothirsch\\CoreBundle\\Entity\\Group' => 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController', 'Roothirsch\\CoreBundle\\Entity\\User' => 'Roothirsch\\CoreBundle\\Controller\\UserCrudController', 'Roothirsch\\CoreBundle\\FeatureFlag\\Entity\\FeatureFlag' => 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController', 'Roothirsch\\CoreBundle\\Menu\\Entity\\MenuItem' => 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController', 'Roothirsch\\CoreBundle\\Site\\Entity\\Site' => 'App\\Controller\\SiteCrudController', 'Roothirsch\\CoreBundle\\Translation\\Entity\\Language' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController', 'Roothirsch\\CoreBundle\\Translation\\Entity\\TranslationScope' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController', 'Roothirsch\\CoreBundle\\Translation\\Entity\\TranslationUnit' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController', 'Roothirsch\\PimBundle\\Entity\\Article' => 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController', 'Roothirsch\\PimBundle\\Entity\\Attribute' => 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController', 'Roothirsch\\PimBundle\\Entity\\AttributeGroup' => 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController', 'Roothirsch\\PimBundle\\Entity\\Category' => 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController', 'Roothirsch\\PimBundle\\Entity\\Channel' => 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController', 'Roothirsch\\PimBundle\\Entity\\Product' => 'Roothirsch\\PimBundle\\Controller\\ProductCrudController', 'Roothirsch\\DamBundle\\Entity\\Asset' => 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController', 'Roothirsch\\DamBundle\\Entity\\Category' => 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController', 'Roothirsch\\DamBundle\\Entity\\File' => 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController', 'Roothirsch\\ShopBundle\\Entity\\Estimate\\EstimateAttribute' => 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController', 'Roothirsch\\ShopBundle\\Entity\\Estimate' => 'App\\Controller\\EstimateCrudController', 'Roothirsch\\ShopBundle\\Entity\\Order\\OrderAttribute' => 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController', 'Roothirsch\\ShopBundle\\Entity\\Order' => 'App\\Controller\\OrderCrudController', 'Roothirsch\\ShopBundle\\Entity\\PositionTemplate' => 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController', 'Roothirsch\\NotificationBundle\\Entity\\Notification' => 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity\\Downtime' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity\\Product' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity\\ProductGroup' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController', 'App\\Entity\\Company' => 'App\\Controller\\CompanyCrudController', 'App\\Entity\\Declaration\\Declaration' => 'App\\Controller\\Declaration\\DeclarationCrudController', 'App\\Entity\\Declaration\\Field' => 'App\\Controller\\Declaration\\FieldCrudController', 'App\\Entity\\Declaration\\Product' => 'App\\Controller\\Declaration\\ProductCrudController', 'Roothirsch\\ShopBundle\\Entity\\Discount' => 'App\\Controller\\DiscountCrudController'], [5591027 => 'Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController', '55c4915' => 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController', '6e5dd57' => 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController', '0d4a098' => 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController', 'd78be0a' => 'Roothirsch\\CoreBundle\\Controller\\UserCrudController', '091154c' => 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController', '80d915c' => 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController', '6a6afe4' => 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController', 'a29c0f4' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController', '2ca2061' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController', 'd16a0af' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController', '3eaf695' => 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController', '57b1a7a' => 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController', '197520d' => 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController', '24b8c74' => 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController', 'a839f9c' => 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController', 'd4cc59d' => 'Roothirsch\\PimBundle\\Controller\\ProductCrudController', 'c9eb255' => 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController', '16fb2d9' => 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController', '17b4523' => 'Roothirsch\\DamBundle\\Controller\\FileCrudController', 'b8aec0b' => 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController', '047f548' => 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController', 2712932 => 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController', '5bc9305' => 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController', 'f776717' => 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController', '18e4127' => 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController', 'd309ac2' => 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController', '1d05846' => 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController', 'd7002ab' => 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController', 'c73e063' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController', '7a80e4f' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController', 'f4e5094' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController', '072dbaa' => 'App\\Controller\\CompanyCrudController', '437574b' => 'App\\Controller\\Declaration\\DeclarationCrudController', '0d859a4' => 'App\\Controller\\Declaration\\FieldCrudController', 'ac46bcc' => 'App\\Controller\\Declaration\\ProductCrudController', 'b6cf33c' => 'App\\Controller\\DiscountCrudController', '5a0e065' => 'App\\Controller\\EstimateCrudController', '677a8d3' => 'App\\Controller\\OrderCrudController', 'd142dc0' => 'App\\Controller\\SiteCrudController']), $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b, $b);
  2129. }
  2130. /**
  2131. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  2132. *
  2133. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  2134. */
  2135. protected function getActionFactoryService()
  2136. {
  2137. 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()), (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()));
  2138. }
  2139. /**
  2140. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  2141. *
  2142. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  2143. */
  2144. protected function getControllerFactoryService()
  2145. {
  2146. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2147. }
  2148. /**
  2149. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  2150. *
  2151. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  2152. */
  2153. protected function getEntityFactoryService()
  2154. {
  2155. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2156. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2157. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2158. }
  2159. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2160. 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 () {
  2161. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  2162. yield 1 => ($this->privates['Roothirsch\\CoreBundle\\Admin\\Field\\Configurator\\RangeConfigurator'] ?? $this->load('getRangeConfiguratorService'));
  2163. yield 2 => ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EasyAdminField\\Configurator\\AttributeAssociationConfigurator'] ?? $this->load('getAttributeAssociationConfiguratorService'));
  2164. yield 3 => ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFieldConfigurator'] ?? $this->load('getTranslatableFieldConfiguratorService'));
  2165. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  2166. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  2167. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  2168. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  2169. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  2170. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  2171. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  2172. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  2173. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  2174. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  2175. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  2176. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  2177. yield 16 => ($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))));
  2178. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  2179. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  2180. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  2181. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  2182. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  2183. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  2184. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  2185. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  2186. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  2187. yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  2188. yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  2189. yield 28 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  2190. yield 29 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  2191. yield 30 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  2192. }, 31)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2193. }
  2194. /**
  2195. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2196. *
  2197. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2198. */
  2199. protected function getAdminContextProviderService()
  2200. {
  2201. 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())));
  2202. }
  2203. /**
  2204. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2205. *
  2206. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2207. */
  2208. protected function getAdminUrlGeneratorService()
  2209. {
  2210. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2211. $a = ($this->services['router'] ?? $this->getRouterService());
  2212. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  2213. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  2214. }
  2215. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['App\\Controller\\AdminController' => '4026385', 'App\\Controller\\FrontendController' => '2ac26db'], [4026385 => 'App\\Controller\\AdminController', '2ac26db' => 'App\\Controller\\FrontendController']))));
  2216. };
  2217. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2218. }
  2219. /**
  2220. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2221. *
  2222. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2223. */
  2224. protected function getAuthorizationCheckerService()
  2225. {
  2226. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2227. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2228. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2229. }
  2230. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2231. }
  2232. /**
  2233. * Gets the private 'Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener' shared autowired service.
  2234. *
  2235. * @return \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener
  2236. */
  2237. protected function getTranslatableDoctrineListenerService()
  2238. {
  2239. return $this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener'] = new \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener();
  2240. }
  2241. /**
  2242. * Gets the private 'Roothirsch\CoreBundle\EventListener\LocaleEventListener' shared autowired service.
  2243. *
  2244. * @return \Roothirsch\CoreBundle\EventListener\LocaleEventListener
  2245. */
  2246. protected function getLocaleEventListenerService()
  2247. {
  2248. return $this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] = new \Roothirsch\CoreBundle\EventListener\LocaleEventListener(($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener'] ?? ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener'] = new \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener())));
  2249. }
  2250. /**
  2251. * Gets the private 'Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber' shared autowired service.
  2252. *
  2253. * @return \Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber
  2254. */
  2255. protected function getUserReadSubscriberService()
  2256. {
  2257. $a = ($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'] ?? $this->getUserManagerService());
  2258. if (isset($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'])) {
  2259. return $this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'];
  2260. }
  2261. return $this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'] = new \Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber(($this->privates['Roothirsch\\CoreBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2262. }
  2263. /**
  2264. * Gets the private 'Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository' shared autowired service.
  2265. *
  2266. * @return \Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository
  2267. */
  2268. protected function getFeatureFlagRepositoryService()
  2269. {
  2270. return $this->privates['Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository'] = new \Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2271. }
  2272. /**
  2273. * Gets the private 'Roothirsch\CoreBundle\Messaging\MessagingService' shared autowired service.
  2274. *
  2275. * @return \Roothirsch\CoreBundle\Messaging\MessagingService
  2276. */
  2277. protected function getMessagingService2Service()
  2278. {
  2279. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2280. if (isset($this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'])) {
  2281. return $this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'];
  2282. }
  2283. $b = ($this->services['router'] ?? $this->getRouterService());
  2284. if (isset($this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'])) {
  2285. return $this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'];
  2286. }
  2287. return $this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'] = new \Roothirsch\CoreBundle\Messaging\MessagingService($a, $b);
  2288. }
  2289. /**
  2290. * Gets the private 'Roothirsch\CoreBundle\Repository\GroupRepository' shared autowired service.
  2291. *
  2292. * @return \Roothirsch\CoreBundle\Repository\GroupRepository
  2293. */
  2294. protected function getGroupRepositoryService()
  2295. {
  2296. return $this->privates['Roothirsch\\CoreBundle\\Repository\\GroupRepository'] = new \Roothirsch\CoreBundle\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2297. }
  2298. /**
  2299. * Gets the private 'Roothirsch\CoreBundle\Repository\UserRepository' shared autowired service.
  2300. *
  2301. * @return \Roothirsch\CoreBundle\Repository\UserRepository
  2302. */
  2303. protected function getUserRepositoryService()
  2304. {
  2305. return $this->privates['Roothirsch\\CoreBundle\\Repository\\UserRepository'] = new \Roothirsch\CoreBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2306. }
  2307. /**
  2308. * Gets the private 'Roothirsch\CoreBundle\Security\EventListener\CheckUserListener' shared autowired service.
  2309. *
  2310. * @return \Roothirsch\CoreBundle\Security\EventListener\CheckUserListener
  2311. */
  2312. protected function getCheckUserListenerService()
  2313. {
  2314. $a = ($this->services['router'] ?? $this->getRouterService());
  2315. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'])) {
  2316. return $this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'];
  2317. }
  2318. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2319. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'])) {
  2320. return $this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'];
  2321. }
  2322. return $this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'] = new \Roothirsch\CoreBundle\Security\EventListener\CheckUserListener($a, $b, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2323. }
  2324. /**
  2325. * Gets the private 'Roothirsch\CoreBundle\Security\TokenCookieListener' shared autowired service.
  2326. *
  2327. * @return \Roothirsch\CoreBundle\Security\TokenCookieListener
  2328. */
  2329. protected function getTokenCookieListenerService()
  2330. {
  2331. $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  2332. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\TokenCookieListener'])) {
  2333. return $this->privates['Roothirsch\\CoreBundle\\Security\\TokenCookieListener'];
  2334. }
  2335. return $this->privates['Roothirsch\\CoreBundle\\Security\\TokenCookieListener'] = new \Roothirsch\CoreBundle\Security\TokenCookieListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2336. }
  2337. /**
  2338. * Gets the private 'Roothirsch\CoreBundle\Security\UserManager' shared autowired service.
  2339. *
  2340. * @return \Roothirsch\CoreBundle\Security\UserManager
  2341. */
  2342. protected function getUserManagerService()
  2343. {
  2344. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2345. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'])) {
  2346. return $this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'];
  2347. }
  2348. $b = ($this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'] ?? $this->getMessagingService2Service());
  2349. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'])) {
  2350. return $this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'];
  2351. }
  2352. return $this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'] = new \Roothirsch\CoreBundle\Security\UserManager($a, ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['Roothirsch\\CoreBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $b, ($this->privates['Roothirsch\\CoreBundle\\Repository\\GroupRepository'] ?? $this->getGroupRepositoryService()));
  2353. }
  2354. /**
  2355. * Gets the private 'Roothirsch\CoreBundle\Site\SiteProvider' shared autowired service.
  2356. *
  2357. * @return \Roothirsch\CoreBundle\Site\SiteProvider
  2358. */
  2359. protected function getSiteProviderService()
  2360. {
  2361. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2362. if (isset($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'])) {
  2363. return $this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'];
  2364. }
  2365. return $this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] = new \Roothirsch\CoreBundle\Site\SiteProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  2366. }
  2367. /**
  2368. * Gets the private 'Roothirsch\CoreBundle\Site\TemplatePathInjection' shared autowired service.
  2369. *
  2370. * @return \Roothirsch\CoreBundle\Site\TemplatePathInjection
  2371. */
  2372. protected function getTemplatePathInjectionService()
  2373. {
  2374. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2375. if (isset($this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'])) {
  2376. return $this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'];
  2377. }
  2378. return $this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] = new \Roothirsch\CoreBundle\Site\TemplatePathInjection(($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? $this->getSiteProviderService()), $a, \dirname(__DIR__, 4));
  2379. }
  2380. /**
  2381. * Gets the private 'Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber' shared autowired service.
  2382. *
  2383. * @return \Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber
  2384. */
  2385. protected function getTranslationScopeReadSubscriberService()
  2386. {
  2387. return $this->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] = new \Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber(($this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository'] ?? $this->getTranslationScopeRepositoryService()));
  2388. }
  2389. /**
  2390. * Gets the private 'Roothirsch\CoreBundle\Translation\Repository\LanguageRepository' shared autowired service.
  2391. *
  2392. * @return \Roothirsch\CoreBundle\Translation\Repository\LanguageRepository
  2393. */
  2394. protected function getLanguageRepositoryService()
  2395. {
  2396. return $this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository'] = new \Roothirsch\CoreBundle\Translation\Repository\LanguageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2397. }
  2398. /**
  2399. * Gets the private 'Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository' shared autowired service.
  2400. *
  2401. * @return \Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository
  2402. */
  2403. protected function getTranslationScopeRepositoryService()
  2404. {
  2405. return $this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository'] = new \Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2406. }
  2407. /**
  2408. * Gets the private 'Roothirsch\CoreBundle\Translation\Services\LegacyTranslator' shared autowired service.
  2409. *
  2410. * @return \Roothirsch\CoreBundle\Translation\Services\LegacyTranslator
  2411. */
  2412. protected function getLegacyTranslatorService()
  2413. {
  2414. return $this->privates['Roothirsch\\CoreBundle\\Translation\\Services\\LegacyTranslator'] = new \Roothirsch\CoreBundle\Translation\Services\LegacyTranslator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2415. }
  2416. /**
  2417. * Gets the private 'Roothirsch\CoreBundle\UserAware\UserDetection' shared autowired service.
  2418. *
  2419. * @return \Roothirsch\CoreBundle\UserAware\UserDetection
  2420. */
  2421. protected function getUserDetectionService()
  2422. {
  2423. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2424. if (isset($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'])) {
  2425. return $this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'];
  2426. }
  2427. $b = ($this->services['router'] ?? $this->getRouterService());
  2428. if (isset($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'])) {
  2429. return $this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'];
  2430. }
  2431. return $this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'] = new \Roothirsch\CoreBundle\UserAware\UserDetection($a, $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2432. }
  2433. /**
  2434. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2435. *
  2436. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2437. */
  2438. protected function getResetAssetsEventListenerService()
  2439. {
  2440. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => 'configurator', 1 => 'main', 2 => 'theme_brunex', 3 => 'delivery_time_estimator']);
  2441. }
  2442. /**
  2443. * Gets the private 'annotations.cache_adapter' shared service.
  2444. *
  2445. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2446. */
  2447. protected function getAnnotations_CacheAdapterService()
  2448. {
  2449. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2450. }
  2451. /**
  2452. * Gets the private 'annotations.cached_reader' shared service.
  2453. *
  2454. * @return \Doctrine\Common\Annotations\PsrCachedReader
  2455. */
  2456. protected function getAnnotations_CachedReaderService()
  2457. {
  2458. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2459. }
  2460. /**
  2461. * Gets the private 'annotations.reader' shared service.
  2462. *
  2463. * @return \Doctrine\Common\Annotations\AnnotationReader
  2464. */
  2465. protected function getAnnotations_ReaderService()
  2466. {
  2467. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2468. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2469. $a->registerUniqueLoader('class_exists');
  2470. $instance->addGlobalIgnoredName('required', $a);
  2471. return $instance;
  2472. }
  2473. /**
  2474. * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2475. *
  2476. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2477. */
  2478. protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2479. {
  2480. return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5vU9AUF3pl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2481. }
  2482. /**
  2483. * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2484. *
  2485. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2486. */
  2487. protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2488. {
  2489. return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T-WPv+R8Z7', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2490. }
  2491. /**
  2492. * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2493. *
  2494. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2495. */
  2496. protected function getApiPlatform_Cache_Metadata_ResourceService()
  2497. {
  2498. return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PuY2e-ozn0', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2499. }
  2500. /**
  2501. * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2502. *
  2503. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2504. */
  2505. protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2506. {
  2507. return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('g-8pWbxtLj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2508. }
  2509. /**
  2510. * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2511. *
  2512. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2513. */
  2514. protected function getApiPlatform_Cache_RouteNameResolverService()
  2515. {
  2516. return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tz2KdQnN68', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2517. }
  2518. /**
  2519. * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2520. *
  2521. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2522. */
  2523. protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2524. {
  2525. return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('a7UcQn+gzJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2526. }
  2527. /**
  2528. * Gets the private 'api_platform.filter_locator' shared service.
  2529. *
  2530. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2531. */
  2532. protected function getApiPlatform_FilterLocatorService()
  2533. {
  2534. return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2535. 'App\\Brunex\\API\\Filter\\AGGridFilter' => ['privates', 'App\\Brunex\\API\\Filter\\AGGridFilter', 'getAGGridFilterService', true],
  2536. 'App\\Filter\\ExtTranslationFilter' => ['privates', 'App\\Filter\\ExtTranslationFilter', 'getExtTranslationFilterService', true],
  2537. 'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter' => ['privates', 'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter', 'getInArrayFilterService', true],
  2538. 'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter' => ['privates', 'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter', 'getOrSearchFilterService', true],
  2539. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableBooleanFilter' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableBooleanFilter', 'getAttributableBooleanFilterService', true],
  2540. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableDateFilter' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableDateFilter', 'getAttributableDateFilterService', true],
  2541. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableSearchFilter' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableSearchFilter', 'getAttributableSearchFilterService', true],
  2542. 'Roothirsch\\ShopBundle\\API\\Filter\\AttributeOrderFilter' => ['services', 'Roothirsch\\ShopBundle\\API\\Filter\\AttributeOrderFilter', 'getAttributeOrderFilterService', true],
  2543. 'Roothirsch\\ShopBundle\\API\\Filter\\HasPositionsFilter' => ['services', 'Roothirsch\\ShopBundle\\API\\Filter\\HasPositionsFilter', 'getHasPositionsFilterService', true],
  2544. 'annotated_app_entity_declaration_declaration_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates', 'annotated_app_entity_declaration_declaration_api_platform_core_bridge_doctrine_orm_filter_order_filter', 'getAnnotatedAppEntityDeclarationDeclarationApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService', true],
  2545. 'annotated_app_entity_ext_translation_app_filter_ext_translation_filter' => ['privates', 'annotated_app_entity_ext_translation_app_filter_ext_translation_filter', 'getAnnotatedAppEntityExtTranslationAppFilterExtTranslationFilterService', true],
  2546. 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_in_array_filter' => ['privates', 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_in_array_filter', 'getAnnotatedRoothirschCoreBundleEntityCompanyRoothirschCoreBundleAPIFilterInArrayFilterService', true],
  2547. 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => ['privates', 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_or_search_filter', 'getAnnotatedRoothirschCoreBundleEntityCompanyRoothirschCoreBundleAPIFilterOrSearchFilterService', true],
  2548. 'annotated_roothirsch_core_bundle_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_roothirsch_core_bundle_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedRoothirschCoreBundleEntityUserApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
  2549. 'annotated_roothirsch_core_bundle_entity_user_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => ['privates', 'annotated_roothirsch_core_bundle_entity_user_roothirsch_core_bundle_a_p_i_filter_or_search_filter', 'getAnnotatedRoothirschCoreBundleEntityUserRoothirschCoreBundleAPIFilterOrSearchFilterService', true],
  2550. 'annotated_roothirsch_core_bundle_translation_entity_translation_unit_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_roothirsch_core_bundle_translation_entity_translation_unit_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedRoothirschCoreBundleTranslationEntityTranslationUnitApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', true],
  2551. 'annotated_roothirsch_pim_bundle_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_roothirsch_pim_bundle_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedRoothirschPimBundleEntityProductApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', true],
  2552. 'annotated_roothirsch_shop_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedRoothirschShopBundleEntityAddressApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
  2553. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedRoothirschShopBundleEntityEstimateApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
  2554. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedRoothirschShopBundleEntityEstimateApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', true],
  2555. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_numeric_filter', 'getAnnotatedRoothirschShopBundleEntityEstimateApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService', true],
  2556. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedRoothirschShopBundleEntityEstimateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', true],
  2557. 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_core_bundle_behaviors_attributable_filter_attributable_search_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_core_bundle_behaviors_attributable_filter_attributable_search_filter', 'getAnnotatedRoothirschShopBundleEntityEstimateRoothirschCoreBundleBehaviorsAttributableFilterAttributableSearchFilterService', true],
  2558. 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_shop_bundle_a_p_i_filter_attribute_order_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_shop_bundle_a_p_i_filter_attribute_order_filter', 'getAnnotatedRoothirschShopBundleEntityEstimateRoothirschShopBundleAPIFilterAttributeOrderFilterService', true],
  2559. 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_shop_bundle_a_p_i_filter_has_positions_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_shop_bundle_a_p_i_filter_has_positions_filter', 'getAnnotatedRoothirschShopBundleEntityEstimateRoothirschShopBundleAPIFilterHasPositionsFilterService', true],
  2560. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedRoothirschShopBundleEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', true],
  2561. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_numeric_filter', 'getAnnotatedRoothirschShopBundleEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService', true],
  2562. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedRoothirschShopBundleEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', true],
  2563. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_core_bundle_behaviors_attributable_filter_attributable_date_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_core_bundle_behaviors_attributable_filter_attributable_date_filter', 'getAnnotatedRoothirschShopBundleEntityOrderRoothirschCoreBundleBehaviorsAttributableFilterAttributableDateFilterService', true],
  2564. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_core_bundle_behaviors_attributable_filter_attributable_search_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_core_bundle_behaviors_attributable_filter_attributable_search_filter', 'getAnnotatedRoothirschShopBundleEntityOrderRoothirschCoreBundleBehaviorsAttributableFilterAttributableSearchFilterService', true],
  2565. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_shop_bundle_a_p_i_filter_attribute_order_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_shop_bundle_a_p_i_filter_attribute_order_filter', 'getAnnotatedRoothirschShopBundleEntityOrderRoothirschShopBundleAPIFilterAttributeOrderFilterService', true],
  2566. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_shop_bundle_a_p_i_filter_has_positions_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_shop_bundle_a_p_i_filter_has_positions_filter', 'getAnnotatedRoothirschShopBundleEntityOrderRoothirschShopBundleAPIFilterHasPositionsFilterService', true],
  2567. ], [
  2568. 'App\\Brunex\\API\\Filter\\AGGridFilter' => '?',
  2569. 'App\\Filter\\ExtTranslationFilter' => '?',
  2570. 'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter' => '?',
  2571. 'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter' => '?',
  2572. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableBooleanFilter' => '?',
  2573. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableDateFilter' => '?',
  2574. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\Filter\\AttributableSearchFilter' => '?',
  2575. 'Roothirsch\\ShopBundle\\API\\Filter\\AttributeOrderFilter' => '?',
  2576. 'Roothirsch\\ShopBundle\\API\\Filter\\HasPositionsFilter' => '?',
  2577. 'annotated_app_entity_declaration_declaration_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  2578. 'annotated_app_entity_ext_translation_app_filter_ext_translation_filter' => '?',
  2579. 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_in_array_filter' => '?',
  2580. 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => '?',
  2581. 'annotated_roothirsch_core_bundle_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2582. 'annotated_roothirsch_core_bundle_entity_user_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => '?',
  2583. 'annotated_roothirsch_core_bundle_translation_entity_translation_unit_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2584. 'annotated_roothirsch_pim_bundle_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2585. 'annotated_roothirsch_shop_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2586. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2587. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  2588. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  2589. 'annotated_roothirsch_shop_bundle_entity_estimate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2590. 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_core_bundle_behaviors_attributable_filter_attributable_search_filter' => '?',
  2591. 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_shop_bundle_a_p_i_filter_attribute_order_filter' => '?',
  2592. 'annotated_roothirsch_shop_bundle_entity_estimate_roothirsch_shop_bundle_a_p_i_filter_has_positions_filter' => '?',
  2593. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  2594. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  2595. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2596. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_core_bundle_behaviors_attributable_filter_attributable_date_filter' => '?',
  2597. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_core_bundle_behaviors_attributable_filter_attributable_search_filter' => '?',
  2598. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_shop_bundle_a_p_i_filter_attribute_order_filter' => '?',
  2599. 'annotated_roothirsch_shop_bundle_entity_order_roothirsch_shop_bundle_a_p_i_filter_has_positions_filter' => '?',
  2600. ]);
  2601. }
  2602. /**
  2603. * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2604. *
  2605. * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2606. */
  2607. protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2608. {
  2609. return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(true, NULL, NULL, $this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2610. }
  2611. /**
  2612. * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2613. *
  2614. * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  2615. */
  2616. protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2617. {
  2618. $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2619. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2620. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2621. }
  2622. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2623. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2624. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2625. }
  2626. return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2627. }
  2628. /**
  2629. * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2630. *
  2631. * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2632. */
  2633. protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2634. {
  2635. return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2636. }
  2637. /**
  2638. * Gets the private 'api_platform.identifier.converter' shared service.
  2639. *
  2640. * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2641. */
  2642. protected function getApiPlatform_Identifier_ConverterService()
  2643. {
  2644. return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  2645. yield 0 => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  2646. yield 1 => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  2647. yield 2 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2648. yield 3 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2649. yield 4 => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  2650. }, 5));
  2651. }
  2652. /**
  2653. * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2654. *
  2655. * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2656. */
  2657. protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2658. {
  2659. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2660. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2661. return $this->privates['api_platform.identifiers_extractor.cached'];
  2662. }
  2663. $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2664. $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2665. return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b, $c, true), $b, $c);
  2666. }
  2667. /**
  2668. * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2669. *
  2670. * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2671. */
  2672. protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2673. {
  2674. $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2675. $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2676. return $instance;
  2677. }
  2678. /**
  2679. * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2680. *
  2681. * @return \ApiPlatform\JsonLd\ContextBuilder
  2682. */
  2683. protected function getApiPlatform_Jsonld_ContextBuilderService()
  2684. {
  2685. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2686. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2687. return $this->privates['api_platform.jsonld.context_builder'];
  2688. }
  2689. $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2690. return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($b));
  2691. }
  2692. /**
  2693. * Gets the private 'api_platform.listener.request.add_format' shared service.
  2694. *
  2695. * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2696. */
  2697. protected function getApiPlatform_Listener_Request_AddFormatService()
  2698. {
  2699. return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2700. }
  2701. /**
  2702. * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2703. *
  2704. * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2705. */
  2706. protected function getApiPlatform_Listener_Request_DeserializeService()
  2707. {
  2708. $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2709. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2710. return $this->privates['api_platform.listener.request.deserialize'];
  2711. }
  2712. $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2713. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2714. return $this->privates['api_platform.listener.request.deserialize'];
  2715. }
  2716. return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, $b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2717. }
  2718. /**
  2719. * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2720. *
  2721. * @return \ApiPlatform\Core\EventListener\ReadListener
  2722. */
  2723. protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2724. {
  2725. $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  2726. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2727. return $this->privates['api_platform.listener.request.read.legacy'];
  2728. }
  2729. $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  2730. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2731. return $this->privates['api_platform.listener.request.read.legacy'];
  2732. }
  2733. return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2734. }
  2735. /**
  2736. * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2737. *
  2738. * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2739. */
  2740. protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2741. {
  2742. $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2743. if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  2744. return $this->privates['api_platform.listener.view.validate_query_parameters'];
  2745. }
  2746. return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator($a), true);
  2747. }
  2748. /**
  2749. * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2750. *
  2751. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2752. */
  2753. protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2754. {
  2755. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2756. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2757. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2758. }
  2759. $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2760. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2761. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2762. }
  2763. $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2764. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2765. yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2766. yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2767. yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2768. yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2769. yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2770. yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2771. yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2772. yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2773. yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2774. yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2775. yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2776. yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2777. yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2778. }, 13)));
  2779. }
  2780. /**
  2781. * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2782. *
  2783. * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2784. */
  2785. protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2786. {
  2787. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2788. if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2789. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2790. }
  2791. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  2792. }
  2793. /**
  2794. * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2795. *
  2796. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2797. */
  2798. protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2799. {
  2800. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2801. return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults'])))), []), $this->parameters['api_platform.formats'], []));
  2802. }
  2803. /**
  2804. * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2805. *
  2806. * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2807. */
  2808. protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2809. {
  2810. return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2811. }
  2812. /**
  2813. * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2814. *
  2815. * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2816. */
  2817. protected function getApiPlatform_OperationPathResolver_CustomService()
  2818. {
  2819. return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2820. }
  2821. /**
  2822. * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2823. *
  2824. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2825. */
  2826. protected function getApiPlatform_OperationPathResolver_RouterService()
  2827. {
  2828. $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2829. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2830. return $this->privates['api_platform.operation_path_resolver.router'];
  2831. }
  2832. $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2833. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2834. return $this->privates['api_platform.operation_path_resolver.router'];
  2835. }
  2836. return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
  2837. }
  2838. /**
  2839. * Gets the private 'api_platform.resource_class_resolver' shared service.
  2840. *
  2841. * @return \ApiPlatform\Api\ResourceClassResolver
  2842. */
  2843. protected function getApiPlatform_ResourceClassResolverService()
  2844. {
  2845. return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2846. }
  2847. /**
  2848. * Gets the private 'api_platform.router' shared service.
  2849. *
  2850. * @return \ApiPlatform\Symfony\Routing\Router
  2851. */
  2852. protected function getApiPlatform_RouterService()
  2853. {
  2854. $a = ($this->services['router'] ?? $this->getRouterService());
  2855. if (isset($this->privates['api_platform.router'])) {
  2856. return $this->privates['api_platform.router'];
  2857. }
  2858. return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
  2859. }
  2860. /**
  2861. * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2862. *
  2863. * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2864. */
  2865. protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2866. {
  2867. return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  2868. }
  2869. /**
  2870. * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2871. *
  2872. * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2873. */
  2874. protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2875. {
  2876. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2877. if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2878. return $this->privates['api_platform.security.resource_access_checker'];
  2879. }
  2880. return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
  2881. }
  2882. /**
  2883. * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2884. *
  2885. * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2886. */
  2887. protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2888. {
  2889. $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2890. if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2891. return $this->privates['api_platform.serializer.context_builder.filter'];
  2892. }
  2893. $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2894. return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b, $a, new \ApiPlatform\Serializer\SerializerContextBuilder($b));
  2895. }
  2896. /**
  2897. * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2898. *
  2899. * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2900. */
  2901. protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2902. {
  2903. return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2904. }
  2905. /**
  2906. * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2907. *
  2908. * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2909. */
  2910. protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2911. {
  2912. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2913. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2914. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2915. }
  2916. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2917. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2918. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2919. }
  2920. $c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2921. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2922. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2923. }
  2924. return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $c));
  2925. }
  2926. /**
  2927. * Gets the private 'assets.context' shared service.
  2928. *
  2929. * @return \Symfony\Component\Asset\Context\RequestStackContext
  2930. */
  2931. protected function getAssets_ContextService()
  2932. {
  2933. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2934. return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  2935. }
  2936. /**
  2937. * Gets the private 'assets.packages' shared service.
  2938. *
  2939. * @return \Symfony\Component\Asset\Packages
  2940. */
  2941. protected function getAssets_PackagesService()
  2942. {
  2943. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  2944. yield 'main' => ($this->privates['assets._package_main'] ?? $this->load('getAssets_PackageMainService'));
  2945. yield 'configurator' => ($this->privates['assets._package_configurator'] ?? $this->load('getAssets_PackageConfiguratorService'));
  2946. yield 'theme_brunex' => ($this->privates['assets._package_theme_brunex'] ?? $this->load('getAssets_PackageThemeBrunexService'));
  2947. yield 'delivery_time_estimator' => ($this->privates['assets._package_delivery_time_estimator'] ?? $this->load('getAssets_PackageDeliveryTimeEstimatorService'));
  2948. yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  2949. }, 5));
  2950. }
  2951. /**
  2952. * Gets the private 'cache.annotations' shared service.
  2953. *
  2954. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2955. */
  2956. protected function getCache_AnnotationsService()
  2957. {
  2958. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('L-0LF6r+Hq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2959. }
  2960. /**
  2961. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2962. *
  2963. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2964. */
  2965. protected function getCache_Doctrine_Orm_Default_QueryService()
  2966. {
  2967. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2968. }
  2969. /**
  2970. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2971. *
  2972. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2973. */
  2974. protected function getCache_Doctrine_Orm_Default_ResultService()
  2975. {
  2976. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2977. }
  2978. /**
  2979. * Gets the private 'cache.doctrine.orm.my_brunex.query' shared service.
  2980. *
  2981. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2982. */
  2983. protected function getCache_Doctrine_Orm_MyBrunex_QueryService()
  2984. {
  2985. return $this->privates['cache.doctrine.orm.my_brunex.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2986. }
  2987. /**
  2988. * Gets the private 'cache.doctrine.orm.my_brunex.result' shared service.
  2989. *
  2990. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2991. */
  2992. protected function getCache_Doctrine_Orm_MyBrunex_ResultService()
  2993. {
  2994. return $this->privates['cache.doctrine.orm.my_brunex.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2995. }
  2996. /**
  2997. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2998. *
  2999. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3000. */
  3001. protected function getCache_Messenger_RestartWorkersSignalService()
  3002. {
  3003. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('dYEjrKzSv3', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  3004. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3005. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3006. }
  3007. /**
  3008. * Gets the private 'cache.property_info' shared service.
  3009. *
  3010. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3011. */
  3012. protected function getCache_PropertyInfoService()
  3013. {
  3014. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RA6rbDGuDy', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3015. }
  3016. /**
  3017. * Gets the private 'cache.security_expression_language' shared service.
  3018. *
  3019. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3020. */
  3021. protected function getCache_SecurityExpressionLanguageService()
  3022. {
  3023. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EvFsP-a4ON', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3024. }
  3025. /**
  3026. * Gets the private 'cache.security_token_verifier' shared service.
  3027. *
  3028. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3029. */
  3030. protected function getCache_SecurityTokenVerifierService()
  3031. {
  3032. return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YwO7lomSI4', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3033. }
  3034. /**
  3035. * Gets the private 'cache.serializer' shared service.
  3036. *
  3037. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3038. */
  3039. protected function getCache_SerializerService()
  3040. {
  3041. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XnnREwNKgt', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3042. }
  3043. /**
  3044. * Gets the private 'cache.validator' shared service.
  3045. *
  3046. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3047. */
  3048. protected function getCache_ValidatorService()
  3049. {
  3050. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1-HZRA51eA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3051. }
  3052. /**
  3053. * Gets the private 'config_cache_factory' shared service.
  3054. *
  3055. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3056. */
  3057. protected function getConfigCacheFactoryService()
  3058. {
  3059. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3060. 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)));
  3061. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3062. }, 2));
  3063. }
  3064. /**
  3065. * Gets the private 'data_collector.form' shared service.
  3066. *
  3067. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3068. */
  3069. protected function getDataCollector_FormService()
  3070. {
  3071. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3072. }
  3073. /**
  3074. * Gets the private 'data_collector.request' shared service.
  3075. *
  3076. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3077. */
  3078. protected function getDataCollector_RequestService()
  3079. {
  3080. 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())));
  3081. }
  3082. /**
  3083. * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3084. *
  3085. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3086. */
  3087. protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3088. {
  3089. return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  3090. yield 0 => ($this->privates['App\\Brunex\\API\\DataProvider\\BodenabschlussCollectionDataProvider'] ?? $this->load('getBodenabschlussCollectionDataProviderService'));
  3091. yield 1 => ($this->privates['App\\Brunex\\API\\DataProvider\\DeckblattCollectionDataProvider'] ?? $this->load('getDeckblattCollectionDataProviderService'));
  3092. yield 2 => ($this->privates['App\\Brunex\\API\\DataProvider\\PlaketteCollectionDataProvider'] ?? $this->load('getPlaketteCollectionDataProviderService'));
  3093. yield 3 => ($this->privates['App\\Brunex\\API\\DataProvider\\RahmenCollectionDataProvider'] ?? $this->load('getRahmenCollectionDataProviderService'));
  3094. yield 4 => ($this->privates['App\\Brunex\\API\\DataProvider\\RahmenholzDataProvider'] ?? $this->load('getRahmenholzDataProviderService'));
  3095. yield 5 => ($this->privates['App\\Brunex\\API\\DataProvider\\TuerRahmenCollectionDataProvider'] ?? ($this->privates['App\\Brunex\\API\\DataProvider\\TuerRahmenCollectionDataProvider'] = new \App\Brunex\API\DataProvider\TuerRahmenCollectionDataProvider()));
  3096. yield 6 => ($this->privates['App\\Brunex\\API\\DataProvider\\TuerblattCollectionDataProvider'] ?? $this->load('getTuerblattCollectionDataProviderService'));
  3097. yield 7 => ($this->privates['App\\DataProvider\\ExtTranslationCollectionDataProvider'] ?? $this->load('getExtTranslationCollectionDataProviderService'));
  3098. yield 8 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3099. }, 9)));
  3100. }
  3101. /**
  3102. * Gets the private 'debug.api_platform.data_persister' shared service.
  3103. *
  3104. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3105. */
  3106. protected function getDebug_ApiPlatform_DataPersisterService()
  3107. {
  3108. return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3109. yield 0 => ($this->privates['App\\DataPersister\\ExtTranslationDataPersister'] ?? $this->load('getExtTranslationDataPersisterService'));
  3110. yield 1 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  3111. yield 2 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3112. }, 3)));
  3113. }
  3114. /**
  3115. * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3116. *
  3117. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3118. */
  3119. protected function getDebug_ApiPlatform_ItemDataProviderService()
  3120. {
  3121. return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  3122. yield 0 => ($this->privates['App\\DataProvider\\ExtTranslationItemDataProvider'] ?? $this->load('getExtTranslationItemDataProviderService'));
  3123. yield 1 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3124. }, 2)));
  3125. }
  3126. /**
  3127. * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3128. *
  3129. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3130. */
  3131. protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3132. {
  3133. return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  3134. yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3135. }, 1)));
  3136. }
  3137. /**
  3138. * Gets the private 'debug.controller_resolver' shared service.
  3139. *
  3140. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3141. */
  3142. protected function getDebug_ControllerResolverService()
  3143. {
  3144. 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))));
  3145. }
  3146. /**
  3147. * Gets the private 'debug.debug_handlers_listener' shared service.
  3148. *
  3149. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3150. */
  3151. protected function getDebug_DebugHandlersListenerService()
  3152. {
  3153. $a = new \Symfony\Bridge\Monolog\Logger('php');
  3154. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3155. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3156. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3157. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3158. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  3159. }
  3160. /**
  3161. * Gets the private 'debug.file_link_formatter' shared service.
  3162. *
  3163. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3164. */
  3165. protected function getDebug_FileLinkFormatterService()
  3166. {
  3167. 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 () {
  3168. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3169. });
  3170. }
  3171. /**
  3172. * Gets the private 'debug.log_processor' shared service.
  3173. *
  3174. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3175. */
  3176. protected function getDebug_LogProcessorService()
  3177. {
  3178. 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())));
  3179. }
  3180. /**
  3181. * Gets the private 'debug.security.access.decision_manager' shared service.
  3182. *
  3183. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3184. */
  3185. protected function getDebug_Security_Access_DecisionManagerService()
  3186. {
  3187. 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 () {
  3188. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3189. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3190. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3191. yield 3 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3192. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3193. }
  3194. /**
  3195. * Gets the private 'debug.security.firewall' shared service.
  3196. *
  3197. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3198. */
  3199. protected function getDebug_Security_FirewallService()
  3200. {
  3201. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3202. if (isset($this->privates['debug.security.firewall'])) {
  3203. return $this->privates['debug.security.firewall'];
  3204. }
  3205. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3206. if (isset($this->privates['debug.security.firewall'])) {
  3207. return $this->privates['debug.security.firewall'];
  3208. }
  3209. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3210. }
  3211. /**
  3212. * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3213. *
  3214. * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3215. */
  3216. protected function getDoctrine_Dbal_ConnectionFactoryService()
  3217. {
  3218. return $this->privates['doctrine.dbal.connection_factory'] = 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']));
  3219. }
  3220. /**
  3221. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3222. *
  3223. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3224. */
  3225. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3226. {
  3227. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3228. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber', 'getAttributeValueInjectionEventSubscriberService', true],
  3229. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener', 'getTranslatableDoctrineListenerService', false],
  3230. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber', 'getTranslatableRepositoryOverrideSubscriberService', true],
  3231. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => ['privates', 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder', 'getUserPasswordEncoderService', true],
  3232. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate', 'getTranslationUnitStatusUpdateService', true],
  3233. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => ['privates', 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection', 'getEntityValueInjectionService', true],
  3234. 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener' => ['services', 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener', 'getFileContentSummaryListenerService', true],
  3235. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => ['services', 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber', 'getFileMetadataSubscriberService', true],
  3236. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => ['services', 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 'getAttributesInjectorService', true],
  3237. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  3238. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  3239. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  3240. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  3241. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  3242. 'stof_doctrine_extensions.listener.softdeleteable' => ['privates', 'stof_doctrine_extensions.listener.softdeleteable', 'getStofDoctrineExtensions_Listener_SoftdeleteableService', true],
  3243. 'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
  3244. 'stof_doctrine_extensions.listener.translatable' => ['privates', 'stof_doctrine_extensions.listener.translatable', 'getStofDoctrineExtensions_Listener_TranslatableService', false],
  3245. 'stof_doctrine_extensions.listener.tree' => ['privates', 'stof_doctrine_extensions.listener.tree', 'getStofDoctrineExtensions_Listener_TreeService', true],
  3246. 'vich_uploader.listener.clean.company_logo' => ['privates', 'vich_uploader.listener.clean.company_logo', 'getVichUploader_Listener_Clean_CompanyLogoService', true],
  3247. 'vich_uploader.listener.clean.estimate_file' => ['privates', 'vich_uploader.listener.clean.estimate_file', 'getVichUploader_Listener_Clean_EstimateFileService', true],
  3248. 'vich_uploader.listener.clean.estimate_item_file' => ['privates', 'vich_uploader.listener.clean.estimate_item_file', 'getVichUploader_Listener_Clean_EstimateItemFileService', true],
  3249. 'vich_uploader.listener.clean.feedback_file' => ['privates', 'vich_uploader.listener.clean.feedback_file', 'getVichUploader_Listener_Clean_FeedbackFileService', true],
  3250. 'vich_uploader.listener.remove.company_logo' => ['privates', 'vich_uploader.listener.remove.company_logo', 'getVichUploader_Listener_Remove_CompanyLogoService', true],
  3251. 'vich_uploader.listener.remove.estimate_file' => ['privates', 'vich_uploader.listener.remove.estimate_file', 'getVichUploader_Listener_Remove_EstimateFileService', true],
  3252. 'vich_uploader.listener.remove.estimate_item_file' => ['privates', 'vich_uploader.listener.remove.estimate_item_file', 'getVichUploader_Listener_Remove_EstimateItemFileService', true],
  3253. 'vich_uploader.listener.remove.feedback_file' => ['privates', 'vich_uploader.listener.remove.feedback_file', 'getVichUploader_Listener_Remove_FeedbackFileService', true],
  3254. 'vich_uploader.listener.upload.company_logo' => ['privates', 'vich_uploader.listener.upload.company_logo', 'getVichUploader_Listener_Upload_CompanyLogoService', true],
  3255. 'vich_uploader.listener.upload.estimate_file' => ['privates', 'vich_uploader.listener.upload.estimate_file', 'getVichUploader_Listener_Upload_EstimateFileService', true],
  3256. 'vich_uploader.listener.upload.estimate_item_file' => ['privates', 'vich_uploader.listener.upload.estimate_item_file', 'getVichUploader_Listener_Upload_EstimateItemFileService', true],
  3257. 'vich_uploader.listener.upload.feedback_file' => ['privates', 'vich_uploader.listener.upload.feedback_file', 'getVichUploader_Listener_Upload_FeedbackFileService', true],
  3258. ], [
  3259. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => '?',
  3260. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => '?',
  3261. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => '?',
  3262. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => '?',
  3263. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => '?',
  3264. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => '?',
  3265. 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener' => '?',
  3266. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => '?',
  3267. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => '?',
  3268. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3269. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3270. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3271. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3272. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3273. 'stof_doctrine_extensions.listener.softdeleteable' => '?',
  3274. 'stof_doctrine_extensions.listener.timestampable' => '?',
  3275. 'stof_doctrine_extensions.listener.translatable' => '?',
  3276. 'stof_doctrine_extensions.listener.tree' => '?',
  3277. 'vich_uploader.listener.clean.company_logo' => '?',
  3278. 'vich_uploader.listener.clean.estimate_file' => '?',
  3279. 'vich_uploader.listener.clean.estimate_item_file' => '?',
  3280. 'vich_uploader.listener.clean.feedback_file' => '?',
  3281. 'vich_uploader.listener.remove.company_logo' => '?',
  3282. 'vich_uploader.listener.remove.estimate_file' => '?',
  3283. 'vich_uploader.listener.remove.estimate_item_file' => '?',
  3284. 'vich_uploader.listener.remove.feedback_file' => '?',
  3285. 'vich_uploader.listener.upload.company_logo' => '?',
  3286. 'vich_uploader.listener.upload.estimate_file' => '?',
  3287. 'vich_uploader.listener.upload.estimate_item_file' => '?',
  3288. 'vich_uploader.listener.upload.feedback_file' => '?',
  3289. ]), [0 => 'vich_uploader.listener.clean.company_logo', 1 => 'vich_uploader.listener.clean.feedback_file', 2 => 'vich_uploader.listener.clean.estimate_file', 3 => 'vich_uploader.listener.clean.estimate_item_file', 4 => 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber', 5 => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener', 6 => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber', 7 => 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder', 8 => 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate', 9 => 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection', 10 => 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener', 11 => 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber', 12 => 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 13 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 14 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 15 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 16 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 17 => 'vich_uploader.listener.remove.company_logo', 18 => 'vich_uploader.listener.upload.company_logo', 19 => 'vich_uploader.listener.remove.feedback_file', 20 => 'vich_uploader.listener.upload.feedback_file', 21 => 'vich_uploader.listener.remove.estimate_file', 22 => 'vich_uploader.listener.upload.estimate_file', 23 => 'vich_uploader.listener.remove.estimate_item_file', 24 => 'vich_uploader.listener.upload.estimate_item_file', 25 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 26 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 27 => [0 => [0 => 'preRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 28 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 29 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.tree'], 30 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.tree'], 31 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 32 => [0 => [0 => 'postUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 33 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 34 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 35 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 36 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 37 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.softdeleteable'], 38 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.softdeleteable'], 39 => [0 => [0 => 'postLoad'], 1 => 'stof_doctrine_extensions.listener.translatable'], 40 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.translatable'], 41 => [0 => [0 => 'preFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 42 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 43 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.translatable']]);
  3290. }
  3291. /**
  3292. * Gets the private 'doctrine.dbal.my_brunex_connection.event_manager' shared service.
  3293. *
  3294. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3295. */
  3296. protected function getDoctrine_Dbal_MyBrunexConnection_EventManagerService()
  3297. {
  3298. return $this->privates['doctrine.dbal.my_brunex_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3299. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber', 'getAttributeValueInjectionEventSubscriberService', true],
  3300. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener', 'getTranslatableDoctrineListenerService', false],
  3301. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber', 'getTranslatableRepositoryOverrideSubscriberService', true],
  3302. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => ['privates', 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder', 'getUserPasswordEncoderService', true],
  3303. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate', 'getTranslationUnitStatusUpdateService', true],
  3304. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => ['privates', 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection', 'getEntityValueInjectionService', true],
  3305. 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener' => ['services', 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener', 'getFileContentSummaryListenerService', true],
  3306. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => ['services', 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber', 'getFileMetadataSubscriberService', true],
  3307. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => ['services', 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 'getAttributesInjectorService', true],
  3308. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  3309. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  3310. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  3311. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  3312. 'doctrine.orm.my_brunex_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.my_brunex_listeners.attach_entity_listeners', 'getDoctrine_Orm_MyBrunexListeners_AttachEntityListenersService', true],
  3313. 'vich_uploader.listener.clean.company_logo' => ['privates', 'vich_uploader.listener.clean.company_logo', 'getVichUploader_Listener_Clean_CompanyLogoService', true],
  3314. 'vich_uploader.listener.clean.estimate_file' => ['privates', 'vich_uploader.listener.clean.estimate_file', 'getVichUploader_Listener_Clean_EstimateFileService', true],
  3315. 'vich_uploader.listener.clean.estimate_item_file' => ['privates', 'vich_uploader.listener.clean.estimate_item_file', 'getVichUploader_Listener_Clean_EstimateItemFileService', true],
  3316. 'vich_uploader.listener.clean.feedback_file' => ['privates', 'vich_uploader.listener.clean.feedback_file', 'getVichUploader_Listener_Clean_FeedbackFileService', true],
  3317. 'vich_uploader.listener.remove.company_logo' => ['privates', 'vich_uploader.listener.remove.company_logo', 'getVichUploader_Listener_Remove_CompanyLogoService', true],
  3318. 'vich_uploader.listener.remove.estimate_file' => ['privates', 'vich_uploader.listener.remove.estimate_file', 'getVichUploader_Listener_Remove_EstimateFileService', true],
  3319. 'vich_uploader.listener.remove.estimate_item_file' => ['privates', 'vich_uploader.listener.remove.estimate_item_file', 'getVichUploader_Listener_Remove_EstimateItemFileService', true],
  3320. 'vich_uploader.listener.remove.feedback_file' => ['privates', 'vich_uploader.listener.remove.feedback_file', 'getVichUploader_Listener_Remove_FeedbackFileService', true],
  3321. 'vich_uploader.listener.upload.company_logo' => ['privates', 'vich_uploader.listener.upload.company_logo', 'getVichUploader_Listener_Upload_CompanyLogoService', true],
  3322. 'vich_uploader.listener.upload.estimate_file' => ['privates', 'vich_uploader.listener.upload.estimate_file', 'getVichUploader_Listener_Upload_EstimateFileService', true],
  3323. 'vich_uploader.listener.upload.estimate_item_file' => ['privates', 'vich_uploader.listener.upload.estimate_item_file', 'getVichUploader_Listener_Upload_EstimateItemFileService', true],
  3324. 'vich_uploader.listener.upload.feedback_file' => ['privates', 'vich_uploader.listener.upload.feedback_file', 'getVichUploader_Listener_Upload_FeedbackFileService', true],
  3325. ], [
  3326. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => '?',
  3327. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => '?',
  3328. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => '?',
  3329. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => '?',
  3330. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => '?',
  3331. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => '?',
  3332. 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener' => '?',
  3333. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => '?',
  3334. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => '?',
  3335. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3336. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3337. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3338. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3339. 'doctrine.orm.my_brunex_listeners.attach_entity_listeners' => '?',
  3340. 'vich_uploader.listener.clean.company_logo' => '?',
  3341. 'vich_uploader.listener.clean.estimate_file' => '?',
  3342. 'vich_uploader.listener.clean.estimate_item_file' => '?',
  3343. 'vich_uploader.listener.clean.feedback_file' => '?',
  3344. 'vich_uploader.listener.remove.company_logo' => '?',
  3345. 'vich_uploader.listener.remove.estimate_file' => '?',
  3346. 'vich_uploader.listener.remove.estimate_item_file' => '?',
  3347. 'vich_uploader.listener.remove.feedback_file' => '?',
  3348. 'vich_uploader.listener.upload.company_logo' => '?',
  3349. 'vich_uploader.listener.upload.estimate_file' => '?',
  3350. 'vich_uploader.listener.upload.estimate_item_file' => '?',
  3351. 'vich_uploader.listener.upload.feedback_file' => '?',
  3352. ]), [0 => 'vich_uploader.listener.clean.company_logo', 1 => 'vich_uploader.listener.clean.feedback_file', 2 => 'vich_uploader.listener.clean.estimate_file', 3 => 'vich_uploader.listener.clean.estimate_item_file', 4 => 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber', 5 => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener', 6 => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber', 7 => 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder', 8 => 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate', 9 => 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection', 10 => 'Roothirsch\\DamBundle\\EventListener\\FileContentSummaryListener', 11 => 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber', 12 => 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 13 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 14 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 15 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 16 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 17 => 'vich_uploader.listener.remove.company_logo', 18 => 'vich_uploader.listener.upload.company_logo', 19 => 'vich_uploader.listener.remove.feedback_file', 20 => 'vich_uploader.listener.upload.feedback_file', 21 => 'vich_uploader.listener.remove.estimate_file', 22 => 'vich_uploader.listener.upload.estimate_file', 23 => 'vich_uploader.listener.remove.estimate_item_file', 24 => 'vich_uploader.listener.upload.estimate_item_file', 25 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.my_brunex_listeners.attach_entity_listeners']]);
  3353. }
  3354. /**
  3355. * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3356. *
  3357. * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3358. */
  3359. protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3360. {
  3361. return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3362. 'App\\Repository\\Declaration\\DeclarationRepository' => ['privates', 'App\\Repository\\Declaration\\DeclarationRepository', 'getDeclarationRepositoryService', true],
  3363. 'App\\Repository\\Declaration\\DefinitionRepository' => ['privates', 'App\\Repository\\Declaration\\DefinitionRepository', 'getDefinitionRepositoryService', true],
  3364. 'App\\Repository\\Declaration\\FieldRepository' => ['privates', 'App\\Repository\\Declaration\\FieldRepository', 'getFieldRepositoryService', true],
  3365. 'App\\Repository\\Declaration\\ProductRepository' => ['privates', 'App\\Repository\\Declaration\\ProductRepository', 'getProductRepository2Service', true],
  3366. 'App\\Repository\\EstimateAddressRepository' => ['privates', 'App\\Repository\\EstimateAddressRepository', 'getEstimateAddressRepositoryService', true],
  3367. 'App\\Repository\\EstimateRepository' => ['privates', 'App\\Repository\\EstimateRepository', 'getEstimateRepository2Service', true],
  3368. 'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository' => ['privates', 'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository', 'getFeatureFlagRepositoryService', false],
  3369. 'Roothirsch\\CoreBundle\\Repository\\AddressRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\AddressRepository', 'getAddressRepository2Service', true],
  3370. 'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository', 'getCompanyAttributeRepositoryService', true],
  3371. 'Roothirsch\\CoreBundle\\Repository\\CompanyRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\CompanyRepository', 'getCompanyRepositoryService', true],
  3372. 'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository', 'getContactPersonRepositoryService', true],
  3373. 'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository', 'getContactValidationRepositoryService', true],
  3374. 'Roothirsch\\CoreBundle\\Repository\\GroupRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\GroupRepository', 'getGroupRepositoryService', false],
  3375. 'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository', 'getReportSubscriptionRepositoryService', true],
  3376. 'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  3377. 'Roothirsch\\CoreBundle\\Repository\\UserRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3378. 'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository' => ['privates', 'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository', 'getSiteRepositoryService', true],
  3379. 'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
  3380. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository', 'getTranslationScopeRepositoryService', false],
  3381. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository', 'getTranslationUnitRepositoryService', true],
  3382. 'Roothirsch\\DamBundle\\Repository\\AssetRepository' => ['services', 'Roothirsch\\DamBundle\\Repository\\AssetRepository', 'getAssetRepositoryService', true],
  3383. 'Roothirsch\\DamBundle\\Repository\\FileRepository' => ['services', 'Roothirsch\\DamBundle\\Repository\\FileRepository', 'getFileRepositoryService', true],
  3384. 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository' => ['services', 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository', 'getNotificationReadOnRepositoryService', true],
  3385. 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository' => ['services', 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository', 'getNotificationRepositoryService', true],
  3386. 'Roothirsch\\PimBundle\\Repository\\ArticleRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\ArticleRepository', 'getArticleRepositoryService', true],
  3387. 'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository', 'getAttributeGroupRepositoryService', true],
  3388. 'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository', 'getAttributeOptionRepository2Service', true],
  3389. 'Roothirsch\\PimBundle\\Repository\\AttributeRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeRepository', 'getAttributeRepositoryService', true],
  3390. 'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository', 'getAttributeValueRepository2Service', true],
  3391. 'Roothirsch\\PimBundle\\Repository\\ChannelRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\ChannelRepository', 'getChannelRepositoryService', true],
  3392. 'Roothirsch\\PimBundle\\Repository\\DataSourceRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\DataSourceRepository', 'getDataSourceRepositoryService', true],
  3393. 'Roothirsch\\PimBundle\\Repository\\ProductRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\ProductRepository', 'getProductRepositoryService', true],
  3394. 'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\AddressRepository', 'getAddressRepositoryService', true],
  3395. 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository', 'getAttributeOptionRepositoryService', true],
  3396. 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository', 'getAttributeValueRepositoryService', true],
  3397. 'Roothirsch\\ShopBundle\\Repository\\DiscountRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\DiscountRepository', 'getDiscountRepositoryService', true],
  3398. 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository', 'getEstimateAttributeRepositoryService', true],
  3399. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository', 'getEstimatePositionAttributeRepositoryService', true],
  3400. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository', 'getEstimatePositionRepositoryService', true],
  3401. 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository', 'getEstimateRepositoryService', true],
  3402. 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository', 'getOrderAttributeRepositoryService', true],
  3403. 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository', 'getOrderPositionRepositoryService', true],
  3404. 'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\OrderRepository', 'getOrderRepositoryService', true],
  3405. 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository', 'getPositionTemplateRepositoryService', true],
  3406. ], [
  3407. 'App\\Repository\\Declaration\\DeclarationRepository' => '?',
  3408. 'App\\Repository\\Declaration\\DefinitionRepository' => '?',
  3409. 'App\\Repository\\Declaration\\FieldRepository' => '?',
  3410. 'App\\Repository\\Declaration\\ProductRepository' => '?',
  3411. 'App\\Repository\\EstimateAddressRepository' => '?',
  3412. 'App\\Repository\\EstimateRepository' => '?',
  3413. 'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository' => '?',
  3414. 'Roothirsch\\CoreBundle\\Repository\\AddressRepository' => '?',
  3415. 'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository' => '?',
  3416. 'Roothirsch\\CoreBundle\\Repository\\CompanyRepository' => '?',
  3417. 'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository' => '?',
  3418. 'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository' => '?',
  3419. 'Roothirsch\\CoreBundle\\Repository\\GroupRepository' => '?',
  3420. 'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository' => '?',
  3421. 'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository' => '?',
  3422. 'Roothirsch\\CoreBundle\\Repository\\UserRepository' => '?',
  3423. 'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository' => '?',
  3424. 'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository' => '?',
  3425. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository' => '?',
  3426. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository' => '?',
  3427. 'Roothirsch\\DamBundle\\Repository\\AssetRepository' => '?',
  3428. 'Roothirsch\\DamBundle\\Repository\\FileRepository' => '?',
  3429. 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository' => '?',
  3430. 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository' => '?',
  3431. 'Roothirsch\\PimBundle\\Repository\\ArticleRepository' => '?',
  3432. 'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository' => '?',
  3433. 'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository' => '?',
  3434. 'Roothirsch\\PimBundle\\Repository\\AttributeRepository' => '?',
  3435. 'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository' => '?',
  3436. 'Roothirsch\\PimBundle\\Repository\\ChannelRepository' => '?',
  3437. 'Roothirsch\\PimBundle\\Repository\\DataSourceRepository' => '?',
  3438. 'Roothirsch\\PimBundle\\Repository\\ProductRepository' => '?',
  3439. 'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => '?',
  3440. 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => '?',
  3441. 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => '?',
  3442. 'Roothirsch\\ShopBundle\\Repository\\DiscountRepository' => '?',
  3443. 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => '?',
  3444. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => '?',
  3445. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => '?',
  3446. 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => '?',
  3447. 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => '?',
  3448. 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => '?',
  3449. 'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => '?',
  3450. 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository' => '?',
  3451. ]));
  3452. }
  3453. /**
  3454. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3455. *
  3456. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3457. */
  3458. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3459. {
  3460. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translator/Entity'), 3 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), 4 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), 5 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Entity'), 6 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/Entity'), 7 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Menu/Entity'), 8 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Site/Entity'), 9 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Entity'), 10 => (\dirname(__DIR__, 4).'/vendor/roothirsch/pim-bundle/Entity'), 11 => (\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Entity'), 12 => (\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Entity'), 13 => (\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/src/Entity'), 14 => (\dirname(__DIR__, 4).'/vendor/roothirsch/delivery-time-estimator-bundle/Entity')], false);
  3461. }
  3462. /**
  3463. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3464. *
  3465. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3466. */
  3467. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3468. {
  3469. $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);
  3470. $instance->setGlobalBasename('mapping');
  3471. return $instance;
  3472. }
  3473. /**
  3474. * Gets the private 'exception_listener' shared service.
  3475. *
  3476. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3477. */
  3478. protected function getExceptionListener2Service()
  3479. {
  3480. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3481. }
  3482. /**
  3483. * Gets the private 'flagception.activator.chain_activator' shared service.
  3484. *
  3485. * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  3486. */
  3487. protected function getFlagception_Activator_ChainActivatorService()
  3488. {
  3489. $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  3490. $a = new \Flagception\Factory\ExpressionLanguageFactory();
  3491. $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  3492. $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  3493. $instance->add(new \Flagception\Activator\ArrayActivator(['TRACKING' => false, 'ORDER' => false, 'OPTIONAL_ARTICLES' => false, 'STANDFLUEGEL_LICHTAUSSCHNITT' => false, 'FSC_FILTER' => false, 'RC_FILTER' => false, 'DEBUG_LABELS' => false, 'MODULE_DECLARATION' => false, 'MODULE_TRANSLATION' => false, 'COMBI1PLUS' => false, 'MONTAGE_OBERFLAECHE_AUFSCHLAG' => false, '677_MITTELLAGE' => false]));
  3494. $instance->add(new \Flagception\Activator\EnvironmentActivator(['TRACKING' => 'FEATURE_TRACKING', 'ORDER' => 'FEATURE_ORDER', 'OPTIONAL_ARTICLES' => 'FEATURE_OPTIONAL_ARTICLES', 'STANDFLUEGEL_LICHTAUSSCHNITT' => 'FEATURE_STANDFLUEGEL_LICHTAUSSCHNITT', 'FSC_FILTER' => 'FEATURE_FSC_FILTER', 'RC_FILTER' => 'FEATURE_RC_FILTER', 'DEBUG_LABELS' => 'FEATURE_DEBUG_LABELS', 'MODULE_DECLARATION' => 'FEATURE_MODULE_DECLARATION', 'MODULE_TRANSLATION' => 'FEATURE_MODULE_TRANSLATION', 'COMBI1PLUS' => 'FEATURE_COMBI1PLUS', 'MONTAGE_OBERFLAECHE_AUFSCHLAG' => 'FEATURE_MONTAGE_OBERFLAECHE_AUFSCHLAG', '677_MITTELLAGE' => 'FEATURE_677_MITTELLAGE']));
  3495. $instance->add(new \Flagception\Activator\ConstraintActivator(new \Flagception\Constraint\ConstraintResolver($a->create()), []));
  3496. $instance->add(new \Roothirsch\CoreBundle\FeatureFlag\DatabaseActivator(($this->privates['Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  3497. return $instance;
  3498. }
  3499. /**
  3500. * Gets the private 'locale_aware_listener' shared service.
  3501. *
  3502. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3503. */
  3504. protected function getLocaleAwareListenerService()
  3505. {
  3506. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3507. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3508. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3509. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3510. }
  3511. /**
  3512. * Gets the private 'locale_listener' shared service.
  3513. *
  3514. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3515. */
  3516. protected function getLocaleListenerService()
  3517. {
  3518. $a = ($this->services['router'] ?? $this->getRouterService());
  3519. if (isset($this->privates['locale_listener'])) {
  3520. return $this->privates['locale_listener'];
  3521. }
  3522. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', $a, false, []);
  3523. }
  3524. /**
  3525. * Gets the private 'mailer.mailer' shared service.
  3526. *
  3527. * @return \Symfony\Component\Mailer\Mailer
  3528. */
  3529. protected function getMailer_MailerService()
  3530. {
  3531. $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3532. if (isset($this->privates['mailer.mailer'])) {
  3533. return $this->privates['mailer.mailer'];
  3534. }
  3535. $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3536. if (isset($this->privates['mailer.mailer'])) {
  3537. return $this->privates['mailer.mailer'];
  3538. }
  3539. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3540. if (isset($this->privates['mailer.mailer'])) {
  3541. return $this->privates['mailer.mailer'];
  3542. }
  3543. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
  3544. }
  3545. /**
  3546. * Gets the private 'mailer.transports' shared service.
  3547. *
  3548. * @return \Symfony\Component\Mailer\Transport\Transports
  3549. */
  3550. protected function getMailer_TransportsService()
  3551. {
  3552. return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3553. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3554. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3555. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3556. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3557. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  3558. }
  3559. /**
  3560. * Gets the private 'mime_types' shared service.
  3561. *
  3562. * @return \Symfony\Component\Mime\MimeTypes
  3563. */
  3564. protected function getMimeTypesService()
  3565. {
  3566. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3567. $instance->setDefault($instance);
  3568. return $instance;
  3569. }
  3570. /**
  3571. * Gets the private 'monolog.handler.console' shared service.
  3572. *
  3573. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3574. */
  3575. protected function getMonolog_Handler_ConsoleService()
  3576. {
  3577. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  3578. }
  3579. /**
  3580. * Gets the private 'monolog.handler.main' shared service.
  3581. *
  3582. * @return \Monolog\Handler\StreamHandler
  3583. */
  3584. protected function getMonolog_Handler_MainService()
  3585. {
  3586. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  3587. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3588. return $instance;
  3589. }
  3590. /**
  3591. * Gets the private 'monolog.logger.cache' shared service.
  3592. *
  3593. * @return \Symfony\Bridge\Monolog\Logger
  3594. */
  3595. protected function getMonolog_Logger_CacheService()
  3596. {
  3597. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3598. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3599. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3600. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3601. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3602. return $instance;
  3603. }
  3604. /**
  3605. * Gets the private 'monolog.logger.doctrine' shared service.
  3606. *
  3607. * @return \Symfony\Bridge\Monolog\Logger
  3608. */
  3609. protected function getMonolog_Logger_DoctrineService()
  3610. {
  3611. $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3612. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3613. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3614. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3615. return $instance;
  3616. }
  3617. /**
  3618. * Gets the private 'monolog.logger.request' shared service.
  3619. *
  3620. * @return \Symfony\Bridge\Monolog\Logger
  3621. */
  3622. protected function getMonolog_Logger_RequestService()
  3623. {
  3624. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3625. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3626. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3627. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3628. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3629. return $instance;
  3630. }
  3631. /**
  3632. * Gets the private 'monolog.logger.security' shared service.
  3633. *
  3634. * @return \Symfony\Bridge\Monolog\Logger
  3635. */
  3636. protected function getMonolog_Logger_SecurityService()
  3637. {
  3638. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3639. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3640. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3641. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3642. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3643. return $instance;
  3644. }
  3645. /**
  3646. * Gets the private 'nelmio_cors.cors_listener' shared service.
  3647. *
  3648. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3649. */
  3650. protected function getNelmioCors_CorsListenerService()
  3651. {
  3652. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  3653. }
  3654. /**
  3655. * Gets the private 'parameter_bag' shared service.
  3656. *
  3657. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3658. */
  3659. protected function getParameterBagService()
  3660. {
  3661. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3662. }
  3663. /**
  3664. * Gets the private 'profiler_listener' shared service.
  3665. *
  3666. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3667. */
  3668. protected function getProfilerListenerService()
  3669. {
  3670. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3671. if (isset($this->privates['profiler_listener'])) {
  3672. return $this->privates['profiler_listener'];
  3673. }
  3674. 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);
  3675. }
  3676. /**
  3677. * Gets the private 'property_accessor' shared service.
  3678. *
  3679. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3680. */
  3681. protected function getPropertyAccessorService()
  3682. {
  3683. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3684. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  3685. }
  3686. /**
  3687. * Gets the private 'property_info' shared service.
  3688. *
  3689. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3690. */
  3691. protected function getPropertyInfoService()
  3692. {
  3693. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3694. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3695. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3696. yield 2 => ($this->privates['doctrine.orm.my_brunex_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MyBrunexEntityManager_PropertyInfoExtractorService'));
  3697. yield 3 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3698. }, 4), new RewindableGenerator(function () {
  3699. yield 0 => ($this->privates['doctrine.orm.my_brunex_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MyBrunexEntityManager_PropertyInfoExtractorService'));
  3700. yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3701. yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3702. }, 3), new RewindableGenerator(function () {
  3703. return new \EmptyIterator();
  3704. }, 0), new RewindableGenerator(function () {
  3705. yield 0 => ($this->privates['doctrine.orm.my_brunex_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MyBrunexEntityManager_PropertyInfoExtractorService'));
  3706. yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3707. yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3708. }, 3), new RewindableGenerator(function () {
  3709. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3710. }, 1));
  3711. }
  3712. /**
  3713. * Gets the private 'router.expression_language_provider' shared service.
  3714. *
  3715. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3716. */
  3717. protected function getRouter_ExpressionLanguageProviderService()
  3718. {
  3719. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3720. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  3721. ], [
  3722. 'env' => 'Closure',
  3723. ]));
  3724. }
  3725. /**
  3726. * Gets the private 'router.request_context' shared service.
  3727. *
  3728. * @return \Symfony\Component\Routing\RequestContext
  3729. */
  3730. protected function getRouter_RequestContextService()
  3731. {
  3732. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  3733. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3734. return $instance;
  3735. }
  3736. /**
  3737. * Gets the private 'router_listener' shared service.
  3738. *
  3739. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3740. */
  3741. protected function getRouterListenerService()
  3742. {
  3743. $a = ($this->services['router'] ?? $this->getRouterService());
  3744. if (isset($this->privates['router_listener'])) {
  3745. return $this->privates['router_listener'];
  3746. }
  3747. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
  3748. }
  3749. /**
  3750. * Gets the private 'security.context_listener.0' shared service.
  3751. *
  3752. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3753. */
  3754. protected function getSecurity_ContextListener_0Service()
  3755. {
  3756. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  3757. if (isset($this->privates['security.context_listener.0'])) {
  3758. return $this->privates['security.context_listener.0'];
  3759. }
  3760. 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 () {
  3761. yield 0 => ($this->privates['security.user.provider.concrete.default_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_DefaultProviderService'));
  3762. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  3763. }
  3764. /**
  3765. * Gets the private 'security.csrf.token_storage' shared service.
  3766. *
  3767. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3768. */
  3769. protected function getSecurity_Csrf_TokenStorageService()
  3770. {
  3771. 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())));
  3772. }
  3773. /**
  3774. * Gets the private 'security.event_dispatcher.main' shared service.
  3775. *
  3776. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3777. */
  3778. protected function getSecurity_EventDispatcher_MainService()
  3779. {
  3780. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3781. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3782. return ($this->privates['App\\Security\\LogoutSuccessHandler'] ?? ($this->privates['App\\Security\\LogoutSuccessHandler'] = new \App\Security\LogoutSuccessHandler()));
  3783. }, 1 => 'onSymfonyComponentSecurityHttpEventLogoutEvent'], 0);
  3784. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3785. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3786. }, 1 => 'onSuccessfulLogin'], 0);
  3787. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3788. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3789. }, 1 => 'onLogout'], 64);
  3790. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3791. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3792. }, 1 => 'onLogout'], 0);
  3793. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3794. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  3795. }, 1 => 'onSuccessfulLogin'], -32);
  3796. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3797. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3798. }, 1 => 'onSuccessfulLogin'], -64);
  3799. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  3800. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3801. }, 1 => 'clearCookie'], 0);
  3802. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3803. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3804. }, 1 => 'clearCookie'], 0);
  3805. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  3806. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3807. }, 1 => 'clearCookie'], 0);
  3808. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3809. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3810. }, 1 => 'preCheckCredentials'], 256);
  3811. $instance->addListener('security.authentication.success', [0 => function () {
  3812. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3813. }, 1 => 'postCheckCredentials'], 256);
  3814. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3815. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3816. }, 1 => 'checkPassport'], 1024);
  3817. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3818. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3819. }, 1 => 'checkPassport'], 0);
  3820. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3821. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3822. }, 1 => 'onLoginSuccess'], 0);
  3823. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3824. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3825. }, 1 => 'checkPassport'], 512);
  3826. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3827. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3828. }, 1 => 'onLogout'], 0);
  3829. return $instance;
  3830. }
  3831. /**
  3832. * Gets the private 'security.expression_language' shared service.
  3833. *
  3834. * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3835. */
  3836. protected function getSecurity_ExpressionLanguageService()
  3837. {
  3838. $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3839. $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  3840. return $instance;
  3841. }
  3842. /**
  3843. * Gets the private 'security.firewall.map' shared service.
  3844. *
  3845. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3846. */
  3847. protected function getSecurity_Firewall_MapService()
  3848. {
  3849. $a = ($this->privates['.service_locator.IkldLAI'] ?? $this->get_ServiceLocator_IkldLAIService());
  3850. if (isset($this->privates['security.firewall.map'])) {
  3851. return $this->privates['security.firewall.map'];
  3852. }
  3853. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3854. 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)/')));
  3855. yield 'security.firewall.map.context.api_legacy' => ($this->privates['.security.request_matcher.bDjWeZ8'] ?? ($this->privates['.security.request_matcher.bDjWeZ8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(users/current|estimates|address|address/remove|generate-pdf|generate-docx|companies|upload|declaration)')));
  3856. yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  3857. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3858. yield 'security.firewall.map.context.main' => NULL;
  3859. }, 5));
  3860. }
  3861. /**
  3862. * Gets the private 'security.helper' shared service.
  3863. *
  3864. * @return \Symfony\Component\Security\Core\Security
  3865. */
  3866. protected function getSecurity_HelperService()
  3867. {
  3868. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3869. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3870. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3871. ], [
  3872. 'security.authorization_checker' => '?',
  3873. 'security.token_storage' => '?',
  3874. ]));
  3875. }
  3876. /**
  3877. * Gets the private 'security.logout_url_generator' shared service.
  3878. *
  3879. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3880. */
  3881. protected function getSecurity_LogoutUrlGeneratorService()
  3882. {
  3883. $a = ($this->services['router'] ?? $this->getRouterService());
  3884. if (isset($this->privates['security.logout_url_generator'])) {
  3885. return $this->privates['security.logout_url_generator'];
  3886. }
  3887. $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3888. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  3889. return $instance;
  3890. }
  3891. /**
  3892. * Gets the private 'security.role_hierarchy' shared service.
  3893. *
  3894. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3895. */
  3896. protected function getSecurity_RoleHierarchyService()
  3897. {
  3898. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3899. }
  3900. /**
  3901. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3902. *
  3903. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3904. */
  3905. protected function getSerializer_NameConverter_MetadataAwareService()
  3906. {
  3907. return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  3908. }
  3909. /**
  3910. * Gets the private 'session.factory' shared service.
  3911. *
  3912. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3913. */
  3914. protected function getSession_FactoryService()
  3915. {
  3916. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3917. if (isset($this->privates['session.factory'])) {
  3918. return $this->privates['session.factory'];
  3919. }
  3920. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [0 => $a, 1 => 'onSessionUsage']);
  3921. }
  3922. /**
  3923. * Gets the private 'session_listener' shared service.
  3924. *
  3925. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3926. */
  3927. protected function getSessionListenerService()
  3928. {
  3929. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3930. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  3931. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', true],
  3932. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3933. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  3934. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  3935. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  3936. ], [
  3937. 'initialized_session' => '?',
  3938. 'logger' => '?',
  3939. 'request_stack' => '?',
  3940. 'session' => '?',
  3941. 'session_collector' => '?',
  3942. 'session_factory' => '?',
  3943. ]), true, $this->parameters['session.storage.options']);
  3944. }
  3945. /**
  3946. * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  3947. *
  3948. * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  3949. */
  3950. protected function getStofDoctrineExtensions_EventListener_LocaleService()
  3951. {
  3952. return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  3953. }
  3954. /**
  3955. * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  3956. *
  3957. * @return \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener
  3958. */
  3959. protected function getStofDoctrineExtensions_Listener_TranslatableService()
  3960. {
  3961. $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener();
  3962. $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3963. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3964. $instance->setDefaultLocale('de');
  3965. $instance->setTranslatableLocale('de');
  3966. $instance->setTranslationFallback(false);
  3967. $instance->setPersistDefaultLocaleTranslation(false);
  3968. $instance->setSkipOnLoad(false);
  3969. return $instance;
  3970. }
  3971. /**
  3972. * Gets the private 'translator.default' shared service.
  3973. *
  3974. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3975. */
  3976. protected function getTranslator_DefaultService()
  3977. {
  3978. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3979. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  3980. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  3981. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  3982. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  3983. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  3984. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  3985. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  3986. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  3987. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  3988. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  3989. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  3990. ], [
  3991. 'translation.loader.csv' => '?',
  3992. 'translation.loader.dat' => '?',
  3993. 'translation.loader.ini' => '?',
  3994. 'translation.loader.json' => '?',
  3995. 'translation.loader.mo' => '?',
  3996. 'translation.loader.php' => '?',
  3997. 'translation.loader.po' => '?',
  3998. 'translation.loader.qt' => '?',
  3999. 'translation.loader.res' => '?',
  4000. 'translation.loader.xliff' => '?',
  4001. 'translation.loader.yml' => '?',
  4002. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['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/vich/uploader-bundle/translations/messages.ar.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], '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/vich/uploader-bundle/translations/messages.bg.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], '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/vich/uploader-bundle/translations/messages.ca.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], '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/vich/uploader-bundle/translations/messages.cs.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], '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/vich/uploader-bundle/translations/messages.de.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.de.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/configurator.brunex.ch.de.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/default.de.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/ele.brunex.ch.de.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/login.brunex.ch.de.xlf'), 11 => (\dirname(__DIR__, 4).'/translations/messages.de.xlf'), 12 => (\dirname(__DIR__, 4).'/translations/translation.brunex.ch.de.xlf'), 13 => (\dirname(__DIR__, 4).'/translations/validators.de.xlf'), 14 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.de.xlf'), 15 => (\dirname(__DIR__, 4).'/translations/configurator.brunex.ch.de.xlf'), 16 => (\dirname(__DIR__, 4).'/translations/default.de.xlf'), 17 => (\dirname(__DIR__, 4).'/translations/ele.brunex.ch.de.xlf'), 18 => (\dirname(__DIR__, 4).'/translations/login.brunex.ch.de.xlf'), 19 => (\dirname(__DIR__, 4).'/translations/messages.de.xlf'), 20 => (\dirname(__DIR__, 4).'/translations/translation.brunex.ch.de.xlf'), 21 => (\dirname(__DIR__, 4).'/translations/validators.de.xlf')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/messages.en.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/validators.en.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/messages.en.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.en.xlf')], '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/vich/uploader-bundle/translations/messages.es.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], '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/vich/uploader-bundle/translations/messages.fi.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], '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/vich/uploader-bundle/translations/messages.fr.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/configurator.brunex.ch.fr.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/default.fr.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/ele.brunex.ch.fr.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/login.brunex.ch.fr.xlf'), 11 => (\dirname(__DIR__, 4).'/translations/messages.fr.xlf'), 12 => (\dirname(__DIR__, 4).'/translations/translation.brunex.ch.fr.xlf'), 13 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf'), 14 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.fr.xlf'), 15 => (\dirname(__DIR__, 4).'/translations/configurator.brunex.ch.fr.xlf'), 16 => (\dirname(__DIR__, 4).'/translations/default.fr.xlf'), 17 => (\dirname(__DIR__, 4).'/translations/ele.brunex.ch.fr.xlf'), 18 => (\dirname(__DIR__, 4).'/translations/login.brunex.ch.fr.xlf'), 19 => (\dirname(__DIR__, 4).'/translations/messages.fr.xlf'), 20 => (\dirname(__DIR__, 4).'/translations/translation.brunex.ch.fr.xlf'), 21 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.he.php')], '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/vich/uploader-bundle/translations/messages.hu.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], '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/vich/uploader-bundle/translations/messages.it.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/vich/uploader-bundle/translations/messages.lt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.nl.xlf')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/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'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], '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/vich/uploader-bundle/translations/messages.ru.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], '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/vich/uploader-bundle/translations/messages.tr.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], '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/vich/uploader-bundle/translations/messages.uk.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], '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')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], '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/vich/uploader-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/setono/cron-expression-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/roothirsch/configurator-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/efrane/tus-bundle/src/Bundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/isometriks/spam-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/vich/uploader-bundle/translations', 4 => 'vendor/easycorp/easyadmin-bundle/src/Resources/translations', 5 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 6 => 'vendor/roothirsch/notification-bundle/translations', 7 => 'translations', 8 => 'translations', 9 => 'vendor/symfony/framework-bundle/translations', 10 => 'vendor/nelmio/cors-bundle/translations', 11 => 'vendor/symfony/twig-bundle/translations', 12 => 'vendor/symfony/security-bundle/translations', 13 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 14 => 'vendor/doctrine/doctrine-bundle/translations', 15 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 16 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 17 => 'vendor/symfony/web-profiler-bundle/translations', 18 => 'vendor/symfony/monolog-bundle/translations', 19 => 'vendor/symfony/debug-bundle/translations', 20 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 21 => 'vendor/symfony/maker-bundle/src/translations', 22 => 'vendor/flagception/flagception-bundle/src/translations', 23 => 'vendor/twig/extra-bundle/translations', 24 => 'vendor/symfony/webpack-encore-bundle/src/translations', 25 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations', 26 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations', 27 => 'vendor/hautelook/alice-bundle/src/translations', 28 => 'vendor/setono/cron-expression-bundle/src/translations', 29 => 'vendor/roothirsch/core-bundle/translations', 30 => 'vendor/roothirsch/dam-bundle/translations', 31 => 'vendor/roothirsch/shop-bundle/translations', 32 => 'vendor/roothirsch/configurator-bundle/translations', 33 => 'vendor/lexik/jwt-authentication-bundle/translations', 34 => 'vendor/efrane/tus-bundle/src/Bundle/translations', 35 => 'vendor/symfony/stimulus-bundle/translations', 36 => 'vendor/isometriks/spam-bundle/translations']]], []);
  4003. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4004. $instance->setFallbackLocales([0 => 'de']);
  4005. return $instance;
  4006. }
  4007. /**
  4008. * Gets the private 'validator.builder' shared service.
  4009. *
  4010. * @return \Symfony\Component\Validator\ValidatorBuilder
  4011. */
  4012. protected function getValidator_BuilderService()
  4013. {
  4014. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4015. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4016. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4017. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  4018. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  4019. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  4020. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  4021. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  4022. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  4023. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  4024. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  4025. ], [
  4026. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4027. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4028. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4029. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4030. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4031. 'doctrine.orm.validator.unique' => '?',
  4032. 'security.validator.user_password' => '?',
  4033. 'validator.expression' => '?',
  4034. ])));
  4035. if ($this->has('translator')) {
  4036. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4037. }
  4038. $instance->setTranslationDomain('validators');
  4039. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4040. $instance->enableAnnotationMapping(true);
  4041. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4042. $instance->addMethodMapping('loadValidatorMetadata');
  4043. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4044. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  4045. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.my_brunex_entity_manager'] ?? $this->getDoctrine_Orm_MyBrunexEntityManagerService()), NULL));
  4046. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4047. return $instance;
  4048. }
  4049. /**
  4050. * Gets the private 'var_dumper.html_dumper' shared service.
  4051. *
  4052. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4053. */
  4054. protected function getVarDumper_HtmlDumperService()
  4055. {
  4056. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  4057. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4058. return $instance;
  4059. }
  4060. /**
  4061. * Gets the private 'var_dumper.server_connection' shared service.
  4062. *
  4063. * @return \Symfony\Component\VarDumper\Server\Connection
  4064. */
  4065. protected function getVarDumper_ServerConnectionService()
  4066. {
  4067. 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()]);
  4068. }
  4069. /**
  4070. * Gets the private 'vich_uploader.metadata_reader' shared service.
  4071. *
  4072. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4073. */
  4074. protected function getVichUploader_MetadataReaderService()
  4075. {
  4076. $a = new \Metadata\Driver\FileLocator([]);
  4077. $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);
  4078. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4079. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4080. }
  4081. /**
  4082. * Gets the private 'web_profiler.csp.handler' shared service.
  4083. *
  4084. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4085. */
  4086. protected function getWebProfiler_Csp_HandlerService()
  4087. {
  4088. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4089. }
  4090. /**
  4091. * Gets the private 'web_profiler.debug_toolbar' shared service.
  4092. *
  4093. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4094. */
  4095. protected function getWebProfiler_DebugToolbarService()
  4096. {
  4097. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4098. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4099. return $this->privates['web_profiler.debug_toolbar'];
  4100. }
  4101. $b = ($this->services['router'] ?? $this->getRouterService());
  4102. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4103. return $this->privates['web_profiler.debug_toolbar'];
  4104. }
  4105. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4106. }
  4107. /**
  4108. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4109. *
  4110. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4111. */
  4112. protected function getWebpackEncore_EntrypointLookupCollectionService()
  4113. {
  4114. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4115. 'configurator' => ['privates', 'webpack_encore.entrypoint_lookup[configurator]', 'getWebpackEncore_EntrypointLookupconfiguratorService', true],
  4116. 'delivery_time_estimator' => ['privates', 'webpack_encore.entrypoint_lookup[delivery_time_estimator]', 'getWebpackEncore_EntrypointLookupdeliveryTimeEstimatorService', true],
  4117. 'main' => ['privates', 'webpack_encore.entrypoint_lookup[main]', 'getWebpackEncore_EntrypointLookupmainService', true],
  4118. 'theme_brunex' => ['privates', 'webpack_encore.entrypoint_lookup[theme_brunex]', 'getWebpackEncore_EntrypointLookupthemeBrunexService', true],
  4119. ], [
  4120. 'configurator' => '?',
  4121. 'delivery_time_estimator' => '?',
  4122. 'main' => '?',
  4123. 'theme_brunex' => '?',
  4124. ]));
  4125. }
  4126. /**
  4127. * Gets the public 'cache_clearer' alias.
  4128. *
  4129. * @return object The ".container.private.cache_clearer" service.
  4130. */
  4131. protected function getCacheClearerService()
  4132. {
  4133. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4134. return $this->get('.container.private.cache_clearer');
  4135. }
  4136. /**
  4137. * Gets the public 'filesystem' alias.
  4138. *
  4139. * @return object The ".container.private.filesystem" service.
  4140. */
  4141. protected function getFilesystemService()
  4142. {
  4143. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4144. return $this->get('.container.private.filesystem');
  4145. }
  4146. /**
  4147. * Gets the public 'serializer' alias.
  4148. *
  4149. * @return object The ".container.private.serializer" service.
  4150. */
  4151. protected function getSerializerService()
  4152. {
  4153. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4154. return $this->get('.container.private.serializer');
  4155. }
  4156. /**
  4157. * Gets the public 'security.csrf.token_manager' alias.
  4158. *
  4159. * @return object The ".container.private.security.csrf.token_manager" service.
  4160. */
  4161. protected function getSecurity_Csrf_TokenManagerService()
  4162. {
  4163. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4164. return $this->get('.container.private.security.csrf.token_manager');
  4165. }
  4166. /**
  4167. * Gets the public 'form.factory' alias.
  4168. *
  4169. * @return object The ".container.private.form.factory" service.
  4170. */
  4171. protected function getForm_FactoryService()
  4172. {
  4173. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4174. return $this->get('.container.private.form.factory');
  4175. }
  4176. /**
  4177. * Gets the public 'form.type.file' alias.
  4178. *
  4179. * @return object The ".container.private.form.type.file" service.
  4180. */
  4181. protected function getForm_Type_FileService()
  4182. {
  4183. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4184. return $this->get('.container.private.form.type.file');
  4185. }
  4186. /**
  4187. * Gets the public 'profiler' alias.
  4188. *
  4189. * @return object The ".container.private.profiler" service.
  4190. */
  4191. protected function getProfilerService()
  4192. {
  4193. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4194. return $this->get('.container.private.profiler');
  4195. }
  4196. /**
  4197. * Gets the public 'twig' alias.
  4198. *
  4199. * @return object The ".container.private.twig" service.
  4200. */
  4201. protected function getTwigService()
  4202. {
  4203. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4204. return $this->get('.container.private.twig');
  4205. }
  4206. /**
  4207. * Gets the public 'security.authorization_checker' alias.
  4208. *
  4209. * @return object The ".container.private.security.authorization_checker" service.
  4210. */
  4211. protected function getSecurity_AuthorizationCheckerService()
  4212. {
  4213. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4214. return $this->get('.container.private.security.authorization_checker');
  4215. }
  4216. /**
  4217. * Gets the public 'security.token_storage' alias.
  4218. *
  4219. * @return object The ".container.private.security.token_storage" service.
  4220. */
  4221. protected function getSecurity_TokenStorageService()
  4222. {
  4223. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4224. return $this->get('.container.private.security.token_storage');
  4225. }
  4226. /**
  4227. * Gets the public 'security.password_encoder' alias.
  4228. *
  4229. * @return object The ".container.private.security.password_encoder" service.
  4230. */
  4231. protected function getSecurity_PasswordEncoderService()
  4232. {
  4233. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4234. return $this->get('.container.private.security.password_encoder');
  4235. }
  4236. /**
  4237. * Gets the public 'session' alias.
  4238. *
  4239. * @return object The ".container.private.session" service.
  4240. */
  4241. protected function getSessionService()
  4242. {
  4243. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4244. return $this->get('.container.private.session');
  4245. }
  4246. /**
  4247. * Gets the public 'validator' alias.
  4248. *
  4249. * @return object The ".container.private.validator" service.
  4250. */
  4251. protected function getValidatorService()
  4252. {
  4253. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4254. return $this->get('.container.private.validator');
  4255. }
  4256. /**
  4257. * @return array|bool|float|int|string|\UnitEnum|null
  4258. */
  4259. public function getParameter(string $name)
  4260. {
  4261. if (isset($this->buildParameters[$name])) {
  4262. return $this->buildParameters[$name];
  4263. }
  4264. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  4265. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  4266. }
  4267. if (isset($this->loadedDynamicParameters[$name])) {
  4268. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4269. }
  4270. return $this->parameters[$name];
  4271. }
  4272. public function hasParameter(string $name): bool
  4273. {
  4274. if (isset($this->buildParameters[$name])) {
  4275. return true;
  4276. }
  4277. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  4278. }
  4279. public function setParameter(string $name, $value): void
  4280. {
  4281. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4282. }
  4283. public function getParameterBag(): ParameterBagInterface
  4284. {
  4285. if (null === $this->parameterBag) {
  4286. $parameters = $this->parameters;
  4287. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4288. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4289. }
  4290. foreach ($this->buildParameters as $name => $value) {
  4291. $parameters[$name] = $value;
  4292. }
  4293. $this->parameterBag = new FrozenParameterBag($parameters);
  4294. }
  4295. return $this->parameterBag;
  4296. }
  4297. private $loadedDynamicParameters = [
  4298. 'kernel.runtime_environment' => false,
  4299. 'kernel.build_dir' => false,
  4300. 'kernel.cache_dir' => false,
  4301. 'kernel.secret' => false,
  4302. 'kernel.trusted_proxies' => false,
  4303. 'debug.container.dump' => false,
  4304. 'serializer.mapping.cache.file' => false,
  4305. 'validator.mapping.cache.file' => false,
  4306. 'profiler.storage.dsn' => false,
  4307. 'doctrine.orm.proxy_dir' => false,
  4308. 'knp_snappy.pdf.binary' => false,
  4309. 'knp_snappy.image.binary' => false,
  4310. 'lexik_jwt_authentication.pass_phrase' => false,
  4311. ];
  4312. private $dynamicParameters = [];
  4313. private function getDynamicParameter(string $name)
  4314. {
  4315. switch ($name) {
  4316. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4317. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  4318. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  4319. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  4320. case 'kernel.trusted_proxies': $value = $this->getEnv('TRUSTED_PROXIES'); break;
  4321. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4322. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  4323. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  4324. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4325. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4326. case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
  4327. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  4328. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  4329. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  4330. }
  4331. $this->loadedDynamicParameters[$name] = true;
  4332. return $this->dynamicParameters[$name] = $value;
  4333. }
  4334. protected function getDefaultParameters(): array
  4335. {
  4336. return [
  4337. 'kernel.project_dir' => \dirname(__DIR__, 4),
  4338. 'kernel.environment' => 'dev',
  4339. 'kernel.debug' => true,
  4340. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  4341. 'kernel.bundles' => [
  4342. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4343. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4344. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4345. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4346. 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4347. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4348. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  4349. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4350. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4351. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4352. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4353. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4354. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4355. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4356. 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  4357. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4358. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4359. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  4360. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4361. 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  4362. 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  4363. 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  4364. 'SetonoCronExpressionBundle' => 'Setono\\CronExpressionBundle\\SetonoCronExpressionBundle',
  4365. 'RoothirschCoreBundle' => 'Roothirsch\\CoreBundle\\RoothirschCoreBundle',
  4366. 'DamBundle' => 'Roothirsch\\DamBundle\\DamBundle',
  4367. 'ShopBundle' => 'Roothirsch\\ShopBundle\\ShopBundle',
  4368. 'ConfiguratorBundle' => 'Roothirsch\\ConfiguratorBundle\\ConfiguratorBundle',
  4369. 'NotificationBundle' => 'Roothirsch\\NotificationBundle\\NotificationBundle',
  4370. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4371. 'TusBundle' => 'EFrane\\TusBundle\\Bundle\\TusBundle',
  4372. 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  4373. 'IsometriksSpamBundle' => 'Isometriks\\Bundle\\SpamBundle\\IsometriksSpamBundle',
  4374. ],
  4375. 'kernel.bundles_metadata' => [
  4376. 'FrameworkBundle' => [
  4377. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  4378. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4379. ],
  4380. 'NelmioCorsBundle' => [
  4381. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  4382. 'namespace' => 'Nelmio\\CorsBundle',
  4383. ],
  4384. 'TwigBundle' => [
  4385. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  4386. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4387. ],
  4388. 'SecurityBundle' => [
  4389. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  4390. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4391. ],
  4392. 'ApiPlatformBundle' => [
  4393. 'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4394. 'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4395. ],
  4396. 'DoctrineBundle' => [
  4397. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  4398. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4399. ],
  4400. 'KnpSnappyBundle' => [
  4401. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  4402. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  4403. ],
  4404. 'StofDoctrineExtensionsBundle' => [
  4405. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4406. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4407. ],
  4408. 'WebProfilerBundle' => [
  4409. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  4410. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4411. ],
  4412. 'MonologBundle' => [
  4413. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  4414. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4415. ],
  4416. 'DebugBundle' => [
  4417. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  4418. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4419. ],
  4420. 'DoctrineMigrationsBundle' => [
  4421. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4422. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4423. ],
  4424. 'MakerBundle' => [
  4425. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  4426. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4427. ],
  4428. 'VichUploaderBundle' => [
  4429. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  4430. 'namespace' => 'Vich\\UploaderBundle',
  4431. ],
  4432. 'FlagceptionBundle' => [
  4433. 'path' => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src'),
  4434. 'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  4435. ],
  4436. 'EasyAdminBundle' => [
  4437. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
  4438. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4439. ],
  4440. 'TwigExtraBundle' => [
  4441. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  4442. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4443. ],
  4444. 'SymfonyCastsResetPasswordBundle' => [
  4445. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  4446. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  4447. ],
  4448. 'WebpackEncoreBundle' => [
  4449. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  4450. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  4451. ],
  4452. 'NelmioAliceBundle' => [
  4453. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  4454. 'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  4455. ],
  4456. 'FidryAliceDataFixturesBundle' => [
  4457. 'path' => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  4458. 'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  4459. ],
  4460. 'HautelookAliceBundle' => [
  4461. 'path' => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src'),
  4462. 'namespace' => 'Hautelook\\AliceBundle',
  4463. ],
  4464. 'SetonoCronExpressionBundle' => [
  4465. 'path' => (\dirname(__DIR__, 4).'/vendor/setono/cron-expression-bundle/src'),
  4466. 'namespace' => 'Setono\\CronExpressionBundle',
  4467. ],
  4468. 'RoothirschCoreBundle' => [
  4469. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle'),
  4470. 'namespace' => 'Roothirsch\\CoreBundle',
  4471. ],
  4472. 'DamBundle' => [
  4473. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle'),
  4474. 'namespace' => 'Roothirsch\\DamBundle',
  4475. ],
  4476. 'ShopBundle' => [
  4477. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle'),
  4478. 'namespace' => 'Roothirsch\\ShopBundle',
  4479. ],
  4480. 'ConfiguratorBundle' => [
  4481. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/configurator-bundle'),
  4482. 'namespace' => 'Roothirsch\\ConfiguratorBundle',
  4483. ],
  4484. 'NotificationBundle' => [
  4485. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle'),
  4486. 'namespace' => 'Roothirsch\\NotificationBundle',
  4487. ],
  4488. 'LexikJWTAuthenticationBundle' => [
  4489. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  4490. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4491. ],
  4492. 'TusBundle' => [
  4493. 'path' => (\dirname(__DIR__, 4).'/vendor/efrane/tus-bundle/src/Bundle'),
  4494. 'namespace' => 'EFrane\\TusBundle\\Bundle',
  4495. ],
  4496. 'StimulusBundle' => [
  4497. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle'),
  4498. 'namespace' => 'Symfony\\UX\\StimulusBundle',
  4499. ],
  4500. 'IsometriksSpamBundle' => [
  4501. 'path' => (\dirname(__DIR__, 4).'/vendor/isometriks/spam-bundle'),
  4502. 'namespace' => 'Isometriks\\Bundle\\SpamBundle',
  4503. ],
  4504. ],
  4505. 'kernel.charset' => 'UTF-8',
  4506. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  4507. 'container.autowiring.strict_mode' => true,
  4508. 'container.dumper.inline_class_loader' => true,
  4509. 'env(DATABASE_URL)' => 'mysql://root:root@127.0.0.1:3306/my_brunex_ch',
  4510. 'env(DATABASE_MY_BRUNEX_URL)' => 'mysql://root:root@127.0.0.1:3306/my_brunex',
  4511. 'locale' => 'de',
  4512. 'event_dispatcher.event_aliases' => [
  4513. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4514. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4515. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4516. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4517. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4518. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4519. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4520. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4521. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4522. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4523. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4524. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4525. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4526. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4527. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4528. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4529. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4530. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4531. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4532. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4533. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4534. ],
  4535. 'fragment.renderer.hinclude.global_template' => NULL,
  4536. 'fragment.path' => '/_fragment',
  4537. 'kernel.http_method_override' => true,
  4538. 'kernel.trusted_hosts' => [
  4539. ],
  4540. 'kernel.default_locale' => 'de',
  4541. 'kernel.enabled_locales' => [
  4542. ],
  4543. 'kernel.error_controller' => 'error_controller',
  4544. 'kernel.trusted_headers' => 30,
  4545. 'debug.file_link_format' => NULL,
  4546. 'asset.request_context.base_path' => NULL,
  4547. 'asset.request_context.secure' => NULL,
  4548. 'translator.logging' => false,
  4549. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  4550. 'debug.error_handler.throw_at' => -1,
  4551. 'router.request_context.host' => 'localhost',
  4552. 'router.request_context.scheme' => 'http',
  4553. 'router.request_context.base_url' => '',
  4554. 'router.resource' => 'kernel::loadRoutes',
  4555. 'request_listener.http_port' => 80,
  4556. 'request_listener.https_port' => 443,
  4557. 'session.metadata.storage_key' => '_sf2_meta',
  4558. 'session.storage.options' => [
  4559. 'cache_limiter' => '0',
  4560. 'cookie_httponly' => true,
  4561. 'gc_probability' => 1,
  4562. ],
  4563. 'session.save_path' => NULL,
  4564. 'session.metadata.update_threshold' => 0,
  4565. 'form.type_extension.csrf.enabled' => true,
  4566. 'form.type_extension.csrf.field_name' => '_token',
  4567. 'validator.translation_domain' => 'validators',
  4568. 'profiler_listener.only_exceptions' => false,
  4569. 'profiler_listener.only_main_requests' => false,
  4570. 'nelmio_cors.map' => [
  4571. '^/api/' => [
  4572. ],
  4573. '^/' => [
  4574. ],
  4575. ],
  4576. 'nelmio_cors.defaults' => [
  4577. 'allow_origin' => [
  4578. 0 => '^https?://.*brunex\\.ch$',
  4579. ],
  4580. 'allow_credentials' => false,
  4581. 'allow_headers' => true,
  4582. 'allow_private_network' => false,
  4583. 'expose_headers' => [
  4584. ],
  4585. 'allow_methods' => [
  4586. 0 => 'POST',
  4587. 1 => 'PUT',
  4588. 2 => 'GET',
  4589. 3 => 'DELETE',
  4590. ],
  4591. 'max_age' => 0,
  4592. 'hosts' => [
  4593. 0 => '.*',
  4594. ],
  4595. 'origin_regex' => false,
  4596. 'skip_same_as_origin' => true,
  4597. 'forced_allow_origin_value' => '*',
  4598. ],
  4599. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4600. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4601. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4602. 'twig.form.resources' => [
  4603. 0 => '@VichUploader/Form/fields.html.twig',
  4604. 1 => 'form_div_layout.html.twig',
  4605. 2 => 'form/types/icon_picker.html.twig',
  4606. 3 => 'form/types/ea_fileupload_widget.html.twig',
  4607. 4 => 'form/types/translatable.html.twig',
  4608. 5 => 'form/types/tus.html.twig',
  4609. ],
  4610. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  4611. 'security.role_hierarchy.roles' => [
  4612. 'ROLE_ADMIN' => [
  4613. 0 => 'ROLE_MANAGER',
  4614. 1 => 'ROLE_MANAGE_DELIVERY_TIME',
  4615. ],
  4616. 'ROLE_MANAGER' => [
  4617. 0 => 'ROLE_MANAGE_BACKEND',
  4618. ],
  4619. 'ROLE_MANAGE_DELIVERY_TIME' => [
  4620. 0 => 'ROLE_MANAGE_BACKEND',
  4621. ],
  4622. 'ROLE_MANAGE_BACKEND' => [
  4623. 0 => 'ROLE_USER',
  4624. ],
  4625. ],
  4626. 'security.access.denied_url' => NULL,
  4627. 'security.authentication.manager.erase_credentials' => true,
  4628. 'security.authentication.session_strategy.strategy' => 'migrate',
  4629. 'security.access.always_authenticate_before_granting' => false,
  4630. 'security.authentication.hide_user_not_found' => true,
  4631. 'security.firewalls' => [
  4632. 0 => 'dev',
  4633. 1 => 'api_legacy',
  4634. 2 => 'api_login',
  4635. 3 => 'api',
  4636. 4 => 'main',
  4637. ],
  4638. 'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4639. 'api_platform.metadata_backward_compatibility_layer' => true,
  4640. 'api_platform.enable_entrypoint' => true,
  4641. 'api_platform.enable_docs' => true,
  4642. 'api_platform.title' => '',
  4643. 'api_platform.description' => '',
  4644. 'api_platform.version' => '0.0.0',
  4645. 'api_platform.show_webby' => true,
  4646. 'api_platform.url_generation_strategy' => 1,
  4647. 'api_platform.exception_to_status' => [
  4648. 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4649. 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4650. 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4651. 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4652. ],
  4653. 'api_platform.formats' => [
  4654. 'jsonld' => [
  4655. 0 => 'application/ld+json',
  4656. ],
  4657. 'json' => [
  4658. 0 => 'application/json',
  4659. ],
  4660. 'html' => [
  4661. 0 => 'text/html',
  4662. ],
  4663. 'xml' => [
  4664. 0 => 'application/xml',
  4665. ],
  4666. ],
  4667. 'api_platform.patch_formats' => [
  4668. ],
  4669. 'api_platform.error_formats' => [
  4670. 'jsonproblem' => [
  4671. 0 => 'application/problem+json',
  4672. ],
  4673. 'jsonld' => [
  4674. 0 => 'application/ld+json',
  4675. ],
  4676. ],
  4677. 'api_platform.allow_plain_identifiers' => false,
  4678. 'api_platform.eager_loading.enabled' => true,
  4679. 'api_platform.eager_loading.max_joins' => 300,
  4680. 'api_platform.eager_loading.fetch_partial' => false,
  4681. 'api_platform.eager_loading.force_eager' => true,
  4682. 'api_platform.collection.exists_parameter_name' => 'exists',
  4683. 'api_platform.collection.order' => 'ASC',
  4684. 'api_platform.collection.order_parameter_name' => 'order',
  4685. 'api_platform.collection.order_nulls_comparison' => NULL,
  4686. 'api_platform.collection.pagination.enabled' => true,
  4687. 'api_platform.collection.pagination.partial' => false,
  4688. 'api_platform.collection.pagination.client_enabled' => false,
  4689. 'api_platform.collection.pagination.client_items_per_page' => true,
  4690. 'api_platform.collection.pagination.client_partial' => false,
  4691. 'api_platform.collection.pagination.items_per_page' => 30,
  4692. 'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4693. 'api_platform.collection.pagination.page_parameter_name' => 'page',
  4694. 'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4695. 'api_platform.collection.pagination.items_per_page_parameter_name' => 'limit',
  4696. 'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4697. 'api_platform.collection.pagination' => [
  4698. 'client_items_per_page' => true,
  4699. 'items_per_page_parameter_name' => 'limit',
  4700. 'enabled' => true,
  4701. 'partial' => false,
  4702. 'client_enabled' => false,
  4703. 'client_partial' => false,
  4704. 'items_per_page' => 30,
  4705. 'maximum_items_per_page' => NULL,
  4706. 'page_parameter_name' => 'page',
  4707. 'enabled_parameter_name' => 'pagination',
  4708. 'partial_parameter_name' => 'partial',
  4709. ],
  4710. 'api_platform.http_cache.etag' => true,
  4711. 'api_platform.http_cache.max_age' => NULL,
  4712. 'api_platform.http_cache.shared_max_age' => NULL,
  4713. 'api_platform.http_cache.vary' => [
  4714. 0 => 'Accept',
  4715. ],
  4716. 'api_platform.http_cache.public' => NULL,
  4717. 'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4718. 'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4719. 'api_platform.asset_package' => NULL,
  4720. 'api_platform.defaults' => [
  4721. 'attributes' => [
  4722. 'normalization_context' => [
  4723. 'xml_format_output' => true,
  4724. ],
  4725. ],
  4726. ],
  4727. 'api_platform.resource_class_directories' => [
  4728. 0 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Entity'),
  4729. 1 => (\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Entity'),
  4730. 2 => (\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Entity'),
  4731. 3 => (\dirname(__DIR__, 4).'/src/Entity'),
  4732. 4 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Entity'),
  4733. 5 => (\dirname(__DIR__, 4).'/src/Brunex/API'),
  4734. 6 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/Entity'),
  4735. 7 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Menu/Entity'),
  4736. 8 => (\dirname(__DIR__, 4).'/vendor/roothirsch/pim-bundle/Entity'),
  4737. 9 => (\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/src/Entity'),
  4738. 10 => (\dirname(__DIR__, 4).'/vendor/roothirsch/delivery-time-estimator-bundle/Entity'),
  4739. ],
  4740. 'api_platform.oauth.enabled' => false,
  4741. 'api_platform.oauth.clientId' => '',
  4742. 'api_platform.oauth.clientSecret' => '',
  4743. 'api_platform.oauth.type' => 'oauth2',
  4744. 'api_platform.oauth.flow' => 'application',
  4745. 'api_platform.oauth.tokenUrl' => '',
  4746. 'api_platform.oauth.authorizationUrl' => '',
  4747. 'api_platform.oauth.refreshUrl' => '',
  4748. 'api_platform.oauth.scopes' => [
  4749. ],
  4750. 'api_platform.oauth.pkce' => false,
  4751. 'api_platform.openapi.termsOfService' => NULL,
  4752. 'api_platform.openapi.contact.name' => NULL,
  4753. 'api_platform.openapi.contact.url' => NULL,
  4754. 'api_platform.openapi.contact.email' => NULL,
  4755. 'api_platform.openapi.license.name' => NULL,
  4756. 'api_platform.openapi.license.url' => NULL,
  4757. 'api_platform.swagger.versions' => [
  4758. 0 => 2,
  4759. 1 => 3,
  4760. ],
  4761. 'api_platform.enable_swagger_ui' => true,
  4762. 'api_platform.enable_re_doc' => true,
  4763. 'api_platform.swagger.api_keys' => [
  4764. 'JWT' => [
  4765. 'name' => 'Authorization',
  4766. 'type' => 'header',
  4767. ],
  4768. ],
  4769. 'api_platform.swagger_ui.extra_configuration' => [
  4770. ],
  4771. 'api_platform.graphql.enabled' => false,
  4772. 'api_platform.graphql.graphiql.enabled' => false,
  4773. 'api_platform.graphql.graphql_playground.enabled' => false,
  4774. 'api_platform.graphql.collection.pagination' => [
  4775. 'enabled' => true,
  4776. ],
  4777. 'api_platform.validator.serialize_payload_fields' => [
  4778. ],
  4779. 'api_platform.validator.query_parameter_validation' => true,
  4780. 'api_platform.elasticsearch.enabled' => false,
  4781. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4782. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4783. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4784. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4785. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4786. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4787. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4788. 'doctrine.entity_managers' => [
  4789. 'my_brunex' => 'doctrine.orm.my_brunex_entity_manager',
  4790. 'default' => 'doctrine.orm.default_entity_manager',
  4791. ],
  4792. 'doctrine.default_entity_manager' => 'default',
  4793. 'doctrine.dbal.connection_factory.types' => [
  4794. 'cron_expression' => [
  4795. 'class' => 'Setono\\CronExpressionBundle\\Doctrine\\DBAL\\Types\\CronExpressionType',
  4796. ],
  4797. 'json_array' => [
  4798. 'class' => 'Doctrine\\DBAL\\Types\\JsonType',
  4799. ],
  4800. 'uuid' => [
  4801. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4802. ],
  4803. 'ulid' => [
  4804. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4805. ],
  4806. ],
  4807. 'doctrine.connections' => [
  4808. 'default' => 'doctrine.dbal.default_connection',
  4809. 'my_brunex' => 'doctrine.dbal.my_brunex_connection',
  4810. ],
  4811. 'doctrine.default_connection' => 'default',
  4812. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4813. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4814. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4815. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4816. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4817. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4818. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4819. 'doctrine.orm.cache.memcache_port' => 11211,
  4820. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4821. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4822. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4823. 'doctrine.orm.cache.memcached_port' => 11211,
  4824. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4825. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4826. 'doctrine.orm.cache.redis_host' => 'localhost',
  4827. 'doctrine.orm.cache.redis_port' => 6379,
  4828. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4829. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4830. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4831. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4832. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4833. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4834. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4835. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4836. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4837. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4838. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4839. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4840. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4841. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4842. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4843. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4844. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4845. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4846. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4847. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4848. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4849. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4850. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4851. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4852. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4853. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4854. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4855. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4856. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4857. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4858. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4859. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4860. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4861. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4862. 'knp_snappy.pdf.options' => [
  4863. ],
  4864. 'knp_snappy.pdf.env' => [
  4865. ],
  4866. 'knp_snappy.image.options' => [
  4867. ],
  4868. 'knp_snappy.image.env' => [
  4869. ],
  4870. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4871. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4872. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4873. 'stof_doctrine_extensions.listener.translatable.class' => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener',
  4874. 'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  4875. 'stof_doctrine_extensions.default_locale' => 'de',
  4876. 'stof_doctrine_extensions.translation_fallback' => false,
  4877. 'stof_doctrine_extensions.persist_default_translation' => false,
  4878. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  4879. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4880. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4881. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4882. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4883. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4884. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4885. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  4886. 'web_profiler.debug_toolbar.mode' => 2,
  4887. 'monolog.use_microseconds' => true,
  4888. 'monolog.swift_mailer.handlers' => [
  4889. ],
  4890. 'monolog.handlers_to_channels' => [
  4891. 'monolog.handler.console' => [
  4892. 'type' => 'exclusive',
  4893. 'elements' => [
  4894. 0 => 'event',
  4895. 1 => 'doctrine',
  4896. 2 => 'console',
  4897. ],
  4898. ],
  4899. 'monolog.handler.main' => [
  4900. 'type' => 'exclusive',
  4901. 'elements' => [
  4902. 0 => 'event',
  4903. ],
  4904. ],
  4905. ],
  4906. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4907. 'doctrine.migrations.preferred_em' => 'default',
  4908. 'doctrine.migrations.preferred_connection' => NULL,
  4909. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  4910. 'vich_uploader.mappings' => [
  4911. 'company_logo' => [
  4912. 'uri_prefix' => '/uploads/company/logo',
  4913. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/company/logo'),
  4914. 'inject_on_load' => false,
  4915. 'delete_on_update' => true,
  4916. 'delete_on_remove' => true,
  4917. 'namer' => [
  4918. 'service' => NULL,
  4919. 'options' => NULL,
  4920. ],
  4921. 'directory_namer' => [
  4922. 'service' => NULL,
  4923. 'options' => NULL,
  4924. ],
  4925. 'db_driver' => 'orm',
  4926. ],
  4927. 'feedback_file' => [
  4928. 'uri_prefix' => '/uploads/feedback/files',
  4929. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/feedback/files'),
  4930. 'inject_on_load' => false,
  4931. 'delete_on_update' => true,
  4932. 'delete_on_remove' => true,
  4933. 'namer' => [
  4934. 'service' => NULL,
  4935. 'options' => NULL,
  4936. ],
  4937. 'directory_namer' => [
  4938. 'service' => NULL,
  4939. 'options' => NULL,
  4940. ],
  4941. 'db_driver' => 'orm',
  4942. ],
  4943. 'estimate_file' => [
  4944. 'uri_prefix' => '/uploads/estimate/file',
  4945. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/estimate/file'),
  4946. 'inject_on_load' => false,
  4947. 'delete_on_update' => true,
  4948. 'delete_on_remove' => true,
  4949. 'namer' => [
  4950. 'service' => NULL,
  4951. 'options' => NULL,
  4952. ],
  4953. 'directory_namer' => [
  4954. 'service' => NULL,
  4955. 'options' => NULL,
  4956. ],
  4957. 'db_driver' => 'orm',
  4958. ],
  4959. 'estimate_item_file' => [
  4960. 'uri_prefix' => '/uploads/estimate_item/file',
  4961. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/estimate_item/file'),
  4962. 'inject_on_load' => false,
  4963. 'delete_on_update' => true,
  4964. 'delete_on_remove' => true,
  4965. 'namer' => [
  4966. 'service' => NULL,
  4967. 'options' => NULL,
  4968. ],
  4969. 'directory_namer' => [
  4970. 'service' => NULL,
  4971. 'options' => NULL,
  4972. ],
  4973. 'db_driver' => 'orm',
  4974. ],
  4975. ],
  4976. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4977. 'nelmio_alice.functions_blacklist' => [
  4978. 0 => 'current',
  4979. 1 => 'shuffle',
  4980. 2 => 'date',
  4981. 3 => 'time',
  4982. 4 => 'file',
  4983. 5 => 'md5',
  4984. 6 => 'sha1',
  4985. ],
  4986. 'nelmio_alice.locale' => 'en_US',
  4987. 'nelmio_alice.seed' => 1,
  4988. 'nelmio_alice.loading_limit' => 5,
  4989. 'nelmio_alice.max_unique_values_retry' => 150,
  4990. 'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  4991. 'hautelook_alice.fixtures_path' => [
  4992. 0 => 'fixtures',
  4993. 1 => 'fixtures',
  4994. ],
  4995. 'hautelook_alice.root_dirs' => [
  4996. 0 => \dirname(__DIR__, 4),
  4997. 1 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources'),
  4998. ],
  4999. 'lexik_jwt_authentication.token_ttl' => 36000,
  5000. 'lexik_jwt_authentication.clock_skew' => 0,
  5001. 'lexik_jwt_authentication.user_identity_field' => 'username',
  5002. 'lexik_jwt_authentication.allow_no_expiration' => false,
  5003. 'lexik_jwt_authentication.user_id_claim' => 'username',
  5004. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  5005. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  5006. 'data_collector.templates' => [
  5007. 'data_collector.request' => [
  5008. 0 => 'request',
  5009. 1 => '@WebProfiler/Collector/request.html.twig',
  5010. ],
  5011. 'api_platform.data_collector.request' => [
  5012. 0 => 'api_platform.data_collector.request',
  5013. 1 => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  5014. ],
  5015. 'data_collector.time' => [
  5016. 0 => 'time',
  5017. 1 => '@WebProfiler/Collector/time.html.twig',
  5018. ],
  5019. 'data_collector.memory' => [
  5020. 0 => 'memory',
  5021. 1 => '@WebProfiler/Collector/memory.html.twig',
  5022. ],
  5023. 'data_collector.validator' => [
  5024. 0 => 'validator',
  5025. 1 => '@WebProfiler/Collector/validator.html.twig',
  5026. ],
  5027. 'data_collector.ajax' => [
  5028. 0 => 'ajax',
  5029. 1 => '@WebProfiler/Collector/ajax.html.twig',
  5030. ],
  5031. 'data_collector.form' => [
  5032. 0 => 'form',
  5033. 1 => '@WebProfiler/Collector/form.html.twig',
  5034. ],
  5035. 'data_collector.exception' => [
  5036. 0 => 'exception',
  5037. 1 => '@WebProfiler/Collector/exception.html.twig',
  5038. ],
  5039. 'data_collector.logger' => [
  5040. 0 => 'logger',
  5041. 1 => '@WebProfiler/Collector/logger.html.twig',
  5042. ],
  5043. 'data_collector.events' => [
  5044. 0 => 'events',
  5045. 1 => '@WebProfiler/Collector/events.html.twig',
  5046. ],
  5047. 'data_collector.router' => [
  5048. 0 => 'router',
  5049. 1 => '@WebProfiler/Collector/router.html.twig',
  5050. ],
  5051. 'data_collector.cache' => [
  5052. 0 => 'cache',
  5053. 1 => '@WebProfiler/Collector/cache.html.twig',
  5054. ],
  5055. 'data_collector.translation' => [
  5056. 0 => 'translation',
  5057. 1 => '@WebProfiler/Collector/translation.html.twig',
  5058. ],
  5059. 'data_collector.security' => [
  5060. 0 => 'security',
  5061. 1 => '@Security/Collector/security.html.twig',
  5062. ],
  5063. 'data_collector.twig' => [
  5064. 0 => 'twig',
  5065. 1 => '@WebProfiler/Collector/twig.html.twig',
  5066. ],
  5067. 'data_collector.doctrine' => [
  5068. 0 => 'db',
  5069. 1 => '@Doctrine/Collector/db.html.twig',
  5070. ],
  5071. 'data_collector.dump' => [
  5072. 0 => 'dump',
  5073. 1 => '@Debug/Profiler/dump.html.twig',
  5074. ],
  5075. 'data_collector.messenger' => [
  5076. 0 => 'messenger',
  5077. 1 => '@WebProfiler/Collector/messenger.html.twig',
  5078. ],
  5079. 'mailer.data_collector' => [
  5080. 0 => 'mailer',
  5081. 1 => '@WebProfiler/Collector/mailer.html.twig',
  5082. ],
  5083. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5084. 0 => 'vich_uploader.mapping_collector',
  5085. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  5086. ],
  5087. 'flagception.profiler.feature_data_collector' => [
  5088. 0 => 'flagception',
  5089. 1 => '@Flagception/profiler/layout.html.twig',
  5090. ],
  5091. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5092. 0 => 'easyadmin',
  5093. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  5094. ],
  5095. 'data_collector.config' => [
  5096. 0 => 'config',
  5097. 1 => '@WebProfiler/Collector/config.html.twig',
  5098. ],
  5099. ],
  5100. 'console.command.ids' => [
  5101. 0 => 'console.command.public_alias.Roothirsch\\CoreBundle\\Translation\\Command\\TranslationUpdateCommand',
  5102. 1 => 'Roothirsch\\ConfiguratorBundle\\Commands\\DataUpdateCommand',
  5103. 2 => 'Roothirsch\\ConfiguratorBundle\\Commands\\RenameHelperCommand',
  5104. ],
  5105. ];
  5106. }
  5107. protected function throw($message)
  5108. {
  5109. throw new RuntimeException($message);
  5110. }
  5111. }